/* ---------- tags ---------- */
html {
/*\*/
	width: 100%;
/**/
}

body 	{
	margin: 0px;
	padding: 0px;
	/*\*/
	width: 100%;
	/**/
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

.start {
		background-image: url(../_images/hg_start.gif);
		background-position: center top;
		background-repeat: no-repeat;
}

.folge {
		background-image: url(../_images/hg_folge.gif);
		background-position: center top;
		background-repeat: no-repeat;
}


a {color:#b41f1f; text-decoration: underline}

p, li, td, th {
	font-size: 12px;
	line-height: 20px;
	color: #464646;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color: #464646;
}

h2 {
	font-size: 18px;
	font-weight:normal;
	color: #464646;
}

h3 {
	font-size: 14px;
	font-weight:bold;
	color: #b41f1f;
}

/* ------------- IDs ------------- */

#container {
	width: 940px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
}

#top {
	width: 100%;
	height: 275px;
}

#bild01 {
	top: 77px;
	left: 0px;
	position: absolute;
	z-index: 2;
}

#bild02 {
	top: 41px;
	left: 126px;
	position: absolute;
	z-index: 1;
}

#logo_a {
	top: 97px;
	left: 438px;
	position: absolute;
}

#logo_b {
	top: 134px;
	left: 720px;
	position: absolute;
}

#nav1{
	left: 280px;
	top: 181px;
	position: absolute;
}

#center {
	width: 100%;
}

#nav2 {
	float: left;
	width: 210px;
	display: block;
	margin-top:39px;
}

#content {
	width: 690px;
	display: block;
	margin-left: 250px;
}

/* Fix IE6 WIN 3px bug. Hide from IE5-mac. Only IE-win sees this. \*/
* html #nav2 { 
	margin-right: -3px;
}

* html #content { 
	margin: 0 0 0 247px;
} 
/* End hide from IE5/mac */

#content p {
	margin-top: 0px;
}

#content h1 {
	margin-top: 0px;
}

#footer {
	width: 690px;
	padding-top: 8px;
	padding-bottom: 30px;
	margin-top: 58px;
	font-size: 11px;
	color: #464646;
	text-transform:uppercase;
	text-align:center;
	line-height: 16px;
	border-top: 1px solid #464646;
}

#footer a {	color: #464646; text-decoration: none; }
#footer a:hover { text-decoration: underline; }



/* --- navi--- */

#nav1 ul {
	margin: 0px;
	padding: 0px;
}

#nav1 li {
	display: inline;
	list-style: none;
	font-size: 14px;
	text-transform:uppercase;
}

#nav1 li a.nav1a {
	color: #fff;
	text-decoration:none;
	float: left;
	padding: 0px 0px 0px 18px;
	margin-left:22px;
	background-image: url(../_images/nav_pfeil_1a.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}

#nav1 li a.nav1a:hover {
	background-image: url(../_images/nav_pfeil_1b.gif);
}

#nav1 li a.nav1b {
	color: #fff;
	text-decoration:none;
	float: left;
	padding: 0px 0px 0px 18px;
	margin-left:22px;
	background-image: url(../_images/nav_pfeil_1b.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
}



#nav2 ul {
	margin: 0px;
	padding: 0px;
}

#nav2 li {
	display: block;
	width: 185px;
	list-style: none;
	font-size: 12px;
	font-weight:bold;
	background-image:url(../_images/nav_pfeil_2.gif);
	background-position: left 9px;
	background-repeat: no-repeat;
	padding: 5px 0px 4px 25px;
}

#nav2 a.nav2a { color: #464646; text-decoration:none; }
#nav2 a.nav2a:hover { color: #b41f1f; }
#nav2 a.nav2b { color: #b41f1f; text-decoration:none; }





/* typo */

.titel {
	font-size: 24px;
	font-weight:normal;
	color: #464646;
}

.titelkl {
	font-size: 14px;
	font-weight:bold;
	color: #b41f1f;
}

.text {
	font-size: 12px;
	line-height: 20px;
	color: #464646;
	font-weight: normal;
}

.textkl {
	font-size: 11px;
	line-height: 16px;
	color: #464646;
}



/* ---------- Formular ---------- */


#kontaktform fieldset {
	border:none;
	margin: 0px;
	padding: 0px;
}

#kontaktform label {
	font-size: 12px;
	color: #464646;
	width: 100px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
}

#kontaktform input {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	color: #000000;
	border:1px solid #464646;
	background:#FFFFFF;
}

#kontaktform textarea {
	width: 250px;
	padding: 2px;
	margin: 0px 0px 5px 0px;
	font-size: 13px;
	color: #000000;
	border:1px solid #464646;
	background:#FFFFFF;
}

#kontaktform #submit {
	display: block;
	width: 255px;
	background: #b41f1f;
	color: #fff;
	margin: 5px 0px 0px 106px;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	padding: 2px 0px;
	border: 1px solid #b41f1f;
}

.error {
	color: #b41f1f;
}

#kontaktform label.error {
	color: #b41f1f;
}