/* #################################################################################################### */
/* #                                            Standard-Module                                       # */
/* #################################################################################################### */

/* ******************************************** */
/* *        Rahmen-Bereich                    * */
/* ******************************************** */

* { padding: 0; margin: 0; }
html { height: 101%; }

body {
	color: black;
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: small;
  padding: 2px;
	}

#wrapper {
	width: 999px;
  margin: 0 auto;
	}

/* ******************************************** */
/* *        Header-Bereich                    * */
/* ******************************************** */

#header {
  width: 100%;
  height: 140px;
  margin-bottom: 10px;
  border: 1px solid black;
	}

/* ******************************************** */
/* *        Content Bereiche                  * */
/* ******************************************** */

#content_left {
  float: left;
	width: 20%;
  margin-bottom: 5px;
	}

#content_right {
  float: right;
	width: 77%;
  margin-bottom: 5px;
	}

#content_footer {
  clear: both;
  width: 100%;
  height: 40px;
  background-color: #ADD8E6;
  border: 1px solid black;
	}

#content_footer_csc {
  clear: both;
  width: 100%;
  border-top: 1px dotted black;
	}

#content_footer p {
  font-size: 11px;
  font-weight: bold;
  text-align: center;
	}

#content_footer_csc p {
  font-size: 12px;
  font-weight: bold;
  margin-top: 11px;
	}

#content_footer a, #content_footer_csc a {
  text-decoration: none;
  color: black;
	}

#content_footer a img {
  text-align: center;
  border: none;
	}

#error404 {
  width: 99%;
	margin: 10px;
	}

#error404 p {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
	}

#error404 img {
  width: 77%;
  margin-left: 110px;
	}

/* ******************************************** */
/* *        Content Left allgemein            * */
/* ******************************************** */

#navi, #search, #stats, #countdown {
  width: 100%;
	background-color: #ADD8E6;
	padding: 10px;
  margin-bottom: 5px;
  border: 1px solid black;
	}

/* ******************************************** */
/* *        Navigation                        * */
/* ******************************************** */

#navi {
  padding-left: 5px;
  padding-right: 15px;
	}

#navi ul li {
	list-style-type: none;
	}	
	
#navi li a {
	height: 22px;
	text-decoration: none;
	}	
	
#navi li a:link, #navi li a:visited {
	color: #666;
	display: block;
	background: url(image/navi.gif) no-repeat top left;
	padding: 10px 0 0 35px;
	list-style-type: none;
	}
	
#navi li a:hover {
	color: #000;
	background: url(image/navi.gif) 0 -32px no-repeat;
	padding: 10px 0 0 35px;
	list-style-type: none;
	}
  
.navi01 {
  margin-bottom: 0;
  }

.navi02 {
  margin-bottom: 15px;
  }

/* ******************************************** */
/* *        Statistik                         * */
/* ******************************************** */

#stats_button {
	color: black;
  margin-top: 14px;
	}

#stats_button img {
  width: 88px;
	height: 31px;
  border: 0;
	}

#count_top {
  width: 190px;
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  border: 1px solid black;
	}

#count_top img {
  height: 16px;
  width: 16px;
  border: 0;
	}

#count_mid {
  width: 185px;
  font-size: 14px;
  padding: 5px 0 5px 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
	}

#count_bot {
  width: 190px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
  padding: 5px 0;
  border: 1px solid black;
	}

.fontstatrec {
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 2px;
  }

/* ******************************************** */
/* *        Sylvester                         * */
/* ******************************************** */

#countdown {
	margin-bottom: 5px;
	}

#countdown p {
	font-size: 14px;
  font-weight: bold;
  text-align: center;
	margin-bottom: 3px;
	}

/* #################################################################################################### */
/* #                             Standard-Module Content Rechts                                       # */
/* #################################################################################################### */

/* ******************************************** */
/* *        Content-Bereich allgemein         * */
/* ******************************************** */

#admin, 
#sitemap, 
#search_list, 
#startseite, 
#kontakt, 
#impressum, 
#news {
  width: 99%;
	margin: 0 5px;
	}

/* ******************************************** */
/* *        Administration                    * */
/* ******************************************** */

#login {
  width: 400px;
  background-color: #ADD8E6;
  margin: 50px 0 0 50px;
  padding: 10px;
  border: 1px solid black;
  }

