* { 
  margin: 0; 
  padding: 0; 
} 

body, input, html, body, div, p, pre, h1, h2, h3, h4, ul, td, table
{ 
  font-family: Verdana, Arial; 
  font-size: 12px; 
  padding: 0;
  margin: 0;
  scrollbar-highlight-color: white; 
  scrollbar-face-color: #FFAA88; 
  scrollbar-3dlight-color: #001155;
  scrollbar-shadow-color: #001155;
  scrollbar-track-color:#001155; 
  scrollbar-darkshadow-color: #001155;
}

html, body
{
  background-color: #223944;
background-color: transparent;
  color: #555555;
  width: 100%;
  height: 100%;
  text-align: center;
  align: center;
  padding: 0px;
}

#root
{
  width: 850px;
  /*min-height: 1500px;*/
  position: relative; 
  top: 0px;
  margin: 0 auto;
  background-image: url('images/bg.png');
  background-repeat: repeat-y;
  background-position: -1px 0;
}

* html #root
{
/*	  height: 1500px;*/
}



#top
{
  height: 125px;
  width: 850px;
  background-image: url(images/logo002.jpg);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: #3F494E;
/*  border: 1px solid #B56659;*/
}

#topnavi
{
  height: 25px;
  width: 850px;
  background-color: black;
  text-align: center;
  align: center;
/*
  border-bottom: 1px solid #B56659;
  border-left: 1px solid #B56659;
  border-right: 1px solid #B56659;
 */ 
}

#topnavi table
{
  margin-left:auto; 
  margin-right:auto;
}

#topnavi td
{
  height: 20px;
  text-align: center;
  background-color: #555555;
  align: center;
  vertical-align: middle;
/*
  border-bottom: 1px solid #B56659;
  border-left: 1px solid #B56659;
  border-right: 1px solid #B56659;
 */ 
}

#root2
{
  background-color: transparent;
  position: relative;
  border: 1px solid #223944;
  margin: 0 auto;
  padding: 0;
  width: 844px;
  min-height: 580px;
}

* html #root2
{
  height: 580px;
  width: 848px;
}

#center
{
  background-color: white;
  background-color: transparent;

  width: 520px;
  position: relative;
  text-align: left;
  float: left;
/*  height: 1500px;*/
/*  height: 600px;*/
}



#left
{
  background-color: #E4E4E4;
  background-color: transparent;
  position: relative;
  width: 180px;
  float: left;
  text-align: left;
/*  height: 1500px;*/
/*  height: 600px;*/
}

#right
{
  background-color: #68898C;
  background-color: #888899;
  background-color: transparent;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 150px;
  float: left;
/*  height: 1500px;*/
/*  height: 600px;*/
/*  border-right: 1px solid #4B4B4B;
  border-left: 1px solid #4B4B4B;*/
}

