/*** HTML  **************************************/
body, html {
	margin: 20px 0 0 0;
	padding: 0px;
	font-size: 11px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #eeeeee;
}
input, textarea {
	color: #666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 2px;
	border: 1px solid #666;
	background-color: #fff;
}
select {
	color: #666;
	font-size: 11px;
	border: 1px solid #666;
	background-color: #fff;
}
fieldset {
	border: none;
}
.csc-textpic-caption {
	font-size: 10px;
	text-align: right;
}

/** Startseite - Intro  ***********************************/
#iHolder {
	padding: 0 0 20px 30px;
	background-color: #fff;
	background-image: url(../images/home-shadow-cholder.png);
	background-repeat: repeat-y;
}

#iLeft {
	float: left;
	width: 230px;
	margin: 15px 20px 0px 30px;
	_margin: 15px 20px 0px 25px;
	padding-right: 20px;
	border-right: 3px solid #ccc;
}
#iMiddle {
	float: left;
	width: 230px;
	margin: 15px 20px 0px 0px;
	padding-right: 20px;
	border-right: 3px solid #ccc;
}
#iRight{
	float: left;
	width: 230px;
	margin: 15px 0px 0px 0px;
}

/*** LAYOUT  ***********************************/
#main {
	position: relative;
	color: #000;
	margin: 1em auto;
	width: 898px;
	padding: 0 0 10px 0;
	background-image: url(../images/home-shadow-footer.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#header {
	height: 235px;
	background-image: url(../images/home-shadow-header.png);
	background-repeat: no-repeat;
}
#header img{
	border: none;
}
.headerImg {
	position: relative;
	top: 38px;
	left: 334px;
	width: 410px;
	height: 170px;
}
.headerImg img {
	border: none;
}
.logo{
	position: absolute;
	top: 150px;
	left: 15px;
	width: 265px;
	height: 50px;
}
#menuHolder{
	width: 125px;
	float: left;

}
#menu {
	padding: 10px 0px 0px 15px;
}
#cHolder {
	padding: 0 0 20px 25px;
	background-image: url(../images/home-shadow-cholder.png);
	background-repeat: repeat-y;
}
#cLeft {
	max-width: 180px;
	_width: 180px;
	min-width: 180px;
	float: left;
	margin-right: 15px;
	border: 1px solid #fff;
}
#cMiddle {
	width: 405px;
	min-height: 300px;
	float: left;
	_margin-top: 10px;
	//margin-top: 10px;
}
#metaMenu {
	position: absolute;
	top: 220px;
	left: 755px;
	width: 97px;
	height: 355px;
	padding: 20px 13px 0px 5px;
	background-repeat: no-repeat;
	background-position: 3px 2px;
}
#metaMenu h3 {
	font-size: 11px;
	color: #fff;
	text-align: center;
	margin: 0px;
	background-color: #f2debe;
}

#footer {
	clear: both;
	padding-left: 120px;
	margin-right: 30px;
	background: url(../images/tap_footer.gif) repeat-x 0px 13px;
}
#footer a{
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #7099bf;
	text-decoration: underline;
}
#footer img, #metaMenu img {
	border: none;
}
.footerMenu {
	width: 180px;
	text-align: center;
}


.clearer, .clear{
	clear: both;
}

/** ContentBox Global ****************/
.cElement {
	padding: 0px 0px 10px 0px;
	font-size: 12px;
	color: #663300;
	line-height: 140%;
}

.cElement h1{
	font-size: 18px;
	color: #663300;
	margin-top: 0px 0px 5px 0px;
}
.cElement h2{
	font-size:14px;
	color: #663300;
	margin-top: 0px;
	margin-bottom: 5px;

}
.cElement h3{
	font-size:12px;
	color: #663300;
	margin-top: 5px;
	margin-bottom: 5px;
}
.cElement h4{
	font-size:11px;
	color: #663300;
	margin: 0px
	margin-bottom: 5px;
}
.cElement td{
	font-size: 11px;
	color: #663300;
	margin: 0px;
}
.cElement a {
	color:#000;
	text-decoration: none;
}
.cElement a:hover{
	text-decoration: underline;
}
.cElement img a {
	background-image: none;
}
.cImg img{
	margin: 0px 5px 5px 0px;
}
.cImg a {
	background-image: none;
	padding: 0px;
}
.cHidden {
	display: none;
}
.weather-item {
	float: left;
	width: 200px;
}
.panorama-info {
	padding-bottom: 5px;
}
.panorama img{
	border: none;
}

/** EXTENSIONS   *************************/
.weather-tendency {
	clear: both;
	padding-top: 10px;
	margin-top: 10px;
}

.routePlaner-search {
	padding: 5px;
	margin-bottom: 10px;
}
.routePlaner-submit a{
	border: 1px solid #ccc;
	padding: 2px 10px;
}
.routePlaner-submit a:hover{
	text-decoration: none;
}
.link2home {
	position: absolute;
	top: 280px;
	background-color: transparent !important;
}
.link2home a {
	background-color: transparent !important;
}
