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

*{
	margin: 0;
	padding: 0;
}

body {
	background-color: #E1ECCA;
	color: #006933;
	font-size: 12px;
	font-family:"Times New Roman", Times, serif;
	padding:0px;
	margin:0px;
}
#content { 	
	position:absolute;
 	height:580px; 
 	width:990px;
 	margin:-290px 0px 0px -445px;
 	top: 50%; 
 	left: 50%;
 	text-align: left;
 	padding: 0px;
 	overflow: hidden;
	z-index: 100;
}

#head{
	border-bottom: 2px dotted #999;
	line-height: 200%;
}


h1, h2, h3{
	font-weight: normal;
}

#head h1{
	text-transform:uppercase;
	color: #666;
	font-size: 18px;
}

#head h2
{
	text-transform:uppercase;
	color: #666;
	font-size: 18px;
}

#head ul{
	font-size: 14px;
	margin-bottom: 10px;
}


#head a{
	margin-right: 5px;
}

#head a:hover,
#head a:visited{
	color: #999;
}

#head li{
	margin-right: 5px;	
}

a {
	text-decoration: none;
	color: #006933;
}

img{
	border: 0;
}

ul{
	list-style-type:none;
	text-align:left;
}

li{
	display: inline;
}

#illu{
	width:380px;
	height:390px;
	position:absolute;
	bottom: 0;
 	margin:-190px 0px 0px -195px;
 	left: 50%;
 	text-align: left;
 	padding: 0px;
 	overflow: hidden;	
	z-index: 0;
}

#erlbruch{
	position:absolute;
	bottom: 10px;
 	margin:-190px 0px 0px -195px;
 	left: 34%;
 	text-align: left;
 	padding: 0px;
 	overflow: hidden;	
	z-index: 0;
	color: #666;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

#diplomanden ul{
	margin-top: 10px;
}

#diplomanden li{
	font-size: 36px;
	margin-right: 5px;	
}


#diplomanden a{
	margin-right: 5px;
}


#diplomanden a:hover,
#diplomanden a:active,
#diplomanden a:visited{
	color: #666;
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

body#impressum{
	margin: 10px;	
}
body#impressum address{
	font-style:normal;
	font-size: 14px;
	margin-top: 20px;	
}

/* ::::::::::::::::::::::::::::::::::::::::::::::: */

body#diplomand{
	background:#FFF;
	padding: 30px;
}


body#diplomand dl{
	font-size: 14px;
	width: 200px;
	float:left;
}

body#diplomand #details{
	width: 600px;
	float:right;
}


body#diplomand #details_b{
	width: 300px;
	float:right;
}

body#diplomand dt{
	margin-top: 20px;
	color: #999;
}

body#diplomand dt:first-child{
	margin-top: 0;
}

body#diplomand dd{
	color: #333;
}

body#diplomand h3{
	color: #999;
	font-size: 14px;
}

body#diplomand p{
	color: #333;
	font-size: 14px;
	margin-bottom: 20px;
}

body#diplomand img{
	margin-bottom: 20px;
}

body#diplomand a{
	color: #333;
}


/* ::::::::::::::::::::::::::::::::::::::::::::::: */

span.crd { unicode-bidi:bidi-override; direction: rtl; }

