/**/

html {
	min-height: 101%; /* rechte Scrollbar bei Firefox */
}

body {
	background-color: #a6a6a6;
	padding: 0px;
	margin: 15px 0 0 0;
	font-size: 13px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #666;
	letter-spacing: 0px;
	line-height: 16px;
}

a {
	outline: none;
}

a:link { color:#666; }
a:visited { color:#666; }
a:hover { color:#000; }
a:active { color:#ccd0d5; }

h1 {
	font-size: 16px;
	margin: 10px 0px 20px 0px;
	color: #005ca6;
	font-weight: bold;
}

h2 {
	font-size: 13px;
	line-height: 16px;
	margin: 10px 0px 5px 0px;
	color: #005ca6;
	font-weight: bold;
}

a.h2:link { color:#005ca6; text-decoration: none; font-weight: bold; }
a.h2:visited { color:#005ca6; text-decoration: none; font-weight: bold; }
a.h2:hover { color:#666; text-decoration: underline; font-weight: bold; }
a.h2:active { color:#000; text-decoration: underline; font-weight: bold; }

h2 a:link { color:#005ca6; text-decoration: none; font-weight: bold; }
h2 a:visited { color:#005ca6; text-decoration: none; font-weight: bold; }
h2 a:hover { color:#666; text-decoration: underline; font-weight: bold; }
h2 a:active { color:#000; text-decoration: underline; font-weight: bold; }

h3 { font-size: 11px; margin: 0px 0px 6px 0px; color: #005ca6; font-weight: bold; }

h4 { font-size: 11px; line-height: 14px; margin: 5px 0px 2px 0px; font-weight: bold; }

p {
	margin: 0px 0px 12px 0px;
}

li {
	margin: 0px 0px 5px 0px;
} 

.rot {
	color: #c33;
}

.Header1 { background: #fff; }
.bgHeader2Dunkel { background: #005ca6; }
.bgHeader2Hell { background: #b3cce7; }
.bgHeader2Right { background: #005ca6; }
.bgLeftColumn1 { background: #e2eaf8; }
.bgWhite { background: #fff; }
.bgNavi { background: #fff; }

.bgTableHeader { background: #e6e6e6; }
.bgTableRow1 { background: #eef2f8; }
/*.bgTableRow1 { background: #e2eaf8; }*/
.bgTableRow2 { background: #f5f5f5; }

#zitat {
	padding: 20px;
	background-color: #f5f5f5;
}	

/* Navi */

#navcontainer li {
	margin: 0;
}

#navcontainer ul {
	margin: 0 0 8px 0;
	padding: 0 0 0 0;
	list-style-type: none;
	font-weight: bold;
}

#navcontainer a {
	display: block;
	padding: 5px 5px 6px 10px;
	width: 184px;
	background-color: #eaeaea;
	border-top: 1px solid #b3cce7;
}

#navcontainer a:link, #navlist a:visited {
	color: #000;
	text-decoration: none;
}

#navcontainer a:hover {
	background-color: #e2eaf8;
	color: #005ca6;
}

#navcontainer a.current {
	background-color:#fff;
	color: #005ca6;
	border-top: 1px solid #b3cce7;
}

#navcontainer a.current:visited {
	color:#005ca6;
}
#navcontainer a.current:hover {
	background-color: #fff;
	color: #005ca6;
}

/* End Navi */


.box1 {
	font-size: 11px;
	line-height: 14px;
}
	
.line { background: #ccd0d5; }

.imgRight {
	padding: 4px 0px 7px 7px;
	float: right;
}

.imgLeft {
	padding: 4px 7px 7px 0px;
	float: left;
}

.copyright {
	font-size: 11px;
	color: #000;
}

a.copyright { color:#000; }
a.copyright:visited { color:#000; }
a.copyright:hover,active { color:#fff; }