body, div, h1, h2, h3, h4, h5, h6, p, ul, img {margin: 0px; padding:0px; }

body { 
	font-family: Arial, Helvetica, sans-serif; 
	/*background: #ebe8e9;*/
}

.container {
	width: 900px;
	margin: 0 auto;
}

#main {
	background: url(../images/design_01_slice_02.jpg) repeat-x;
}

#main .container {
	background: url(../images/design_01_slice_04.jpg) no-repeat;
}

#logo {
	background: url(../images/logo2.png) no-repeat;
	height: 120px;
	width: 255px;
	float: right ;
}

/* hier nochmal genauer schauen --> */
#logo h1 {
	/*text-indent: -9999px;*/
}

#header {
	padding-top: 30px;
	padding-bottom: 10px ;
}

#tagline {
	float: left;
	padding-top: 20px ;
	padding-left: 20px ;
}

#tagline h3 {
	font-size: 30px;
	color: #e4dfdf; 
	padding-bottom: 5px ;
}

/*Menü-Punkte*/

ul#menu {
	list-style: none ;
	padding-top: 33px;
}

ul#menu li a {
	font-size: 24px;
	color: #676666;
	text-decoration: none;
}

ul#menu li {
	float: left;
	padding-left: 20px ;
	padding-right: 30px ;
}


#content {
	width: 550px ;
	float: left;
}

#content h2 {
	font-size: 30px ;
	color: #015878;
	padding-top: 25px; /*Abstand Überschrift zu Menü */
}

#content h3 {
	font-size: 24px ;
	color: #444444;
	padding-top: 20px; /*Abstand von Überschrift, zu Unterüberschrift*/
	padding-bottom: 20px ;
}


#content h4 {
	font-size: 20px ;
	color: #373737;
	font-weight: normal ;
}

/*
#content h5 {
	font-size: 36px ;
	color: #015878;
}

#content h6 {
	font-size: 36px ;
	color: #015878;
}
*/

#content p, #sidebar p {
	font-size: 14px;
	color: #595858;
	padding-top: 20px ;
	line-height: 1.5 ;
}

#content small {
	font-size: 12px;
	color: #373737;
}

#content a {
	color: #0f6c8d; 
	font-weight: bold;
	text-decoration: none;
}

#content img {
	padding: 0px 15px 10px 0px ;
	float: left ;
}

#content ul {
	/*float: right ;*/
	padding-left: 200px ;
}

#content li {
	color: #595858 ;
	font-size: 14px ;
	padding: 2px 2px 2px 2px ;
}

#news {
	padding-top: 10px ;
}

#news h3 {
	padding-bottom: 10px ;
}

#news p {
	padding-top: 10px ;
	padding-bottom: 14px ;
}

/*#news small {}*/

#sidebar { /*lage der sidebar steuern */
	float: left ;
	margin-left: 65px ;
	margin-top: 35px ;
	background: #d4d6d3; 
	width: 220px ;
	/*border: 1px solid #bebebd;*/
	padding: 15px ;
}

#sidebar h3 {
	font-size: 14px;
	color: #044055;
	font-weight: normal ;
}

#sidebar ul li a {
	font-size: 14px;
	color: #393838;
}

ul#subscribe li a {
	font-size: 18px ;
}

ul#subscribe li {
	padding-bottom: 5px ;
}

#sidebar ul {
	list-style: none ;
	padding-bottom: 25px ;
}


#sidebar h3 {
	font-size: 24px ;
	color: #044055;
	font-weight: normal;
	padding-bottom: 20px;
	padding-left: 15px;
}

#footer {
	background: url(../images/design_01_slice_08.jpg) repeat-x;
	padding-top: 0px ;
	padding-bottom: 60px;
	margin-top: 40px;
	color: #fff;
}

#footer_menu {
	float: right ;
}

#footer_menu p {
	margin-top: 15px ;
	color: #fff ;
	font-size: 10px ;
}

#footer_menu ul {
	list-style: none ;
	padding-top: 10px;
	margin: auto ;
	text-align: center;
}

#footer_menu li a {
	font-size: 12px;
	color: #000;
	text-decoration: none;
}

#footer_menu li {
	color: #000;
	float: left;
	padding-left: 0px ;
	padding-right: 10px ;
}
