/* Stylesheet sind wie folgt aufgebaut:

1. Allgemeine Stylesheets
2. Stylesheet container (container = gesamter Div Block)
3. Stylesheet header
4. Stylesheet footer
5. Stylesheet navigation
6. Stylesheet Content
7. deaktivierte Stylesheets aus der Vorlage


/* 1. Allgemeine Stylesheets Anfang */

/* blau: 6793D2 */
/* dunkel blau: 2C5498 */

body {
/* background: #FFa020; /* orange */
/* background: #FFe080; /* hellorange */
/* background: #58aef0; /* hellblau */
/*background: #c0c0c0; /* hellgrau */

font-family: Verdana,Arial,Helvetica,sans-serif;
/*color: #ecd69c; #ccbd7a; #f1eadf; e7e4c1Sandstein
  color: #338bfb; #3999F9; Himmel
  color: #bf6d42; Dachziegel*/
  font-size:10pt;
}

a, a:link, a:visited {
color: #0000FF;
text-decoration: none;
font-weight: normal;
}

a:hover {
color: #963;
text-decoration: none;
font-weight: normal;
}

ul{
list-style-type:none;
}

/* Allgemeine Stylesheets ende */

/* 2. Stylesheet container Anfang */

#container {
position:relative;
/* background: #6793D2; /* hintergrundfarbe navigation UNTEN */ */
background: #6793D2; /* hintergrundfarbe navigation UNTEN */
margin: 0 auto;
width: 800px;
border: 5px solid #ffffff;
}

/* Stylesheet container Ende */


/* 3. Stylesheet header Anfang */

#header {
background: url(img/banner.png) no-repeat; /* kopfgrafik */
/* height: 270px; */
height: 370px;
overflow:hidden;
}
#header h1,p{
display: none;
}

/* Stylesheet header Ende */


/* 4. Stylesheet footer anfang */

#footer {
position:relative;
left: 0;
background:#FFFFFF; /* hintergrundfarbe footer */
font-size:12pt;
color:#FFFFFF; /* schriftfarbe footer */
text-align:left;
/* background: #ccbd7a; /* hintergrundfarbe footer */
}

#footer a, #footer a:link, #footer a:visited {
text-decoration: none;
color: #bf6d42;/* schriftfarbe footer */
font-size: 12px;
}

#footer p {
font-family: Verdana, sans-serif;
font-size: 1.2em;
font-weight: 500;
display: inline;
/* letter-spacing: 0px;
word-spacing: .2em;
padding: 5px 5px 10px 5px;
margin-left: 5px; */
line-height: 1.5em;
}

/* Stylesheet footer Ende */


/* 5. Stylesheet navigation anfang */

#navigation {
font-family: Verdana, sans-serif;
/* font-size: 10pt;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-size: 1.0em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-weight: 500;
background: #6793D2; /* hintergrundfarbe navigation */
border-top: 5px solid #ffffff;
border-bottom: 5px solid #ffffff;
width: 200px;
/*min-height: 200px;*/

overflow: hidden;
float: left;
}


#navigation li {
padding: 3px;
}
#navigation h2{
background: transparent;
color: #6793D2;
font-size: medium;
}
#navigation a, #navigation a:link, #navigation a:visited {
text-decoration: none;
color: #ffffff; /* Schriftfarbe navigation */
}
#navigation a:hover {
text-decoration: none;
color: #bf6d42;
}
#navigation a.c, #navigation a.c:link, #navigation a.c:visited {
color: #ffffff;
text-decoration: none;
}
#navigation a.c:hover {
text-decoration: none;
color: #ffffff;
}

#pic{
position: relative;
top: 2px;
left: 15px;
width: 50px;
min-width: 50px;
height: 40px;
overflow: hidden;
}
/*#navigation li {
float: left;
list-style: none;
}
*/
#select{
position: relative;
top:2px;
left: -18px;
width: 200px;
/*min-height: 200px;
height: 200px;*/
overflow: hidden;
}
/* Stylesheet navigation ende */


/* 6. Stylesheet Content (Inhaltsblock) anfang */

