/**********************
/* Colour definitions */
/*********************/
/*
	orange	ffbf56
	
*/

body {
	padding: 0;
	margin: 0;
	text-align:center;
	font-family: verdana,arial,helvetica, sans-serif;
	background: #444443 url(../images/body_bg.jpg) repeat-x;
}

#container {
	position: relative;
	display: block;
	margin:0 auto;
	padding:0 10px;
	width:980px;
	text-align:left;
	background: transparent url(../images/container_bg.png) repeat-y;
}

/* meta navigation */
#meta-navigation {
	margin-bottom: 2px;
	padding: 8px 10px 8px 30px;
	color: #858383;
	font-size: 10px;
	width: 940px;
	border-bottom: 1px solid grey;
}

#meta-navigation ul {
	margin: 0;
	padding: 0;
}

#meta-navigation li {
	display:inline;
	margin:0;
	padding:0;
}

#meta-navigation a {
	color:#858383;
	padding: 0;
	margin: 0;
	text-decoration:none;
}

#meta-navigation .act a {

	text-decoration: underline;
}

#meta-navigation a:hover {
	text-decoration:underline;
}


/* header */
#header {
	background: #000 url(../images/header_startseite.jpg) no-repeat;
	height: 245px;
	margin-bottom: 20px;
}

#logo {
	position: absolute;	
	right: 35px;
	top: 60px;
}
#logo a {
	display: block;
	width: 200px;
	height: 50px;
}
/* main navigation */
#main-navigation {
	margin: 0;
	padding: 0;
	width:970px;
	font-size:12px;
	padding: 198px 0 0 10px;	
}

#main-navigation li {
	list-style:none;
	display: inline;
	padding:0;
	margin:0;
}

#main-navigation a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	padding: 0 20px;
}

#main-navigation a:hover, #main-navigation .act a {
	color: #ffbf56;
}

/* content */
#content {
	width:420px;
	padding: 0;
	margin: 0;
	display:block;
	margin:0 25px 0 30px;
	position:relative;
	color:#666;
	font-size: 14px;
	line-height: 24px;
	float: left;
}

/* content right */
#content-right {
	width: 460px;
	float: right;
	padding-right: 20px;
}

/* footer */
#footer {
	clear: both;
	background: url(../images/footer.jpg) no-repeat left bottom;
	height: 30px;
}

#footer-shadow {
	display: block;
	height: 10px;
	margin:0 auto;
	width:1000px;
	text-align:left;
	background: transparent url(../images/footer_shadow.png) no-repeat;
}


.clear-left {
	clear:left;
}

.clear-both {
	clear:both;
}

.clear-right {
	clear:right;
}

.hidden {
	visibility:hidden;
}

/* headlines */
h1, h2, h3, h4, h5, h6 {
	color: #ffbf56;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

#content ul {
	list-style-image: url(../images/dot.png); 
}
 #content a, #content-right a {
 	color: #ffbf56;
 }
 
 #content a:hover, #content-right a:hover {
 	text-decoration: none;
 }

#content-right {
	color:#666;
	font-size: 14px;
	line-height: 24px;		
}

