/* 	~~~~~~~~~~~~~~~~~~~~~~~~~~
  	Datei: style.css
	Autor: all-systems.de
	Date: 18.2.2008
	
	1. Basics
	2. Header
	3. TOP-Navi
	4. Inhalt Startseite
	5. Inhalt Seite
	6. Sidebar
	7. Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */


/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 1. Basics
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial,"Trebuchet MS",  Verdana, Sans-Serif;
	color: #3a3a3a;
	text-align: center;
	background: #E1E3D2 url(images/site_bg.jpg) repeat-x; /*  */
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.clearfix:after { 
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
	font-size:0;
   visibility: hidden; 
} 
.clearfix { 
   display: inline-block; 
} 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 

a:link {
	color: #ff4500;
	text-decoration: underline;
}
a:visited {
	color: #ff4500;
	text-decoration: underline;
}  
a:hover {
	color: #601a00;
	text-decoration: none;
}
a:active {
	color: #ff4500;
	text-decoration: underline;
} 
a:focus {} 

.white {
	background-color: white;
}
hr {
	background-color: #c5c5c5;
	border: 0px;
	color: #c5c5c5;
	clear: both;
	height: 1px;
	padding: 25px auto;
}
input, textarea, select {
	border: 1px solid #C1C0B5;
	background-color: #FAFAF0;
	color: #555;
	font-size: 1.1em;
	padding: 2px;
	font-family: Arial, sans-serif;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
p img {
	padding: 0;
	max-width: 100%;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	float: right;
	margin: 2px 0 15px 15px;
	border: 1px solid #C9C6BE;
	padding: 4px;
}
img.alignleft {
	float: left;
	margin: 2px 15px 15px 0px;
	border: 1px solid #C9C6BE;
	padding: 4px;
}
img.alignnone {
	margin: 2px 10px 15px 0;
	border: 1px solid #C9C6BE;
	padding: 4px;
}
.center {
	text-align: center;
}
a img {
	border: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 2. Header
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

#logo {
	background: url(images/site_logo.jpg) no-repeat;
	width: 282px;
	height: 129px;
	float: left;

}
#logo h1 {
	display:block;
	text-indent: -999em;
	line-height: 129px;
	display: block;
}
#logo h1 a:link, #logo h1 a:visited, #logo h1 a:active {
	width: 282px;
	height: 129px;
	outline: none;
	display: block;
}
#logo h1 a:hover {
	
}
#header_logo_nav ul {
	float: right;
	margin-top: 25px;
	list-style: none;
}
#header_logo_nav li {
	display: inline;

}
#header_logo_nav a:link, #header_logo_nav a:visited, #header_logo_nav a:active {
	color: #868686;
	padding: 10px 10px 0 0;
	font-size: 1.2em;
	text-decoration: none;
}
#header_logo_nav a:hover {
	text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 3. TOP-Navi
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

#top_nav {
	background: url(images/top_navi_bg.jpg) no-repeat;
	width: 890px;
	height: 53px;
}
#top_nav, #top_nav ul {
	list-style:none;
}
#top_nav li {
	float: left;
	list-style:none;
	margin-top: 15px;
}
#top_nav a:link, #top_nav a:visited, #top_nav a:active {
	display: block;
	font-weight: bold;
	color: #161616;
	padding: 10px 0 10px 13px;
	font-size: 1.3em;
	text-decoration: none;
}
#top_nav a:hover {
	color: #ff4500;
}
/*.current_page_item	a, #home .on  {
	background: transparent;
}*/
#top_nav .current_page_item a, #top_nav .current_page_item a:hover {
	color: #ff4500 ! important;
}
#top_nav .current_page_item .page_item a {
	color: black ! important;
}
#header {
	background: url(images/header_bg.jpg) no-repeat;
	text-align: left; 
	width: 890px;
	height: 129px;
	margin-bottom: 10px;
}
#header_foto {
	margin-left: 40px;
	float: left;
}
#header_text h2 {
	font-size: 2.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	width: 500px;
	margin-top: 15px;
	float: left;
}
#header_text span {
	color: white;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 4. Inhalt Startseite
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */
	 
