/*
### Allgemeines
*/
* {
	margin:0;
	padding:0;
	font-family:Arial, sans-serif;
	font-size:12px;
	color:#545353;
}

html, body {
	height:100%;
}

body {
	background-color:#0864a5;
}

a {
	font-weight:bold;
}

h1 {
	font-size:14px;
	text-decoration:underline;
}
/* ########## */

/*
### Container
*/
div#container {
	width:832px;
	height:auto !important;
	height:100%;
	min-height:100%;
	margin:0 auto -55px auto;
	background:url(images/bg-content.gif) left top repeat-y;
}

div#head {
	width:100%;
	height:37px;
}

div#foot {
	width:832px;
	height:55px;
	margin:0 auto;
}
/* ########## */

/*
### Inhalt
*/
div#navi {
	float:left;
}

div#google-ads {
	width:143px;
	height:95px;
	margin-bottom:1px;
	padding:10px 0 0 20px;
	background-color:#0864a5;
}

div#menu {
	width:143px;
	height:172px;
	padding:10px 0 0 20px;
	background-color:#0864a5;
}

div#menu a {
	color:#fff;
}

div#menu ul {
	list-style:none;
}

div#menu ul li {
	margin-bottom:3px;
}

div#content {
	float:left;
	width:589px;
	padding:0 40px;
}

div#content p.left-col,
div#content div#google-ads-left {
	float:left;
	width:274px;
	margin:10px 20px 10px 0;
}

div#content p.right-col,
div#content div#google-ads-right {
	float:left;
	width:274px;
	margin:10px 0;
}

div#content p.both-cols {
	clear:both;
	width:589px;
	margin:10px 0;
}
/* ########## */

/*
### Fuß
*/
div#foot p {
	float:right;
	margin:20px 20px 0 0;
	color:#0864a5;
}

div#foot p a {
	font-weight:normal;
	text-decoration:none;
	color:#0864a5;
}



