#bot
{
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

p
{
  font-family: Verdana, Arial; 
  font-size: 11px;
  text-align: justify;
  background-color: transparent;
  line-height: 120%;
  padding-left: 20px;
  padding-bottom: 5px;
  padding-right: 20px;
}

h1
{ 
  background-color: transparent;
  color: #448899;
  color: #ED9B67;
  font-weight: bold; 
  font-size: 11px; 
  padding: 0px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
margin: 0px;
}

h2
{ 
  background-color: transparent;
  color: #448899;
  font-weight: bold; 
  font-size: 11px; 
  padding: 0px;
  padding-top: 12px;
  padding-bottom: 5px;
  padding-left: 20px;
  margin: 0px;
}

h3
{ 
  color: #6598D1;
  background-color: transparent;
  font-weight: bold; 
  font-size: 16px; 
}

h4
{ 
  background-color: transparent;
  font-weight: bold; 
  font-size: 14px; 
  padding: 0px;
  margin: 0px;
  padding-left: 5px;
}

h5
{ 
  background-color: transparent;
  background-color: #F8F8FF;
  font-weight: bold; 
  color: #555555;
  font-size: 13px; 
  padding-left: 9px;
  padding-top: 0px;
  padding-bottom: 2px;
  margin: 0px;
}

h6
{
  background-color: transparent;
  font-weight: bold; 
  color: #222222;
  font-size: 11px; 
  padding: 0px;
  margin: 0px;
  padding-left: 10px;
}

a
{
  font-weight: bold;
  color: #555555;
}

a:visited
{
  font-weight: bold;
  color: #555555;
}

a:active
{
  font-weight: bold;
  color: #555555;
}

a:hover
{
  font-weight: bold;
  color: #999999;
}


a.bot
{
  font-weight: normal;
  color: #222222;
}

a.bot:visited
{
  font-weight: normal;

  color: #222222;
}

a.bot:active
{
  font-weight: normal;
  color: #222222;
}

a.bot:hover
{
  font-weight: normal;
  color: #999999;
}

hr
{
  color: #DDDDDD;
  height: 0px;
	border: 0;
  border-bottom: 2px dotted #DDDDDD;
  width: 94%;
  margin-left: 3%;
  clear: both;
}

hr.headline
{
  color: #888888;
  height: 2px;
  border: dashed #EEEEEE;
}

.readlink
{
  text-align: right;
  padding: 0px;
  margin: 0px;
  line-height: 10%;
}

div
{
  background-color: transparent;
}

strong
{
  font-weight: bold;
}

b
{
  font-weight: bold;
}

div.ga
{
  text-align: left;
  padding-left: 7px;
  padding-bottom: 10px;
}

h4.ga
{
  font-family: Arial, Verdana;
  font-weight: bold;
  font-size: 12px;
  color: black;
  padding-top: 10px;
  padding-left: 1px;
  text-decoration: underline;
}

a.ga
{
  color: #6598D1;
  font-family: Arial, Verdana;
  font-size: 12px;
  text-decoration: underline;
  line-height: 150%;
}

a.ga:visited
{
  color: #6598D1;
}

a.ga:hover;
{
  color: #6598D1;
}

a.ga:active;
{
  color: #6598D1;
}


div.ga2
{
  font-family: Verdana, Arial;
  font-size: 10px;
  width: 230px;
  text-align: left;
/*  background-image:url(images/linkpoint.gif);*/
  background-repeat: no-repeat;
  background-position: 0px 2px;
  background-color: #B56659;
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2px;
  margin-bottom: 2px;
}

td.ga2
{
  background-color: #F8F8FF;
  background-color: #F0F0F3;
/*
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  margin-bottom: 5px;
*/
  vertical-align: center;
  width: 234px;
  height: 60px;
}

a.ga2right
{
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align: right;
  text-decoration: underline;
  color: white;
  align: right;
  width: 230px;
}

a.ga2right:visited
{
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align: right;
  text-decoration: underline;
  color: white;
  align: right;
  width: 230px;
}

a.ga2right:hover
{
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align: right;
  text-decoration: underline;
  color: white;
  align: right;
  width: 230px;
}

a.ga2right:active
{
  font-family: Verdana, Arial;
  font-size: 10px;
  text-align: right;
  text-decoration: underline;
  color: white;
  align: right;
  width: 230px;
}

a.ga2
{
  color: #FFFF88;
  background-color: #B56659;
  font-family: Verdana, Arial;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
}

a.ga2:visited
{
  font-family: Verdana, Arial;
  background-color: #B56659;
  font-size: 10px;
  color: #FFFF88;
}

a.ga2:hover
{
  font-family: Verdana, Arial;
  background-color: #B56659;
  font-size: 10px;
  color: #FFFF88;
}

a.ga2:active
{
  font-family: Verdana, Arial;
  background-color: #B56659;
  font-size: 10px;
  color: #FFFF88;
}

ul
{
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}

li
{
  font-family: Verdana, Trebuchet MS, Tahoma, Arial; 
  padding-left: 1em;
  font-size: 11px;
  
  text-align: justify;
  line-height: 120%;
  padding-bottom: 0px;
  padding-right: 40px;
}

ul.std
{
  list-style-type: none;
  padding: 0;
  margin-left: 1em;
}

ul.std li
{
  padding: 5px;
  color: #5599AA;
}

li.haken
{
  background-image: url(images/icons/haken.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 50px;
  margin-top: 20px;
  font-size: 11px;
  
  text-align: justify;
  line-height: 120%;
  padding-bottom: 20px;
  padding-right: 20px;
}

a.navi
{
  padding-left: 19px;
  padding-right: 19px;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  font-weight: bold;
  color: #DDDDDD;
  font-family: Verdana, Arial;
  text-decoration: none;
  background-color: transparent;
  height: 25px;
  background-position: 0px 10px;
  background-color: #555555;
  padding-top: 5px;
  padding-bottom: 4px;
}


a.navi:visited
{
  height: 25px;
  font-weight: bold;
  font-size: 10px;
  font-weight: bold;
  color: #DDDDDD;
  text-decoration: none;
}

a.navi:active
{
  height: 25px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration: underline;
}


a.navi:hover
{
  height: 25px;
  font-size: 10px;
  font-weight: bold;
  color: white;
  text-decoration: none;
  background-color: orange;
}

a.icon
{
  background-image: url(images/icons/link02.gif);
  background-repeat: no-repeat;
  background-position: 0px 2px;
  padding-left: 14px;
  text-decoration: underline;
}

td
{
  font-size: 11px;
}

td.listtable
{
  vertical-align: top;
  font-weight: bold;
  width: 90px;
  
}

td.navi
{
/*  border: 1px solid #CCCCCC;*/
  width: 150px;
  text-align: center;
}

ol li
{
}

#left td
{
  padding-left: 5px;
  height: 130px;
}

table.liste td
{
  border-top: 1px solid #ED9B67;
;
}

table.liste td
{
  padding-top: 5px;
  vertical-align: top;
}


/*
table.liste a
{
  font-family: Verdana;
  font-size: 11px;
}
*/

table.liste2 td
{
  background-color: #B56659;
  padding: 5px;
  vertical-align: top;
}

/*
table.liste2 a
{
  font-family: Verdana;
  font-size: 13px;
}
*/

table.leiste
{
/*  height: 607px;*/
}

td.partner
{
  height:50px; 
  text-align: center;
  border:solid 1px #666666; 
  background-color: #FFFFFF;
}

tr.tab1 td
{
  width: 450px;
  height: 30px;
  background-color: #CCDDFF;
  padding: 5px;
  font-weight: bold;
}

tr.tab2 td
{
  width: 450px;
  height: 20px;
  background-color: #EEEEEE;
  padding: 5px;
}

.partnerimg
{
  border: 1px solid #CCCCCC;
}

p.linkleiste
{
  text-align: right;
  padding: 0px;
  padding-bottom: 5px;
}

a.imglink
{
  border: 0px solid #FFFFFF;
}

.clr
{
	clear: both;
	height: 1px;
}

#mapcontent
{
	width: 500px;
	margin-left: 20px;
}

#mapcontent a
{
	font-weight: normal !important;
}

ul.dot
{
	padding-left: 30px;
}

ul.dot li
{
	list-style-type: disc;
	padding-left: 0px;
}

.bold
{
	font-weight: bold;
}

.small
{
	font-size: 11px;
}

.fl
{
	float: left;
}
