/*
	template.css
	(c) 2012 vemion GbR, Hannover
	(c) 2012 Fenix Projektconsulting & Beteiligungsges. mbH

*/

/* Openproj-Rot = rgb(195,23,35) */

/* global */
html {height: 100%;}
img {border: 0px;}
a {outline: none;}

/* für IE */
* html p { height: 1%; margin left: 0;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: white;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
  font-style:  normal;
  font-weight: normal;
	color: #000000;
}

a { text-decoration: none; color:rgb(195,23,35); }
a:hover { text-decoration: underline; }

#seitencontainer {
	width: 900px;
	margin: 0 auto 0 auto;
	text-align: left;
  height: auto;
  overflow: hidden;
}

#seitenkopf {
	margin-top: 20px;
	height: 120px;
}

#seitenfuss {
	width: 890px;
	height: 25px;
	margin-top: 20px;
	margin-bottom: 15px;
	padding-top:5px;
	padding-right: 10px;
	background-image:url(images/topmenu-hintergrund.jpg);
	background-repeat:no-repeat;
	overflow:hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
  font-style:  normal;
  font-weight: normal;
	text-align:right;
	color: #666;
}
#seitenfuss a {text-decoration: none; color: #666;}


p, td, ul, ol, table p, li p {
  line-height: 120%;
}
p {margin: 0 0 6px 0; }


hr {
	margin: 15px 0px 15px 0px;
	color: #036;
	height: 1px;
	width: 100%;
}
h1 {
	font-size: 18px;
	color: #036;
	margin: 5px 0px 5px 0px;
}
h2 {
	font-size: 15px;
	color: #369;
	margin: 15px 0px 5px 0px;
}
form {
	margin: 0;
}

#startseite-kopf {display:block; width:900px; margin-bottom:25px; /*float:right; */}

#startseite-news {
	float:left;
	height:auto;
	width: 160px;
	padding-left:15px;
	padding-right:5px;
	margin-right:20px;
	background-image: url(images/sidemenu-hintergrund.jpg);
	background-repeat: repeat-y;
	font-size:14px;
	color: #666;
}
#startseite-news h1 {
	font-size: 15px;
  font-style: normal;
  font-weight: bold;
	color: #000;
	margin:5px 0px 0px 0px;
}
#startseite-news strong {
	font-weight: bold;
	color:rgb(195,23,35);
}
#startseite-news hr {
	margin: 0px 0px 15px 0px;
	color:rgb(195,23,35);
	height: 1px;
}

#startseite-blog {
	height:auto;
	width: 700px;
	margin-left: 200px;
	font-size:13px;
	color:black;
}
#startseite-blogeintrag {
	background-image: url(images/blog-hintergrund.jpg);
	background-repeat: repeat-y;
	padding: 5px 5px 5px 15px;
}
#startseite-blogeintrag h1 {
	font-size: 13px;
  font-style: normal;
  font-weight: bold;
	color: #000;
	/*margin: 0px 0px 5px 0px; */
}
#startseite-blogeintrag hr {
	border:0;
	/*margin: 0px 0px 15px 0px;*/
	color: white;
	background-color:white;
	height: 8px;
	width: 700px;
	margin-left:-15px;
	/*margin-right: 5px;*/
}

#inhalt {
	float:left;
	height: auto;
	width: 700px;
}

#inhalt-headline h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  font-style: normal;
  font-weight: bold;
	color: #000;
	margin: 0px 0px 6px 0px;
}
#inhalt-headline strong {
	font-weight: bold;
	color:rgb(195,23,35);
}
#inhalt-headline p {
	margin: 0px;
}


#inhalt-hauptbereich h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
  font-style: normal;
  font-weight: bold;
	color:rgb(195,23,35);
	margin: 15px 0px 8px 0px;
}
#inhalt-hauptbereich ul {
  list-style-type: disc;
  border-style: none;
  line-height:  120%;
	margin-left: -25px; 
}
#inhalt-hauptbereich ol {
  border-style: none;
  line-height:  120%;
	margin-left: -20px; 
}

.img-float-1 { float:left;
	margin-right:  20px;
	margin-bottom: 10px;
}
.img-float-2 { float:left;
	margin-right:  20px;
	margin-bottom: 30px;
}

/* --- Tabelle-1 --- */
#Tabelle-1 { margin-left:20px;}
#Tabelle-1 thead {
	height: 22px;
	background-color: #BBB;
}
#Tabelle-1 th {
	font-weight: bold;
	font-size:   15px;
	color:       white;
	text-align:  left;
	padding-left: 10px;
}
#Tabelle-1 td {
	vertical-align: top;
	padding-top: 5px;
}
#Tabelle-1 p {
  margin-top: 5px;
  margin-bottom: 0;
}
#Tabelle-1 strong {
	font-weight: bold;
	color:black;	
}
/* --- Tabelle-1 Ende --- */

/* --- Tabelle-2 --- */
#Tabelle-2 {}
#Tabelle-2 thead {
	height: 22px;
	background-color: #BBB;
}
#Tabelle-2 th {
	font-weight: bold;
	font-size:   15px;
	color:       white;
	text-align:  left;
	padding-left: 1px;
}
#Tabelle-2 td {
	vertical-align: top;
	padding-top: 5px;
}
#Tabelle-2 p {
  margin-top: 5px;
  margin-bottom: 0;
}
#Tabelle-2 strong {
	font-weight: bold;
	color:black;	
}
/* --- Tabelle-2 Ende --- */
