/* 
	CSS-Document
	@author: 	Frank Schumann, Andreas Wenk
	@copyright:	2006 voodoo-media GmbH	
	@web:		http://www.voodoo-media.de
	@email:		fs@voodoo-media.de, aw@voodoo-media.de
*/

/* Tag Definitionen */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #222222;
	background-color: #d1d1d1;
}
a{ 
	color:#333333;
    text-decoration: none; 
} 	   
a:hover{
   	text-decoration: underline;
	color: #555555;
}

input, textarea, select {
	border: 1px solid #999999;
	background-color:#eeeeee;
	font-size:11px;
	color:#222222;
	font-family: Arial, Helvetica, sans-serif;
}
input.blank {
	border: 0px;
	background-color: transparent;
}

/* Bereiche */
#navigator{
	width:148px;
	height:560px;
	overflow:auto;	
}
#main {
	top:0px;
	left:150px;
	height: 540px;
	padding: 5px;
	font-size: 10px;
	color:#222222;
	
}
#main_content{
	margin: 3px 0px 5px 0px;
	padding-bottom: 20px;
	font-size: 11px;
	color:#222222;
	width:100%;
	height:auto;
	border: 1px solid #B44696;
	
}
#main_content_inner{
	font-size: 11px;
	color:#222222;
	overflow:auto;
	height:530px;
	
}
#border_bottom{
	border-bottom: 1px solid #999999;
}

#debug {
    width: 100%;
	border: solid 1px #000000;
	padding: 5px;
}

/* Tabellen */

/* Login */
table.login{
	background-color: #B44696;
}
table.login th{
	background-color : #B44696;
	text-align:left;
	color: #dddddd;
	font-weight: bold;
}

/* Main */
table.main{
	width:100%;
	border: solid 1px #B44696;
}
table.main th{
	background-color:#B44696;
	text-align:left;
	color: #dddddd;
	font-weight: bold;
	border: 1px solid #B44696;
}
table.main td#left_navi{
	width: 145px;
}

/* Main Content */

/* Main Content Inner Top */
table.main_content_inner_top{
	width:100%;
}
table.main_content_inner_top td#navi_top{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

/* Main Content Inner Body */
table.main_content_inner_body{
	width: 100%;
}
table.main_content_inner_body td#top{
	padding: 5px;
	font-weight: bold;
	border-bottom: 1px solid #999999;
}

table.main_content_inner_body td#list{
	background-color: #dcdcdcd;
	padding-left: 5px;
	line-height: 20px;
	border-bottom: 1px solid #999999;
}
table.main_content_inner_body td#list_2{
	background-color: #d5d5d5;
	padding-left: 5px;
	line-height: 20px;
	border-bottom: 1px solid #999999;
}

/* Navi Box */
table.left_navi_box{
	width: 140px;
	background-color: #cccccc;
	border: 1px solid #B44696;
}
table.left_navi_box th{
	background-color : #B44696;
	text-align:left;
	color: #dddddd;
	font-weight: bold;
}
table.left_navi_box td{
	background-color : #aaaaaa;
	padding: 2px;
}


/* Klassen Definitionen */
.textfeld {
    border: 1px solid #777777;
	background-color:#000000;
	font-size:11px;
	color:#DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
}

.uhr_white {
	background-color: #B44696;
	font-weight:bold;
	color: #cccccc;
	border: 0px;
	width: 120px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;	
	color:#777777;
	font-size: 10px;
}
.message {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold; 
	color : #703690;
}

#area_content {
	display: none;
}
#area_upload {
	display: none;
}
