/* Sample .CSS file for the flexi skin, it only shows the different areas 
   and a possible positioning within the page 
   css für syndikat site
   */

body {
	padding:0;
	margin:0;
}

#FlexiAll { /*for setting e.g. additional Background-image*/
	font-family:Arial,sans-serif;
	font-size:0.9em;
	font-weight:normal;
}


#FlexiAll a { text-decoration:none; color:#1d1b8e; }
#FlexiAll a:hover { text-decoration:underline; color:blue; }


/*oberster balken mit logo*/

#FlexiTop {
	height:3em;
	/*margin-left:14em;*/
	text-align:center;
	border:0px;
	padding:0.5%;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

#FlexiLeft {
	position:absolute;
	top:103px;
	left:0.5em;
	width:16%;
	border:1px solid #bbb;
	padding:0.5%;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
}

/*Hauptmenüs*/
#FlexiTitle {
	margin-left:19%;
	width:60%;	
	position:absolute;
	top:60px;
	height:1,8em;
	border:0px;
	padding:0.5%;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background:#e88e8e;
}

#FlexiMain {
	position:absolute;
	top:110px;
	width:60%;
	margin-left:19%;	
	/*margin:0.5em;*/
	border:0px;
	padding:0.5%;
	-moz-border-radius:10px;
	-webkit-border-radius: 10px;
	background:#eee5e5;
}

#FlexiFooter {
	width:56%;
	margin:0.5em;
	margin-left:19%;
	height:2em;
	border-top:1px solid #bbb;
}

