/* STYLEANGABEN ZUM DESIGN */

/* Aufbau Style Angaben */
body {
	background-color: #718bbc; 
            /* background-color: #DDDFFF; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	margin-bottom: 50px;
	padding: 0;
}
div#maincontent {
	z-index: 2;
	margin-left: auto;
	margin-right: auto;
        min-height: 1900px;
	width: 800px;

	background-color: #FFFFFF;
	border: 1px solid #000000;
}
div#content {
            position: relative;
	overflow: auto;
	width: 577px;
	top: 5px;
	left: 203px;
	min-height: 1500px;
	padding: 10px;
	margin-bottom: 10px;
}
div#navigation {
	z-index: 3;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
div#innernavicont div {
	width: 100%;
	background-color: #ffffff;
	border: none;
}
div#linker_container {
	position: absolute;
	top: 301px;
	width: 192px;
	overflow: hidden;
	z-index: 2;
	width: 192px;
	font-size: small;
	background-color: #FFFFFF;
	padding: 10px;
}


/* STYLEANGABEN ZUR NAVIGATION */

#navigation {
    margin-top: 0;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	overflow: hidden;
}
#navigation li {
	margin: 0 0 1px 0;
	list-style-type: none;
	display: block;
}
#navigation li a {
  display: block;
  background-color: #DDDDE5;
  text-decoration: none;
  border-bottom: 1px solid #071580;
  border-right: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
  color: #4C588C;
  margin-bottom: 1px;
  text-transform: uppercase;
  border-left: 5px solid #5A71A7;
  padding: 2px;
  font-size: 11px;
}
#navigation li a:hover, #navigation li a.dran {
  display: block;
  background-color: #B9BDD6;
  text-decoration: none;
  border-bottom: 1px solid #BEBEBE;
  border-right: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
  color: #000000;
  margin-bottom: 1px;
  text-transform: uppercase;
  border-left: 5px solid #0C157A;
  padding: 2px;
  font-size: 11px;
}
#navigation ul li a span.doppelpunkt {
  display: none;
}
#navigation ul li a span.pop {
  display: none;
}
#navigation ul li a:hover span.pop {
  display: block;
  position: absolute;
  margin-top: -21px;
  left: -163px;
  width: 150px;
  padding: 2px;
  font-weight: normal;
  text-decoration: none;
  background-color: #ffffff;
  border: 3px solid #000000;
  color: #000000;
  z-index: 100;
  font-size: 11px;
}
#navigation ul li.ueberschrift
{
  display: block;
  background-color: #0C157A;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 1px;
  text-transform: uppercase;
  padding: 2px;
  font-size: 11px;
  font-weight: bold;
  margin-top: 7px;
}


/* STYLEANGABEN ZUM RECHTEN DIV-CONTAINER */

/*Style des Divs für Links und Counter*/

div#linker_container div#weiteres {
    margin-top: 15px;
}

div#linker_container div#weiteres h3 {
	/* background-color: #B9BDD6;
            color: #000000;
	margin-top: 3px;
	margin-bottom: 0px;
	border: none;
	font-size: 12px;
	font-weight: bold;
            */
	display: block;
            background-color: #0C157A;
            text-decoration: none;
            color: #ffffff;
            margin-bottom: 1px;
            text-transform: uppercase;
            padding: 2px;
            font-size: 11px;
            font-weight: bold;
            margin-top: 3px;
}

div#linker_container div#weiteres div {
	margin-top: 0px;
	background-color: #ffffff;
	border: none;
	border-top: none;
	padding: 2px;
}
div#linker_container div#weiteres div a img {
	border: none;
	margin-bottom: -3px;
	height: 31px;
	width: 88px;
}
input.size {
            border: 1px solid #000000;
	font-weight: bold;
	background-color: #ffffff;
            width: 70px;
}


/* STYLEANGABEN FUER ALLGEMEINE TAGS ETC */

