/*BBF eV*/
/*Farben
dunkelblau #08314E
braun #791113
orange #F0542B
*/
body{
	font: normal 85% Verdana, Arial, Helvetica, sans-serif;
	background-color:#fff;

	color: #2e2e2e;
	padding:30px;
	text-align: center;
	}
	
html, body {
	min-height: 100%;
	margin:2px auto; /* main-Box zentrieren in IE 5 und hoeher */
	text-align: center; /* main-Box zentrieren in IE 5 und hoeher */

}
/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #E5343E;
	text-decoration: none;
}

a:hover, a:active{
	text-decoration: underline;
	color: #791113;
}
/************** header tag styles **************/

h1{
 font: bold 130% Verdana, Arial, Helvetica, sans-serif;
 color: #205299;
 margin:0;
 }

h2{
 font: bold 130% Verdana, Arial, Helvetica, sans-serif;
 color: #205299; margin:13px 0 4px;
}

p {
	font: normal 95% Verdana, Arial, Helvetica, sans-serif;
	line-height:150%; margin:0;
	}
img {height:auto; }

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
.screen{
	/*
	ist zentriert in IE und Mozilla durch body-Kriterum: text-align:center
	und die relative Positionierung*/
	position:relative;
	width: 100%; max-width:550px;
	height:100%; 
	margin:10px auto;
	text-align: left;
	padding:10px;
	line-height:140%;
	}


