* {
	margin : 0;
	padding : 0;
	outline : none;
	font-family:Arial, Helvetica, sans-serif; /* firefox bug in formulars (input fields) */
	}

html, body {
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	background : #f1f1f1 url('images/bg.png') repeat-x top;
	color : #444;
	height : 100%;
	}

#page {
	background-image : url('images/bg_content.png');
	background-repeat : repeat-y;
	margin : 0 auto;
	min-height : 100%;
	padding : 0;
	width : 980px;
	min-height : 100%;
	}

#header {
	background: url('images/bg_header.png');
	padding : 0;
	margin: 0;
	height : 150px;
	width : 980px;
	}

.headerimg {
        height : 120px;
	width : 650px;
	float : left;
        margin : 0 0 0 10px;
	height : 120px;
        }

#headerimg_kontakt{
background : url('images/hv_kontakt.jpg') no-repeat;
	}

#headerimg_beteiligung {
background : url('images/hv_beteiligung.jpg') no-repeat;
	}

#headerimg_team {
background : url('images/hv_team.jpg') no-repeat;
	}

#headerimg_gruenderinfo {
background : url('images/hv_gruenderinfo.jpg') no-repeat;
	}

#headerimg_philosophie {
background : url('images/hv_philosophie.jpg') no-repeat;
	}

#headerimg_start {
background : url('images/hv_start.jpg') no-repeat;
	}

#headerimg_presse {
background : url('images/hv_presse.jpg') no-repeat;
	}

#headerimg_jobs {
background : url('images/hv_jobs.jpg') no-repeat;
	}

#logo {
	margin-top : 25px;
	width : 290px;
	float : right;
	display : block;
	border : 0;
	}

a img {
	border : none;
	}

ul {
        list-style-position: outside;
        padding-left: 30px;
        list-style-image : url('images/listenpunkt.gif'); 
        }

.content {
	float : left;
	margin : 0 0 0 0;
	padding : 20px 0 20px 50px;
	width : 570px;
	clear : both;
	line-height : 1.5em;
	height: 100%;
	}

.content img {
        float : left;
        margin-right: 20px;
        }

.content .umbruch {
        float: none;
        }

.abstand_oben {
        margin-top : 20px;
        }

.text_sidebar {
	margin : 10px 0 0 20px;
	line-height : 1.5em;
	}
	
h2 {
	font-size : 1.4em;
	margin : 20px 0 20px 0;
	color : #2277ac;
	}

h3 {
	margin : 30px 0 10px 0;
	color : #2277ac;
	}

h4 {
	margin-bottom : 10px;
	color : #2277ac;
	}
	
p {     margin: 10px 0;
        }

a {
	text-decoration : none;
	color : #2277ac;
	}

a:hover {
	text-decoration : underline;
	}

#sidebar {
	padding: 0px 80px 10px 0;
	float : right;
	width : 240px;
	}

#sidebar ul {
	list-style : none;
        list-style-image : none;
        list-style-type : none;
	}

#sidebar a {
	color : #2277ac;
        font-weight:bold;
	}
	
#sidebar .ueber_fahne {
	background-image : url('images/ueber_fahne.gif');
	background-repeat : no-repeat;
	margin : 5px 0 0;
	padding : 0 0 0 40px;
	color : #2277ac;
	font-size : 1.4em;
	font-weight : bold;
	}

#sidebar ul li {
	list-style-type : none;
	list-style-image : none;
	margin-bottom : 40px;
	}

#footer {
	border : none;
	width : 980px;
	clear : both;
	font-size: 0.8em;
	}

#footer p {
	margin : 0 0 0 10px;
	padding : 10px 0;
	text-align : center;
	width : 660px;
	}

#footer a{
	color: #444;
	}

.content .soboma {
        float : none;
        margin : 0 4px 0 0;
        }

/******************************************
				Navigation
******************************************/

#navi {
	width : 660px;
	}

ul#hauptnavi {
	margin : 0;
	padding : 0.5em 0 0 9px;
	font-size : 14px;
	height : 23px;
	width : 650px;
	float: left;
	}

#hauptnavi .abdecker {
	background:#FFF;
	background-image:none;
	margin-left:60px;
	padding-left:266px;
	}

ul#hauptnavi li {
	list-style : none;
	display : inline;
	height : 30px;
	margin : 0;
/*padding : 7px 0 7px 0;*/
	}

ul#hauptnavi a {
	background : url('images/bg_li.png') no-repeat;
	color : #fff;
	padding : 7px 8px 7px 8px;
	margin : 0 -4px 0 0;
	height : 30px;
	text-decoration : none;
	}

ul#hauptnavi a:hover {
	background : url('images/navi_aktiv.png');
	padding : 7px 8px 7px 8px;
	text-decoration : none;
	color : #fff;
	}

* html ul#hauptnavi a {
	width : 1em;
	width : auto;
	}

ul#hauptnavi a:hover {
	color : #fff;
	}

#hauptnavi .aktiv {
	background : url('images/navi_aktiv.png');
	}

ul#hauptnavi .ende {
	background:url('images/navi_ende.gif') no-repeat;
	width : 2px;
	margin : 0;
	padding : 7px 0 7px 0;
	}