/* Wiederkehrende Tags */
h1 {
	display: block;
            margin-top: 0px;
	margin-bottom: 10px;
	background-color: #0C157A;
	color: #ffffff;
	border: none;
	font-weight: bold;
	font-size: 12px;
	padding: 2px;
	text-transform: uppercase;
            border-left: 3px solid #5A71A7;
            border-right: 3px solid #5A71A7;
}
h2 {
	background-color: #5A71A7;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 0px;
	border: none;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
h3 {
	background-color: #5A71A7;
	color: #FFFFFF;
	margin-top: 3px;
	margin-bottom: 0px;
	border: none;
	border-bottom: none;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
}
div.normal {
	background-color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 2px;
}
div.asp
{
	background-color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 15px;
}
div.asp img
{
	border: 1px solid #000000;
	margin: 16px;
}
p
{
	border: none;
	margin-bottom: 10px;
	padding: 2px;
}
p.downest {
	margin: 0 0 0 0;
}
.blau {
	color: #0033FF;
}
.rot {
	color: #FF0000;
}
.bold {
	font-weight: bold;
}
.schwarz {
    color: #000000;
}
a:link {
	text-decoration: underline;
	color: #0C157A;
}
a:visited {
	text-decoration: underline;
	color: #0C157A;
}
a:hover {
	text-decoration: overline;
	color: #5A71A7;
}
ul {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-left: 16px;
}
ul.ich {
	margin: 0px;
	margin-top: 0px;
	padding: 0px;
}
ul.ich li {
	border: none;
	background-color: #CCCCCC;
	margin: 3px;
}
ul.review {
    margin-top: 10px;
	margin-bottom: 20px;
}
form {
	margin: 0;
	padding 0;
}
fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
legend {
	display: none;
}
fieldset.set
{
    border: none;
	margin: 2px;
	padding: 4px;
}
fieldset.set legend {
    display: block;
	background-color: #0C157A;
	color: #ffffff;
	min-width: 150px;
	font-size: 11px;
	margin-bottom: 3px;
	max-width: 300px;
}
label {
	margin-left: 3px;
}
input {
	width: 140px;
	margin-top: 2px;
}
.button {
	color: #000000;
	background-color: #ffffff;
	font-weight: bold;
	width: 150px;
}
textarea {
	font-family: arial, verdana, helvetica, sans-serif;
}
img.bb
{
	background-color: #CCCCCC;
	border: 1px solid #000000;
	margin: 1px;
	margin-bottom: 0;
}
select.styleswitcher
{
	width: 98%;
}
div.html { /* Code Anzeige */
	border-left: 10px solid #5A71A7;
	margin-left: 5px;
	margin-top: 20px;
	background-image: url(../bilder/htmldiv/cbg.jpg);
 	background-repeat: repeat;
  	padding: 2px;
            padding: 10px;
	font-family: Courier New, Courier, Arial;
	text-align: left;
}
span.html {
           display: block;
           width: 28px;
           margin: 0;
           border: 1px solid #0C157A;
           background-color: #FFFFFF;
           padding-left: 2px;
           padding-right: 2px;
           font-size: 10px;
           font-family: Arial, Helvetica, sans-serif;
}


/* STYLEANGABEN FUER TABELLEN */

/* CSS Document */
table {
  width: 98.5%;
  border-collapse: separate;
}
div.normal > table {
  width: 100%;
}
td {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #000000;
  vertical-align: top;
}
td.left {
  width: 30%;
  background-color: #CCCCCC;
}
td.left_black {
  width: 30%;
  background-color: #0C157A;
  color: #ffffff;
}
td.w50 {
  background-color: #CCCCCC;
  color: #000000;
  border: 1px solid #000000;
  vertical-align: top;
  width: 50%;
}


/* Angaben fuer den Adminbereich! */

form {
	margin: 0px;
	padding: 0px;
}
fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
legend {
	display: none;
}


/* Angaben fuer das Gaestebuch */

.norm {
	width: 140px;
	margin-top: 2px;
}
textarea {
	margin-top: 3px;
}
.head {
	width: 250px;
}
.erge {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 80px;
}
a.buch:link {
	color: #000000;
	text-decoration: none;
	font-size: 9px;
}
a.buch:visited {
	color: #000000;
	text-decoration: none;
    font-size: 9px;
}
a.buch:hover {
	color: #ff0000;
	text-decoration: underline;
    font-size: 9px;
}
h4.gb {
	margin-top: 4px;
	margin-bottom: 0px;
	border: none;
	border-bottom: none;
	background-color: #0C157A;
	color: white;
}
div.schleife {
    background-color: #ffffff;
	border: none;
	padding: 3px;
	font-size: small;
	margin-top: 10px;
	margin-bottom: 10px;
}
div.schleife a:link {
    color: #0C157A;
}
div.schleife a:visited {
    color: #0C157A;
}
div.schleife a:hover {
    color: #0C157A;
}


/* Angaben fuer das Galerie-Div */

div.gal {
	background-color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 2px;
}
div.gal table {
  	width: 98.5%;
}
div.gal > table {
  	width: 100%;
}
div.gal table tr td {
	text-align: center;
	padding-top: 3px;
	padding-bottom: 2px;
}
div.gal table tr td img {
	border: none;
}


/* Angaben zum Kontaktformlar */

.norm {
	width: 140px;
	margin-bottom: 2px;
}
.head {
	width: 250px;
}
.area {
	margin-top: 3px;
}
.erge {
	margin-top: 3px;
	margin-bottom: 3px;
	width: 80px;
}
.span {
	margin-left: 3px;
}

/* Angaben fuer das Newssystem */

div#newss {
	padding: 0px;
	margin: 0px;
	
}
div#newss div {
	background-color: #ffffff;
	border: none;
	margin-bottom: 10px;
	padding: 3px;
	font-size: small;
}
h3#news {
	margin-bottom: 2px;
	margin-top: 25px;
	border-bottom: none;
	background-color: #DDDDE5;
	color: #000000;
}
div#newss h4 {
	margin-top: 4px;
	margin-bottom: 0px;
	border: none0;
	border-bottom: none;
	background-color: #DDDDE5;
	color: #000000;
	padding: 3px;
}
div#newss div.schleife {
    margin-top: 10px;
}
div#newss a:link {
    text-decoration: none;
	color: #0C157A;
}
div#newss a:visited {
	text-decoration: none;
	color: #0C157A;
}
div#newss a:hover {
	text-decoration: underline overline;
	color: #0C157A;
}