#admin_head {
  color: white;
  background-image: url(image/grey_up.png);
	background-repeat: repeat-x;
  font-size: 15px;
  font-weight: bold;
	margin-bottom: 10px;
  padding-left: 2px;
	}

.admin_liste {
  background-color: #FFDEAD;
	margin-bottom: 5px;
  padding-left: 2px;
	}

.admin_box {
  float: left;
  width: 240px;
  margin: 0 5px;
  }

.admin_box ul li {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  list-style-type: none;
  }

.admin_box ul li a {
  text-decoration: none;
  }

.admin_top {
  background-color: #ADD8E6;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  }

#admin_head {
  color: white;
  background-image: url(image/grey_up.png);
  background-repeat: repeat-x;
  margin-bottom: 10px;
	}

.admin_action_text {
  width: 80px;
  text-align: center;
	margin-bottom: 10px;
	}

.admin_action_icon {
  width: 40px;
	margin-bottom: 10px;
	}

.admin_action_icon img {
	margin-left: 10px;
  border: none;
	}

.admin_user_name {
  width: 300px;
	margin-bottom: 10px;
	}

.admin_user_pass {
  width: 170px;
	margin-bottom: 10px;
	}

.admin_user_status {
  width: 160px;
	margin-bottom: 10px;
	}

.admin_user_level {
  width: 55px;
	margin-bottom: 10px;
	}

.admin_verw_spalte1 {
  width: 200px;
	margin-bottom: 10px;
	}

.admin_verw_spalte2 {
  width: 50px;
	margin-bottom: 10px;
	}

.admin_verw_titel {
  width: 120px;
	font-size: 16px;
	}

.admin_verw_daten {
	font-size: 16px;
  font-weight: bold;
	}

/* ******************************************** */
/* *        Sitemap                           * */
/* ******************************************** */

#sitemap p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  }

#sitemap_titel {
  color: red;
  font-weight: bold;
  margin-bottom: 18px;
  }

#sitemap a {
  text-decoration: none;
  }

#sitemap li {
  font-size: 15px;
  font-weight: bold;
	}	

#sitemap ul li {
	margin-bottom: 10px;
  list-style-type: none;
	}	

#sitemap ul li ul li {
	margin: 10px 0 10px 50px;
  list-style-type: none;
	}	

#sitemap ul li ul li ul li {
	margin: 10px 0 10px 20px;
  list-style-type: none;
	}	

/* ******************************************** */
/* *        Startseite                        * */
/* ******************************************** */

#startseite p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 18px;
  }

#startseite a {
  text-decoration: none;
	}

h5 {
  text-align: center;
	font-size: 25px;
  font-weight: bold;
  color: blue;
  margin-bottom: 10px;
	margin-top: 10px;
	}

h6 {
  text-align: center;
	font-size: 30px;
  font-weight: bold;
  color: red;
  margin-bottom: 30px;
	}

/* ******************************************** */
/* *        Kontakt-Formular                  * */
/* ******************************************** */

#kontakt p {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px 5px;
	}

#kontakt_formular {
  width: 740px;
  background-color: #ADD8E6;
  font-size: 14px;
	padding: 5px;
  border: 1px solid black;
	}

.kontakt_formular_label {
  width: 150px;
  font-weight: bold;
	}

#kontakt_formular input {
  margin-right: 10px;
	}

#kontakt_formular textarea {
  font-size: 15px;
  width: 540px;
  height: 100px;
  margin: 10px 10px 10px 0;
  border: 1px solid black;
	}

.form_zeile {
  font-size: 15px;
  width: 300px;
  margin-top: 10px;
  border: 1px solid black;
	}

/* ******************************************** */
/* *        Impressum                         * */
/* ******************************************** */

.imp_box {
  float: left;
  width: 350px;
  margin: 0 14px 15px 0;
	}  

.imp_box img {
  float: left;
  height: 100px;
  margin-right: 10px;
  border: none;
	}  

#imp_text {
  color: black;
  background-color: #DCDCDC;
  margin-bottom: 20px;
  padding: 10px 20px;
  clear: both;
	}

#imp_text p {
  font-size: 14px;
  margin-bottom: 20px;
	}

.imp_foot {
  text-align: center;
  font-size: 11px;
  font-weight: bold;
	color: black;
	background-color: #DCDCDC;
  border: 1px solid black;
	}

/* ******************************************** */
/* *        News / Updates                    * */
/* ******************************************** */

#news p {
  color: red;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
	}