#content {
border-top: 5px solid #ffffff;
/* margin-left: 200px; */
border-left: 5px solid #ffffff;
/* border-bottom: 5px solid #ffffff; */
background:#FFFFFF; /* hintergrundfarbe inhalt. Achtung! */
width: 595px;
/* height: 475px; */
/*min-height: 550px;*/
overflow:hidden;
}



#content h1{
position:relative;
top: -10px;
left:10px;
z-index:2;
/*background: #ccbd7a;*/
color: #000000;
}

#content h2{
position:relative;
top: 5px;
left:10px;
z-index:2;
color: #8f4424;
/*background: #ccbd7a;*/
/* color: #bf6d42; */
}

#content h3{
position:relative;
font-size: 1.3em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
top: 5px;
left:10px;
z-index:2;
color: #00 00 80;
/*background: #ccbd7a;*/
/* color: #bf6d42; */
}

#content h4{
position:relative;
top: 5px;
left:10px;
z-index:2;
color: #6f1f08;
/*background: #ccbd7a;*/
/* color: #bf6d42; */
}

#content h5{

font-family: Verdana, sans-serif;
font-size: 1.0em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */

color: #000000;
/*background: #ccbd7a;*/
/* color: #bf6d42; */
}


#content p {
font-family: Verdana, sans-serif;
/* font-size: 0.9em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-size: 1.0em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-weight: 500;
position:relative;
top: 5px;
left:10px;
z-index:2;
/* letter-spacing: 0px;
word-spacing: .2em;
padding: 5px 5px 10px 5px;
margin-left: 5px; */
line-height: 1.2em; /* Zeilenhï¿½he */
color: #000000;
display: block;
margin-right: 20px;
}

#content p.sm{
font-size: 0.8em;
}

#content p.med{
font-size: 0.9em;
line-height: 1.1em;
}



#content th{
font-size: 1.0em;
}

#content td{
font-size: 1.0em;
}

#content , #content ul{
font-size: 1.0em;
}
#content li{
margin: 7px;
line-height: 1.25em;
}

#content a:hover {
color: #0000FF;

}

/* Stylesheet Content (Inhaltsblock) ende */


/* 7. Stylesheet mail Anfang */

#mail {
position:relative;
background: #2C5498; /* hintergrundfarbe navigation UNTEN */
margin: 0 auto;
width: 200px;
/*min-height: 317px;*/
overflow:hidden ;
border-top: 5px solid #ffffff;
height: auto;
/* border-bottom: 5px solid #ffffff; */
vertical-align: bottom;
}


#mail p {
font-family: Verdana, sans-serif;
/* font-size: 8pt;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-size: 0.9em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-weight: 500;
position:relative;
top: 5px;
left:10px;
z-index:2;
margin-left: 5px; */
line-height: 1.2em; /* Zeilenhï¿½he */
color: #000000;
display: block;
margin-right: 20px;
}

#mail a {
align: center;
font-family: Verdana, sans-serif;
font-size: 0.6em;  /* Schriftgrï¿½ï¿½e Absatz (zu em: vgl. http://de.selfhtml.org/css/formate/wertzuweisung.htm#numerische */
font-weight: 500;
position:relative;
top: 5px;
left:10px;
z-index:2;
margin-left: 5px; */
line-height: 1.2em; /* Zeilenhï¿½he */
color: #000000;
display: block;
margin-right: 20px;

/* Stylesheet container Ende */





/* 7. Sonstige Stylesheets: Status deaktiviert */
/* Diese Stylesheet waren in der Vorlage vorhanden */





/*
#linkList span {
margin-left: 40px;
}




legend{
color:#369;
}



fieldset label {
float: left;
width: 240px;
text-align: left;
}

fieldset input,textarea,select {
margin-left: 20px;
width: 260px;
clear: left;
text-align: left;
}
#cls{
clear:left;
}

#warning {
color: red;
}
#counter {
position:absolute;
bottom:0;
left:0;
}
#typereg, #typeacc {
list-style-type:disc;
}

*/
