* {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
}

body {
	background: #B8CEE8 url('../img/1275x1400_HGR_BASE.jpg') center 0 no-repeat;
}

a img {
	border:none;
}

.header {
	width:772px;
	margin:10px auto 11px auto;
	display:block;
	border:none;
}

.contentBox {
	width:759px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	position:relative;
	margin:auto;
	background: url('../img/bg_transparent.png') 0 0;
	padding:15px 0 24px 13px;
}

.content {
	width:759px;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

.left, .right {
	float:left;
	margin-left:2px;
	display:inline;
}

.left .boxTop {
	width:493px;
	background: url('../img/schatten_links_oben.png') 0 0 no-repeat;
	height:6px;
	
	font-size:1px;
}

.left .boxMiddle {
	padding: 3px 13px 12px 11px;
	width:469px;
	background: url('../img/schatten_links_mitte.png') 0 0 repeat-y;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.left .boxBottom {
	background: url('../img/schatten_links_unten.png') 0 0 no-repeat;
	width:493px;
	height:6px;
	
	font-size:1px;
}

.right .boxTop {
	width:258px;
	background: url('../img/schatten_rechts_oben.png') 0 0 no-repeat;
	height:6px;
	
	font-size:1px;
}

.right .boxMiddle {
	padding: 3px 13px 12px 11px;
	width:234px;
	background: url('../img/schatten_rechts_mitte.png') 0 0 repeat-y;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}

.right .boxBottom {
	background: url('../img/schatten_rechts_unten.png') 0 0 no-repeat;
	width:258px;
	height:6px;
	
	font-size:1px;
}

.right select {
	width:226px;
	margin-bottom:8px;
}

.go {
	float:right;
	padding-left:10px;
	margin-right:10px;
	background: url('../img/bg_link_pfeil.gif') 0 6px no-repeat;
	display:inline;
	font-weight:bold;
	text-decoration:none;
	color:#000066;
}

.go:hover {
	background-image:url('../img/bg_link_pfeil_hover.gif');
	color:#787878;
}

h1 {
	font-size:15px;
	margin: 24px 0 7px 0;
	font-weight:bold;
}

p {
	margin: 0 0 8px 0;
}

h2 {
	font-size:12px;
	margin: 26px 0 22px 0;
	font-weight:bold;
}

.clear {
	clear:both;
}

.footer {
	width:742px;
	margin:11px auto 23px auto;
	color:#000066;
	position:relative;
}

.footer a {
	font-size:11px;
	text-decoration:none;
	color:#000066;
	padding:0 5px 0 5px;
}

.footer a:hover {
	font-size:11px;
	text-decoration:none;
	padding:0 5px 0 5px;
	color:#787878;
}

.footer img {
	position:absolute;
	right:0;
	top:-1px;
}



