@import url(../css/fonts.css);

html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat-x #FFFFFF;
	/*background: no-repeat (images/hg_vevo1024.jpg) url;*/
}

p {
	padding: 0;
	margin: 0;
}

div#page {
	padding: 0;
	min-height: 100%;
	position: relative;
	margin: auto;
	width: 760px;
	/*background: url(../../../images/background.gif) repeat-y #ffffff;*/
}

/* IE6 Hack */
* html div#page {
	height: 100%;
}

div#head {
	height: 171px;
	background-color: white;
	padding: 36px 9px 0 9px;
}
div#address {
	background-color: white;
	padding: 60px 5px 0 5px;
	width: 168px;
	float:left;
	
}

div#right {
	background-color: #efefef;
	margin-top: -460px;
	margin-left:770px;
/*	padding: 65px 5px 0 5px;*/
	width: 168px;
	/*float:right;*/
	position: absolute;
	border-left: 1px solid #c4c4c4;
	
}


div#head div#topnavigation {
	float: left;
	width: 211px;
	padding-top: 10px;
	height: 120px;
}

div#head div#topnavigation img#homebutton,
div#head div#topnavigation img#mailbutton,
div#head div#topnavigation img#sitemapbutton,
div#head div#topnavigation img#webbutton {
	float: left;
	border: 0;
	padding-right: 6px;
}

/* Bilder 50% transparent setzen */
div#head div#topnavigation a:hover img {
	filter:alpha(opacity=50); -moz-opacity: 0.50; opacity: 0.50;
}

div#head div#topnavigation div#language {
	float: right;
	padding-right: 28px;
	padding-top: 2px;
}

div#topnavi {
	
	padding-right: 35px;
	padding-top: 25px;
	color: #00a890;
	text-decoration: none;
	background-color: transparent;
	float: right;


	
}


div#head div#topbanner {
	float: left;
	height: 120px;
	width: 519px;
}

div#head div#logo {
	float: right;
	padding-top: 0px;
	width: 179px;
}

div#main {
	float: left;
		width: 742px;
	padding: 0 9px 25px 9px;
	background: url(../images/bg_white.gif) no-repeat;
	background-color:#ffffff;
}

div#main div#navigation {
	float: left;
	margin-top: 8px;
	width: 178px;
	border-top: solid 1px #868789;	
}

div#main div#content {
	width: 500px;	
	float: left;
	padding: 0 25px 0 25px;
	margin: 0;
	background-image: none;
}

div#main div#content div.clear {
	clear: both;
}

div#main div#teaser {
	width: 179px;
	float: right;
	margin-top: 8px;
}

div#clear {
	clear: left;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

div#footerleft {
	position: absolute;
	bottom: 1px;
	height: 15px;
	width: 193px;
	padding-left: 10px;
	z-index: 10;
	left: 3px;
}

div#footer {	
	position: absolute;	
	bottom: 0px;	
	height: 15px;
	width: 575px;
	padding-left: 222px;
}

div#footer p,
div#footerright p {	
	/*text-transform: uppercase;*/
	font-size: 0.65em;
	line-height: 70%;
	color: #4c4c4c;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer a,
div#footerright a {
	text-decoration: none;
	color: #4c4c4c;
		font-family: Arial, Helvetica, sans-serif;
}

div#footer a:hover, 
div#footerright a:hover {
	color: #4c4c4c;
		font-family: Arial, Helvetica, sans-serif;
}

div#footerright {
	position: absolute;	
	bottom: 0px;	
	height: 15px;
	width: 150px;
	padding-left: 622px;
}

body.cms_editpage div#footer {
	visibility: hidden;
}


.formcaption {
	width: 70%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color: #303030;
	text-decoration: none;
	font-weight: normal;
	

}
.forminput{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
	border: 1px solid #c4c4c4;

	

}

