@import "css/admin.css";
@import "css/navigation.css";
@import "css/suchfeld.css";
@import "css/infoboxen.css";
@import "css/login.css";
@import "css/sonderContent.css";
@import "projekt-modul/MueNe_ProjektModul.css";
@import "ui/jquery-ui-1.7.2.custom.css";

@media screen {

/** Default CSS-Settings
 *  ----------------------------------------------------------- */
* 		{ margin: 0; padding: 0; }
body 	{ font-size: 62.5%; font-family: arial, helvetica, sans-serif; height: 100%; }
img		{ border: 0; }
a 		{ text-decoration: none; }
html	{ height: 100.2%; }


/** Template
 *  ----------------------------------------------------------- */
#extbody {
	width: 100%;
	height: 100%;
	position: relative;
}

#wrapper_border {
	height: 100%;
	width: 92.4em;
	margin: auto;
	position: relative;
}
#wrapper {
	width: 92.4em;
	top: 7em;
	padding: 0 1.2em;
	position: relative;
	background: url(img/bg-schatten.png) repeat-y 1px 0;
	min-height: 91.8%;
}

span.wrapperTop {
	display: block;
	height: 2.8em;
	width: 100%;
	left: -0em;
	position: absolute;
	top: -2.8em;
	background: url(img/bg-schatten-top_blue.png) no-repeat 1px 0;
}


/** Header
 *  ----------------------------------------------------------- */
#header {
	width: 90em;
	position: relative;
}
div.imageCycle {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#secnav {
	position: absolute;
	top: -3.1em;
	left: 0;
	height: 2.3em;
}
#headerImage {
	width: 100%;
	height: 19.6em;
}
#logo {
	position: absolute;
	top: 1.4em;
	right: 4em;
}
#login {
	width: 31em;
	position: absolute;
	bottom: 5px;
	right: 8px;
}


/** Hauptbereich
 *  ----------------------------------------------------------- */
#main {
	width: 90em;
	overflow: auto;
	margin-top: 3em;
	z-index: 1;
}

#spalte1 {
	width: 19em;
	float: left;
}

#menu {
	width: 17em;
}

#spalte2 {
	width: 48em;
	float: left;
	position: relative;
	z-index: 20;
}
#spalte3 {
	width: 23em;
	float: right;
	z-index: 15;
}


div.spalte2 {
	padding: 0 2em;
}


/** Footer
 *  ----------------------------------------------------------- */
#footer {
	position: relative;
	width: 48em;
	margin: 4em 0 0 19em;
	padding: 0 2em;
	overflow: auto;
}
#footer div.leaderLogos {
	border-top: 1px solid #4f4f4f;
	padding: 1em 0 0.5em 0;
	width: 32%;
	float: left;
}
#footer div.leaderLogos img {
	margin: 0 0.7em 0 0;
	height: 30px;
}
#footer div.leaderText {
	border-top: 1px solid #4f4f4f;
	padding: 1em 0 0.5em 0;
	min-height: 5em;
	width: 68%;
	float: right
}
#footer p {
	font-size: 7pt;
	color: #4f4f4f;
}


html body div.spalte2 ul.redakteurButtons {
	list-style:none outside none;
	position:absolute;
	right:0;
	top:15px;
}

html body div.spalte2 ul.redakteurButtons li {
float:left;
list-style: none;
list-style-image: none;
}

html body div.spalte2 ul.redakteurButtons li a {
-moz-border-radius:3px 3px 3px 3px;
background:none repeat scroll 0 0 #00EC06;
border:1px solid #333333;
color:#000000;
display:block;
font-size:12px;
margin-bottom:2px;
padding:0 2px 0;
text-decoration:none;
}

}
