


body {
	color:gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: white;

}

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


#rahmen
{
text-align: center;
margin-top: 10px;
border: 1px solid #A0DCEF;
width: 660px;
background-color: #CEE1F3;
}

.box
{
padding: 5px;
font-size: 11px;
margin-top: 20px;
border: 1px dotted #283562;;
width: 140px;
background-color: white;
margin-left: 10px;
margin-right:10px;
filter:alpha(opacity=70); -moz-opacity:0.7; 
}

table
{

}


td {
	/* no inheritance of the font-size (and family, size in NS4) from body, so repeat it here */

	font-size: 12px;
	/* ns4 */
	padding: 0px;
	vertical-align:top;
	color: black;
	
}



/* 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: black;
	padding: 8px;
	
	
}

.btnBack
{
margin-top: 6px;
border: 1px solid gray;
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 gray;
padding:4px;
text-decoration:none;
background-color: #3FBAB0;
font-weight: bold;
color: #ffffff;
}

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


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




.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: 12px;
	color: #1D5538;
	margin-top: 14px;
	font-weight : normal;
	padding: 4px;
	padding-right:6px;
	padding-left: 170px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top: 0px solid #3366CC;
}

	
.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: 12px;
	color: white;
	font-weight : normal;
	
}

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

	font-size: 12px;
	color: white;
	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, .textarea
{

color: #FF3E77;
font-size: 11px;
border: 1px solid #60698B;
background-color: #ffffff;
padding: 1px;
margin: 1px;
}


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


/* navigation */
.navigation
	{
	margin-top: 2px;
	margin-bottom: 1px;
	border-top: 0px solid #B3E4FD;
	border-bottom: 0px solid #B3E4FD;
	background-color: #ffffff;
	text-align: left;
	padding: 10px;
	margin-left: 24px;
}


a.level_0 {
	width: 140px;
	size: 12px;


	color: #3366CC;
	padding-left: 14px;
	padding-right: 14px;
	
}

a.level_0:active, a.level_0:link, a.level_0:visited {
	width: 100px;
	font-size: 12px;
	color:#3366CC;
	font-weight:normal;
	padding-left: 14px;
	padding-right: 14px;
	
}

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


a.level_0active:active, a.level_0active:link, a.level_0active:visited, a.level_0active:hover {
	width: 100px;
	color: #FF3E77;
	font-size: 12px;
	padding-left: 14px;
	padding-right: 14px;

	
}

