/* Content3 Web Solutions 2007
Author: Minho Park

Allgemeine Einstellungen */
* {
	padding: 0;
	margin: 0;
}
html {height: 100%; margin-bottom: 0.1px;}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 69.01%;
	text-align:center;
}

h1 {
	line-height: 1em;
    font-size: 15px;
	padding: 10px 0 10px 0;
	color: #FF6600;
}
h2 {
	font-size: 130.01%;
	padding-bottom: 5px;
	color: #666666;
}
h3 {
	font-size: 120.01%;
	padding-bottom: 5px;
	color: #666666;
}
h4 {
	font-size: 110.01%;
	padding-bottom: 5px;
	color: #666666;
}

h5 {
	font-size: 100.01%;
	padding-bottom: 5px;
	color: #666666;
}


#overdiv {
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	border-right: 1px solid #E8E8E8;
	border-left: 1px solid #E8E8E8;
	text-align:left;
}
* html #overdiv {
width: 770px;
}
/* Headerbereich */
#logo {
	background: url(../img/content3_01.jpg) no-repeat left top;
	height: 166px;
	width: 390px;
	float: left;
}
#topmenu {
	float: right;
	margin: 150px 20px 0 0;
	display: inline;
}
#topmenu li {
	display: inline;
	font-size: 0.8em;
}
#topmenu li a {
padding-left:3px;
}
/* Hauptmenue */
#middle {
	height: 166px;
	width: 768px;
	background:  #ff6306;
	clear: both;
 }
#midleft {
	background: url(../img/content3_07.jpg) no-repeat left top;
	height: 166px;
	width: 390px;
	float: left;
}
/* hide hack from Mac-IE5 \ 3-pixel-jog Hack */
* html .menu { height: 1%; }
/* end hiding */
#midright {
	background: url(../img/content3_20.jpg) no-repeat;
	height: 64px;
	width: 210px;
	float: right;
	margin-top:23px;
}
#midmid {
	float: left;	
}
#main { min-height: 430px; }
#mainmenu {
	color:#FFF;
	list-style: none;
	font-size: 1.3em;
}
#mainmenu li {
}
#mainmenu li a {
padding-left:3px;
}
/* Contentbereich */
#logo1 {
	background: url(../img/content3_38.jpg);
	height: 259px;
	width: 323px;
	float:left;
}
#topic {
	background: url(../img/content3_44.jpg) no-repeat;
	height: 59px;
	width: 16px;
	float:left;
	margin: 50px 0 0 39px;
}
/* Footerbereich */
#footer {
	background: url(../img/content3_51.jpg) repeat-x;
 clear: both; 
 	height: 33px;
}
#bottommenu {
	display: inline;
	margin: 10px 0 0 10px;
	float:left;
	}
#bottommenu li { display: inline; }
#bottommenu li a {
padding-left:3px;
}
#smalllogo {
	background: url(../img/content3_59.jpg) no-repeat;
	height: 33px;
	width: 31px;
	float: right;
}
/*Links Topmenu*/
.menu li a:link {
	color: #000;
	text-decoration: none;
}
.menu li a:visited {
	text-decoration: none;
	color: #000;
}
.menu li a:hover {
	text-decoration: none;
	color: #ff6306;
}
.menu li a:active { text-decoration: none; }

/*Links Mainmenu*/
#mainmenu li a:link {
	color: #fff;
	text-decoration: none;
}
#mainmenu li a:visited {
	text-decoration: none;
	color: #fff;
}
#mainmenu li a:hover {
	text-decoration: none;
	color: #ccc;
}
#mainmenu li a:active { text-decoration: none; }

#news {
	border-top: 1px dashed #CCCCCC;
	height: 100%;
	width: 350px;
	float:right;
	margin: 30px 18px 20px 0;
}
.news-latest-item  h3 a{
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
.news-latest-item {
	border-bottom: 1px dashed #CCCCCC;
	padding: 5px 0;
}
.news-latest-morelink a {
	color: #000000;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
