body {
	font: 70%/160% Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #4B4B4B;
	background: #ffffff url(../img/bg.gif) repeat-x;
}

#wrapper {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%
}

#center {
	margin: 0 auto;
	width: 950px;
	padding: 0px;
	background: #ffffff url(../img/center_bg.gif) top left;
}

#top {
	top: 0px;
	width: 950px;
	height: 162px;
	overflow:visible;
	background: #ffffff url(../img/center_top.gif) no-repeat;
}

#bottom{
	text-align: right;
	width: 950px;
	height: 50px;
	padding-top:7px;
	background: #ffffff url(../img/center_bottom.gif) no-repeat;	
}

#content {
	top: 162px;
	width: 950px;
	height: 100%;
}

.container {
	width: 100%;
	border: 1px solid #d6d6d6;
	padding: 20px 15px 5px 5px;
}

.bild {
	float:left;
	border: 1px solid #d6d6d6;
	padding: 5px;
	margin:0px 20px 15px 20px;
}

.loginfeld {
	width:80px;
	border: 1px solid #216786;
	background: #ffffff;
}

.feld {
	border: 1px solid #216786;
	background: #ffffff;
}

.feldleer {
	color:RGB(255,255,255);
	background: #960014; 
	border:1px solid RGB(0,0,0);
}

.button {
 	color:#ffffff;
 	font-size:10px;
	border: 1px solid #000000;
	background: #216786;
}

.rechts{
	text-align: right;
}

.float_aufheben {
	clear: both;
}

#padding_box {
	padding: 0px 102px 0px 74px;
}

#padding_box_bottom {
	padding: 0px 82px 0px 74px;
}


.blue {
 	padding: 2px;
 	border: 1px solid #ffffff;
	color: #ffffff;
	background: #5674B9;
	font-weight: bold;
}

#content_right {
	float: right;
	width: 600px;
}

#sidebar {
	padding-top:38px;
}

#sidebar ul {
 	width:158px;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}

#sidebar li{
	list-style: none;
}


#sidebar ul li a {
	border-bottom: 1px solid #ccc;
	color:RGB(0,67,97);
	display: block;
	text-decoration: none !important;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 25px;
	background-image: url(../img/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
}

#sidebar ul li a:hover{
	border-bottom: 1px solid #ccc;
	color: #666;
	background-color: RGB(240,240,240);
}

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	text-transform: uppercase;
}

a.noux {
	color:RGB(170,187,41);
	text-decoration:underline;
}

a.noux:hover {
	color:RGB(99,134,34);
	text-decoration:none;
}

a {
	color: #216786;
	text-decoration:underline;
}

a:hover {
	color: #216786;
	text-decoration:none;
}

a.blau {
 	padding: 2px;
 	border: 1px solid #ffffff;
	color: #ffffff;
	background: #5674B9;
	text-decoration:none;
}

a.blau:hover {
 	padding: 2px;
	color: #000000;
	background: none;
	text-decoration:none;
}

a.settings {
	font-size:14px;
	padding:5px;
	font-weight:bold;
	color: #216786;
	text-decoration:none;
}

a.settings:hover {
	font-size:14px;
	padding:5px;
	color: #666;
	font-weight:bold;
	background-color: RGB(240,240,240);
	text-decoration:none;
}

.hint {
	font-size: 11px;
  	color:RGB(130,130,130)
}

#f1_upload_process{
  	height: 0px;
   visibility:hidden;
}

#hinweis{
 	font-size: 14px;
	padding:10px;
	background: #e9fad0;
	width:95%;
	border-top: 1px solid #aee756;
	border-bottom: 1px solid #aee756;
}

#ajax {
    visibility:hidden;
	position:absolute;
	margin-left:200px;
	width:500px;
	padding:10px;
	background: #FFFFFF;
	border: 1px solid #000000;
}

#ajaxload {
    visibility:hidden;
	text-align: center;
	margin-top: -16px;
	margin-left: -16px;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
}

#ajax_close{
	position:absolute;
	top:2px;
	right:2px;
	padding:2px;
	border: 1px solid #000000;
}

#topic {
 	padding:4px;
 	background: #F0F0F0;
	border: 1px dotted #909090;
}