

body {
	color:#ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #232021;
}

img
{
border: 0px;
}
p
{
padding: 0 0 0 0;
margin: 0 0 0 0;
}


#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #BCBAB4;
width: 800px;
}

.box
{
padding: 5px;
font-size: 10px;
margin-top: 20px;
border: 1px dotted gray;;
width: 150px;
background-color: #cccccc;
}

table
{

}

.tdContact
{
background-color: #C1C4C6;
color:#000000;
}

td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */
	color: #000000;
	font-size: 12px;
	/* ns4 */
	background-color: #6E7173;
	vertical-align:top;
	
	
}



/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #3A2B26;
	font-size: 16px;
	font-weight : bold;
	margin-bottom: 12px;
	margin-top: 8px;
	padding:0px;
	

}
h2 {
	color: #3A2B26;
	font-size: 14px;
	font-weight : bold;
	margin-bottom: 6px;
	margin-top: 12px;
	border-bottom: 1px solid #3A2B26;
	padding:0px;
}
h3 {
	
	font-size: 10px;
	font-weight : bold;
}


ul {
	padding-bottom: 2px;
	margin-top: 4px;
	margin-bottom: 4px;
}


li {
	padding-bottom: 2px;
	list-style-type: circle;
}

.content {
	color: #000000;
	border: 1px solid #000000;
	padding: 6px;
	padding-top: 4px;
	padding-left: 8px;
	width: 500px;
	margin-top: 20px;
	padding-bottom: 42px;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 20px;
	font-size: 12px;
	background-color: #C1C4C6;
	/*background-image:url(_pics/bg.gif); */
	
}

.contentBg {
	color: #000000;
	border: 0px dotted #3FBAB0;
	padding: 6px;
	font-size: 12px;
	background-color: #C1C4C6;

	
}

.btnBack
{
margin-top: 6px;
border: 1px solid #000000;
padding:4px;
background-color: #3FBAB0;
font-weight: bold;
color: #ffffff;
}

a.btnBack:link, a.btnBack:active, a.btnBack:visited
{
margin-top: 6px;
border: 1px solid #000000;
padding:4px;
text-decoration:none;
background-color: #ffffff;
font-weight: bold;
color: #000000;
}

a.doSel:hover
{
margin-top: 6px;
border: 1px solid #000000;
padding:4px;
font-weight: bold;
color: #666666;
}


/* links */
a:link			{
	text-decoration: none;
	color : #494155;
}
a:visited		{
	text-decoration: none;
	color : #494155;
}
a:hover		{
	text-decoration: underline;
	color : #494155;
}
a:active 		{
	text-decoration: none;
	color : #494155;
}




.footer		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	text-align: right;
	font-size: 10px;
	color: #000000;
	margin-top: 14px;
	font-weight : normal;
	padding: 4px;
	padding-right:6px;
	background: #ffffff;
	padding-left: 170px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 1px solid gray;
}

	
.linkFooter		{
	/* text-decoration doesn´t work as class in gecko, so you have to specify this in the footer.html file */
	
	margin-top: 8px;
	font-size: 10px;
	color: silver;
	font-weight : normal;
	
}

a.linkFooter:link, a.linkFooter:hover, a.linkFooter:active, a.linkFooter:visited
{

	font-size: 10px;
	color: silver;
	font-weight : normal;
	text-decoration:none;
}


.bgz1
	{
	background-color: #eeeeee;
	border-bottom: solid 1px silver;
	}

.bgz2
	{
	background-color: #E2ECF6;
	padding: 2px;
	border-bottom: 1px solid silver;
	}
	
#input, .input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 12px;
border: 1px solid #cccccc;
background-color: #ffffff;
}


a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}


/* navigation */
.navigation
	{
	
	line-height : 29px;
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;

}


a.level_0 {
	width: 100px;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#000000;
	padding-left: 14px;
	padding-right: 14px;
	
}

a.level_0:active, a.level_0:link, a.level_0:visited {
	width: 100px;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	color:#000000;
	padding-left: 14px;
	padding-right: 14px;
	
}

a.level_0:hover
{
color: #78E856;
text-decoration:none;
}


a.level_0active:active, a.level_0active:link, a.level_0active:visited {
	width: 100px;
	color: #78E856;
	line-height : 24px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 14px;
	padding-right: 14px;

	
}

a.level_0active:hover{
	color: #000000;
	text-decoration:none;
}
