html,body {
	padding:0;
	height:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	color:#444444;
	background-color: #F8F8F8;
	background-image: url(body_bg.gif);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	margin: 0;
}

/* @group Container */

#clear {
	clear: both;
}

#content {
	padding:20px;
}

/* Main container */
#container {
	position:relative;
	width:980px;
	background-color: #FAF9F8;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}


#content_left {
	background-color: #FFFFFF;
	width: 635px;
	float: right;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px 20px;
}

.content_right {
	background-color: #FFFFFF;
	padding: 30px;
	float: right;
	width: 160px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px;
}

#content_wide {
	background-color: #FFFFFF;
	width: 877px;
	float: left;
	padding: 30px;
	border: 1px solid #E5E5E5;
	margin: 0 0 20px;
}

#content_left, .content_right, #content_wide{
} 

#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(header_logo.jpg); /* This is the background in the header */
	height:109px;
	padding:0;	
}

#header h1 {
	font-size:24px;
	padding:24px 0 0 150px;
	color:#FFFFFF;	
	text-decoration:none;
}

#header h1 a {
	color:#FFFFFF;	
	text-decoration:none;

}

#header p {
	margin:0;
	padding:0 0 0 150px;
	color:#FFFFFF;	
}

#headersuche {
	margin:-10px 0 0 717px;	
}

#footer {
	position:absolute;
	width:100%;
	height:30px;
	margin-top:10px;
	font-size:9px;
	text-align:right;
	text-transform:uppercase;
}

#footer a {
	color:#aaaaaa;
}

#footer a, a:hover {
	text-decoration:none;
}


/* @end */

/* @group Text */

/* Main heading */
h1 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 0 0 20px 0;
}

/* Secondary heading */
h2 {
	font-size: 14px;
	border-top: 1px dotted #CCCCCC;
	margin: 25px 0 10px;
	padding: 20px 0 0;
}

/* Heading for right column */
h3 {
	font-size: 18px;
	margin: 0 0 15px;
}

/* Colours for heading and links */
h1, h2, h3, a {
	color:#a60328; 
}

p { 
	line-height:1.5; 
	margin: 0 0 10px;
}

#footer p {
	padding:2em;
	margin:0;
}


/* @end */

/* @group Navigation */

li {
	text-indent: 0px;
	list-style-type: square;
	padding: 14px 0px 0 0;
	margin: 1px 0px 5px;
	line-height:1.5;
}

ul {
	text-indent: 0px;
	padding: 0px 0 0 5px;
	margin: 1px 0px 0px 20px;
}

#navcontainer {
	margin-top: 15px;
	margin-left: 5px;
}

#navlist ul {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}

#navlist li{
	display: inline;
	list-style-type: none;
}

#navlist a { 
	padding: 3px 20px;
}

#navlist a:link, #navlist a:visited {
	color: #666666;
	text-decoration: none;
}

#navlist a:hover{
	color: #FFFFFF;
	background-color: #a60328;
	text-decoration: none;
}



/* @end */

/* @group Objects */

img, div { 
	behavior: url(iepngfix.htc)
}

.main_img {
	margin: 20px 20px 0;
}

/* @end */

/* @group A */

a:link, a:active, a:visited { 
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end */

