/* 
**  last changed: 2008-06-05, simplicity gmbh, pma
*/

@media all
{

/* Formatierung der Seite */
body { background: #fff; padding: 10px; }

/* px in em umrechnen bei 75%: 930px / (0.75*16px) = 77.5 */
#page_margins { width: 77.5em; min-width: 77.5em; max-width: 77.5em; }


/* ----------------------------------------
** Formatierung des Headers 
*/
#header {

} 
#header #logo {
	padding: 0; 
	margin-left: 0; 
	margin-top: 0.5em;
}

#pagemain {
	margin-left: 58px;
	background: url(/fileadmin/templates/img/borderleft.gif) repeat-y;
}
	
/* ----------------------------------------
** Clickpath 
*/
.clickpath {
	font-size: 90%;
	color: #5e5e5e;
	margin-left: 10px;
	margin-right: 25px;
}
.clickpath a {
	color: #5e5e5e
}

/* ----------------------------------------
** Formatierung NavBar 
*/
#nav { 
	height: 40px;
	width: 100%;
	padding: 0;
	background: url(/fileadmin/templates/img/bordertop.gif) no-repeat left top;
}
	
.contentBelowSubnav {
	padding-left: 5px;
}

#cornertop {
	float: right;
	height: 40px;
	width: auto;
	background: url(/fileadmin/templates/img/cornertopright.gif) no-repeat right top;
}

#cornertop #langnav {
	color: #5e5e5e;
	text-align: right;
	padding-right: 20px;
}
#cornertop #langnav a {
	color: #5e5e5e;
}
#cornertop #metanav {
	color: #00a0c6;
	text-align: right;
	line-height: 2.4em;
	padding-right: 55px;
}

/* ----------------------------------------
** Formatierung der Inhaltsspalten
*/
#main {
	margin: 0; 
	padding: 0; 
	min-height: 500px;
	background: url(/fileadmin/templates/img/borderright.gif) repeat-y right top;
} 

/* Linke Spalte */
#col1 {	width: 28%; }	
#col1_content {
	padding-top: 0.5em;
	margin-left: 30px;
	margin-right: 10px;
	background: inherit;
}

/* Mittlere Spalte */
#col3 {
	margin-left: 28%; 
	margin-right: 25px;
}
#col3_content {
	padding-top: 0.8em;
	margin-left: 10px;
	margin-right: 30px;
}


/* ----------------------------------------
** Formatierung Footer
*/
#borderbottom {
	height: 20px;
	background: url(/fileadmin/templates/img/borderbottom.gif) no-repeat left top;
}
#borderbottom .cbottomright {
	float: right;
	height: 20px;
	width: 61px;
	background: url(/fileadmin/templates/img/cornerbottomright.gif) no-repeat right top;
}

#footer { 
	margin: 0px 0 0 65px;
	padding: 0px;
}

#footer .copyright { 
	float: left; 
	font-size: 90%;
	padding: 0em 0 0.4em 0;
}
#footer .bottomnav {
	float: left;
	font-size: 90%;
	width: auto; 
	padding: 0em 0 0.4em 0px; 
}
#footer .bottomnav a {}
#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 */
}