html, body {
	height: 100%;
}

body {
	background: #FFF url('../images/layout/body_bg.jpg') top left no-repeat;
	font-size: 12px;
	font-family: Arial, Verdana, SunSans-Regular, Sans-Serif;
	color: #6c6c6c;
	padding:0px;
	margin:0px;
	behavior:url("js/csshover.htc");
}

*  {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

a {color: #41647c; text-decoration:none}
a:visited {color:#41647c; text-decoration:none}
a:hover {color: #4b4b4b; text-decoration:none}
a:active { color:#41647c; text-decoration:none}

h1 {
	font-family: Myriad Pro, Verdana, Arial;
	font-size: 30px;
	font-weight: normal;
	color: #000;
	padding: 0;
	margin: 0;
	margin-top: -7px;
	line-height: 40px;
}


h2 {	
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	margin-top: -2px;
	font-style: normal;
	color: #485d6e;
}

.sIFR-active h1 {
	padding-bottom: 0;
	font-size: 30px;
}

.sIFR-active h2 {
	font-size: 18px;
	display: block;
}

#content_left h1 {
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #41647c;
	padding: 0;
	margin: 8px 0 0 0;
	line-height: 18px;
}

#content_left h2 {	
	font-family: Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-style: normal;
	color: #96996f;
	line-height: 18px;
}

h3 {
	font-size:13px;
	color: #667175;
	font-weight: bold;
	padding: 0;
	margin:20px 0 0 0;
}

p {
	margin: 0 0 18px 0;
	padding: 0;
}

#content ul {
	list-style-image:url(../images/layout/list_style_image.gif);
	padding: 0;
	margin: 0;
}

#content ul li {
	list-style-type: square;
	font-size: 12px;
	line-height: 16px;
	margin: 5px 14px;
}

#content ul li ul {
	margin: 5px 0 0 0;
}

/* ----------container zentriert das layout-------------- */
#container {
	width: 998px;
	min-height: 800px;
	position: relative;
}

#header {
	background: #FFF url('../images/layout/header_bg.jpg') top left no-repeat;
	width: 998px;
	height: 201px; 
}

/*******************SHORT NAVIGATION****************/
#shortnavi {
	position: absolute;
	top: 12px;
	right: 21px;
	color: #FFF;
}

#shortnavi a {
	color: #FFF;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/*******************NAVIGATION****************/
#navi {
	background: url('../images/layout/navi_bg.jpg') top left no-repeat;
	position: absolute;
	top: 99px;
	left: 427px;
	width: 549px;
	height: 53px;
}

#navi ul {
	list-style-type: none;
}

#navi ul li {
	width: 137px;
	height: 27px; 
	float: left;
	text-align: right;
	padding: 26px 0 0 0;
}

#navi ul li:hover {
	cursor: pointer;
}
	
#navi ul li#li_m_1_sel,
#navi ul li#li_m_1:hover {
	background: url('../images/layout/li_1_hov.gif') 1px 0 no-repeat;
}

#navi ul li#li_m_2_sel,
#navi ul li#li_m_2:hover {
	background: url('../images/layout/li_2_hov.gif') 2px 0 no-repeat;
}

#navi ul li#li_m_3_sel,
#navi ul li#li_m_3:hover {
	background: url('../images/layout/li_3_hov.gif') 2px 0 no-repeat;
}

#navi ul li#li_m_4_sel,
#navi ul li#li_m_4:hover {
	background: url('../images/layout/li_4_hov.gif') 2px 0 no-repeat;
}

#navi ul li a {
	margin: 0 16px 0 0;
	font-size: 14px;
	color: #FFF;
}

/*******************SECOND NAVIGATION****************/
#second_nav {
	float: left;
	width: 207px;
	min-height: 500px;
	padding: 22px 0 0 13px;
}

#second_nav ul {
	width: 207px;
	list-style-type: none;
	padding: 6px 0 10px 0;
	background: url('../images/layout/hr_content.gif') top left repeat-x;
}

#second_nav ul li {
	background: #FFF;
	padding: 3px 0 3px 10px;
	margin: 0;
}

#second_nav ul li.last {
	background: url('../images/layout/hr_content.gif') top left repeat-x;
	height: 1px;
	margin-top: 12px;
}

#second_nav ul li a {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #41647c;
	padding: 0;
	margin: 0;
}

#second_nav ul li ul {
	padding: 0;
	width: 197px;
}

#second_nav ul li ul li {
	padding: 2px 0 2px 30px;
	margin: 0;
}

#second_nav ul li.selected ul li a {
	color: #41647c;
	font-size: 11px;
}

#second_nav ul li ul li.inner_selected ul li ul li a {
	color: #41647c;
	font-size: 11px;
}

#second_nav ul li ul li.selected a,
#second_nav ul li.selected a,
#second_nav ul li ul li:hover a,
#second_nav ul li:hover a {
	color: #96996f;
}

#second_nav ul li:hover {
	cursor: pointer;
}

/*******************CONTENT****************/
#content_left {
	float: left;
	width: 182px;
	height: 500px;
	padding: 22px 0 0 26px;
	text-align: right;
}


#content {
	float: left;
	width: 517px;
	height: 500px;
	padding: 22px 21px 0 32px;
	line-height: 18px;
}

#content_left div.hr,
#content div.hr {
	background: url('../images/layout/hr_content.gif') top left repeat-x;
	margin: 10px 0 11px 0;
	overflow: hidden;
	padding: 0;
	height: 1px;
	width: 100%;
	border: 0;
}

#content_left img,
#content img {
	border: 1px solid #42657d;
}

/***************FORMULAR**************/
form input {
	font: Arial, Verdana, sans-serif;
	border: 1px solid #bdbdbd;
	background: #ffffff;
	margin: 0 0 10px 0;
	width: 252px;
}

form textarea {
	font: Arial, Verdana, sans-serif;
	border: 1px solid #bdbdbd;
	background: #ffffff;
	margin: 0 0 10px 0;
	width: 517px;
}

form #betreff {
	font: Arial, Verdana, sans-serif;
	border: 1px solid #bdbdbd;
	background: #ffffff;
	margin: 0 0 10px 0;
	width: 517px;
}

form #send {
	font: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #ffffff;
	border: none;
	background: #485d6e;
	margin: 0 0 10px 0;
	padding: 2px 40px 2px 40px;
	width: 134px;
}

form textarea {
	scrollbar-base-color: #41647c;
}


