/*=============================================================================
	CSS Document www.bhommel.de
	Datei: style.css
	Datum: 29.11.2011
	Letzte Änderung: 20.01.2018
	Autor: Bengü Aydogdu
===============================================================================*/

/*===========================================================
	TEIL I - Allgemeine Kallibrierung / Reset
=============================================================*/
* { padding: 0; margin: 0; }

/* =====================================================
	TEIL II - Restaurierung
	====================================================*/
	
/* Zitate einrücken */
blockquote { margin: 10px 20px; }
/* Alle Listen etwas einrücken */
ul, ol, dl {
	margin-left: 20px;
	line-height: 140%;
}
/* Listenelemente etwas mehr einrücken */
li {
	margin-left: 10px;
	margin-bottom: 10px;
}
/* Verschachtelte Listen Außenabstand oben/unten */
ul ul, ul ol, ul dl, 
ol ul, ol ol, ol dl, 
dl ul, dl ol, dl dl {
	margin-top: 0;
	margin-bottom: 10px;
}
/* Aufzählungszeichen für Listenkisten */
/* Ebene 1 - ul:disc (ausgefüllter Kreis); ol:Dezimalzahlen */
ul { list-style-type: disc; } 
ol { list-style-type: decimal; }

/* Ebene 2 - ul:square (ausgefülltes Rechteck); ol:kleine Buchstaben */
ul ul { list-style-type: square; } 
ol ol { list-style-type: lower-alpha; }

ul ol { list-style-type: decimal; }
ol ul { list-style-type: disc; }

/* Ebene 3 - ul und ol mit circle ( nicht ausgefüllter Kreis) */
ol ol ol, ol ol ul, ol ul ul, ol ul ol,
ul ul ul, ul ul ol, ul ol ol, ul ol ul {
	list-style-type: circle;
}

* html li {  height:1%;  }  /*zusaetzlicher Leerraum in Listenlinks-Bug*/

* html ul {  height:1%;  }/* aktiver Menuepunkt war zu breit*/

* html li a {  height:1%;  } /*Die ganze Schaltflaeche anklickbar gemacht*/ 

/* Auswahl in Auswahllisten (select) durch padding:0 schlecht lesbar */
option { padding-left:3px; padding-right: 3px; }

/* Rahmen um fieldset und verlinkte Bilder entfernen */
fieldset, a img { border: none; }

/* ==========================================================
	TEIL III - Grundlegende Formatierung
	==========================================================*/
/* 1. html und body */
html {
	height: 101%;
}
body { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
	background: #fff;
	font-size: 62.5%;/*Font-size: 1.0em = 10px when browser default size is 16px*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* 2. Schriftformatierungen für Überschriften */
h1, h2, h3, h4, h5, h6 {

} 	

h1 {
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
	font-size: 360%;/* ca. 32px */
	color: #FFFFFF;
	text-transform: none;
} 
h2 {
	font-size: 250%;/* ca. 26px */
	color: #990000;
	text-transform: none;
}
h3 {
	font-size: 160%;/* ca. 24px */
	color: #13ABA0;
	padding: 15px 0 15px 0;
	text-transform: none;
}
h4 {
	font-size: 170%;/* ca. 18px */
	color: #003366;
	margin-bottom: 15px;
	text-transform: none;
}
h5 { 
	font-size: 140%;/* ca. 16px */
	color: #666666;
	text-transform: none;
}
h6 { 
	font-size: 130%;/* ca. 14px */
	color: #CC3300;
	text-transform: none;
}
h1 span {
	font-size: 180%;/* ca. 26px */
	color: #FFFFFF;
	text-transform: none;
	font-weight: normal;
}

.content01 h2.special {
	text-transform: uppercase;
	color: #001A33;
}
/* Schriften und Abstände */

p, dl {
	padding: 0 0 0 0;
	line-height: 150%;
	margin: 0 0 10px 0;
	font-size: 120%;
}
dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 30px; 
}
code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	white-space: pre;
  	border: 1px solid #EBEBEB;
	background: #F0F0F0;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	padding: 0 0 0 0;
	font-weight: bold;
	font-size: 130%;
	line-height: 150%;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFF66;
}
blockquote span {
	color: #CCFFCC;
	font-style: normal;
}
ol li, ul li {
	margin: 0 0 10px 10px;
	padding: 0 0 0 0;
}

.list {
	font-size: 110%;
	font-weight: bold;
}
/* Links und Zustände */
a { text-decoration:none;}
a:hover { text-decoration:underline;}

