/* CSS Document */

	body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	background-color: #000000;
}
a:link {
	color: #FF4500;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FF4500;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #C0C0C0;	
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #FF4500;
	font-weight: bold;
}

.feld {BACKGROUND:#FFFFFF; COLOR:#000000; FONT-FAMILY:Verdana; FONT-SIZE:10px;}
.feld_fett {BACKGROUND:#FFFFFF; font-weight:bold; COLOR:#000000; FONT-FAMILY:Verdana; FONT-SIZE:10px;}
.feld_optional {BACKGROUND:#A9A9A9; COLOR:#000000; FONT-FAMILY:Verdana; FONT-SIZE:10px;}
.gold {color: #FFD700; font-weight: bold;}
.maroon {color: #800000; font-weight: bold;}
.orange {color: #FF4500; font-weight: bold; font-size: 10px;}
.orange_bottom {color: #FF4500; background-color:#000000; font-weight: bold; font-size: 10px;}
.copy {color: #C0C0C0; font-size: 9px; font-weight: normal;}
.small {color: #000000; font-size: 9px; font-weight: normal;}
.small2 {color: #C0C0C0; font-size: 9px; }
.small3 {color: #C0C0C0; font-size: 9px; }
.bold {font-weight: bold;}
.normal {color: #C0C0C0; font-weight: normal;}

.uploadanimation {
 display:none;
 position:absolute;
 top:200;
 left:0;
 width:760px;
 height:500px;	
 FONT-FAMILY:Verdana;
 FONT-SIZE:10px;
 background-color:#000000;
 color:#FFFFFF;
 font-weight: bold;
 z-index: 100;
 }
 
#print {
	position:relativ;
    width:800px;
	bottom:50px;
 }
#main {
	position:relativ;
	left:50px;
	top:50px;
    width:802px;
 }
#footer {
	position:relativ;
 }


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	
	width: 100%; /*leave this value as is in most cases*/
	height: 100%;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid darkred; /*darkred border*/
background: black url(icons/button.png) center center repeat-x;
}

.indentmenu ul li{
color: #FFFFFF;
display: inline;
background: black url(icons/button_orange) center center repeat-x;
}

.indentmenu ul li a{
float: left;
color: #FFFFFF; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #FFFFFF;
}

.indentmenu ul li a.selected{
color: #FFFFFF !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(icons/button_orange) center center repeat-x;
}

@charset "utf-8";
/* CSS Document */

#tms_inhaltbox		 			{ }
#tms_inhaltbox input			{ border:1px #666666 solid; padding: 3px; width:400px; }


/* ------------------------------------------------------------------------------------- */




/* 

	SearchField	
	by Alen Grakalic, brought to you by cssglobe.com
	
*/

/* default (inactive field) */
.sf_inactive{
	border:1px #666666 solid;
	background:#e8e8e8;
	color: #FF4500;
	width:93px;
	font-size:10px;
	font-family:verdana;
	padding:2px;
}
/* on focus (when field is clicked on)  */
.sf_active{
	border:1px #666666 solid;
	background:#fff;
	color:#333;
	width:93px;
	font-size:10px;
	font-family:verdana;
	padding:2px;
}
/* with text (when field is inactive but contains user's input)  */
.sf_text{
	border:1px #666666 solid;
	background:#fff;
	color:#888;
	width:93px;
	font-size:10px;
	font-family:verdana;
	padding:2px;
}



/* suggestions box */
/* js code generates unordered list */
.sf_suggestion{
	position:relative;
}
.sf_suggestion ul{
	position:absolute;
	margin:0;
	padding:0;
	background:#000000;
	top:0;
	left:0;
	color: #FF4500;
	font-size:10px;
	font-family:verdana;
	border:1px #666666 solid;
	
}
.sf_suggestion li{
	margin:0;
	padding:0;
	list-style:none;
}
.sf_suggestion li a{
	display:block;
	text-indent:0px;
	text-decoration:none;
	color: #FF4500;
	bottom:10px;
	
}
.sf_suggestion li.selected a{
	background: #000000;
	text-decoration: underline;
}


//////////////// uhr ////////////////
		td   { color: #ffffdd; font-weight: 300; font-size: 18px; line-height: 28px; font-family: Verdana, Geneva, Lucida Sans }
		.sieben { font-size: 7px }
		.elf { font-size: 11px }
		.zwölf  { color: #ddeeff; font-weight: 500; font-size: 12px; line-height: 16px }