/* Newsletter Boersenbrief Verlag*/

* {
		font-family: Verdana, Arial, Helvetica;
		font-size: 12px;
		padding: 0px;
		margin: 0px;
		}
/*
body {	
	height: 100%;
	background-image: url(bilderLayout/linebottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	}
*/
#boxNavigation {
	float: left;
	width: 200px;
	height: 500px;
	}

#boxInhalte {
	margin: 5px 10px 0px 210px;
	min-width: 1000px;
	height: 500px;
	}
	
/* Navigation */
#boxNavigation a {
	color: #555555;
	text-decoration: none;
	height: 20px;
	line-height: 20px;
	}

.navi1 {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9199C7;
	display: block;
	border-top: solid 2px #FFFFFF;
	padding-left: 3px;
	}
.navi1 a{
	color: #FFFFFF !important;
	font-weight: bold;
	}
.navi1 a:hover{
	font-weight: bold;
	}
.naviAktiv1{
	color: red !important;
	}
	
.navi2 {
	padding-left: 10px;
	}
.navi2 a{
	color: #555555;
	}
.navi2 a:hover{
	text-decoration: underline !important;
	}	
.navi3 {
	padding-left: 25px;
	}
.navi4 {
	padding-left: 30px;
	}
	
.naviOrange{
	color: #000000;
	font-weight: bold;
	background-color: #FF9900;
	display: block;
	border-top: solid 2px #FFFFFF;
	padding-left: 3px;
	}
	
/* Formulare */
/*#boxInhalte input[type=text], select{
	
	}*/
.formEingabe input[type=text], textarea{
	width: 400px;
	}
.formEingabe select{
	width: 300px;
	}
.meldung{
	color: #00CC00;
	}
.fehler{
	color: #FF0000;
	}
.warnung{
	color: #FF9900;
	}
.info{
	font-size: 10px;
	}
	
.formInput{
	width: 300px;
	}
	
/* Tabellen */
.tdLineBottom {
	height: 2px;
	padding-bottom: 2px;
	border-bottom: solid 2px orange;
	}
.tdLineTop {
	height: 2px;
	padding-top: 2px;
	border-top: solid 2px orange;
	}

.rahmen {
	border: #949392 1px solid; 
	}
	
.titel {
	padding-left:5px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-color: #9199C7;
	}
	
.hell { 
	background-color: #EBEBEB;
	}

a { 
	color:#000000; 
	text-decoration: underline;
	}
	
a:hover { 
	color:#FF3300;  
	text-decoration: none;
	}

table{
	empty-cells: show;
	}
th{
	text-align: left;
	padding: 3px;
	}
td{
	padding: 3px;
	}
	
.dateiliste{
	padding-left: 20px;
	}
li{
	padding: 2px 0px 2px 0px;
	}
	
#boxServer {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9199C7;
	height: 20px;
	line-height: 20px;
	border-top: solid 2px #FFFFFF;
	padding-left: 3px;
	margin: 0px 0px 0px 210px;
}

.terminVorbei{
	color: #CCCCCC;
	}