
/* Default-Werte setzen */
body, p, div, h1, td
{
	font-family:'Open Sans',sans-serif,Arial;
	font-size:10pt; 
	color:#444444; 
	font-weight: normal;
}

body
{
	background: #EEE; 
	text-align:center;
	margin:0px;
}

div
{
	text-align:left;
}

h1 
{
	font-size:14pt; 
	font-weight:bold; 
	text-align:left; 
	color:#003F9A;
	margin:0;
	margin-bottom:15px;
}

a
{
	color:#444444;
	text-decoration:underline;
	font-weight:normal;
}

p
{
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}


img 
{
	border:0px;
}


/* Divs einstellen */
#page 
{
	width:500px;
	min-height:110px;
	margin:200px auto 10px auto;
	background:#FFF;
	border:1px solid #AAA;
	border-top-width:5px;
	padding-top:9px;
	padding-bottom:10px;
	box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	border-top-color:#003F9A;
}


#icon
{
	float:left;
	width:160px;
	margin:0px 0px;
	heigth:auto;
}

#content
{
	float:none;
	padding-top:10px;
	padding-bottom:10px;
	margin-left: 160px;
	width: 340px;
}

#content p
{
	line-height:1.5;
	text-align:justify;
}

