@import url(header.css);
@import url(navi.css);
@import url(content.css);

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
/*	color: #E7EFF7;*/
	
	background: #ffffff url('/style/img/background.jpg') no-repeat;

	font-family: verdana, helvetica, arial, geneva, sans-serif;
	font-size: 12px;
	/* IE5 Win */
	/*	voice-family:a "\"
}\"";
voice-family: inherit;
font-size: small;
*/
	}
html>body {
	/* be nice to Opera */
	font-size: 12px;;
}

h1 {
	color: #004A90;
}
h2 {
	color: #004A90;	
}
h1 a,h2 a{
	color: #004A90;
}
h3 {
	color: #004A90;
}

a {
	color: #004A90;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



.angebotsbox{
	border: 1px solid #0059AD;
	height:270px;
	width:140px;
	background-color: white;
	margin-right:5px;
}

.angebotsbox_text{
	padding:3px;
	color:#004A90;
	font-family: Arial, Helvetica, sans-serif;
}

.angebotsbox img{
	width:140px;
	height:93x;
}


