body {
/*	background: white url(/assets/layout/body_bg.gif) no-repeat center top; */
	background: white url(/assets/layout/bg.gif) repeat-x left top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	color: black;
}
body, td, h1, h2, h3, p, span, a:link, a:visited {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
}

a:link, a:visited {
	color: #BF2F28;
}

h1 {
	font-size: 14px;
	color: #BF2F28;
}

a.download:link,
a.download:visited {
	padding-left: 10px;
	color: #BF2F28;
	background: url(/assets/layout/download.gif) no-repeat left 4px;
}

a.lightview img {
	border: none;
}

#shadow {
	background: url(/assets/layout/page_bg.png) no-repeat left top;
	width: 998px;
	margin: 0 auto;
}
#container {
	background: url(/assets/layout/page_bg.gif) no-repeat left 38px;
	width: 968px;
	margin: 0 15px;
}
#header {
	height: 39px;
	background-color: #E8E9EB;
	margin-bottom: 140px;
}
#header form {
	padding: 0;
}
#header input {
	border: none;
	background: url(/assets/layout/search_bg.gif) no-repeat left top;
	width: 139px;
	height: 17px;
	padding: 2px 0;
	float: right;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: white;
}
#slogan {
	text-decoration: none;
	display: block;
	height: 90px;
}
#subnav {
	width: 199px;
	float: left;
	padding-top: 25px;
	padding-top: 65px;
}
#subnav form {
	margin: 0;
	padding: 0;
	font-size: 10px;
	height: 49px;
}
#subnav input {
	border: none;
	background-color: #cacaca;
	width: 100px;
	margin-bottom: 2px;
}
#date {
	margin: 15px;
	font-size: 10px;
	color: #838383;
}
#content {
	width: 769px;
	margin-left: 199px;
}
#indent {
	margin: 0 210px 0 15px;
	padding-top: 64px;
}
#indentStart {
	margin: 0 210px 0 15px;
	padding-top: 15px;
}
#footer {
	background: url(/assets/layout/page_footer.png) no-repeat center top;
	width: 998px;
	margin: 0 auto;
	padding-top: 20px;
}

div.langs {
	padding: 10px 0 0 15px;

}

#footer .links {
	margin-left: 214px;
	font-size: 10px;
	text-align: center;
	font-size: 10px;
	color: #FFF;
}
#footer a:link,
#footer a:visited {
	text-decoration: none;
	color: #FFF;
	font-size: 10px;
}



/*
	ebene 0
*/
ul.level0 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.level0 {
	margin: 0;
	padding: 0;
}
/*
	ebene 1
*/
ul.level1 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
li.level1 {
	margin: 0;
	padding: 0;
}
/*
	ebene 2 und hoeher : jeweils 10px links eingerueckt
*/
ul.level1 ul {
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
ul.level1 ul li {
	margin: 0;
	padding: 0;
}
/*
	alle ebenen : definition der hyperlink styles
*/
ul.navtree a:link,
ul.navtree a:visited {
	text-decoration: none;
	display: block;
	text-align: left;
	padding: 5px 15px;
	color: #FFF;
	font-size: 12px;
	background-color: #838383;
	border-top: 1px solid white;
}
ul.navtree a.inpath:link,
ul.navtree a.inpath:visited,
ul.navtree a.highlight:link,
ul.navtree a.highlight:visited {
	font-weight: bold;
}

ul.navtree ul a:link,
ul.navtree ul a:visited {
	font-size: 10px;
	padding-left: 25px;
}

ul#navtree11 a:link,
ul#navtree11 a:visited {
	font-size: 10px;
	padding-left: 25px;
	background-color: #BF2F28;
	border-top: 1px solid #BF2F28;
}
ul#navtree12 a:link,
ul#navtree12 a:visited {
	font-size: 10px;
	padding-left: 25px;
	background-color: #A32824;
	border-top: 1px solid #A32824;
}

ul#navtree10 li.p11,
ul#navtree10 li.p12 {
	display: none;
}

/*
ul.navtree a.p11:link,
ul.navtree a.p11:visited {
	background: #bf2f28;
	color: #E8E9EB;
	padding: 5px 15px;
}
ul.navtree a.p12:link,
ul.navtree a.p12:visited {
	background: #a32824;
	color: #E8E9EB;
	padding: 5px 15px;
}
*/

/*
	formulare
*/
input.M,
input.P, textarea.P,
input.F, textarea.F {
	color: black;
	background-color: #E8E9EB;
	width: 390px;
	border: 1px solid #E8E9EB;
}
input.S {
	color: white;
	font-weight: bold;
	background-color: #BF2F28;
	width: auto;
	border: 1px solid #BF2F28;
}
input.C {
	color: black;
	background-color: transparent;
}
input.marked,
textarea.marked {
	border-color: #BF2F28;
}

/*
	sitemap
*/
#ce_sitemap {
	list-style-type: none;
}
#ce_sitemap ul {
	margin: 10px 0;
	list-style-type: disc;
}
#ce_sitemap a:link,
#ce_sitemap a:visited {
	text-decoration: none;
	display: block;
	color: #434343;
}
#ce_sitemap a:hover {
	color: black;
}
#ce_sitemap a:hover p {
/*	font-size: 14px;*/
}
#ce_sitemap p {
	margin: 0;
	padding: 1px;
}
#ce_sitemap li.p11 p,
#ce_sitemap ul.p11 p {
	color: #BF2F28;
}
#ce_sitemap li.p12,
#ce_sitemap ul.p12 p {
	color: #A32824;
}

#ce_sitemap .hmenu1 p,
#ce_sitemap .hmenu1 p {
	font-size: 14px;
}
#ce_sitemap .hmenu2 p,
#ce_sitemap .hmenu2 p {
	font-size: 12px;
}
#ce_sitemap .hmenu3 p,
#ce_sitemap .hmenu3 p {
	font-size: 11px;
}
#ce_sitemap .hmenu4 p,
#ce_sitemap .hmenu4 p {
	font-size: 10px;
}

/*
	agencies datenbank
*/
table.agencies {
	border-collapse: collapse;
	margin-top: 16px;
	margin-bottom: 26px;
}
table.agencies th,
table.agencies td {
	border-collapse: collapse;
	border: 1px solid #838383;
}
table.agencies td {
	font-size: 10px;
}
.agencies th {
	font-size: 10px;
	background: #DD1A21;
	color: white;
}
.agencies tr.agencies {
	cursor: pointer;
}
.agencies tr.agencies.high {
	background:  #CACACA;
}

.agencies th.sortasc {
	background: #BD151F url('/assets/layout/up.gif') no-repeat center right;
	padding-right: 20px;
}
.agencies th.sortdesc {
	background: #BD151F url('/assets/layout/down.gif') no-repeat center right;
	padding-right: 20px;
}
img.agencies {
	border: 1px solid #818181;
}

