/* ++++++++ Stylesheet by Christoph John, Bonn,  c.john[at]gmx.de +++++++++ */
/* ++++++++++++++++++++++++++ 25.09.2006 ++++++++++++++++++++++++++++++++++ */
/* ++++++++++++++++++ Last Change: 13.10.2006 +++++++++++++++++++++++++++++ */

body {
    margin: 0; 
	padding: 36px 0px 60px 0px;
    text-align: center;  /* Zentrierung im Internet Explorer */
	background-color:#EEEEEE /*#DEDEDE*/;
	/*background-attachment: fixed;
	background-image:  url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;*/
}

.seite {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 650px;
    padding: 0;
    background-color: #FFFFFF; 
    border: 1px solid #CCCCCC;
 }
 
html>body .seite {
    border-color: #CCCCCC;  /* Farbangleichung an den Internet Explorer  */
}

.head {
	background-color: #88EE11;
	height: 20px;
	width:650px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-indent:30px;
	
	}
.title {
	background-color: #FFFFFF;
	height: 80px;
	width:650px;
	border-bottom: 1px solid #CCCCCC; 
	
}

.green {
	text-align: left;
	color: #88EE11/*#99FF33*/;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding:30px 0px 0px 30px;
	float: left;
	line-height: 18px;
	letter-spacing:0.05em;
}

.name {
	text-align: left;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding:30px 30px 0px 350px;
	line-height: 18px;
}

.main {
	text-align: left;
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:30px 30px 0px 350px;
	line-height: 18px;
	background-color: #FFFFFF;
	height: 200px;
	background-image:  url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: /*30px 165px*/0px 30px;
}

/* Positionsangabe für Internet Explorer  */
* html .main {
	background-image:  url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 30px;
}



.fonfaxmail {
	width: 58px;
	float:left;
}

a.mail:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: none;
}
a.mail:visited {
	color: #888888;
}
a.mail:hover { 	
	color:#666666;
  	text-decoration: underline;
 }

a.mail:active { 
	color: #888888;
 }
 
 a.projektstand:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #888888;
	text-decoration: underline;
}
a.projektstand:visited {
	color: #888888;
}
a.projektstand:hover { 	
	color:#666666;
  	text-decoration: underline;
	background-color: #EEEEEE;
 }

a.projektstand:active { 
	color: #888888;
 }
 
a.breadcrumb:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.breadcrumb:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.breadcrumb:hover { 	
	color:#FFFFFF;
  	text-decoration: underline;
 }

a.breadcrumb:active { 
	color: #FFFFFF;
	text-decoration: none;
 }
 
.fuss {
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 650px;
    padding: 0;
	margin-top:5px;

 }

.fussnavi {
	color: #888888;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:3px 0px 5px 20px;
	line-height: 18px;
	background-color: #EEEEEE/*#DEDEDE*/; 
}

.warnung
{
	text-align:center;
	width:460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	/*background-color: #F4F4F4;*/
	background-color: #FFFFE0;
	border: 1px solid #FFA539;
	display:block; 
	padding: 4px;
	margin-top: 15px;
}
