/* 
*  zeta24.com css 
*  author: rene klinkhammer
*  22.06.2008
*/


/*
*  HTML 
*/

body {
	background: url('http://www.zeta24.com/de/global/images/body_bg.jpg') repeat-x;
	line-height: 18px;
	color: #666;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, sans-serif
}

h1 {
	color: #0036A4;
        margin-top:0px;
	margin-bottom: 18px;
	font-size: 19px;
	line-height: 22px;
}

h2 {
	color: #666;
	margin-top: 30px;
	font-size: 14px;
}

h3 {
	color: #999;
	font-size: 11px;
	margin-top: 30px;
}

h5 {
	color: #888;
	font-size: 11px;
	margin-top: 5px;
}

img {
	border: 0px none;
}

a {
	text-decoration: none;
	color: #369;
font-weight:bold;
}


/* 
*  LAYOUT 
*/

#container {
	margin-left: auto;
	margin-right: auto;
	width: 935px;
	height: 1000px;
}

#left {
	float: left;
	width: 190px;
}

#mid {
	float: left;
	width: 450px;
}

#mid0 {
	float: left;
	width: 660px;
}

#right {
	float: right;
	width: 180px;
}

#foot {
	clear: both;
	width: 925px;
}

/* 
*  DESIGN 
*/

#head {
	background: url('http://www.zeta24.com/de/global/images/head_white_bg.jpg');
	margin-bottom: 35px
}

#left {
	border-right: 1px dotted #ccc;
        margin-bottom: 25px;
background: url('http://www.zeta24.com/de/global/images/pfeil.jpg') no-repeat top left;
}

#mid {
	padding: 0px 35px;
        margin-bottom: 25px;
}

#mid0 {
	padding: 0px 35px;
        margin-bottom: 25px;
}

#right {
font-size:90%;
	padding: 10px;
	background: #f4f4f4;
        margin-bottom: 25px;
}

#foot {
	color: #888;
	font-size: 9px;
	border: 1px solid #eee;
	text-align: center;
}

#foot a {
	color: #888;
	font-size: 9px;
}


#head img {
	width: 140px;
	margin: 15px;
}

.input {
	width: 300px;
	height: 12px;
	font: 9px Verdana, Arial, sans-serif;
	color: #333;
	border: 1px solid #ccc;
	background: #f4f4f4;
}

.textarea {
	width: 300px;
	height: 60px;
	font: 9px Verdana, Arial, sans-serif;
	color: #333;
	border: 1px solid #ccc;
	background: #f4f4f4;
}

.button {
	font: 10px Verdana, Arial, sans-serif;
	padding: 3px 10px;
	background: #ccc;
	border: 0px solid #fff;
}

.img_border {
	border: 3px solid #ccc;
}

/*
*  Menu Impressum 
*/

#tabsImpressum {
	float: right;
	font: 9px Verdana, Arial, sans-serif;
}

#tabsImpressum li {
	display: inline;
	margin-right: 12px;
}

#tabsImpressum a {
	color: #999;
font-weight: normal;
}

#tabsImpressum a:hover {
	text-decoration:underline;
}

/*-- Menu top_navigation --*/
#top_navigation {
	padding: 2px;
	background: url('http://www.zeta24.com/de/global/images/blue_nav_bg.jpg');
}

#top_navigation ul {
	margin: 0px;
	padding: 0px;
}

#top_navigation li {
	display: inline;
}

#top_navigation a {
	padding: 10px;
	font: 10px Verdana, Arial, sans-serif;
	color: #aaa;
	font-weight: bold;
}

#top_navigation a:hover {
	color: #fff;
}

#top_navigation a.active {
	color: #fff;
}

/*
*  LEFT NAVIGATION 
*/

#navcontainer {
	
}

#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li {
	margin: 0 0 3px 0px;
}

#navcontainer a {
	display: block;
	padding: 5px 10px;
	color: #444;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer a:hover {
	color: #369;
	background-color: #eee;
	text-decoration: none;
}

#navcontainer ul ul li {
	margin: 3px 0 3px 0;
}

#navcontainer ul ul a {
	display: block;
	padding: 3px 18px;
	color: #999;
        font-size:80%;
	background-color: #fff;
	text-decoration: none;
}

#navcontainer ul ul a:hover {
	color: #369;
	background-color: #eee;
	text-decoration: none;
}


.center {
	text-align: center;
}


#searchform {
 float:right;
 margin:0px 0px 0px 10px;
 
}

