/* =========================================================
reset styles courtesy of Eric Meyer:
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
========================================================= */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
list-style-type: none;
}


p {
	margin: 8px 0px;	
}

a {
	color: #cc0000;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}


.wrapper {
	width: 840px;
	text-align: left;
	margin: 40px auto;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	line-height: 16px;
}


.header {
	float: left;
	margin: 0 0 20px 0;
	
}


/* =========================================================
Globale Navigation / Minilogos
========================================================= */

.minilogos {
	float: right;
}


h1 {
	font-weight: normal;
	color: #666;
	font-size: 10px;
	margin: -3px 0 0 0;
}


.minilogos li {
	float: left;
	margin-left: 6px;
	font-size: 10px;
	color: #999;
}

.minilogo1, .minilogo1 a {
	background-image: url(../bilder/MinilogosSprite.gif);
	background-repeat: no-repeat;
	background-position: -25px 0px;
	height: 22px;
	width: 22px;
	text-indent: -2000px;
	display: block;
}

.minilogo2, .minilogo2 a {
	background-image: url(../bilder/MinilogosSprite.gif);
	background-repeat: no-repeat;
	background-position: -50px 0px;
	height: 22px;
	width: 22px;
	text-indent: -2000px;
	display: block;
}

.minilogo3, .minilogo3 a
{
	background-image: url(../bilder/MinilogosSprite.gif);
	background-repeat: no-repeat;
	background-position: -75px 0px;
	height: 22px;
	width: 22px;
	text-indent: -2000px;
	display: block;
}


.minilogo1 a:hover {
	background-position: -25px -25px;
}

.minilogo2 a:hover {
	background-position: -50px -25px;
}

.minilogo3 a:hover
{
	background-position: -75px -25px;
	}


/* =========================================================
Inhaltsbereich
========================================================= */


.rightcol {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	width: 480px;
	float: right;
	padding-right: 120px;
}


/* =========================================================
Seitenleiste
========================================================= */


.leftcol {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	color: #666;
	float: left;
	width: 220px;
	position: relative;
}

.leftcol h2 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	padding: 5px 0;
	color: #000;
	font-weight: bold;
}

.leftcol h3 {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #666;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #666;
	font-weight: normal;
}


.sideobj {
	margin-top: 30px;
}


.bildtext {
	margin-bottom: 30px;
	font-size: 10px;
	line-height: 12px;
}


/* =========================================================
Fuss
========================================================= */



.fuss {
	margin: 60px 0 40px 0;
	font-size: 10px;
	line-height: 12px;
	color: #666;
	text-decoration: none;
}

.fuss a {
	color: #666;
	text-decoration: none;
}

.fuss a:hover {
	color: #cc0000;
	text-decoration: underline;
}


