/****************************************
Letzte Aenderung: 10.01.2007 - 09:10
Letzter Bearbeiter:	Stefan Schmitt
****************************************/

/*******************/
/* div-id-selector */
/*******************/
div#wrapper {
	position:absolute;
	top:50%; left:50%;
	width:765px; height:450px;
	background-image:url(images/bg/wrapper.jpg);
	margin-top:-198px;
	margin-left:-335px;
	text-align:center;
}

div#logo {
	position:absolute;
	top:50%; left:50%;
	width:275px; height:88px;
	margin-top:-265px;
	margin-left:-440px;
	text-align:center;
}

div#menu_container {
	position:absolute;
	top:15px; left:360px;
	background-color:#000000;
}

.email { 
	width:252px; 
	background-color:#FFFEF8;  
	color:#000000; 
	font-size:12px; 
	font-family:arial,helvetica,sans-serif; 
}

.nachricht { 
	width:252px; 
	background-color:#FFFEF8;  
	height:169px; 
	color:#000000; 
	font-size:12px; 
	font-family:arial,helvetica,sans-serif;       
  	color:#000000;
 }
 
.font {
	background-color:#FFF9D5;
	color:#000000;
	font-size:14px;
	font-family:Arial;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

.tooltip {
	position:absolute; 
	top:60px;
 	display:none; 
 	color:#ffffff;
 	font-size:10px;
 	padding:5px;
}
	
/**********************/
/* <TAG>-Formatierung */
/**********************/
body, body {
	height:100%;
	font-size : 100.01%;
	font-family : sans-serif;
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	background-color: #fff9d5;
    margin: 0;
    padding: 1em;
    min-width: 41em; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
    text-align: center;
}
