/* CSS Dokument für Markus Dieckmann */

html {
	width: 100%;
	height: 100%;
	background-color: #EFE8D3;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	background-image: url(img/bgr.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.logocontainer {
	position: absolute;
	top: 36px;
	left: 16px;
	width: 207px;
	height: 115px;
	padding-left: 18px;
	padding-top: 15px;
	background-color: #1A3250;
}

.navicontainer {
	position: absolute;
	top: 186px;
	left: 16px;
	width: 196px;
	height: 163px;
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 12px;
	background-color: #82ADDC;
}

.partnercontainer {
	position: absolute;
	top: 384px;
	left: 16px;
	width: 196px;
	padding-left: 17px;
	padding-right: 12px;
	text-align: center;
}

.contentcontainer {
	position: absolute;
	top: 29px;
	left: 271px;
	width: 370px;
}


/* Fontdefinitionen */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.contentcontainer {
	font-size: 11px;
	line-height: 20px;
}

h1 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #1A3250;
}


/* Linkdefinitionen */

a:link, a:visited {
	color: #043F88;
}

a:hover, a:active {
	color: #82ADDC;
}

.navibutton:link, .navibutton:visited {
	width: 184px;
	height: 20px;
	padding-right: 12px;
	padding-top: 6px;
	text-align: right;
	float: left;
	border: none;
	color: #1A3250;
	text-decoration: none;
	background-image: url(img/navibutton.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}

.navibutton:hover, .navibutton:active {
	width: 184px;
	height: 20px;
	padding-right: 12px;
	padding-top: 6px;
	text-align: right;
	float: left;
	border: none;
	color: #1A3250;
	text-decoration: none;
	background-color: #B8D3F1;
	background-image: url(img/navibutton.gif);
	background-repeat: no-repeat;
	font-size: 11px;
}

.news:link, .news.visited {
	text-decoration: none;
	color: #1A3250;
}

.news:hover, .news.active {
	text-decoration: underline;
	color: #82ADDC;
}


/* sonstige Definitionen */

.10pxbox {
	width: 196px;
	height: 10px;
}

hr {
	height: 1px;
	color: #82ADDC;
}


.floatleft {
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

.noborder {
	border: 0px;
}


.pbox {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 20px;
	height: 20px;
	text-align: right;
	font-size: 10px;
	color: #D6CDBD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.p:link, .p:visited {
	color: #D6CDBD;
	text-decoration: none;
}

.p:hover, .p:active {
	color: #D6CDBD;
	text-decoration: none;
}	