/* @override http://otten-unternehmensgruppe.groene.biz/library/screen.css */

body {
	background: #a4d4c2 url(../images/body_bg.jpg) repeat-x;
	text-align: center;
	margin: 0;
	padding: 0;
	
	color: #333;
	font: 12px/150% "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}



img {
	border: 0;
}

/** LAYOUT ***/

#pagecontainer {
	position: relative;
	width: 910px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	position: relative;
	width: 450px;
	height: 230px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
}

#contentcontainer {
	position: relative;
	width: 910px;
	height: 460px;
	background: url(../images/contentcontainer_bg.jpg) repeat-x;
}

#footer {
	
	font-size: 10px;
	line-height: 120%;
	width: 800px;
	margin: 20px auto;
}

div#languageselect {
	width: 125px;
	text-align: right;
	position: absolute;
	height: 50px;
	top: 112px;
	left: 771px;
}





/*** SPALTEN ***/

.column {
	float: left;
	width: 270px;
}

.first {
	position: absolute;
	top: 0;
	left: 20px;
}

.middle {
	position: absolute;
	top: 0;
	left: 320px;
}

.last {
	position: absolute;
	top: 0;
	left: 620px;
}

.clear {
	clear: both;
}

/*** INHALTE ***/

img.logo {
	margin-top: 18px;
}

.textcontent {
	width: 270px;
	height: 140px;
	margin-top: 15px;
}


/*** TYPO ****/
h1, h2, h3 {
	margin:  0;
	color: #666;
}

h1 {
	margin-bottom: 7px;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
}
p {
	margin: 0;
}
a {
	color: #008955;
	text-decoration: none;
}

a.linklabel {
	background: url(../images/link_label.png) no-repeat;
	font-size: 1.3em;
	padding-left: 20px;
	behavior: url(/library/iepngfix.htc);
}


p.weblink {
	margin-top: 26px;
}



/* fix ie png issues */
.pngfix {
	behavior: url(/library/iepngfix.htc);
}

