html {
}
body {
	background-color: white;
	margin: 0px;
	padding: 0px;
	background: white url('/assets/layout/hg.gif') repeat-x top left;
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	color: #7A7A7A;
	font-family: Verdana, Arial, sans-serif;
}
h1, h2, h3 {
	color: #E61E26;
}
h1 {
	padding-bottom: 3px;
	border-bottom: 3px solid #d0d0d0;
	text-transform: uppercase;
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
a {
	text-decoration: none;
}
a:hover {
	color: #E61E26;
}
td, p {
	font-size: 11px;
}
hr {
	color: white;
	background-color: white;
	border:none;
	border-bottom: 1px solid #E61E26;
	border-bottom: 1px solid #d0d0d0;
	height: 1px;
}

#topNav {
	background: white url('/assets/layout/topHg.gif') no-repeat top left;
	width: 780px;
	height: 121px;
}

#topNavE {
	background: white url('/assets/layout/topHg_e.gif') no-repeat top left;
	width: 780px;
	height: 121px;
}

#languages {
	width: 207px;
	height: 88px;
	vertical-align: bottom;
	cursor: pointer;
}
#langlinks {
	margin-left: 14px;
	font-size: 10px;
}
#scroller {
	width: 450px;
	height: 88px;
	vertical-align: bottom;
	padding-bottom: 12px;
}
#scroller marquee {
	width: 450px;
	color: #2267AD;
	font-size: 10px;
	border-top: 1px solid #2267AD;
}
#menu {
	margin-bottom: 1px;
	margin-left: 14px;
}
#main {
	background: white url('/assets/layout/contHg.gif') repeat-x 100px 0px;
	width: 780px;
	height: 400px;
}
#mid {
	background: transparent url('/assets/layout/midHg.gif') no-repeat 0px 0px;
	width: 753px;
}
#mid table {
	margin-left: -2px;
	margin-right : -2px;
	margin-top: 10px;
}
#mid .info {
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px 0px;
	width: 213px;
	height: 55px;
	text-align: left;
	vertical-align: center;
}
#mid .info a {
	display: block;
	font-size: 9px;
	padding-top: 6px;
	padding-left: 8px;
}
#mid .search {
	width: 108px;
	height: 55px;
	text-align: right;
	vertical-align: bottom;
}
#mid .search p {
	font-size: 9px;
}
#indent {
	margin-left: 14px;
	margin-right: 13px;
}
#subNav {
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px 0px;
	width: 214px;
	height: 250px;
	vertical-align: top;
}
#login
{
	margin: 12px;
	margin-top: 10px;
}
#login td
{
	color: #7A7A7A;
	font-size: 9px;
}
#login input
{
	color: #7A7A7A;
	width: 70px;
	border: 1px solid #7A7A7A;
}
#menu { }
#subNav a {
	margin-bottom: 4px;
}
#subNav a:link,
#subNav a:visited
{
	font-size: 11px;
	display: block;
	margin-left: 16px;
	margin-right: 16px;
	color: #7A7A7A;
	text-decoration: none;
	padding-left: 12px;
}
#subNav a:hover
{
	color: #E61E26;
}
#subNav a.active
{
	font-weight: bold;
}

#subNav a.menu3:link,
#subNav a.menu3:visited
{
	padding-top: 4px;
	border-top: 1px solid #7A7A7A;
	background: transparent url('/assets/layout/eckerl.gif') no-repeat 0% 70%;
}
#subNav a.menu3akt:link,
#subNav a.menu3akt:visited
{
	color: #E61E26;
	padding-top: 4px;
	border-top: 1px solid #7A7A7A;
	background: transparent url('/assets/layout/eckerl_akt.gif') no-repeat 0% 70%;
}

#subNav a.menu4:link,
#subNav a.menu4:visited,
#subNav a.menu4akt:link,
#subNav a.menu4akt:visited
{
	margin-left: 30px;
}
#subNav a.menu4akt:link,
#subNav a.menu4akt:visited
{
	color: #E61E26;
	background: transparent url('/assets/layout/eckerl_akt.gif') no-repeat 0% 70%;
}

#subNav a.menu5:link,
#subNav a.menu5:visited,
#subNav a.menu5akt:link,
#subNav a.menu5akt:visited
{
	margin-left: 40px;
}
#subNav a.menu5akt:link,
#subNav a.menu5akt:visited
{
	color: #E61E26;
/*	background: transparent url('/assets/layout/eckerl_akt.gif') no-repeat 0% 50%; */
}

#cont {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 40px;
	width: 520px;
}
#footer {
	background-color: white;
	width: 780px;
	height: 20px;
	text-align: right;
}
.shadeLeft {
	background: white url('/assets/layout/shadeLeft.gif') repeat-y top right;
}
.shadeRight {
	background: white url('/assets/layout/shadeRight.gif') repeat-y top left;
}