/* Grafiken und Platzierung */
img {
	padding: 5px;
	margin: 0 0 0 0;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

/*==================== Ausrichtungsklassen ============== */
.float-left  {
	float: left;
}
.float-right {
	float: right;
	width: 650px;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.center-kursiv { text-align: center; font-style: italic; }


/*Clear floats */
.clearing { 
	clear: both; 
	padding: 0;
	margin: 0;
}

/* main */
.main { 
	padding: 0; 
	margin: 0 auto;
}
.main h2 { 
	font: bold 17px Arial, Helvetica, sans-serif; 
	color: #ffffff; 
	margin: 5px 0; 
	padding: 10px 5px; 
	border-bottom: 1px solid #296c78;
}


/*===========================================================
Kontaktformular-Formatierungen 
=============================================================*/
#kontaktfeld {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 0;
}
form {
	width: 400px;
	margin: 0;
	text-align: left;
}
label {
	display: block;
	cursor: pointer;
	color: #000066;
	font-size: 120%;
	font-weight: normal;
}
input#emailadresse, #vorname, #nachname, textarea {
	margin-bottom: 1em;
	background-color: #b7dfe2;
}
input#emailadresse, #vorname, #nachname {
	width: 400px;
} 
textarea {
	height: 160px;
	width: 400px;
} 
input#emailadresse:focus, #vorname:focus, #nachname:focus, textarea:focus {
	background-color: #f9f9e6;
}
#buttons {
	clear: both;
	color: #FFFFFF;
}
#zurueck {
	float: left;
	width: 100px;
	background-color: #336699;
	color: #FFFFFF;
}
#abschicken {
	float:right;
	width: 100px;
	background-color: #336699;
	color: #FFFFFF;
} 

/********** header **********/
.blok_header {
	margin: 0;
	padding: 0;
	background: #006666;
	background: url(images/top-header-bg.png) repeat top center;
}
.header {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0 20px 0;
}

/* SITENAME */
#sitename {
	width: 350px;
	height: auto;
	position: absolute;
	z-index: 10000;
	margin: 0 0 0 650px;
	display: block;
	padding: 0 0 0 0;
	text-align: left;
}
#sitename h3 {
	font-size:190% !important /*Non-IE6*/;
	font-size:150% /*IE6*/;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Monotype Corsiva", "Courier New", Courier, monospace;
	text-transform: none;
	color: #13D0D0;
}
#sitename h4 {
	margin: 0 0 10px 0;
	color: #FFFFFF;
	padding: 0 0 0 0;
	text-transform: none;
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	line-height: 160%;
}
#sitename a {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
#sitename p {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 100%;
}

#sitename a:focus, #sitename a:hover {
	text-decoration: none;
	color: #000000;
}
/* menu */	
#menu_box {
	margin: 0;
	padding: 0;
	background: url(images/menu_bg.) top repeat-x;
	height: 49px;
	background-color: #001A33;
	}
.menu {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
	font-size: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.menu ul { 
	padding: 6px 0 0 0; 
	margin: 0; 
	list-style: none; 
	border: 0; 
	float: right;
}
.menu ul li { 
	text-align: center; 
	float: left; 
	margin: 0; 
	padding: 0 5px;
	border: 0;
	}
.menu ul li a { 
	float: left; 
	margin: 0; 
	padding: 13px; 
	color: #fefefd; 
	text-decoration: none; 
	text-transform: uppercase;
}
.menu ul li a:hover { 
	color: #ff8200; 
}
.menu ul li a.active { 
	color: #ff8200; 
}

/*header_text_bg*/
.header_text_bg { 
	margin: 0; 
	padding: 0; 
	background: url(images/header_text_bg.png) top center repeat-x;
}
.header_text_bg02 { 
	margin: 0; 
	padding: 0; 
	background: url(images/header_text_bg02.png) top center repeat-x;
}

/*header_text*/
.header_text {
	height: 380px;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}
.header_text02 {
	height: 200px;
	margin: 0 auto;
	padding: 0;
	width: 1000px;
}

.header_text02 .div {
	height: 180px;
}

/*header_text_bg2*/
.header_text_bg2 { 
	margin: 0; 
	padding: 0; 
	background: url(images/header_text_bg.gif) top center repeat-x;
}
/*header_text*/
.header_text2 { 
	height: 230px; 
	margin: 0 auto; 
	padding: 0; 
	width: 1000px; 
}
.header_text2 img { 
	float: right; 
	margin: 0; 
	padding: 10px 30px 0 0;
}
.header_text2  h2 { 
	text-align: right; 
	font: bold 36px Arial, Helvetica, sans-serif; 
	color: #fefefd; 
	padding: 20px 0 0 0; 
	margin: 0; 
	border: 0; 
	text-transform: uppercase;
}
.header_text2  h2 span { 
	color: #ac0905;
}

/********** wrapper01 **********/
#wrapper01 {
	margin: 0;
	padding: 0;
	background: #e8fafa;
}
.content01 {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
}
.textcol01 {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}
.textbox-right {
	float: right;
	margin: 10px 0 10px 0;
	width: 650px;
	
}
.content01 img {
	float: left;
	margin: 20px 15px 15px 0px;
	padding: 0;
}
.content01 h2 {
	border: 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 10px 0 10px 0;
	padding: 10px 0px;
}
.content01 p {
	font: Arial, Helvetica, sans-serif;
	color: #3d3d3d;
	line-height: 1.8em;
	padding: 0 0 10px 0;
	margin: 0;
}
.content01 a { 
	text-decoration: underline; 
	color: #8c20be; 
	line-height: 1.8em;
}
.content01 a:focus, .content01 a:hover {
	text-decoration: underline;
	color: #ff6600;
	line-height: 1.8em;
}
.content01 li {
	font: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #3d3d3d;
	line-height: 1.8em;
	padding: 0 0 10px 0;
	margin: 0;
}
/********** body 1 **********/

