/* global styles */
body {
	background:#f9f8f6 url('../images/bodybackgradient.png') top left repeat-x;
	width:100%;
}

.clear {
    clear: both;
}

a:hover {
	text-decoration:none;
}

#centercontainer {
	margin:0 auto;
	width:910px;
}

#header {
	position:relative;
	width:100%;
	height:80px;
	
}

#logo {
	position:absolute;
	bottom:5px;
	left:15px;
}

#birds {
	position:absolute;
	right:15px;
	top:15px;
}
#fontsize {
	position:relative;
	height:69px;
	width:907px;
	background:transparent url('../images/headertop.png') top left no-repeat;
}
#intro {
	position:relative;
	left:1px;
	width:905px;
	height:295px;
	border-left:1px solid #f9f8f6;
	background:transparent url('../images/headerback.png') top left no-repeat;
}

#introtext ul {
	list-style-type: circle;
	margin-left: 15px;
}

#introtext h2 {
	line-height: 1.5em;
}
#mainmenu {
	position:absolute;
	left:25px;
	top:10px;
	width:150px;
}

#intro #introtext {
	position:absolute;
	padding:20px;
	left:230px;
	width:280px;
	
}

#intro #introtext h1 {
	text-indent:-20000px;
	background:url('../website/image/willkommen.png') top left no-repeat;
	width:291px;
	height:91px;
}


#teaser {
	position:relative;
	left:0px;
	width:907px;
	height:118px;
	background:transparent url('../images/teaserback.png') top left no-repeat;
}

#footer {
	border-top:6px solid #8c0303;
	margin-top:10px;
}

#teaser .content4col .column p {
	text-align:right;
}

#teaser .content4col .column a, #footer p a {
	background:url('../images/contentarrow.png') center left no-repeat;
	line-height:20px;
	padding-left:20px;
}
#footer p a {
color:#6e8c03;
}

#teaser .content4col .column h1 {
	font-weight:bold;
	font-size:1.5em;
}
#teaser .content4col .column.first h1 {
	color:#8c0303;
}
#teaser .content4col .column.second h1 {
	color:#6e8c03;
}
#teaser .content4col .column.third h1 {
	color:#f24405;
}
#teaser .content4col .column.last h1 {
	color:#f29f05;
}
#teaser .content4col .column.first a {
	color:#8c0303;
}
#teaser .content4col .column.second a {
	color:#6e8c03;
}
#teaser .content4col .column.third a {
	color:#f24405;
}
#teaser .content4col .column.last a {
	color:#f29f05;
	margin-right:20px;
}
#footer1 {
	border-top:6px solid #8c0303;
	margin-top:0px;
	padding-left: 200px;
}

ul, ol {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:disc;
	margin-left: 15px;
}

.page-13 #content2col h1 {
	margin-top: 30px;
}

