/*<![CDATA[*/ 


/*//////////////////////////////////////////////////////////////////////////////////*/
/* Titel */

#titel {
	float: left;
	width: 974px;
	height: 95px;
	background: url(images/titel_bg.jpg) top left repeat-x;
}

#titel #logo {
	float: left;
	padding: 22px 0 0 18px;
}

#titel #titel-banner {
	float: right;
	margin: 2px 2px 0 0;
}

#titel #titel-banner a {
	float: left;
	border: 0;
}
#titel #titel-banner a:hover {
	
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Menu */

#menu-container {
	float: left;
	width: 974px;
	height: 57px;
	background: url(images/menu/menu_bg.gif) top left repeat-x;
}

#menu {
	float: left;
	width: 700px;
	height: 29px;
	padding: 28px 0 0 0px;
}

#menu ul {
	float: left;
	margin: 0px 0 0 15px;
	padding: 0px 0 0 0px;
	list-style-type: none;
}

#menu ul li { 
	float: left;
	margin: 0px;
	padding: 0px 0px 0 0;
}

#menu ul li a {
	float: left;
	display: block;
	height: 21px;
	padding: 8px 10px 0px 10px;
	margin: 0px;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	text-transform: uppercase;
}

#menu ul li.active {
	text-transform: uppercase;
	background: url(images/menu/menu_li_bg_left.gif) top left no-repeat;
}

#menu ul li.active a {
	background: url(images/menu/menu_li_bg_right.gif) top right no-repeat;
}

#menu ul li a:hover {
	text-decoration: underline;
}

#menu ul li.aktiv a {
	/*font-weight: bold;*/
	text-decoration: underline;
}


/*//////////////////////////////////////////////////////////////////////////////////*/
/* Login */
#login {
	float: right;
	width: 235px;
	height: 53px;
	padding: 4px 0 0 0px;
}

#login .inputs {
	float: left;
	width: 174px;
}

#login .inputs input {
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/input_login_bg.gif) top left no-repeat;
	border: 0px;
	margin: 0 0 1px 0;
	padding: 1px 0 2px 10px;
	width: 164px;
	height: 13px;
	overflow: hidden;
}

#login .submit {
	float: right;
	width: 25px;
}

#login .links a,
#login .links input,
#login .links label {
	float: left;
	cursor: pointer;
}

#login .links a:hover,
#login .links label:hover {
	color: #fff;
	text-decoration: underline;
}

#login a, #login label {
	color: #fff;
	text-decoration: none;
	font-size: 9px;
}

#login a:hover, #login label:hover {
	color: #fff;
	/*text-decoration: underline;*/
}


/*//////////////////////////////////////////////////////////////////////////////////*/
/* Login INFO */
#login-info {
	position: absolute;
	float: left;
	width: 332px;
	margin: 0 0 0 640px;
	color: #fff;
	font-size: 11px;
	border: 1px solid #fff;
	background: url(images/login_info_bg.png);
}

#login-info a {
	color: #fff;
	text-decoration: underline;
}
#login-info a:hover {
	color: #27a2bd;
	text-decoration: underline;
}

#login-info .close-info a {
	float: right;
	width: 19px;
	height: 19px;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	text-align: center;
}
#login-info .close-info a:hover {
	background: #000;
}

#login-info .inner {
	padding: 10px 10px 0px 10px;
}

#login-info .avatar-bild {
	float: left;
	width: 108px;
	padding: 0 0 10px 0;
}

#login-info .avatar-text {
	float: left;
	width: 190px;
	padding: 0 0 10px 0;
}


/*//////////////////////////////////////////////////////////////////////////////////*/
/* ticker-suche-container */
#ticker-suche-container {
	float: left;
	width: 974px;
	background: #000;
	padding: 0 0 8px 0;
}
#ticker-suche-container h3 {
	float: left;
	width: 974px;
	text-align: center;
	margin: 3px 0;
}

/* Slider */
/*
#slider {
	float: left;
	width: 964px;
	padding: 0 5px;
}

#slider .prev {
	float: left;
}
#slider .next {
	float: right;
}
#slider .slider-items {
	float: left;
}
*/

/* Ticker */
#ticker {
	float: left;
	font-size: 11px;
	width: 767px;
	padding: 0 0 0 14px;
	margin: 0px;
}

#ticker a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#ticker a:hover {
	color: #951a53;
	font-weight: bold;
	text-decoration: underline;
}

/*//////////////////////////////////////////////////////////////////////////////////*/
/* Suche */
#suche {
	float: right;
	width: 184px;
	padding: 0 9px 0 0;
	margin: 0px;
}

#suche .input-suche {
	float: left;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/input_suche_bg.gif) top left no-repeat;
	border: 0px;
	margin: 0 0 1px 0;
	width: 158px;
	height: 14px;
}

#suche .submit-suche {
	float: right;
}


/*//////////////////////////////////////////////////////////////////////////////////*/

/*]]>*/ 