/* =========================================================
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;
}

/* =========================================================
!!! Unsichtbare Elemente: .disNone = display none!
Hier werden *zentral* *ALLE* Elemente 'gesammelt', die aus Accessibility-Gruenden grafisch nicht ausgegeben werden !!!
======================================================= */
.disNone {
position:absolute;
top:-1000px;
left:-1000px;
display:block;
width:0px;
height:0px;
overflow:hidden;
}	


p {
	margin: 8px 0px;	
}


.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;
	}



/* =========================================================
Navigation
======================================================= */

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

.leftcol .navi {
	float: left;	
}

.leftcol .werk {
	float: right;
	display: block;
	width: 100px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin-top: 26px;
	padding-top: 5px;
}

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

.leftcol a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	display: block;
}

.leftcol a:hover {
	color: #cc0000;
}


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



.rightcol {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	margin: 0 0 60px 20px;
	position: relative;
	width: 600px;
	float: right;
}

.rightcol li {
	padding: 5px 0;
	float: left;
	font-weight: bold;
	color: #000;
	width: 20px;
}

.rightcol a {
	color: #666;
	text-decoration: none;
	font-weight: normal;
	display: block;
	
	}

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

.rightcol .textbox {
	width: 480px;
}

h2 {
	margin: 8px 0px;	
}

h3 {
	font-style: italic;
	color: #666;
	font-weight: normal;
	margin: 8px 0px;	
}


.fuss {
	margin: 60px 0 40px 240px;
	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;
}
