body {
	margin: 0;
	padding: 0;
	font: 85% arial, hevetica, sans-serif;
	text-align: center;
	color: #aaaaaa;
	background-color: #cccccc;
}
	
#container {
	margin: 0em auto;
	width: 820px;	
	text-align: left;
	background-color: #eeeeee;
	border: 1px solid black;
}

#oben {
	height: 114px;
	background-color: #666666;
	background-image:url(kuz_oben.gif);
	background-repeat:no-repeat
	margin:0;
	padding:0;
}

#menue {
	float: right;
	text-align: right;
	margin-top:60px;
	margin-right: 5px;
	width: 730px;
	height: 40px;
	padding:0;
	background: transparent;
	/*background-color: #333333;*/
}

#secondmenue {	
	
	width: 100%;
	text-align: center;
	padding:0;
	background-color: #eeeeee;
}

#inhalt {
	width: 800px;
	height: 100%;
	text-align: left;
	font-size: 0.9em;
	padding:10px;
	margin:0;
	color: #222222;
	background-color: #eeeeee;
}

a.menue {
	color:#eeeeee;
	background: transparent;
	/*background-color:#333333;*/
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}

a.menue:hover {
	color:#aaaaaa;
	background: transparent;
	/*background-color:#333333;*/
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}

a.secondmenue {
	color:#555555;
	background-color:#eeeeee;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}

a.secondmenue:hover {
	color:#000000;
	background-color:#eeeeee;
	font-weight: bold;
	font-style: normal;
	text-decoration:none;
}

a {
	color:#444444;
	background-color:transparent;
	text-decoration:underline;
	font-style:italic;
}

a:hover {
	color:#aaaaaa;
	background-color:transparent;
	text-decoration:underline;
	font-style:italic;
}




/* set the image to use and establish the lower-right position */
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 {
	background: transparent url(box_bg.gif) no-repeat bottom right;
}

.cssbox {
	width: 780px !important; /* intended total box width - padding-right(next) */
	width: 780px; /* IE Win = width - padding */
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */
	margin: 2px auto; /* use to position the box */
}

/* set the top-right image */
.cssbox_head {
	background-position: top right;
	margin-right: -15px; /* pull the right image over on top of border */
	padding-right: 40px; /* right-image-gap + right-inside padding */
}

/* set the top-left image */
.cssbox_head h2 {
	background-position: top left;
	margin: 0; /* reset main site styles*/
	border: 0; /* ditto */
	padding: 15px 0 2px 20px; /* padding-left = image gap + interior padding ... no padding-right */
	font-size: 1.0em; 
	height: auto !important;
	height: 1%; /* IE Holly Hack */
}

/* set the lower-left corner image */
.cssbox_body {
	background-position: bottom left;
	margin-right: 25px; /* interior-padding right */
	padding: 1px 0 15px 25px; /* mirror .cssbox_head right/left */
} 

.fotobox {
	background-color: #dddddd;
	border-width: 1px;
	border-color: #bbbbbb;
	border-style: solid;
	padding: 5px;
	margin: 5px;
	float: right;
	display: inline;
	text-align: center;
	}


