/* Algemeine Styles */
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #000033;
	margin: 0px;
}

td, th {
	vertical-align:top;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, Sans-Serif;
	color: #333;
}

th {text-align: left;}

img {border: 0px;}

hr {
	border: none 0; 
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #efefef;
	height: 2px;
	margin: 10px auto 0 0;
	text-align: left;	
}

h1, h2, h3, h4, h5, h6 {color: #333399;}
h1 {font-size: 18px}
h2 {font-size: 16px}
h3 {font-size: 14px}
h4 {font-size: 13px}
h5 {font-size: 12px}
h6 {font-size: 10px}

/* Links */
a {color: #333399; text-decoration: none;}
a:link {color: #333399;}
a:visited {color: #333399;}
a:hover {color: #FF00FF;}

/* Text-styles */
.meldung {color: red;}

.rechts {text-align: right;}
.mitte {text-align: center;}
.fett {font-weight: bold;}
.kursiv {font-style: italic;}
/* Formulare */
.formobj {	border: 1px solid #666666;}

select, input, textarea {border: 1px solid #666666;}

.field {
	border: 1px solid #666666;
	width: 300px;
	font-family:  Lucida Sans, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 4px;
}

.fieldsmall {
	border: 1px solid #666666;
	width: 70px;
	font-family:  Lucida Sans, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 4px;
}

/* Bereiche der Seite */
#container {
	width: 984px;
	background-color: #CCCCFF;
}
#colLeft {
	width: 160px;
	vertical-align: top;
}

#navi {
	width: 204px;
	padding-left: 20px;
}

#content {
	width: 580px;
	padding: 0 4px 0 4px;
}
#content table {width: 90%;}
#content a {color: #333399; text-decoration: none;}
#content a:link {color: #333399;}
#content a:visited {color: #333399;}
#content a:hover {color: #FF00FF;}

#info {
	width: 200px;
	background-color: #669999;
	vertical-align: top;
	border-right: 2px solid #CCCCFF;
	padding: 0 4px 0 4px;
}

#info a {color: #333399; text-decoration: none;}
#info a:link {color: #333399;}
#info a:visited {color: #333399;}
#info a:hover {color: #FF00FF;}

#footer td{
	height: 27px;
	font-size: 11px;

	text-align: center;
	padding: 4px;
}

#footer a{
	text-decoration: none;
}

#imgLeft {
	width: 160px;
	height: 128px;
	margin-bottom: 8px;
	margin-left: 20px;
}

#linksTop {
	text-align: right;
	padding: 2px;
}

.adminbox {
	text-align: center;
	border: 1px solid black;
	background-color: #666666;
	vertical-align: middle;
	padding: 2px
}

#cmsInhalt {border: 0;}
#cmsInhalt body{background-color: #CCCCFF;}
#cmsInhalt table {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px;}

/* diverse */
.details {background-color: #99CCFF;}
.darkrow {background-color: #DDDDDD;}
.hgInaktiv {background-color: #FFFF33;}
.hgGeloescht {background-color: #CCC;}
.descr {font-style: italic; font-size: 0.9em;}