/* Aufbau  */
html {
	height: 100%;
}

body{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-image: url(../grafiken/BG_farbe.jpg);
}

#main{
	min-height:100%;
	height:auto !important;
	height:100%;
}

#wrapper {
	position: relative;
	width: 920px;
	height: auto;
	margin: 0px auto;
} 

#header_wrapper {
	 position:relative; 
	 float:left; 
	 width:920px; 
	 height:263px;
	 overflow: hidden;
}

#header_top {
	position: relative;
	width: 100%;
	height:234px;
	height:100% !important;
	background: url(../grafiken/header_streifen.jpg) repeat-x;
}

#header {
	 position:relative; 
	 float:left; 
	 width:920px; 
	 height:230px;
	 
}

#header_language {
	position: relative;
	float: left;
	width: 920px;
	height: 30px;
	overflow: hidden;
	z-index: 20;
}

#headerbild_wrapper {
	position: relative;
	width: 920px;
	height: 200px;
	float: left;
	background-image: url(../grafiken/BG_header.jpg);
}

#headerbilder {
	position: relative;
	float: left;
	width: 900px;
	height: 200px;
	left: 10px;
}

#navi_wrapper {
	position: relative;
	width: 920px;
	height: 35px;
	float: left;
	background-image: url(../grafiken/navi_bg2.jpg);
}

#navigation {
	position: relative;
	width: 900px;
	height: 35px;
	left: 10px;
	top: 0px;
	float: left;
	background: url(../grafiken/navi_streifen.jpg) repeat-x;
}

#navi_abstand {
	position:relative;
	left:150px;
}

#content_wrapper {
	position: relative;
	width: 920px;
	float: left;
	height: 100%;
	background-image: url(../grafiken/BG_content.jpg);
	text-align: justify;
}

#content {
	position:relative; 
	width:480px;
	top: 14px;
	left:30px;
	height: auto;
	margin-bottom: 50px;
}

#footer{
	position: relative;
	width: 920px;
	height: 60px;
	margin: 0px auto;
	padding: 0px 0px 1px 0px;
}

#footer_bottom {
	position: relative;
	width: 100%;
	height: 60px;
	background: url(../grafiken/footer_streifen.jpg) repeat-x;
	bottom: 0;
	float: left;
}

#headline_wrapper {
	position:relative; 
	width:auto; 
	height:auto;
}

.headline {
	font-family: bold Arial, sans-serif;
	font-size: 20px;
	color: #990000;
	padding: 0px 0px 0px 0px;
} 

h1 {
	position: relative;
	font-family: bold Arial, sans-serif;
	font-size: 18px;
	color: #990000;
	top: -5px;
}

.headline_linie {
	position: relative;
	width: auto;
	height: auto;
	left: -5px;
	overflow: hidden;
}

.headline_linie2 {
	position: relative;
	width: auto;
	height: auto;
	left: -5px;
	padding: 10px 0px 10px 0px;
	overflow: hidden;
}

#subnavi {
	position: relative;
	width: 480px;
	height: auto;
	left: -5px;
}

.link:link {
	color: #000;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
	font-weight: bold;
}
.link:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}
.link:hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	padding: 0px 5px 0px 0px;
}
.link:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 0px 5px 0px 0px;
}

/* Alte Seite Style */
.linienrechtslinks {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
}
.linienrechtslinksunten {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993300;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993300;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.lineainf {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
}
.bordenaranja {
	border: 1px solid #ff9933;
}

.bordenaranja2 {
	position: relative;
	width: auto;
	height: auto;
	top: -10px;
}

.TipografiaBasica {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	list-style-type: square;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #666666;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
a.subnavi:link {
	color: #FFCC66;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
a.subnavi:visited {
	color: #FFCC66;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
a.subnavi:hover {
	color: #FFCC66;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
a.subnavi:active {
	color: #FFCC66;
	text-decoration: underline;
	font-family: Arial, sans-serif;
	font-size: 11px;
}
.txtsmall{
font-family: Arial, sans-serif;
	font-size: 9px;
	color: #444444;
}
.subnavigation{
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #993300;
	background-color: #FFCC99;	
}
.Stil1 {color: #FFCC66}

