/*------------------------------------------ standard elements */
html {
font-family: Arial, Helvetica, sans-serif;
}

body{
	background: #e4d2ba ;
}

* {
	margin: 0;
	padding: 0;
}

/*------------------------------------------ wrapper for content */
#Wrapper {
	position: absolute;
	width: 880px;
	background: url(../img/bg.jpg) repeat-y;
	left: 50%;
	margin-left: -440px;
	margin-top: 10px;
}

/*------------------------------------------ header */
#Header {
	position: relative;
	top: 0;
	left: 0;
	width: 870px;
	height: 220px;

}

#Header-Left {
	position: absolute;
	left: 10px;
	top: 10px;
	background:  url(../img/wappen.jpg) no-repeat;
	height: 200px;
	width: 200px;
}

#Header-Img {
	position: absolute;
	left: 220px;
	top: 10px;
	height: 200px;
	width: 640px;
	background: url(../img/test_image.jpg) no-repeat;
overflow-y: hidden;
}


#AddMenu {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 640px;
	height: 30px;
	background: url(../img/addmenu_bg.png);
}

.AddMenu-Item {
	float: right;
	list-style: none;
	margin-left: 10px;
	margin-right: 10px;
	display: inline;
}

.AddMenu-Item a {
	color: #355c79;
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	line-height: 30px;
	height: 30px:
}



/*------------------------------------------ mainmenu */
#MainMenu {
	float: left;
	width: 210px;
	background: url(../img/menu_bg.jpg) repeat-y;
	margin-top: 0px;
	margin-left: 10px;
	display: inline;
}

.MenuGroup {
	background: url(../img/menu_grp.jpg) no-repeat;
	height: 25px;
	width: 210px;
margin: 20px 0 0 0;
	line-height: 25px;

		
}

.MenuGroup-Text {
	color: #355c79;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 10px;
}

#MainMenu ul li {
	width: 200px;
	line-height: 28px;
	list-style: none;
   border-bottom: 1px solid #dae1ed;

}

.act {
	background: url(../img/act_img.jpg) top left no-repeat;
}


.MainMenu-Item  {
	margin-left: 25px;
	text-align: left;
	font-size: 13px;
	color: #fff;
        font-weight: bold;
text-decoration: none;
	height:28px;
}

.MainMenu-Item_act,
.MainMenu-Item:hover {
	margin-left: 25px;
	text-align: left;
	font-size: 13px;
	color: #355c79;
        font-weight: bold;
text-decoration: none;
}


.MainMenu-Item_act {
	list-style: none;
	width: 200px;
        height: 28px;
	line-height: 28px;

}

/*------------------------------------------ Submenu */
#MainMenu ul ul li {
border-bottom: none;
list-style: none;
line-height:25px;
background: #d1dae1;
width: 200px;
}


#MainMenu ul.thirdlevel li {
border-bottom: none;
list-style: none;
line-height:25px;
padding-left:20px;
width: 180px;
background: #e9eff3;
}

.SubMenu-Item {
font-size: 13px;
text-decoration: none;
color: #666;
margin-left: 40px;
font-weight: normal;
}

.SubMenu-Item_act,
.SubMenu-Item:hover {
color: #355c79;
font-weight: bold;
font-size: 13px;
text-decoration: none;
margin-left: 40px;
}

.SubSubMenu-Item {
font-size: 12px;
text-decoration: none;
color: #666;
margin-left: 40px;
font-weight: normal;
}

.SubSubMenu-Item_act,
.SubSubMenu-Item:hover {
color: #355c79;
font-weight: bold;
font-size: 12px;
text-decoration: none;
margin-left: 40px;
}



/*------------------------------------------ content */
#ContentArea{
position:relative;
float: left;
	z-index: 1;
	background: none;
}

#Content {
	float: left;
	width: 505px;
	background: none;
   margin: 0px 25px 0px 70px;
	display: inline;
}

#Content h1 {
	font-size: 18px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:  #355c79;
	margin: 20px 0px 5px 0px;
}

#Content h2 {
	font-size: 19px;
	color:  #355c79;
	font-weight: bold;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

#Content p {
	font-size: 13px;
	color: #333;
	margin: 0px 0px 10px 0px;
	line-height: 18px;
}

#Content li {
	font-size: 13px;
	color: #333;
	margin: 0px 0px 10px 20px;
	line-height: 18px;
}

#Content li a {
	color: #333;
}

#Content td {
vertical-align: top;
}

#Content .internal-link {
color: #333;


}

#bg_img {
	background: url(../img/bg_image.jpg) no-repeat;
	height: 228px;
	width: 670px;
	position: absolute;
	bottom: 0px;
	right: 15px;	
	z-index: -1;
display: none;	
}

.csc-textpic-caption { 
text-align: left; 
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #355c79;
}


/*------------------------------------------ footer */
#Footer {
   float: left;
	width: 880px;
	height: 20px;
	background: url(../img/footer.jpg) no-repeat;
	line-height: 20px;

}

#infobox_1 {
float: left;
	font-size: 13px;
	color: #333;
	margin: 10px 0px 10px 0px;
	line-height: 18px;
}

#infobox_2 {
float: right;
	font-size: 13px;
	color: #333;
	margin: 10px 55px 10px 0px;
	line-height: 18px;
display: inline;
}

.sp_address a {
color: #4d4d4d;
}