/* 
**  last changed: 2008-06-05, simplicity gmbh, pma
*/

@media all
{

/* Formatierung der Seite */
body { 
	background: #5c666d;
	color: #778389;
	padding: 0px; 
	background-image: url(/fileadmin/templates/img/bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

/* px in em umrechnen bei 75%: 1035px / (0.75*16px) = 86.25 */
#page_margins { 
	width: 1035px; 
	min-width: 1035px; 
	max-width: 1035px; 
	margin: auto; 
}


/* ----------------------------------------
** Formatierung des Headers 
*/
#header {
	height: 110px; 
	position: relative; 
	padding: 0px;
} 
#header #logo {
	padding: 0; 
	margin: 0; 
	width: 300px;
	padding-top: 10px;
}
#header #topnav { 
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 0.8px;
	padding: 0;
	margin: 0;
	top: 0;
	right: 0;
}
#header #topnav .meta_top_content { 
	float: right;
	width: auto;
	height: 27px;
	padding-top: 4px;
	background-image: url(/fileadmin/templates/img/meta_top_bg.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#header #topnav .left_corner { 
	float: right;
	width: 10px;
	height: 31px;
	background-image: url(/fileadmin/templates/img/meta_top_bg_left.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header #topnav .right_corner { 
	float: right;
	width: 10px;
	height: 31px;
	background-image: url(/fileadmin/templates/img/meta_top_bg_right.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#header #topnav a { color: #FFFFFF; }
#header #topnav a.cur { color: #CC3333; }


/* ----------------------------------------
** Formatierung Subheader
*/
#subheader {
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 0.8px;
	clear: both; 
	margin: 0 0 0 70px; 
	padding: 0 0 0 0;
}
#subheader .left_corner { 
	float: left; 
	width: 10px;
	height: 33px;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#subheader .right_corner { 
	float: right; 
	width: 10px;
	height: 33px;
	padding: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#subheader .clickpath { 
	padding:8px 0 0 12px;
	height: 25px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-position: top left;
	background-repeat: repeat-x;
}
#subheader .clickpath a { color: #FFFFFF; }
#subheader .clickpath a:hover { background: transparent;}
#subheader .theme_image { 
	clear: left; 
	padding:0;
	margin:0;
	height: 152px;
	background-color: #FFFFFF;
	border-left: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
}
#subheader .flash_movie { 
	float: left;
	height: 152px:
	padding: 0;
	border-left: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
}


/* ----------------------------------------
** Formatierung der Inhaltsspalten
*/
#main {
	margin: 0 0 0 70px; 
	padding: 0 0 10px 0;
	min-height: 400px;
	background: #FFFFFF;
	border-left: 1px solid #CCCBCB;
	border-right: 1px solid #CCCBCB;
} 

/* Linke Spalte */
#col1 {	width: 171px; }	
#col1_content {
	padding-top: 7px;
	margin-left: 9px;
	margin-right: 5px;
	background: inherit;
}
#col1_content div.navblocktitle {
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
	height: 24px;
	font-weight: bold;
	background-image: url(/fileadmin/templates/img/nav/menu_title_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #CCCBCB;
}
#col1_content div.navblocktitle a {
	color: #222222;
}
#col1_content div.navblocktitle a:hover {
	color: #222222;
	text-decoration: none;
}

/* Rechte Spalte */
#col2 {	width: 261px; }
#col2_content {
	padding-top: 7px;
	margin-left: 4px;
	margin-right: 10px;
}

/* Mittlere Spalte */
#col3 {
	margin-left: 171px; 
	margin-right: 261px; 
}
#col3_content {
	padding-top: 7px;
	margin-left: 5px;
	margin-right: 5px;
}
#col3_content div.theme_image {
	padding: 0;
	margin: 0 5px 7px 5px;
	width: 508px;
	height: 152px;
	border: 1px solid #CCCBCB;
}

/* ----------------------------------------
** Formatierung Footer
*/
#footer { 
	color: #FFFFFF;
	font-size: 90%;
	letter-spacing: 0.8px;
	margin: 0 0 0 70px; 
	padding: 0 0 0 0;
	height: 32px;
}

#footer .left_corner { 
	float: left; 
	width: 10px;
	height: 32px;
	padding: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#footer .right_corner { 
	float: right; 
	width: 10px;
	height: 32px;
	padding: 0;
	background-position: bottom left;
	background-repeat: no-repeat;
}
#footer .bottomnav {
	padding: 8px 10px 5px 0; 
	height: 20px;
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	background-position: bottom left;
	background-repeat: repeat-x;
}
#footer .bottomnav a { color: #FFFFFF; }
#footer .bottomnav a:hover { background: transparent; }
#footer .bottomnav a:focus { background: transparent; }


/* ----------------------------------------
** DEBUG STYLES
** TODO: auslagern
*/

/* Farbschema für Browsertests */ 
/*
#col1 {background: #fee; }
#col1_content {background: #edd; }
#col2 {background: #efe; }
#col2_content {background: #ded; }
#col3 {background: #eef; } 
#col3_content {background: #dde; }
*/


/* do not delete */
}