.start_content {
	background-color: white;
	padding: 25px;
	font-size: 1.3em;
	line-height: 1.8em;
	margin-bottom: 10px;
}
.start_content p {
	margin: 15px 0;
}
.start_content h3 {
	font-size: 1.8em;
	font-weight: normal;
	color: #709a1b;
	font-style: italic;
	font-family: Georgia,"Times New Roman", Times, serif;
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dddddd;
}
.start_content blockquote {
	font-size: 1.3em;
	font-weight: normal;
	color: #939393;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.6em;
	text-align: center;
	font-style: italic;
	margin-top: 20px;
}
.start_zitat {
	background: #f3feda url(images/zitat_zeichen.gif) no-repeat 8px 15px;
	font-size: 1.1em;
	font-style: italic;
	line-height: 1.6em;
	padding: 20px;
	color: #505050;
	margin-bottom: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.start_zitat span {
	font-size: .9em;
	font-style: normal;
}
.start_zitat p {
	margin-left: 15px;
}
.start_kontakt {
	background-color: white;
	font-size: 1.1em;
	line-height: 1.7em;
	padding: 20px;
	color: #004c77;
}
.start_kontakt img {
	float: left;
	margin: 8px 5px 0 0;
}
.start_kontakt h5 {
	font-size: 1.5em;
	font-weight: normal;
	color: #00314c;
	font-style: italic;
	font-family: Georgia,Arial,"Trebuchet MS",Helvetica,   sans-serif;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px solid #dddddd;
}
.start_box0 h4 {
	font-size: 2em;
	font-weight: normal;
	color: #709a1b;
	font-style: italic;
	font-family: Georgia,Arial,"Trebuchet MS",Helvetica,   sans-serif;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 5px;
}
.start_box1,
.start_box2,
.start_box3 {
	padding: 0 20px 10px 20px;
	color: #525252;
}
.start_box1 p,
.start_box2 p,
.start_box3 p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 8px;
}
.start_box1 h4,
.start_box2 h4,
.start_box3 h4 {
	background: white url(images/bg-col-home-top.jpg) repeat-x;
	font-weight: bold;
	color: #292929;
	display: block;
	font-size: 1.4em;
	padding: 13px 0 10px 0px;
}
.start_box1,
.start_box2 {
	border-right: 1px solid #e1e1e1;
}
.start_box2 img {
	border: 1px solid #d6d6d6;
	padding: 2px;
	float: left;
	margin: 0 0 5px 0;
}
.start_box0 {
	padding: 0 20px 15px 20px;
	margin-top: 10px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 5. Inhalt-Seite
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

#wrapper {
	background: url(images/wrapper_bg.gif) repeat-y center;
	margin: 0 auto;
	width: 900px;
	padding: 0;
	text-align: left;
}
#content_main {
	background-color: white;
	padding: 25px 25px 35px 25px;
	margin-bottom: 10px;
}
#content_main a {
	background: url(images/link_underline.gif) repeat-x left bottom;
	text-decoration: none;
	border-bottom: 1px dotted #ff4500;
	padding-bottom: 1px;
	color: #DB3C00;
}
#content_main a:hover {
	background: url(images/link_underline.gif) repeat-x left bottom;
	text-decoration: none;
	border-bottom: 1px dotted #ff4500;
	padding-bottom: 1px;
	color: #646464;
}
#content_main a img {
	text-decoration: none;
}
#content_main h3 {
	font-size: 2.2em;
	font-weight: normal;
	color: #709a1b;
	font-style: italic;
	font-family: Georgia,Arial,"Trebuchet MS",Helvetica,   sans-serif;
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid #dddddd;
}
#content_main h4 {
	color: #1c1c1c;
	font-family: Arial, "Trebuchet MS", Tahoma, Helvetica, sans-serif;
	font-size: 1.5em;
	margin: 30px 0 15px 0;
	padding-bottom: 2px;
	font-weight: bold;
}
#content_main h5 {
	color: #4682b4;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 3px;
	margin: 40px 0 15px 0;
}
#content_main ul  {
	margin: 15px 0px 15px 10px;
	list-style-type: none;
}
#content_main ul li {
	font-size: 1.3em;
	padding: 2px 0 2px 30px;
	margin: 8px 0;
	color: black;
	background: url(images/lipu_green.gif) no-repeat 2px 5px;
	font-family: Arial, Helvetica, sans-serif;
}
#content_main p {
	margin-bottom: 20px;
	line-height: 1.6em;
	font-size: 1.3em;
}
#content_main table {
	border: 1px solid #d9d9d9;
}
#content_main td {
	padding: 5px;
	background-color: #f2f2f2;
	font-size: 1.1em;
}
#content_main .teaser {
	font-size: 1.5em;
}
#content_main blockquote {
	margin: 25px 0px;
	padding: 15px 25px;
	border-top: 1px solid #80b731;
	border-bottom: 1px solid #97d244;
	background-color: #f2fee2;
	font-size: 1.2em;
	font-style: italic;
	line-height: 2em;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	clear: both;
}
#content_main blockquote p {
	margin: 0;
	padding: 0;
}
.center {
	text-align: center;
}
img.aligncenter, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #C9C6BE;
	padding: 4px;
}
.alignleft {
	float: left;
	margin: 2px 15px 5px 0px;
	border: 1px solid #C9C6BE;
	padding: 4px;
}
.alignright {
	float: right;
	border: 1px solid #C9C6BE;
	padding: 4px;
	margin: 2px 0 5px 15px;
}
.alignnone {
	margin: 2px 15px 5px 0px;
	border: 1px solid #C9C6BE;
	padding: 4px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 6. Sidebar
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	background-color: white;
	padding: 30px 0 0 15px;
	margin-bottom: 10px;
}
#sidebar h4 {
	font-size: 1.8em;
	font-weight: normal;
	color: #272727;
	font-style: normal;
	font-family: Georgia,Arial,"Trebuchet MS",Helvetica,   sans-serif;
	margin-bottom: 10px;
	padding-bottom: 6px;
	border-bottom: 1px solid #cccccc;
}
#sidebar ul {
	margin-bottom: 50px;
	padding: 0;	
	border: none;
}
#sidebar li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar li a {
	width: 100%;
	display: block;
	font-size: 1.3em;
	color: #454545;
	text-decoration: none;
	padding: 8px 0px 8px 0px;
	border-bottom: 1px solid #dbdbdb;
}
html>body #sidebar li a {
		width: auto;
}
#sidebar li a:hover {
	color: #c92a18;
	text-decoration: none;
}
#sidebar .current_page_item a, #sidebar .current_page_item a:hover {
	color: #ff4500 ! important;
}
#sidebar .current_page_item .page_item a {
	color: black ! important;
}
#sidebar ul ul  {
	margin: 1px 0 0 0;
	padding: 0;
	list-style: none;
	border: none;
}
#sidebar ul li ul li {
	margin: 0;
	padding: 0;
	border-top: 1px solid white;
}
#sidebar ul li ul li a {
	width: 100%;
	display: block;
	font-size: 1.2em;
	color: #2D2D2D;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	background-color: white;
	border-left: 5px solid #D4EAB0;
}
html>body #sidebar ul li ul li a {
		width: auto;
}
#sidebar ul li ul li a:hover {
	color: Black;
	background-color: white;
	text-decoration: none;
	padding: 5px 0px 5px 25px;
	border-left: 5px solid #628924;
}
#sidebar_links {
	text-align: left;
	border: 1px solid #d8d8d8;
	padding: 10px;
	line-height: 1.5em;
	font-size: 1.1em;
	color: #686868;
}
#sidebar_links h2 {
	font-size: 1.3em;
	margin-bottom: 0px;
	font-weight: bold;
	color: #315a7e;
}
#sidebar_links p {}
#sidebar_links ul {
	margin: 0;
	padding: 0;
}
#sidebar_links ul li {
	margin: 0;
	margin-bottom: 5px;
	list-style: none;
}
#sidebar_links ul li span {
	color: #5B5B5B;
	padding-top: 4px;	
}
#sidebar_links ul li a {
	background: url(images/link_underline.gif) repeat-x left bottom;
	font-size: 1.1em;
	line-height: 1.4em;
	text-decoration: none;
	color: #DB3C00;
	padding: 0;
	margin: 0;
	border: 0;	
}
#sidebar_links ul li a:hover {
	background: url(images/link_underline.gif) repeat-x left bottom;
	color: Black;
	background-color: white;
	text-decoration: none;
	border-bottom: 1px solid #C1C1C1;
	padding: 0;
	margin: 0;
	border: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~

	 7. Footer
	 
	~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	background: url(images/footer_bg.jpg) repeat-x bottom;
	height: 40px;
	text-align: left;
	color: #727272;
	padding: 20px 0 10px 0;
	margin: 5px 0 40px 0;
	font-size: 1.1em;
	line-height: 1.5em;
}
#footer_logo {
	background: url(images/footer_logo.jpg) no-repeat;
	width: 31px;
	height: 33px;
	float: left;
	margin: 0 15px 0 0;
}
#footer a:link, #footer a:active, #footer a:visited {
	color: #727272;
	text-decoration: none;
	border-bottom: 1px dotted #585858;
	margin-right: 5px;
} 
#footer a:hover {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted black;
}
.toplink {
	float: right;
	margin: -15px 0 0 0;
}
