/********
 * Body *
 ********/

body {
    background-color: #c0c0c0;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 15px; 
    line-height: 1.5em; /* 18px */
	text-align: center;
}



/*********
 * Links *
 *********/

a {
    text-decoration: none;
    color: #000066;
}
a:link {
	color:#000066;
}
a:visited {
	color:#000066;
}
a:hover {
	color:#778899;
}


.button {
   	background-color: #ffffff;
   	color: #000000;
   	border-width: 0px;
   	font-family: verdana, helvetica, arial, sans-serif;
   	font-size: 13px; 
	text-decoration: underline;
	text-align: center;
	
}

.button:hover {
    	background-color: #ffffff;
    	color: #778899;
	cursor: pointer;
	text-decoration: underline;
   	border-width: 0px;
   	font-family: verdana, helvetica, arial, sans-serif;
   	font-size: 13px; 
	text-align: center;
}



/*
 * Layout-Vorgaben
 */

.searchtable {
    horizontal-align: center;
	background-color: #ffffff;
    font-family: verdana, helvetica, arial, sans-serif;
    font-size: 15px; 
    line-height: 1.5em; /* 18px */
	width: 1000px;
}


.pagecontainer {
	background-color:#f3f3f3;
    margin: auto;
	position: absolute; top:10px; left:5px; right:5px;
    height: 300px;
	width: 1000px;
}

.copyrightcontainer {
	background-color:#ffffff;
   	margin: 50px;
}

.startseitenbild {
  	position: static; top:10px; left:5px; right:5px;
	z-index: -90;
	margin: auto;
}


.startnavigation  {
	position: absolute;
	top: 610px;
	text-align: center;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
	font-size: 25px;
}
	
	
.headernavigation  {
	position: absolute;
	top: 73px;
	text-align: center;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
	z-index: 1;
	font-weight: bolder;
	font-size: 25px;
}

/*********
 * Auswahl *
 *********/
 
.suche  {
    width: 400px;
    
}


option {
    -webkit-appearance: none;
}

 
option.oberbegriff {
	font-weight: bold;
	color: #ffffff;
	background-color: #C0C0C0;
}

option.unterbegriff {
	font-weight: normal;
	color: #000000;
	margin-left: 20px;
}

.wichtigertext {
	font-weight: bold;
	color: #000066;
}

.annotation {
	
	color: #ff0000;
}


.textarea {
	resize: none;
}

/* TABELLEN
 **********/
 

tr .navigation {
	font-size: 2px;
} 

 td .title {
	font-size: 18px;
}


 td  {
	font-size: 12px;
}


table .komplett {
 	border-width: 1px; 
 	width: 1000px;
 	border-style: solid;
 	padding: 0px; 
 	cellspacing: 0px;  
	font-size: 12px;
}

table .tabellenkopf {
	border-width: 1px;
	border-color: #c0c0c0;
	border-style: double;
	width: 100%;
	padding: 5px;
	spacing: 1px;
	font-size: 12px;
	background-color: #eeeeee;
}


