/* CSS Document */

body {
background:			url(images/bg.gif) repeat-x #ffe7a8;	
width:				100%;
color:				#ffe7a8;
font-family: 		Trebuchet MS, Tahoma, Verdana, Helvetica, Arial, sans-serif; 
font-size: 			small; 
padding: 			0; 
margin: 			0; 
}

a {
color:				#ffe7a8;
}

.headline {
font-size:		1.2em;
}

#page  {
width:			960px;
height:			751px;
background:		url(images/backgrounds/shadow.png) no-repeat;
margin: 		50px auto;
position:		relative;
}

#image {
height:			547px;
width:			935px;
position:		absolute;
top:			11px;
left:			13px;
}

#images {
	width:				935px;
	height:				547px;
	position:			absolute;
	z-index:			-1;
}

#images div.image {
	width:				100%;
	height:				100%;
	position:			absolute;
	top:				0px;
	left:				0px;
}

#image01 {
	background:			url(images/backgrounds/bg01.png) top left no-repeat;
}

#image02 {
	background:			url(images/backgrounds/bg02.png) top left no-repeat;
}

#image03 {
	background:			url(images/backgrounds/bg03.png) top left no-repeat;
}

#image04 {
	background:			url(images/backgrounds/bg04.png) top left no-repeat;
}

#image05 {
	background:			url(images/backgrounds/bg05.png) top left no-repeat;
}

#image06 {
	background:			url(images/backgrounds/bg06.png) top left no-repeat;
}

#image07 {
	background:			url(images/backgrounds/bg07.png) top left no-repeat;
}

#image08 {
	background:			url(images/backgrounds/bg08.png) top left no-repeat;
}

#image09 {
	background:			url(images/backgrounds/bg09.png) top left no-repeat;
}

#image10 {
	background:			url(images/backgrounds/bg10.png) top left no-repeat;
}

#image11 {
	background:			url(images/backgrounds/bg11.png) top left no-repeat;
}

#navigation{
height:			35px;
width:			936px;
background:		url(images/navi_bg.png) repeat-x;

}

#navigation ul {
float:			right;
padding-right:	18px;
}

#navigation ul li {
list-style-type:	none;
display:			inline;
height:				35px;
}


#navigation ul li a{
text-decoration:	none;
color:				#5b3b14;	
padding:			13px 21px 6px 21px;
background:			url(images/trenner.png) no-repeat;
}

#navigation ul li a:hover, #navigation ul li a.active, #navigation ul li a.section, #navigation ul li a.current{
color: 				#ffe7a8;
background:			url(images/li_hover.png) no-repeat;
}

#content {
width:			478px;
height:			511px;
background:		url(images/content_bg.png) repeat-y;
position:		absolute;
right:			30px;
top:			35px;
}



#logo {
height:			81px;
width:			395px;
background:		url(images/logo.png) no-repeat;
margin:			55px 0px 0px 23px;
}

#text {			
width:			433px;
height:			280px;
margin:			55px 23px 23px 23px;
font-size:		1.2em;
}

#text_imprint{			
width:			433px;
height:			280px;
margin:			55px 23px 23px 23px;
font-size:		1em;
}