.wrapper02 {
	margin: 0;
	padding: 0;
	background-color: #e8fafa;
}
.content02 { 
	width: 1000px; 
	margin: 0 auto; 
	padding: 0;
}
.textcol02 { 
	width: 960px; 
	margin: 0 auto; 
	padding: 15px 0;
}
.textcol02 img.floated { 
	float: right; 
	margin: 15px; 
	padding: 0;
}
.textcol02 a { 
	background: none; 
	padding: 0; 
	margin: 0;
}
.content02 a.serv  {
	text-decoration: underline; 
	color: #ff8200; 
	line-height: 1.8em; 
	padding: 0 0 0 10px; 
	margin: 0; 
	background: url(images/a_bg.gif) left no-repeat; 
	float: right;
}
.content02 h2 { 
	border:0; 
	font: normal 18px Arial, Helvetica, sans-serif; 
	color:#ff8200; 
	margin:10px 0; 
	padding:10px 5px;
}
.content02 p {
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 1.8em;
	padding: 5px;
	margin: 0;
}
.content02 a {
	text-decoration: underline;
	color: #ff8200;
	line-height: 1.8em;
	padding: 0 0 0 10px;
	margin: 0;
	background: url(images/a_bg) left no-repeat;
}
.content02 .text-box {
	border-right: 1px dashed #494949;
	width: 292px;
	float: left;
	margin: 20px 0;
	padding: 10px 20px;
}
.content02 .text-box2 {
	width: 292px;
	float: left;
	margin: 20px 0;
	padding: 10px 20px;
}


/*************footer**********/
.footer {
	padding: 0;
	margin: 0;
	height: 92px;
	background: url(images/top-header-bg.png) repeat top center;
}
#footer-bottom {
	margin: 20px auto;
	text-align: center;
	font-size: 100%;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 5px 10px 5px;
	text-transform: none;
}
.bottom-text {
	width: 980px;
	margin: 0 auto;
	overflow:visible !important; /*Non-IE6*/
	overflow:hidden /*IE6*/;
}
#footer-bottom a {
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-weight: normal;
}
#footer-bottom a:focus, #footer-bottom a:hover {
	color: #00CCCC;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 0px;
}
#footer-bottom .bottom-right {
	text-align: right;
	float: right;
	padding-right: 0px;
}
#footer-bottom img {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 100%;
}
/*------- Impressum Seite -----------*/
#scroll {
	overflow: auto;
	height: 200px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 10px;
	font-size: 80%;
	margin-left: 0px;
} 

li.bg, .bg { clear:both; border-bottom:1px dashed #494949; padding:10px 0 0 0; margin:0 0 10px 0; background:none; list-style:none;}
li.line, .line { border-top:1px solid #c7c7c7; padding:0; margin:10px 0; background:none; list-style:none;}


/**************************************************************

	SlideShow
	v 1.3

**************************************************************/
#left-col {
	float: left;
	width: 280px;
}
#container {
	border: none;
	line-height:120%;
	text-align: center;
}
#example {
	margin: 0 auto;
}
#slideshowContainer {
	text-align: center;
	margin: 0 auto;
}
.slideshowContainer {
	width: 600px;
	height: 450px;
	margin-bottom: 10px;
}

.loading {
	background: url(images/loading.gif) center no-repeat;
}

.slideshowThumbnail {
	/*outline: none;*/
}

.slideshowThumbnail img {
	border: 1px solid #ffe8a5;
	padding: 4px;
}

a:hover.slideshowThumbnail img {
	border: 1px solid #ccc;
	padding: 4px;
}

.current img {
	border: 1px solid red;
	padding: 5px;
}

.outline {
	border: 1px solid orange;
	z-index: 0;
	position: absolute;
}
#thumbnails {
	margin-top: 5px;
	width: 250px;
	overflow: hidden;
	float: left;
}
#thumbnails img {
	margin: 0 0 0 0;
}
#thumbnails p {
	text-align: center;
}
#thumbnails a {
	float: left;
}
#thumbnails p a {
	float: none;
	color: #336699;
}
#thumbnails p a:focus, #thumbnails p a:hover {
	float: none;
	color: #6600CC;
}