/****************
teaser
****************/
div.teaser {
	width: 110px;
	border-bottom: 2px solid white;
	text-align: left;
}
div.teaser div.inner {
	padding: 8px;
}
.teaser h2  {
	color: #7a7a7a;
	font-size: 9px;
	margin: 0px;
	margin-bottom: 4px;
	padding: 0px;
}
.teaser p  {
	color: #7a7a7a;
	font-size: 9px;
	margin: 0px;
	padding: 0px;
}
.teaser a:link,
.teaser a:visited
{
	text-align: right;
	text-decoration: none;
	font-size: 9px;
	font-weight: bold;
	display: block;
	width: 100%;
	margin-top: 4px;
}
.teaser a:hover  {
	color: #E61E26;
}

#map th {
	color: #E61E26;
	text-align: left;
	font-size: 11px;
}
#map td {
/*	background-color: #C7C4B5; */
}
#map a:link,
#map a:visited {
	color: #7a7a7a;
}
#map a:hover {
	color: #E61E26;
}
#map .menu3 {
	font-weight: bold;
}
#map .menu4 {
	font-weight: normal;
	margin-left: 10px;
}
#map .menu5 {
	font-weight: normal;
	margin-left: 20px;
}


/****************
popups
****************/
.popupFg {}
.popupBg {
	background-color: white;
	border: 1px solid #7a7a7a;
}
td.popupText {
	padding: 5px;
}
td.popupCaption {
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana;
	text-decoration: none;
	padding: 5px;
	text-align: left;
}
td.popupClose {
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
}


/************
suche
************/
input.P,
input.M,
input.F ,
textarea.F {
	width: 400px;
	height: 20px;
	background-color: #DADADA;
	border: 1px solid #DADADA;
	font-size: 11px;
	padding: 3px;
}
input.P.marked,
input.M.marked {
	border-color: red;
}

input.F2 {
	width: 193px;
	height: 20px;
	background-color: #DADADA;
	border: none;
	font-size: 11px;
	padding: 3px;
}
textarea.F {
	width: 400px;
	height: 100px;
	background-color: #DADADA;
	border: none;
	font-size: 11px;
	padding: 3px;
}
input.S {
	color: white;
	background-color: #2267AD;
	border: none;
	font-size: 11px;
	font-weight: bold;
	padding: 3px;
}
input.S:hover {
	background-color: #E61E26;
}


#quicksearch {
	margin: 0px;
}
#quicksearch input.F {
	width: 107px;
	color: #7A7A7A;
	border: 1px solid #7a7a7a;
	background-color: white;
	font-weight: bold;
	text-align: center;
}

#search tr.odd {
	background-color: #efefef;
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px -20px;
}
#search tr.odd td.odd {
	padding: 3px;
	border: 1px solid #7a7a7a;
}
#search tr.even {
	background-color: #e0e0e0;
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px -20px;
}
#search tr.even td.even {
	padding: 3px;
	border: 1px solid #7a7a7a;
}
#search a.search:link,
#search a.search:visited  {
	margin: -3px;
	color: #7a7a7a;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding: 3px;
	display: block;
	margin-bottom: 10px;
	background: #e2e2e2 url('/hmenu/img/rarrow.gif') no-repeat 6px 50%;
	padding-left: 17px;
	border-bottom: 1px solid #7a7a7a;
}
#search a.search:hover  {
	color: white;
	text-decoration: none;
	background-color: #E61E26;
	background: #E61E26 url('/hmenu/img/rarrow-white-hover.gif') no-repeat 6px 50%;
}
#search span.found {
	border: 1px solid #E61E26;
	padding: 1px;
}

/****************
kasten
****************/
table.kasten {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #7a7a7a;
}
table.kasten th {
	background-color: #e2e2e2;
	padding: 5px;
	text-align: left;
	font-size:12px;
	border-bottom: 1px solid #7a7a7a;
}
table.kasten td.img {
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px -20px;
	width: 1%;
	padding: 0px;
}
table.kasten td.txt {
	background: white url('/assets/layout/smallHg.gif') repeat-x 0px -20px;
	padding: 5px;
}
table.kasten a:link,
table.kasten a:visited {
	font-size:11px;
}

/****************
colored table 1
****************/
table.colored1 {
	width: 520px;
	border: none;
}

table.colored1 .left {
	width: 120px;
	background: #E61E26;
	font-weight: bold;
	color: white;
	vertical-align: top;
	padding: 4px;
}

table.colored1 .right {
	width: 400px;
	background: #DADADA;
	border: none;
	color: black;
	vertical-align: top;
	padding: 4px;
}

/****************
info_material table
****************/
table.lines {
	border-collapse: collapse;
	margin-bottom: 20px;
}
.lines td {
	border: 1px solid #7a7a7a;
}

/****************
data_table
****************/
.data_sheet thead td {
	font-weight: bold;
}
.data_sheet td {
	width: 100px;
	border-left: 1px solid #7A7A7A;
}

/****************
lists + links
*****************/
#content a {
	color: #E61E26;
	font-weight: bold;
}

#content ul {
	list-style-image: url('/assets/layout/list.gif');
	list-style-position: outside;
}

/****************
vertretungen
****************/
#agencies {
	width: 520px;
}

