/* ALLGEMEINE EINSTELLUNGEN */

/* Überschrift H1 */
h1 {
font-size: 14px;
font-weight: bold;
}
/* Überschrift H2 */
h2 {
font-size: 12px;
font-weight: bold;
}
/* Überschrift H3 */
h3 {
font-size: 10px;
font-weight: bold;
}

/* Linkfarbe allgemein */
a {
text-decoration: none;
color:#286EA0;
}
/* Linkfarbe überfahrene Links allgemein */
a:hover {
text-decoration: underline;
color:#286EA0;
}

a img {
border: 0;
}

html {
   min-height: 101%;
   margin-bottom: 1px;
}

/* Aufbau der Seite Body */
body {
margin: 0 auto;
padding: 0;
font-family: Arial,Verdana,Tahoma,sans-serif;
/* background: #7A0404; */
background:#230446;
}

/* Umrandung */
#wrap {
background: #ffffff;
color: #000000;
/* Fenster 10px von oben und auto = mittig */
margin: 10px auto;
width: 780px;
}

/* oberes Bild */
#frontphoto {
border: 0;
}

/* Trenner */
#divider1 {
clear: both;
border-top: 4px solid #f0f0f0;
width: 780px;
margin: 5px 0px 5px 0px;
}
#divider2 {
clear: both;
border-top: 4px solid #f0f0f0;
width: 780px;
margin: 5px 0px 5px 0px;
}

/* Breadcrumb Navigation Einstellungen */
#breadcrumb {
margin: 0px 0px 0px 195px;
font-size: 10px;
}

/* Sprachumschaltung */
#language {
margin: 0px 0px 0px 10px;
font-size: 12px;
}
#language a:hover {
text-decoration: underline;
}


/* NAVIGATION */

#avmenu {
clear: left;
float: left;
/* Breite Navibox */
width: 170px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
/* Hintergrundfarbe Navibox */
background-color: #FFFFFF;
}

#avmenu a:hover {
text-decoration: underline;
color: #444444;
}

#avmenu ul {	
list-style: none;
/* Hintergrundfarbe Navigationsmenu */
background-color: #F4F4F4;
/* Abstand nach rechts 10px*/
margin: 0px 0px 0px 10px;
/* Abstände der Einträge im Menu untereinander */
padding: 5px 0px 5px 5px;
}
	
/* Schriftgrösse und Dicke 1. Ebene*/
#avmenu ul.nav1st {
font-weight: bold;
font-size: 14px;
}
/* Schriftgrösse und Dicke 2. Ebene*/
#avmenu ul.nav2nd {
font-weight: normal;
font-size: 14px;
list-style-type: disc;
}
/* Schriftgrösse und Dicke 3. Ebene*/
#avmenu ul.nav3rd {
font-weight: normal;
font-size: 12px;
list-style-type: circle;
}


/* Neuigkeitenfenster */
#newsbox {
/* Breite Newsbox */
width: 155px;
margin: 10px 0px 10px 10px;
padding: 5px 0px 5px 5px;
/* Hintergrundfarbe Newsbox */
background-color: #F4F4F4;
font-size: 12px;
}
#newssign {
width: 140px;
height: 30px;
margin: 0px 0px 0px 0px;
padding: 0px 5px 5px 0px;
font-size: 14px;
font-weight: bold;
}


/***** Content (Hauptfenster) *****/

#content {
margin: 0 10px 20px 180px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0 10px 0 10px;
text-align: left;
font-size: 12px;
}

#content img {
padding: 0px;
display:inline;
background: #FFFFFF;
border: 4px solid #ffffff;
}


/***** Footer *****/

#footer {
text-align: center;
color: #808080;
font-size: 10px;
margin: 5px 0px 5px 0px;
padding 0px 0px 0px 0px;
}

#footpic {
margin: 0px 0px 0px 0px;
padding 0px 0px 0px 0px;
}

/* Footer Linkfarbe */
#footer a {
color: #808080;
text-decoration: none;

/* Footer Linkfarbe überfahrene Links */
}
#footer a:hover {
text-decoration: underline;
}

