

/*Allgemeine Einstellungen*/

body {
background-image:url('Bilder/bg.jpg');
font-family: verdana;
font-size: 9pt;
color: #1E201D;
}

table  {
font-size: 9pt;
}

/*Effekte*/

b
{
	color:#D9DCE8;
	font-weight:bold;
	text-transform: uppercase;
	font-family: tahoma;
	font-size: 12px;
}

i
{
	color: #D9DCE8;
	letter-spacing: 2px;
}


u {
color:#D9DCE8;
}

h1
{
display: block;
FONT-FAMILY:  tahoma;
FONT-SIZE: 12px;
COLOR: #1E201D;
TEXT-DECORATION: none;
margin-bottom: 0px;
margin-right: 0px;
line-height: 12pt;
text-align: center;
letter-spacing: 0px;
background-color: #D9DCE8;
border: 1px solid #000000;
}



h2
{
	color: #1E201D;
	font-family: tahoma;
         line-height: 20px;
	font-size: 12px;
border-bottom: 1px solid #1E201D;
border-top: 1px solid #1E201D;
letter-spacing: 3px;
background: url('Bilder/hg-bg.jpg') no-repeat;
   text-transform: none;
   padding-left: 5px;
}

h3
{
	color: #1E201D;
	font-family: tahoma;
	font-size: 12px;
border-bottom: 1px solid #D9DCE8;
border-top: 2px solid #D9DCE8;
letter-spacing: 3px;
   text-transform: none;
   padding-left: 5px;
   padding-top: 10px;
}



#layout {

margin-top: 0px;
margin-left: 0px;
width: 1024px;
height: 770px;
position: absolute;
background:url('Bilder/header-01.jpg') no-repeat;}

#content {
width: 627px;
margin-top: 385px;
margin-left: 110px;
position: absolute;
}

#navitop {
width: 630px;
height: 40px;
margin-top: 295px;
margin-left: 110px;
position: absolute;
}


#naviside {
width: 170px;
float: right;
}




.box {
border-top: 1px solid #BBC2DD;
border-bottom: 1px solid #1E201D;
background-color: #498092  ;
padding-bottom: 2px;
margin-bottom: 15px;
width: 450px;
text-align: left;
float: left;
}

.boxbreit {
border-top: 1px solid #BBC2DD;
border-bottom: 1px solid #1E201D;
background-color: #498092  ;
padding-bottom: 2px;
margin-bottom: 15px;
width: 627px;
text-align: left;
float: left;
}

.boxnavi {
border-top: 1px solid #BBC2DD;
border-bottom: 1px solid #1E201D;
background-color: #498092  ;
padding-bottom: 2px;
margin-bottom: 15px;
width: 170px;
text-align: left;
float: left;
}


A.nav:link
{
FONT-FAMILY: tahoma;
FONT-SIZE: 11px;
letter-spacing:2px;
COLOR: #D9DCE8;
border-bottom: 1px solid #000000;
TEXT-DECORATION: none;
display: block;
PADDING-left: 1px;
line-height: 10pt;
text-align:left;
margin-bottom: 0px;
}








A.nav:visited
{
FONT-FAMILY: tahoma;
FONT-SIZE: 11px;
letter-spacing:2px;
COLOR: #D9DCE8;
border-bottom: 1px solid #000000;
TEXT-DECORATION: none;
display: block;
PADDING-left: 1px;
line-height: 10pt;
text-align:left;
margin-bottom: 0px;
}


A.nav:hover
{
FONT-FAMILY: tahoma;
FONT-SIZE: 11px;
letter-spacing:2px;
COLOR: #1E201D;
border-bottom: 1px solid #000000;
TEXT-DECORATION: none;
display: block;
PADDING-left: 1px;
line-height: 10pt;
text-align:left;
margin-bottom: 0px;
background:url('Bilder/navi-bg.gif') no-repeat;
}



A.nav:active
{
FONT-FAMILY: tahoma;
FONT-SIZE: 11px;
letter-spacing:2px;
COLOR: #1E201D;
border-bottom: 1px solid #000000;
TEXT-DECORATION: none;
display: block;
PADDING-left: 1px;
line-height: 10pt;
text-align:left;
margin-bottom: 0px;
}


 a:link, a:visited, a:active {

	color: #D9DCE8;

	text-decoration: none;

}



a:hover {

	color: #1E201D;
         cursor: help;
         background-color: #D9DCE8;
	text-decoration: none;

}

/*   Formulareigenschaften   ---------------------------------------------------------------------- */

input, select, textarea
{
	font-family: 				'tahoma'
	font-size: 					12px;
	color:						#1E201D;
	background-color: 			#D9DCE8;
	padding: 					2px;
}

input:focus, textarea:focus, select:focus
{
	background-color: 			#D9DCE8;
	color: 						#1E201D;
}


hr {
border:solid 1px #D9DCE8;
}



