@charset 'utf-8';

/********************************************************
* MAIN LAYOUT
********************************************************/


* {
	margin: 0 0px 0 0;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	color: #333;
	background: #fff;
	width: 100%;
	font: 12px Arial;
	line-height: 20px;
	text-align: center;
	border: #333;
}

div#all {
	width: 800px;
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid #666666;
}

div#content {
	width: 800px;
	display: block;
	position: absolute;
	top: 269px;
	left: -4px;
	text-align: left;
}

div#content_left {
	width: 248px;
	padding-right: 22px;
	border-right: 1px dotted #aaa;
	float: left;
	margin-bottom: 50px;
}

div#content_right {
	width: 498px;
	padding-left: 25px;
	float: right;
	margin-bottom: 50px;
}

div#footer {
	display: block;
	position: relative;
	margin: auto;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-bottom: 400px;
	padding-top: 10px;
	left: 0px;
	top: auto;
}

.hidden {display: none;}
.clear {clear: both;}

/********************************************************
* TYPO
********************************************************/

a {
	color: #990000;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

h2 {
	font-family: georgia, times new roman, serif;
	font-size: 22px;
	font-weight: normal;
	color: #A90202;
	line-height: 25px;
	margin-bottom: 3px;
	font-style: italic;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #999;
	margin-bottom: 10px;
	padding-left: 1px;
}

.meta {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6d7c82;
}



/********************************************************
* MAIN MENU
********************************************************/

div.menubox {
	width: 100px;
	position: absolute;
	z-index: 10;
	height: 19px;
}

#menubox_1		{top: 200px; left: 0px;}
#menubox_2		{top: 200px; left: 100px;}
#menubox_3		{top: 200px; left: 200px;}
#menubox_4		{top: 200px; left: 300px;}
#menubox_5		{top: 200px; left: 400px;}
#menubox_6		{top: 200px; left: 500px;}
#menubox_7		{top: 200px; left: 600px;}
#menubox_8		{top: 200px; left: 700px;}

.menubox .mainmenu {
	width: 100px;
	float: left;
}

.mainmenu ul {
	text-align: left;
	list-style-type: none;
	width: 110px;
	padding-bottom: 0px;
	background: #eee;
	border-bottom: 1px solid #f2f2f2;
}

.mainmenu ul li.menu {
	background: #a0a0a0;
	height: 19px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

}

.mainmenu ul li.listend {
	border-bottom: 1px solid #ccc;
}


.mainmenu ul li.menu:hover {
	background: #f8f8f8;
}

.mainmenu a {
	display: block;
	padding: 2px 2px 2px 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	font-style: italic;
}

.mainmenu a:hover {
	color: #999999;
}

.mainmenu h4 {
	width: 100px;
	height: 19px;
	text-indent: -5555px;
	overflow: hidden;
	cursor: pointer;
}

.menubox h4 {background: url(img/mainmenu.png) no-repeat;}
.menubox .over h4 {background: url(img/mainmenu_over.png) no-repeat;}
.menubox h4.active {background: url(img/mainmenu_active.png) no-repeat;}

#mainmenu_1 h4 {background-position: 0px 0px;}
#mainmenu_2 h4 {background-position: -100px 0px;}
#mainmenu_3 h4 {background-position: -200px 0px;}
#mainmenu_4 h4 {background-position: -300px 0px;}
#mainmenu_5 h4 {background-position: -400px 0px;}
#mainmenu_6 h4 {background-position: -500px 0px;}
#mainmenu_7 h4 {background-position: -600px 0px;}
#mainmenu_8 h4 {background-position: -700px 0px;}




/********************************************************
* HEADER
********************************************************/


#slideshow {
	position: absolute;
	top: 50px;
	left: 0px;
	height: 146px;
	width: 800px;
	z-index: 1;
	overflow: hidden;
}

#slideshow img {
	height: 146px;
	width: 800px;
    top:  0px; 
    left: 0px;
} 



/********************************************************
* TEASER
********************************************************/

#teaser {
	background: #008db5;
	height: 300px;
	width: 299px;
	position: absolute;
	top: 68px;
	left: 551px;
	z-index: 1;
	overflow: hidden;
	text-align: left;
}

div.teasercover {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 300px;
	width: 299px;
	z-index: 2;
}

.page_home div#teaser		{background: url(teaser/teaser_1b.jpg) no-repeat;}
#teasercover_1			{background: url(teaser/teaser_1a.jpg) no-repeat;}




/********************************************************
* CONTENT
********************************************************/

div.article {
}

hr {
	border: 0;
	outline: 0;
	color: #fff;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}


div.feature {
	margin-bottom: 40px;
	background-image: url(img/rund.jpg);
}

div.feature h4 {
	height: 30px;
	width: 100%;
	text-indent: -5555px;
	overflow: hidden;
}

div.feature p {
	margin-bottom: 20px;

}


ul.options {
	list-style-type: none;
	border-top: 1px dotted #ccc;
}

ul.options li {
	border-bottom: 1px dotted #ccc;
}

ul.options a {
	display: block;
	background: #fff url(img/arrow.gif) 0px 8px no-repeat;
	color: #6d7c82;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 0px 3px 11px;
}

ul.options a:hover {color: #02a0c6;}



/********************************************************
* FOOTER
********************************************************/

ul#footermenu {
	list-style-type: none;
	display: inline;
}

ul#footermenu li {display: inline;}
