/* globale Attribute für die ganze Seite*/
BODY {
  background-color: #b3e29e; /* Hintergrundfarbe im HTML Format */
  color: #000000;
  font: 12px Verdana, Arial, sans-serif;
  padding:0px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* oberer Logoabschnitt */
#top {
background-image:url(pic/topback.jpg); /* Hintergrundbild */
background-repeat: no-repeat;	 /* Wiederholen in der Horizontalen */
height: 88px; /* Höhe des Abschnitts */
border-bottom: 1px solid #9a9a9a;
}

/* Definition der Übeschrift 1 - immer wenn ein <h1> - Tag auftaucht */
H1 {
  font-family: Verdana; /* Font */
  font-size: 11pt; /* Textgrösse */
  font-weight: bold; /* Fettgedruckt */
  /*font-style:italic;*/  /* Textschräge - falss gesünscht auskommentieren */
  color: brown; /* Textfarbe */
}

/* Definition der Übeschrift 2 - immer wenn ein <h2> - Tag auftaucht */
H2 {
  font-family: Arial; /* Font */
  font-size: 14pt; /* Textgrösse */
  font-weight: bold; /* Fettgedruckt */
  /*font-style:italic;*/  /* Textschräge - falls gewünscht auskommentieren */
  color: brown;  /* Textfarbe */
}

/* Umfassender virtueller Rahmen für die Zentrierung */
#main {
position:relative;
margin-top:10px; /* Abstand von oben */
text-align:left;
}

/* Seitentitel */
#titel {
position:relative;
text-align:right;
padding:10px;
font-size:24pt; /* Textgrösse */
font-style:italic; /* Textschräge */
font-weight: bold; /* Fettgedruckt */
color:#375af4; /* Textfarbe */
z-index: 1; 
}

/* Menuedefinition */
#mlinks {
position: relative;
width: 140px;
margin-top: 10px;
}

#mrechts {
position: relative;
width: 80px;
margin-top: 10px;
}


/* Hauptteil des Layouts in der Mitte */
#data {
position: relative;
font: 12px Verdana, Arial, sans-serif;
text-align:left;
width: 554px;
line-height: 18px;   /* Zeilenhöhe (Justierung des Abstands zwischen den Textzeilen) */
margin: 2px;
}


#newsticker {
background-color: #62d701;
font: 14px Times;
color: #ffffff;
margin-top:5px;
width:100%;
height: 16px;
padding: 0px;
border-bottom: 1px solid #9a9a9a;
border-top: 1px solid #9a9a9a;
}

#banner {
width: 468px;
height: 60px;
padding: 0px;
border-bottom: 1px solid #9a9a9a;
border-top: 1px solid #9a9a9a;
}

#footer {
WIDTH: 100%;
FONT-FAMILY: verdana, arial, helvetica;
FONT-SIZE: 10px;
FONT-WEIGHT: bold;
TEXT-ALIGN: center;
border-top: 1px solid #9a9a9a;
background-color: #efffee;
}

.centersite {
	padding: 0px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	border: 1px solid #9a9a9a;
	background-color: #caffc6;
}

.boxheading {
  /*background-color: #abbbd3;*/
  font-size: 10px;
  font-weight: bold;
  color: #ffffff;
  padding: 3px;
  height: 20px;
  padding-left: 5px;
}

TR.boxheading {
  background: #abbbd3;
}

.boxcontent {
  font: 12px Verdana, Arial, sans-serif;
  padding: 4px;
  height: 110px;
  border-top: 1px solid #9a9a9a;
}
TR.boxcontent {
  border-top: 1px solid #9a9a9a;
}


.box {
  font: 12px Verdana, Arial, sans-serif;
  border: 1px solid #9a9a9a;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 0px;
  background: #eaeaea;
}

.box a {
	text-decoration: none;
    color: blue;
}
.box a:hover { color: green;}

.boxn {
  font: 12px Verdana, Arial, sans-serif;
  padding: 0px;
  background: #b2b2b2;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
}
.boxn a {
	text-decoration: none;
    color: white;
}
.boxn a:hover {	color: black; }
.boxn td{
  border-left: 1px solid #5a5a5a;
}

.boxletter {
  font: 12px Verdana, Arial, sans-serif;
  padding: 0px;
  background: #47B5FF;
  border-top: 1px solid #5a5a5a;
  border-bottom: 1px solid #5a5a5a;
  border-right: 1px solid #5a5a5a;
}
.boxletter a {
	text-decoration: none;
    color: white;
}
.boxletter a:hover {	color: red; }
.boxletter td{
  border-left: 1px solid #5a5a5a;
}

.bannerimg {
  border: 2px solid #000000;
}

.floatright
{
float: right;
width: 102px;
margin: 0 0 10px 10px;
background-color: #ddd;
padding: 10px;
border: 1px solid #666;
font: 12px Verdana, Arial, sans-serif;
}

div.floatright img { border: 1px solid #000; }
p { margin-top: 0; }

.headline {
  font-family: Verdana; /* Font */
  font-size: 11pt; /* Textgrösse */
  font-weight: bold; /* Fettgedruckt */
  /*font-style:italic;*/  /* Textschräge - falss gesünscht auskommentieren */
}

.boxinside {
  font: 12px Verdana, Arial, sans-serif;
  border-top: 1px solid #9a9a9a;
  border-right: 1px solid #9a9a9a;
  border-bottom: 1px solid #9a9a9a;
  margin-top: 5px;
  margin-bottom: 5px;
}

.boxinside td{
  border-left: 1px solid #9a9a9a;
  border-top: 1px solid #9a9a9a;
}

.boxheading th{
  border-left: 1px solid #9a9a9a;
}

DIV.button a
{
TEXT-DECORATION: none;
DISPLAY: block;
WIDTH: 55;
HEIGHT: 14;
BORDER: 1px solid #555555;
PADDING: 1px;
MARGIN: 1px;
font: 10px Verdana, Arial, sans-serif;
FONT-WEIGHT: bold;
TEXT-ALIGN: center;
COLOR: #000000;
BACKGROUND-COLOR: #ff9900;
}

DIV.button a:hover
{
COLOR: #ffffff;
}


