body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 15px;
	color: #333333;
	padding: 0px;
	margin: 0px;
	background: #CCCCCC url(/bilder/layout/hintergrund-global.gif);	
}

a {
	text-decoration: none;
	color: #000;
}
#box_space {
	width: 990x; 
	height: 490px;
	border-top: 65px solid transparent;
	border-left: 60px solid transparent;
}

#container { 	
	position: absolute; 
	width: 990px;
	height: 626px;
	margin:-313px 0px 0px -495px;
	top: 50%; 
	left: 50%;
}

#header { 		
	width: 100%;	
	margin: 0 auto;
	padding: 0;
	height: 112px;
}

#content_index { 	
	width: 990px;
	height: 490px;
	background: #FFF url(/bilder/layout/hintergrund-index.gif) no-repeat;
}

#content_index_main {
	position: relative;
	width: 360px;
	height: 360px;
	text-align: left;
}

#content_index_main img{
	position: absolute;
}

#content { 	
	width: 100%;
	height: 490px;
	background: #FFF url(/bilder/layout/hintergrund-inhalt.jpg) no-repeat;
}

#content_left { 
	float: left;
	width: 278px;
	height: 100%;
}

#content_main {
	position: relative;
	float: left;
	width: 490px;
	height: 100%;
	text-align: left;
}

.headline {
	position: relative;
	height: 75px; 
}

.headline_txt, .headline_wysiwyg {
	font-size: 22px; 
	font-weight: bold;
	color: #DD0067;
}

.headline_txt {
	position: absolute; 
	left: 80px; 
	bottom: -5; 
}

#content_right {	
	position: relative;
	float: right;	
	width: 222px;	
	height: 490px;	
	margin: 0 auto;
	text-align: center;
}

#content_right img {
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer {	
	width: 100%;
	height: 24px;
	background: #DC0066 url(/bilder/layout/hintergrund-footer.gif) repeat-y;
}

.footer_text {
	display: block;
	padding-right: 185px;
	padding-top: 2px;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.nav_1 {
	width: 162px;
	height: 476px;
	padding: 0;
	margin:0;
	margin-top: 14px;
	background: transparent url(/bilder/layout/hintergrund-nav.gif) no-repeat;
}

.nav_lvl1, .nav_lvl1_highlight{
	width: 162px;
	height: 24px;
	padding: 0;
	margin: 0;	
	margin-bottom: 5px;
	background: transparent url(/bilder/layout/hintergrund-navbalken.gif);	
	list-style-type: none;
}

.nav_lvl1_highlight{
	background: transparent url(/bilder/layout/hintergrund-navbalkenH.gif);
}

.nav_lvl1 a, .nav_lvl1_highlight a {	display:block;
	padding-left: 15px;	padding-top: 3px;
	color: #FFF;
	font-weight: bold;	
}

.nav_2 {
	width: 100%;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	margin: 0;
	background-color: #F2F3F4;
	list-style-type: none;
}

.nav_lvl2, .nav_lvl2_highlight{
	width: 147px;
	list-style-type: none;
}

.nav_lvl2 a, .nav_lvl2_highlight a {
	color: #000;
	font-weight: normal;
	font-size: 13px;
	padding-left: 15px;
}


.nav_lvl2_highlight a {
	color: #DD0067;
}

#formbox {
	position: relative;
	width: 456px;
	height: 235px;
	background-color: #DCDDDF;
	font-size: 10px;
}

.inputfield, .selectfield, .textareafield {
	width: 200px;
	height: 20px;
	margin-top: 5px;
	padding: 2px;
	vertical-align: middle;
	background-color: white;
	border: 0;
}

.linkfield_container {
	position: absolute; 
	width: 145px;
}

.linkfield_blk, .linkfield_grey {
	width: 100%; 
	height: 20px; 
	background-color: #000;
}

.linkfield_blk a {
	margin-left: 2px;
	color: #FFF;
}

.linkfield_grey {
	font-size: 9px;
	background-color: #DCDDDF;
}

.link_desc {
	display: block; 
	margin-left: 2px; 
	padding-top: 3px;
}	