/* daffs 23.11.2008 - 20:18Uhr */
body {
	font-family: verdana;
	font-size:11px;
	background-color: #FFFFFF; /*#484747*/
	padding:0 0 5px 0;
	margin-top: 0px;
}

a, a:visited {
	text-decoration: none;
	color:#3578D4;
}
a:hover, a:active {
	color: #1994E4;
}

a.menu {
  margin:0 1px;
  display:block;
  padding:5px;
  border-bottom:1px solid #000000;
  text-decoration:none;
  color:#000000;
}
a.menu:visited {
  color:#000000;
}
a.menu:hover, a.menu:active  {
  color:#FFFFFF;
  background-color:#919190;
}

#main {
	background-color: #dee1f2;
	width:1000px;
	margin:0 auto;
}

#top {
	background:url(../images/top_login.gif) repeat-x;
	height:39px;
	line-height:340%;
	padding: 0 5px;
}
#top a {
	color: #666666;
}
#top a:hover {
	color: #999999;
}
#logout {
	float:right;
}
#logged {
	float:left;
}
#logged a {
	text-decoration:none;
}
#logged a img{
	border:0;
	vertical-align:middle;
	margin:0 2px 4px 0;
	width:24px;
	height:24px;
}
#logged a span {
	text-decoration:underline;
}

#belowheader {
	background:url(../images/top_login.gif) repeat-x bottom; 
	height:20px;
}

#loginbutton {
	background:#AAAAAA;
	border:1px solid;
	padding: 0 10px;
	height:19px;
	vertical-align:middle;
	margin-bottom:5px;
}
#loginbutton:hover {
	background: #CCCCCC;
}

.logintextfield {
	width:150px;
	height:15px;
	border:1px solid #484747;
}

#header {
	height:189px;
}
#smiley {
	background:url(../images/smiley_20.gif) 100% 100% no-repeat;
	width:15px;
	height:15px;
	position:absolute; 
	margin:119px 0 0 621px;
}
#logo {
	background:url(../images/header.jpg) no-repeat;
	width:1000px;
	height:189px;
	border:0;
	display:block;
	z-index:100;
}
#banner-logo {
	position:absolute; 
	margin:65px 0 0 500px;
}
#header h1 {
	display:none;
}
#header h2 {

	color:#333333;
	font-size:15px;
	position:relative;
	margin-top:-71px;
	margin-left: 10px;
	width:630px;
	text-align:center;
/*
	letter-spacing: 0.57em;
	font-family:Courier;
	
	position:relative;
	margin:-0px 0 0 8px;
*/
}

#middle {
	margin:8px 0;
}

.box_l, .box_r {
	background:url(../images/box_right.png) 100% 0 repeat-y;
	background-color:#fcfcfd;
	/*old: #ebebec*/
	border:none;
	width:187px;
	
	margin-bottom:10px;
}
.boxheader  {
	height:19px;
	margin:0 2px;
}
.box_l .boxheader {
	background:url(../images/box_head_l.png);
}
.box_r .boxheader {
	background:url(../images/box_head_r.png);
}
.boxleft {
	background:url(../images/box_left.png) 0 0 repeat-y;
}
.boxcontent, .boxcontentmenu {
	padding:5px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/box_bottom.png) 0 100% repeat-x;
}
.boxcontentmenu {
	padding:0 0.5px 2px;
}
.caption {
	color:#FFFFFF;
	text-align:left;
	padding:3px 0 0 5px;
	font-size:11px;
}
.box_r .caption {
	text-align:right;
	padding:3px 5px 0 0;
}
#content {
	background:url(../images/box_right.png) 100% 0 repeat-y;
	background-color:#fcfcfd;
	width:600px;
}
#contentheader {
	background:url(../images/box_head_content.png);
	height:19px;
	margin:0 2px;
}
#contentheader .caption {
	text-align:center;
}
#contentcontent {
	padding:18px;
	text-align:left;
	padding-top:10px;
	padding-bottom:10px;
	background:url(../images/box_bottom_content2.png) 0 100% no-repeat;
	margin:0 1px;
}
#footer {
	clear:both;
	height:33px;
	line-height:300%;
	color:#000000;
	text-align:center;
	border-top:#000000 solid 1px;
}

#links, #mitte{
	float:left;
}
#rechts {
	float:right;
}
#links, #rechts {
	width:187px;
	margin:0 2px;
}
#mitte{
	width:600px;
	margin:0 8px;
}

/*Suche*/
.suggestionsBox {
	position: relative;
	left: 30px;
	margin: 0px;
	width: 200px;
	border: 2px solid #000;	
	color: #000;
}

.suggestionList {
	margin: 0px;
	padding: 0px;
}

.suggestionList li {
	margin: 0px 0px 3px 0px;
	padding: 3px;
	cursor: pointer;
	list-style-type:none;
}

.suggestionList li:hover {
	background-color: #ff6600;
}
ul {
	padding-left:15px;
	margin:2px 0;
}

.headline {
  padding:3px;
  border-bottom:1px solid #3578D4; 
  font-weight:bold;
  /* background-color: #FEFEFE; */
}
.notification {
  padding:3px;
  border:1px solid #3578D4; 
  font-weight:bold;
  margin-bottom: 5px;
  background: #FF6666;
}