/* Angaben zur Statistik */

table.stats
{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #0C157A;
  margin-bottom: 30px;
}
table.stats caption
{
  border-collapse: collapse;
  font-size: 12px; 
  color: #ffffff; 
  background-color: #0C157A;
  padding: 2px;
  border: 1px dotted #670001;
  margin-top: 15px;
  letter-spacing: 1px;
  font-weight: bold;
  border-bottom: none;
}
table.stats th
{
  border-collapse: collapse;
  font-size: 11px; 
  color: #ffffff; 
  background-color: #0C157A; 
  letter-spacing: 1px;
  border: 1px dotted #ffffff;
  padding: 2px;
  vertical-align: top;
}
table.stats th.left
{
  width: 30%;
}
table.stats td
{
  border-collapse: collapse;
  border: 1px solid #0C157A;
  vertical-align: top;
  background-color: #ffffff;
}
table.stats th.softer {
  background: none;
  background-color: #E9E9E9;
  border: 1px solid #0C157A;
  color: #000000;
}


/* Affiliates */

div.affiliate {
  display: inline;
  margin: 5px;
}


/* Designs coden - Tabellen */

.td1 { /* Designs coden heller */
  padding: 10px; 
  background-color: #E6E4E9; 
  border: 1px dotted #0C157A;
  vertical-align: top;
  }

.td2 { /* Designs coden dunkler */
  padding: 10px; 
  background-color: #DDDDE5; 
  border: 1px dotted #0C157A;
  vertical-align: top;
  }


/* Bilderrahmen, Bildzentrierung */

.imgc {
  width: auto;
  height: auto;
  margin: auto;
  border: 1px solid #000000;
}



/* Link Mouseover-Effekte
------------------------------------------------------ */

#lme01 a:link, #lme01 a:active, #lme01 a:visited {
  text-decoration:underline;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-transform:none;
  line-height:normal;
  background: none;
  }
#lme01 a:hover {
  text-decoration:underline;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-transform:uppercase;
  line-height:normal;
  background: none;
  }
	
#lme02 a:link, #lme02 a:active, #lme02 a:visited {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:none;
  background: none;
  }
#lme02 a:hover {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:1px solid #000000;
  background: none;
  }
	
#lme03 a:link, #lme03 a:active, #lme03 a:visited {
  text-decoration:none;
  color:#666666;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:none;
  background-color:#CCCCCC;
  border-bottom:2px dotted #000066;
  }
#lme03 a:hover {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border:none;
  background-color:#66CCFF;
  border-bottom:2px dotted #CC0000;
  }
	
#lme04 a:link, #lme04 a:active, #lme04 a:visited {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-left:5px solid #CC0000;
  border-bottom:none;
  border-right:none;
  border-top:none;
  padding-left:3px;
  background: none;
  }
#lme04 a:hover {
  text-decoration:none;
  color:#000000;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-left:5px solid #330099;
  border-bottom:none;
  border-right:none;
  border-top:none;
  padding-left:3px;
  background: none;
  }
	
