* {
	color:#FFFFFF;
	font-family:Arial, Helvetica, Verdana, sans-serif; 
	font-size:11px;
}

p {
	text-align:justify;
}

p a {
	color:#d7cf7b;	
}

p a:hover {
	color:white;	
}

img {
	padding:0px;
	margin:0px;
}

body {
	height:100%;
	width:100%;
	margin:0px; 
	padding:0px;
	background-color:#82817f;
	text-align:center;
	background-image:url('../images/body_bg.jpg');
	background-repeat:repeat-x;
}

#wrapper {
	margin:auto;
	text-align:left;
	color:white;
	width:930px;
}

#content {
	width:930px;
	height:493px;
	background-image:url('../images/content_bg.gif');
	background-repeat:no-repeat;
}

img,
a img {
	border:0px;
} 

#footer {
	background-image:url('../images/footer_bg.gif');
	background-repeat:no-repeat;
	background-position:top center;
	text-align:right;
	height:100px;
	padding-right:12px;
	color:#646361;
}

#footer a {
	text-decoration:none;
	color:#646361;
}

#footer a:hover {
	color:white;
}

#logo {
	margin-left:762px;
}

#linke_spalte {
	background-image:url('../images/linke_spalte_bg.jpg');
	background-repeat:no-repeat;
	height:484px;	
	float:left;
	width:611px;
}

#rechte_spalte {
	float:right;
	width:230px;
}

#rechte_spalte_innen {
	padding-right:11px;
	text-align:right;
}

#linke_spalte_innen {
	padding-top:12px;
	padding-bottom:12px;
	padding-right:20px;
	padding-left:160px;
}

#linke_spalte_scroll {
	clear:both;
	overflow:auto;
	height:380px;
	padding-right:20px;
}

#menu {
	padding:0px;
	margin:0px;
	width:100%;
	height:70px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:repeat-x;
}

#submenu {
	clear:both;
	height:30px;
}

#menu ul,
#submenu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	margin-left:18px;
	margin-right:18px;
}

#submenu li { /* all list items */
	float: left;
	margin-right:18px;
}

#menu ul li ul li { /* all list items */
	margin-left:0px;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	padding-top: 9px;
	left: 0;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#menu li:hover ul, 
#menu li.over ul,
#menu li.activated ul { /* lists nested under hovered list items */
	display: block;
}

#menu ul li a {
	text-decoration:none;
	text-transform:uppercase;
	font-weight:normal;
}

#menu ul li ul li a {
	text-transform:none;
}

#menu ul li a:hover,
#submenu ul li a:hover,
.aktiv {
	color:#d7cf7b;	
}

#submenu li a {
	font-family:'Times New Roman', serif;	
	font-style:italic;
	font-size:18px;
	font-weight:normal;
	text-decoration:none;
}



h1 {
	margin-top:0px;
	padding-top:0px;
	font-family:'Times New Roman', serif;	
	font-style:italic;
	font-size:18px;
	font-weight:normal;
}

.grey_border {	
	font-size:0px;
	height:0px;
	border-bottom:1px solid #5c5b59;
	margin-top:2px;
}