.news_top {
  width: 750px;
  color: white;
  background-image: url(image/grey_up.png);
	background-repeat: repeat-x;
  padding: 5px 0px 5px 10px;
	}

.news_top span {
  color: #FF6347;
  font-weight: bold;
  margin: 0 5px;
	}

.news_text {
  font-size: 15px;
  width: 747px;
  color: black;
  background-color: #FFDEAD;
  padding: 5px 5px 5px 8px;
  margin-bottom: 15px;
	}

#news_form {
  width: 405px;
  margin-bottom: 20px;
	}

#news_form textarea {
  font-size: 14px;
  border: 1px solid black;
  width: 740px;
  height: 60px;
  margin-bottom: 10px;
	}

/* ******************************************** */
/* *        Wartungs-Hinweis                  * */
/* ******************************************** */

#hinweis {
  width: 95%;
	background-color: #FFE4C4;
	margin: 0 auto;
	padding: 5px 10px;
  border: 2px dotted red;
	}

.hinweis_titel {
  color: red;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  }

.hinweis_text {
  font-size: 16px;
  text-align: center;
  }

/* ******************************************** */
/* *        Sylvester-Gruss                   * */
/* ******************************************** */

#sylvester {
  width: 96%;
  height: 85px;
	background-color: #FFA500;
	margin: 0 auto;
	padding: 0 10px;
	}

#sylvester img {
  border: none;
	}

#sylvester p {
  color: #32CD32;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
	}

/* #################################################################################################### */
/* #                             Standard Schriftarten                                                # */
/* #################################################################################################### */

/* Seiten-Ueberschrift mit Rahmen */
h1 {
  text-align: center;
	font-size: 16px;
	background-color: #ADD8E6;
	margin-bottom: 10px;
  border: 1px solid black;
	}

/* Impressum Inhaber */
h2 {
	font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
	}

/* Impressum Text */
h3 {
	font-size: 14px;
  font-weight: bold;
	margin-bottom: 3px;
	}

/* Galerie Untertitel */
h4 {
  width: 172px;
	font-size: 13px;
  margin-bottom: 10px;
	margin-left: 5px;
	}

/* #################################################################################################### */
/* #                             Standard-Module Diverses                                             # */
/* #################################################################################################### */

.blaettern_layout {
  width: 750px;
  height: 18px;
  color: #ECEBE9;
	background-image: url(image/grey_up.png);
	background-repeat: repeat-x;
	font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
	padding: 5px 0 5px 10px;
  }

.blaettern_text {
  float: left;
  width: 38px;
  color: black;
  background-color: white;
	font-size: 11px;
  margin-right: 10px;
  padding: 2px 5px;
  }

.blaettern_zahl {
  float: left;
  background-color: white;
	font-size: 11px;
  text-decoration: none;
  margin: 0 2px;
  padding: 2px 5px;
  }

.blaettern_zahl a {
  text-decoration: none;
  }

.blaettern_button {
  float: left;
  margin: 2px 5px;
  }

.blaettern_button a {
  text-decoration: none;
  }

.blaettern_button a img {
  height: 14px;
  border: none;
  }

.rating_bar {
  width: 55px;
  background: url(image/star_x_grey.gif) 0 0 repeat-x;
  margin-left: 5px;
  }

.rating_bar div {
  height: 12px;
  background: url(image/star_x_orange.gif) 0 0 repeat-x;
  }

/* Formular Meldung */
.message_ok {
  font-size: 15px;
	}

/* Formular Meldung */
.message_error {
  font-size: 15px;
  color: red;
	}

/* Breadcrumb-Leiste */
.breadcrumb {
  background-color: #FFDEAD;
  font-size: 15px;
  margin-bottom: 15px;
  padding: 2px 0 2px 10px;
  border: 1px solid black;
	}

/* Spam-Email Hidden-Feld */
.nosee {
  display: none;
	}

/* Formular Submit */
.submit {
  font-size: 14px;
  margin: 10px 0;
	}

/* Farbige Zeile */
.line_color {
  background-color: #C0C0C0;
  }

/* Float aufheben */
.clear {
  clear: both;
	}

/* Trenn-Linie */
.trenn {
  margin-bottom: 30px;
  border-top: 3px solid black;
	}

/* Trenn-Linie und Float aufheben */
.clear_trenn {
  clear: both;
  margin-bottom: 10px;
  border-top: 3px solid black;
	}

