@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.txt_spacer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 5px;
	color: #5b5b5b;
}

.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #5b5b5b;
}

.txt_news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
}

.txt14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #5b5b5b;
}

.background {
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: url(../layout/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}



/* Linkdefinition */


a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}


a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}


a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}



.news:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}


.news:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}


.news:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5b5b5b;
	text-decoration: none;
}


.news:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #bb8b1d;
	text-decoration: none;
}



a:focus { 
	outline: none;
}


.formular {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5b5b5b;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	font-weight: normal;
}




/* Navi */

td.main_menu {
  color:#888886;
}

td.main_menu_over {
  color:#FFFFFF;
}

div.menu {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	height:25px;
	padding:0px;
	background-image: url(../layout/navi/out.gif);
	background-repeat: no-repeat;
}

div.menu_over {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
	height:25px;
	padding:0px;
	background-image: url(../layout/navi/over.gif);
	background-repeat: no-repeat;
}

div.menu a.menu {
  display:block;
  padding:6px 0px 0px 13px;
  height:25px;
  color:#888886;
  text-decoration: none;
  font-weight: normal;
}

div.menu_over a.menu_over {
  display:block;
  padding:6px 0px 0px 13px;
  height:25px;
  color:#FFFFFF;
  text-decoration: none;
  font-weight: normal;
}

div.menu a.menu:hover {
  display:block; 
  color:#FFFFFF;
  text-decoration: none;
  font-weight: normal;
} 



/* Subnavi */

td.main_menu2 {
  color:#bb8b1d;
}

td.main_menu2_over {
  color:#888888;
}


div.menu2 {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	height:25px;
	padding:0px;
	background-image: url(../layout/navi/sub_out.gif);
	background-repeat: no-repeat;
}

div.menu2_over {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0px;
	height:25px;
	padding:0px;
	background-image: url(../layout/navi/sub_over.gif);
	background-repeat: no-repeat;
}

div.menu2 a.menu2 {
  display:block;
  padding:6px 0px 0px 7px;
  height:25px;
  color:#bb8b1d;
  text-decoration: none;
}

div.menu2_over a.menu2_over {
  display:block;
  padding:6px 0px 0px 7px;
  height:25px;
  color:#888888;
  text-decoration: none;
}

div.menu2 a.menu2:hover {
  display:block; 
  color:#888888;
  text-decoration: none;
} 




.blau {
	font-family: Arial, Helvetica, sans-serif;
	color: #3262a1;
}

.gelb {
	font-family: Arial, Helvetica, sans-serif;
	color: #bb8b1d;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #999999;
}

.rahmen {
	border: 1px solid #bcbcbc;
}


