/* Standard */
@import url("../fonts/stylesheet.css");

*{
	outline:none;
}

body, html{
	width:100%;
	min-height:100%;
	margin:0px;
	padding:0px;
}

body{
	font-family: 'MyriadWebRegular', verdana;
	color:#404041;
	font-size:12px;
	letter-spacing:0px;
}

a:link,
a:visited,
a:hover,
a:active{
	color:#404041;
}

a:hover{
	color:#c28e28;
}


.clear{
	clear:both;
	float:none;
}

.invisible{
	display:none;
	visibility:hidden;
}

figure{
	margin:0px;
}

fieldset{
	border:none;padding:0px;
}

article{
	display:block;
}

h1, h2, h3, h4, h5, h6{
	font-family:'MyriadWebBold', verdana;
}

hr{
	border:none;
	height:3px;
	background:url(../images/layout/bg_hr.jpg) no-repeat;
}

table, 
tr, 
td{
	margin:0px;
	padding:0px;
	border-collapse: collapse;
}

/* mainwrapper */
.mainwrapper{
	width:989px;
	margin:0px auto;
	position:relative;
}

/* header */
.header{
	height:184px;
	position:relative;
}
.header .logo{
	display:block;
	position:absolute;
	top:15px;
	left:0px;
}

.header .menu{
	position:absolute;
	right:0px;
	bottom:50px;
}

.header .menu ul{
	padding:0px;
	margin:0px;
	list-style:none;
}
.header .menu ul li{
	margin:0px;
	padding:0px;
	display:inline;
	margin-left:11px;
}
.header .menu ul li a,
.header .menu ul li span{
	text-decoration:none;
}
.header .menu ul li a:hover,
.header .menu ul li span.active{
	color:#c28e28;
}

/* headerbild */
.headerbild{
	height:364px;
	padding-top:5px;
	padding-left:5px;
	background:url(../images/layout/bg_slideshow_start.png) no-repeat;
}


/* Main */
.main{
	padding-top:19px;
	padding-bottom:19px;
	min-height:100px;
	width:100%;
}

.main a.startseite_button{
	text-align:right;
	display:block;
	background:url(../images/layout/bg_startbutton.jpg) repeat-y;
	background-position: -315px 200px;
	text-decoration:none;
	/*font-family:'MyriadWebBold', verdana;*/
	color:#000;
	padding-bottom:7px;
}
.main a.startseite_button:hover{
	
}
.main a.startseite_button .buttonimage{
	margin-bottom:7px;
}
.main a.startseite_button .arrow{
	margin-right:10px;
}

.main h1, 
.main h2, 
.main h3,
.main h4,
.main h5,
.main h6{
	margin-top:0px;
	font-weight:normal;
	font-family:'MyriadWebRegular', verdana;
}
.main h1{
	font-size:24px;
	line-height:normal;
}


.right h1, 
.right h2, 
.right h3,
.right h4,
.right h5,
.right h6{
	margin-top:0px;
	font-weight:normal;
	font-family:'MyriadWebRegular', verdana;
}
.right h1{
	font-size:24px;
}

/* footer */
.footer{
	position:relative;
	height:50px;
	font-size:11px;
}
.footer ul{
	padding:0px;
	margin:0px;
	list-style:none;
	padding-top:10px;
}
.footer ul li{
	margin:0px;
	padding:0px;
	display:inline;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #404041;
}
.footer ul li.first{
	padding-left:0px;
}
.footer ul li.last{
	border-right:none;
}
.footer ul li a,
.footer ul li span{
	text-decoration:none;
}
.footer ul li a:hover,
.footer ul li span.active{
	color:#c28e28;
}
.footer .copyright{
	position:absolute;
	right:0px;
	top:17px;
}