@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}

body {
background-image:url(images/bg_verlauf.png);
	background-color:#cccccc;
	background-repeat: repeat-x;
}



#content
{
	width: 721px;
	height: 722px;
	
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	
	background-image:url(images/content_verlauf_bg.png);
	background-repeat: repeat-y;
	
	/*padding-top: 20px;*/
}

/*Bild, dass die Runden Ecken oben beinhaltet*/
#content-top
{
	width: 721px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -14px;
}
/*Bild, dass die Leiste unten beinhaltet*/
#conten-bottom
{
	width: 721px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -7px;
}
/*logo positionieren*/
#logo
{
	margin-left: 30px;
	margin-top: 30px;
	
}

#postit
{
	float: left;
	margin-left: 10px;
	margin-top: 350px;
}

.menu
{
	width: 210px;
	height: 300px;
	
	/*border-style: none;
	border-right-style:groove;*/
		
	margin-top: 20px;
	margin-left: -205px;
	
	padding-left: 10px;
	padding-top: 10px;
	
	overflow:hidden;

}


.header
{
	width: 427px;
	height: 286px;
	float:none;
	background-image:url(images/header_platzhalter.png);
	
	margin-left: 263px;
	margin-top: -475px;
}


#inhalt_startseite
{
	width: 427px;
	height: 380px;
	
	margin-left: 263px;
	margin-top: 30px;
	
	border-top:thin dotted  #CCCCCC;
	border-bottom: thin dotted  #CCCCCC;
}

.start_li
{
	width: 210px;
	height: 380px;
	
	
	border-right: thin dotted #CCCCCC;
	
	
}

.start_re
{
	width: 217px;
	height: 380px;
	
	
	margin-left: 210px;
	margin-top: -380px;
}


#footer
{
	font-size:9px;

	width:318px;	
	heigth: 20px;	

	
	text-align:right;
	margin-left: 372px;	
	
	padding-top: 3px;	
}

.seitentitel
{
	width: 300px;
	height: 80px;
	background-color:#333366;
	
	margin-left: 380px;
	margin-top: -90px;
	margin-bottom: 15px;
	
	text-align: right;
}






