


body {
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}

img
{
border: 0px;
}
p
{
padding: 0 0 0 0;
margin: 0 0 0 0;
}



#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #f3f3f3;
width: 825;
}

.box
{
padding: 5px;
margin-top: 10px;
border: 1px dotted #85167C;
width: 160px;
}

table
{
 background-color:#ffffff;
}

.tdContact
{
background-color: #ECD0EA;
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: #ffffff;
	
	vertical-align:top;

	
}



/* define headlines explicitly because the differences of default-headlines are too big between the main-browsers */
h1 {
	color: #000000;
	font-size: 22px;
	font-weight : normal;
	margin-bottom: 28px;
	margin-top: 28px;
	padding-bottom:8px;
	border-bottom: 1px solid #1077B9;
	

}
h2 {
	color: #000000;
	font-size: 18px;
	font-weight : normal;
	margin-bottom: 6px;
	margin-top: 12px;

}
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: solid 1px #EBEAEA;
	width: 600px;
	padding: 8px;
	overflow: auto;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: #9A0000;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-face-color: #f3f3f3;
	scrollbar-highlight-color: #f3f3f3;
	scrollbar-shadow-color: #f3f3f3;
	scrollbar-track-color: #ffffff;
	

	
}

.bgt1
{
color: gray;
border-bottom: 1px solid silver;
border-top: 1px solid silver;
background-color: #f3f3f3;
padding: 2px;
font-weight:bold;
}

.bgz1
{
color: #000000;
border-bottom: 1px solid #f3f3f3;
}

/* links */
a:link			{
	text-decoration: none;
	color : #1077B9;
}
a:visited		{
	text-decoration: none;
	color : #1077B9;
}
a:hover		{
	text-decoration: underline;
	color : #1077B9;
}
a:active 		{
	text-decoration: none;
	color : #1077B9;
}




.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: #ffffff;
	margin-right: 8px;
	margin-top: 4px;
}

	
.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: #ffffff;
	font-weight : normal;
	
}

a.linkFooter:link, a.linkFooter:hover, a.linkFooter:active, a.linkFooter:visited
{

	font-size: 10px;
	color: #ffffff;
	font-weight : normal;
	text-decoration:none;
}

.error
{
border: 1px solid #990000;
padding: 8px;
margin-top: 24px;
margin-bottom: 24px;
}

#input, .input
{
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #000000;
font-size: 10px;
border: 0px solid silver;
border-bottom: 1px solid silver;
background-color: #f3f3f3;
}


a:hover.closed, a:hover.open {
	color: ;
	background-color : ;
	display:block; 
}


/* navigation */
.navigation
	{
	
	font-size: 12px;
	font-weight:bold;
	color: #ffffff;

}

.menu
{
	display: block;
	width: 100px;
	background:url(img/btnInactive.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;

}


a.menu:link, a.menu:visited, a.menu:active
{
color:#000000;
padding-top: 16px;
padding-bottom: 16px;
text-decoration: none;
}

a.menu:hover
{
text-decoration: underline;
}


.menuActive{
	display: block;
	width: 100px;
	background:url(img/btnActive.gif);
	background-position: left top;
	background-repeat: no-repeat;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	color:#000000;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
}

a.menuActive:link, a.menuActive:visited, a.menuActive:active{
	color: #FFFFFF;
	padding-top: 16px;
	padding-bottom: 16px;
	text-decoration: none;
}


a.menuActive:hover
{
text-decoration: underline;
}