#lme05 a:link, #lme05 a:active, #lme05 a:visited {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #CC0000;
  border-right:none;
  border-top:none;
  border-left:none;
  padding-left:15px;
  text-transform:none;
  background: none;
  }
#lme05 a:hover {
  text-decoration:none;
  color:#000099;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #CC0000;
  border-right:none;
  border-top:1px solid #CC0000;
  border-left:10px solid #CC0000;
  padding-left:5px;
  letter-spacing:1px;
  text-transform:lowercase;
  background: none;
  }
	
#lme06 a:link, #lme06 a:active, #lme06 a:visited {
  text-decoration:none;
  color:#CC0000;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #3300FF;
  border-right:none;
  border-top:none;
  border-left:none;
  text-transform:none;
  background: none;
	}
#lme06 a:hover {
  text-decoration:none;
  color:#3300FF;
  font-size:16px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  border-bottom:1px solid #CC0000;
  border-right:none;
  border-top:none;
  border-left:none;
  text-transform:none;
  background: none;
  }




/* Ueberschriften in der Navigation Style Downloads
------------------------------------------------------ */

.ueberschriftstyle01 {
  display: block;
  background-color: #FFCCCC;
  border-bottom: 1px solid #FF3399;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: bold;
}
.ueberschriftstyle02 {
  display: block;
  background-color: #6699FF;
  border-bottom: 2px dotted #6633FF;
  border-left: 5px solid  #6633FF;
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #6633FF;
  letter-spacing: 2px;
  font-weight: bold;
  text-transform: uppercase;
}
.ueberschriftstyle03 {
  display: block;
  background-color: #BFD7C7;
  border: 1px dashed #006666;
  padding-left: 10px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #006666;
  letter-spacing: normal;
  font-weight: normal;
  line-height: 5px;
  font-style: italic;
  text-transform: lowercase;
}
.ueberschriftstyle04 {
  display: block;
  background: none;
  border-bottom: 1px dotted #CC0066;
  border-top: 1px solid #990066;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
  letter-spacing: 5px;
  font-weight: bold;
  line-height: 5px;
  font-style: normal;
  text-transform: none;
}
.ueberschriftstyle05 {
  display: block;
  background: none;
  border-left: 10px solid #990033;
  border-bottom: 1px solid #990033;
  border-right: 5px solid #990033;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #CC0000;
  letter-spacing: 3px;
  font-weight: bolder;
  line-height: normal;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: blink;
}
.ueberschriftstyle06 {
  display: block;
  background-color: #FFFFCC;
  border-bottom: 1px solid #FFCC00;
  padding-left: 5px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #FFCC66;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: normal;
  font-style: italic;
  text-transform: none;
  text-decoration: none;
}
.ueberschriftstyle06:first-letter {
  font-family: Times New Roman, Times, serif;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #FF9900;
}


/* Sonstiges */

.fb { /* Fachegrife Fettgedruckt */
  border-bottom: 1px dotted #5A71A7; 
  color: #0C157A; 
  font-weight: bold;
  }
u {
  text-decoration: underline; 
  }



/* Einfaches HTML Tabellen Farben */

div.c19 {  
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#660066;
  }
div.c18 {  
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#FF0099;
  }
div.c17 {  
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#FF00FF;
  }
div.c16 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#00CCFF;
  }
div.c15 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#0000FF;
  }
div.c14 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#006600;
  }
div.c13 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#00FF00;
  }
div.c12 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FFFF00;
  }
div.c11 {  
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF6600;
  }
div.c10 { 
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#CC0000;
  }
div.c9 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF0000;
  }
div.c8 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#BEBEBE;
  }
div.c7 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#ffffff;
  }
div.c6 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#000000;
  }
div.c15 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#660066;
  }
div.c14 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF0099;
  }
div.c13 { 
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF00FF;
  }
div.c12 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#00CCFF;
  }
div.c11 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#0000FF;
  }
div.c10 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#006600;
  }
div.c9 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#00FF00;
  }
div.c8 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FFFF00;
  }
div.c7 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF6600;
  }
div.c6 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#CC0000;
  }
div.c5 {
  float:left;
  height: 20px;  
  width: 80px;
  margin-right: 10px;
  background-color:#FF0000;
  }
div.c4 {
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#BEBEBE;
  }
div.c3 {
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#FFFFFF;
  }
div.c2 {  
  float:left;
  height: 20px;
  width: 80px;
  margin-right: 10px;
  background-color:#000000;
  }