/***************************************
+Containers
***************************************/
#body{
	background:#2f2f2f url('images/body.gif');
	font-family: 'Verdana', Verdana, Arial, Helvetica;
	text-align:center;
	font-size: 12px;
	width:900px;
	height:800px;

}

#inhalt{
	padding:0px;
	position:static;	
	width:100%;
	height:20px;
	border-bottom:1px solid #555;
	text-align: center;
	/*margin-bottom:20px;*/

}

#mitte{
	padding:0px;
	border-top:1px #555;

	margin:0px;
	padding-top:0px;
	width:100%;
	height:757px;
	text-align: center;
	/*margin-bottom:25px;*/
}

#foot{
	border-top:1px solid #555;
	padding:0px;
	position:static;
	top:777px;
	text-align: center;
	/*
	width:100%;
	height:20px;
	text-align: center;*/
	
}

#start_bilder{
	width:200px;
	height:200px;
	position:static;
	top:450px;
	}


/*************************
+diverses
*************************/
body{
	background:#2f2f2f;
	color:#dedede;
	font-family: 'Verdana', Verdana, Arial, Helvetica;
	text-align:center;

}

table	{
		 
		}

iframe{
	height:100%;
	width:100%;
}


a{color:#bbb;}

a:hover{ color:#efe;}

font-color{color:#dedede;}

*.b_rot{font-weight:bold; color:#FF0000;}
*.zeile100{line-height:100%;}
*.zeile150{line-height:150%;}
*.zeile200{line-height:200%;}
*.zeile200_left{line-height:200%;text-align:left;}
*.zeile300{line-height:300%;}

*.rahmen{border:5px solid #555;}
