@charset "UTF-8";
img {
	border:0;
	
}

a {	
	outline: none; 
	color:#000;
	text-decoration:none;
}

a:link {
	
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	
}
a:hover {
	text-decoration: none;
	color:#333;
}
a:active {
	text-decoration: none;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}
.fcom #container { 
	width: 780px; 
	height:540px;
	background: #FFFFFF;
	margin: 40px auto; 
	text-align: left;
	position:relative;
	
}

.fcom #sidebar1 {
	position: absolute;
	width: 230px;
	background: #FFFFFF; 
	padding: 15px 4px 15px 4px;
	height:420px;
}
.fcom  #mainContent {
	position:absolute;
	
	width:531px;
	height:531px;
	background-image: url(images/theo_bg.gif);
	background-repeat: no-repeat;
	left: 245px;
} 


.fcom #sidebar1 span {
	display:none;
}

.fcom #sidebar1 #logo {
margin:0 0 55px 12px;
		
}
.fcom #sidebar1 #m1 {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom:20px;
	background-image: url(images/btn_info.gif);
	background-repeat: no-repeat;
	
}
.fcom #sidebar1 #m1:hover {
	background-image: url(images/btn_info.gif);
	background-position: 0 -45px;
}
.fcom #sidebar1 #m2 {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom:20px;
	background-image: url(images/btn_lernportal.gif);
	background-repeat: no-repeat;
	
}
.fcom #sidebar1 #m2:hover {
	background-image: url(images/btn_lernportal.gif);
	background-position: 0 -45px;
}
.fcom #sidebar1 #m3 {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom:20px;
	background-image: url(images/btn_verwaltungstool.gif);
	background-repeat: no-repeat;
	
}
.fcom #sidebar1 #m3:hover {
	background-image: url(images/btn_verwaltungstool.gif);
	background-position: 0 -45px;
}
.fcom #sidebar1 #m4 {
	display: block;
	height: 45px;
	width: 222px;
	margin-bottom:20px;
	background-image: url(images/btn_kontakt.gif);
	background-repeat: no-repeat;
	
}
.fcom #sidebar1 #m4:hover {
	background-image: url(images/btn_kontakt.gif);
	background-position: 0 -45px;
}
.fcom #mainContent .text {
	margin:15px 5px 5px 15px;	
	overflow:hidden;
	height:515px;
	color:#2a6935;
	font-size:12px;
}
.fcom .text .h1_pic {
	margin-left:101px;
}
.fcom .text .h2_pic {
	margin-left:60px;
	margin-top:20px;
}

.fcom .text h1 {
	margin:10px 0 3px 0;
	padding:0;
	color:#b1c903;
	font-size:13px;
	font-weight:bold;
	
}
.fcom .text a {
	margin:10px 0 10px 0;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	
}
.fcom .text a:hover {
	margin:10px 0 3px 0;
	padding:0;
	
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	
}

.fcom .text .link {
margin: 12px;	
}
.fcom .text .screens a img {
	margin:12px;
	padding:1px;
	
	
	
}





