* {
	padding: 0px;
	MARGIN: 0px;
} 

body {
	MARGIN: 0px auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 140%;
	background-repeat: repeat-x; /*	#e6ecf2;white;*/
	background-image: url(../images/bg_gradient_blue_light.jpg);
	}

a {
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #2971a7;
}

a:visited {
	color: #2971a7;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #2971a7;
}

a:active {
	text-decoration: underline;
	color: #2971a7 /*#0099FF; */
}


h1 {
}

h2 {
	font-weight: bold;
	color: #0066FF;
}

h3 {
	color: #000000;
	font-size: 12px;
	text-align: center;
}

h4 {
	color: #0066FF;
	font-size: 12px;
}

/*img {	border: 1px solid #dee0e3; }*/

.img {
	border: 1px solid #dee0e3;
}

.img_bg {
	background-image: url(../images/promo_ohne.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 187px;
	margin: 3px;
}

#container {
	width: 984px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

