/* 
-----------------------------------------------
GENERAL
----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body { 
	font: 14px/18px 'trebuchet ms', Tahoma, Geneva, sans-serif; 
	color: #444444; 
	margin: 0; 
	padding: 0; 
    background: url(img/hg.gif) 0 0 no-repeat;
}

img { 
border: none; 
}

/* 
-----------------------------------------------
LINKS
----------------------------------------------- */

a:link, a:visited, a:focus, a:active  {
	color: #857773;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #534D4C;
	font-weight: bold;
	text-decoration: underline;
}

/* 
-----------------------------------------------
TITEL
----------------------------------------------- */

h1 {
color: #333333;
font-weight: normal;
font-size: 18px;
display: inline;
}

h2 {
color: #763681;
font-weight: bold;
font-size: 17px;
margin: 0px 0px 12px 0px;
}

h3 {
color: #763681;
font-weight: bold;
font-size: 16px;
font-style: italic;
margin: 20px 0px 12px 0px;
}

h4 {
font-weight: bold;
font-size: 14px;
margin: 20px 0px 3px 0px;
}

/* 
-----------------------------------------------
LAYOUT
----------------------------------------------- */

div#cont{
	position: absolute; /*wichtig*/
    top: 0px;
    left: 0px; /*wichtig*/
    margin: 0 0px; /*wichtig*/
	width: 933px;
	height: 570px;
	z-index:2;
	}

div#textbox{
    position: absolute;
	left: 0px; 
    top: 277px; 
	width: 892px;
	background-color: #ffffff;
	}
		
#textbox .text{
    margin: 0 150px 0px 212px;
	}
	
#textbox .text	p {
	margin: 0px 0px 10px 0px;
}
	
#textbox .contact{
    margin: 35px 0 10px 212px;
	font-size: 11px;
	}
		
div#logo{
    position: absolute;
	left: 40px; 
    top: 140px; 
	width: 162px;
	height: 102px;
	background-color: transparent;
	}

div#baseline{
    position: absolute;
	left: 505px; 
    top: 103px; 
	width: 380px;
	height: 20px;
	text-align: right;
	font: 19px 'trebuchet ms';
    font-weight: bold ;
    color: #763681;
	}
	
#reflist li { 
margin-left: 14px;
list-style-type: square; 
}

/* 
-----------------------------------------------
MENUE
----------------------------------------------- */
ul, li {
list-style-type: none;
margin: 0 20px 0 0;
padding: 0;
}

#menu {
position : absolute;
left: 213px;
top: 232px;
font: 12px/17px 'trebuchet ms';
font-weight: bold ;
color: #AE94B2;
}


#menu li {
display: inline;
}

a.menu:link, a.menu:visited, a.menu:focus  {
text-decoration: none;
color: #E9D9EC;
}

a.menu:hover, a.menu:active  {
	padding: 0 0px;
	font-weight: bold ;
	width: 100%;
	color: #D3C3C5;
}



/* 
-----------------------------------------------
ACCORDION
----------------------------------------------- */

* {
	margin:0;
	padding:0;
	list-style:none;
}

.accordion_headings{
	cursor:pointer;
	color: #7a3a83;
}

.accordion_headings:hover{
	color: #ad6db6;
}

.accordion_child{
	padding:15px;
	background:#f9f5fa;
	color:#8f6595;
}

.header_highlight{
	bac_kground:#dcc1f7;
	color: #7a3a83;
}

.header_off{
	background:#99CC00;
}