/*======================================================================================*\
* Copyright (c) 2008 BLUEWING - All Rights Reserved.
* ======================================================================================
* No part of this file may be reproduced or transmitted in any form or by any means, 
* electronic or mechanical, including photocopying and recording, for any purpose 
* without the express written permission of the owner of copyright.
* ======================================================================================
* @filesource       webterminal/view/stylesheets/gui.css
* @copyright        Copyright 2007, Bluewing, Florian Tschoerner
* @link             http://www.bluewing.biz
* @package          bluewing
* @since            Bluewing v 3.0.1
* @version          
* @modifiedby       
* @lastmodified     27.11.2009
* @license          http://www.opensource.org/licenses/mit-license.php The MIT License
\*======================================================================================*/

/*======================================================================================*\
 * ALL MEDIA
\*======================================================================================*/

@media all {
}


/*======================================================================================*\
 * SCREEN
\*======================================================================================*/

@media screen {

	/* common settings
	------------------------------------------------------------------------------------*/
	body {
		font-family:'Trebuchet MS',Trebuchet MS,sans-serif;
		font-size:12px;
		color:rgb(53,53,53);
		background-color:rgb(204,204,204);
		background-image:url('../../../ateliervogelfrei/view/embeddings/gui/bg_screen.jpg');
		background-repeat:repeat-x;
	}

	a {
		font-weight:bold;
		text-decoration:none;
	}
	a:hover {
	}

	

	/* common gui
	------------------------------------------------------------------------------------*/
	#gui_screen {
		width:788px;
		margin:10px auto 0px auto;
	}
	#gui_header {
		height:110px;
		background-image:url('../../../ateliervogelfrei/view/embeddings/gui/bg_header.jpg');
		background-repeat:no-repeat;
	}
		#gui_header img {
			float:left;
			border:none;
			margin:20px 0px 0px 30px;
		}
	#gui_body {
		background-image:url('../../../ateliervogelfrei/view/embeddings/gui/bg_body.jpg');
		background-repeat:repeat-y;
	}
		#gui_body td {
			vertical-align:top;
		}
	#gui_baseboard {
		height:50px;
		background-image:url('../../../ateliervogelfrei/view/embeddings/gui/bg_baseboard.jpg');
		background-repeat:no-repeat;
	}



	/* menues
	------------------------------------------------------------------------------------*/
	#menu_top {
		margin:10px 30px 0px 0px;
	}
		#menu_top li {
			float:right;
		}
			#menu_top a {
				font-size:0.8em;
				text-decoration:none;
				color:rgb(127,127,127);
				margin:0px 5px 0px 5px;
			}
			#menu_top a:hover {
				color:rgb(51,51,51);
				text-decoration:underline;
			}

	#menu_main {
		float:left;
		width:234px;
		margin:0px 13px 0px 30px;
	}
		#menu_main li {
			width:100%;
			height:22px;
			margin:0px 0px 2px 0px;
		}
		#menu_main li:hover {
			background-image:url('../../../ateliervogelfrei/view/embeddings/gui/menu_main_li_hover.png');
			background-repeat:no-repeat;
		}
			#menu_main a {
				font-size:1.1em;
				font-weight:bold;
				font-variant:small-caps;
				color:rgb(127,127,127);
				background-image:url('../../../ateliervogelfrei/view/embeddings/gui/menu_main_a_normal.png');
				background-repeat:no-repeat;
				background-position:0px 5px;
				padding-left:25px;
			}
			#menu_main a:hover, #menu_main li:hover a {
				color:rgb(51,51,51);
				background-image:url('../../../ateliervogelfrei/view/embeddings/gui/menu_main_a_hover.png');
			}

	#menu_baseboard {
		margin:10px 30px 0px 30px;
	}
		#menu_baseboard li {
			float:left;
		}
			#menu_baseboard a {
				font-size:0.8em;
				text-decoration:none;
				color:rgb(127,127,127);
				margin:0px 5px 0px 5px;
			}
			#menu_baseboard a:hover {
				color:rgb(51,51,51);
				text-decoration:underline;
			}


	
	#gui_content {
		float:right;
		width:468px;
		margin:0px 30px 0px 13px;
	}
}
/*======================================================================================*\
 * PRINT
\*======================================================================================*/

@media print {
}

/*======================================================================================*/