.text	{
	font-size: 14px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

.text_top	{
	font-size: 16px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #323941;
	font-weight: bold;
	vertical-align: top;
	text-align: center;
}

.text_normal	{
	font-size: 12px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

.text_super	{
	font-size: 20px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

.text_left	{
	font-size: 14px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: left;
}

.text_big	{
	font-size: 16px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

.text_medium	{
	font-size: 12px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: top;
}

.text_medium_b_m	{
	font-size: 12px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: big;
	vertical-align: middle;
	text-align: left;
}

.text_small	{
	font-size: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: top;
}

.text_small_b_m	{
	font-size: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #000000;
	font-weight: big;
	vertical-align: middle;
	text-align: left;
}

.text_italic {
	font-size: 10px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-style: italic;
	color: #000000;
	font-weight: normal;
	vertical-align: top;
	text-align: center;
}

.tdtopmenue{
	background-color: #EEEFEF;
	color: #111111;	
	font-size: 12px;
	font-weight: normal;
	font-family: Verdana, arial, helvetica, sans-serif;
	/*letter-spacing: 1px;*/
}

.title{
	background-color: #CCCCCC;
	font-size: 16px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	border: black solid 1px;
	height: 2em;
}

.title_light{
	background-color: #CCCCCC;
	font-size: 14px;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	height: 2em;
}

.table_line_bottom{
    border-collapse:collapse;
	border-bottom:1px solid black;
}

.table_line_left{
    border-collapse:collapse;
	border-left:1px solid black;
}

.link a:link{
	color:grey;
	font-size:17px;
	text-decoration: none;
}

.link a:visited{
	color:#339999;
	font-size:17px;
	text-decoration: none;
}

.link a:activ{
	color:#006666;
	font-size:17px;
	text-decoration: underline;
}

.link a:hover{
	color:#006666;
	font-size:17px;
	text-decoration: underline;
}

/*  ------------------  Uhrzeit ------------------   */

input.anzeige {
 color: #000000;
 background: #FFFFFF;
 border: none;
 font-weight:bold;
 font-size:10px;
 font-family:Verdana, sans-serif;
}

input {
 color: #000000;
 background: #FFFFFF;
 border: none;
}


/*  ------------------ Definition der "div-Bereiche" -------------------  */

div.kopf{
	background-color: #FEFEF3;
	background-repeat : no-repeat;
	/*height: 115px;   */
	width: 100%;
	/*max-width: 65.5em;	*/
	margin: auto;
}

div.navigation{
	width: 10em;
	padding-top: 2em;
	padding-bottom: 0.2em;
	float: left;
}

div.seite{
	width: 95%;
	/*max-width: 65.5em;   */
	margin: auto;
	background-color: #EEEFEF;
}

div.inhalt{
	background-color: #EEEFEF;	
	padding-top: 2em;
	min-height: 400px;
	margin-left: 10em;
	padding-right: 1em;
}

/*   --------------------  Definition "Runde Ecken" im Inhalt   ------------------   */

div.rounded-box {
    position:relative;
    width: 90%;
	/*height: 25em;*/
    background-color: #DDDDDD;
    margin: 3px;
}

/*********************
GLOBAL ATTRIBUTES
*********************/
div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner
{position:absolute; width:20px; height:20px; background-color:#FFF; overflow:hidden;}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside 
{position:relative; font-size:150px; font-family:arial; color:#DDDDDD; line-height: 40px;}

/*********************
SPECIFIC ATTRIBUTES
*********************/

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: middle; padding: 8px; color:#000;
}

/*   -------------------   Home-Menue   -------------------*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.mattblacktabs{
/*width: 10em;*/
font-size:12px;
overflow: hidden;
border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 11px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #AAAAAA; /*background of tabs (default state)*/
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
color: black;
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*   -------------------- Inhalt Navigation   -------------------*/

.mattblacktabs_li{
font-size:12px;
overflow: hidden;
}

.mattblacktabs_li ul{
margin: 0;
padding: 0;
padding-left: 11px; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs_li li{
display: inline;
margin: 0;
}

.mattblacktabs_li li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #AAAAAA; /*background of tabs (default state)*/
}

.mattblacktabs_li li a:visited{
color: white;
}

.mattblacktabs_li li a:hover, .mattblacktabs_li li.selected a{
color: black;
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}

/*   -------------------- Last Change   -------------------*/

.mattblacktabs_u{
/*width: 10em;*/
align:left;
font-size:9px;
overflow: hidden;
/*border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
}

.mattblacktabs_u ul{
margin: 0;
padding: 0;
padding-left: 11px; /*offset of tabs relative to browser left edge*/
font: bold 9px Verdana;
list-style-type: none;
}

.mattblacktabs_u li{
display: inline;
margin: 0;
}

.mattblacktabs_u li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #AAAAAA; /*background of tabs (default state)*/
}

.mattblacktabs_u li a:visited{
color: white;
}

.mattblacktabs_u li a:hover, .mattblacktabs_u li.selected a{
color: black;
background: white; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
