* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #fff;
	text-align: center;
	font: 13px/140% Arial, Helvetica, sans-serif;
	color: #000;
	background: #e2b65e url(/images/background-stripe.jpg) top left repeat-x;
}

a {
	color: #c5101f;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #c5101f;
	text-decoration: none;
}

#wrapper {
	width: 980px;
	text-align: left;
	margin: 20px auto;
	position: relative;
	background: #ffefcb url(/images/background.jpg) top left no-repeat;
}

#header {
	height: 218px;
}

#languages {
	list-style: none;
	padding: 32px 0 0 32px;
}

#home_link {
	position: absolute;
	top: 13px;
	right: 44px;
	height: 136px;
	width: 272px;
	text-indent: -5000em;
}

#languages a {
	display: block;
	height: 19px;
	width: 34px;
	text-indent: -5000em;
}

#languages li {
	margin-left: 8px;
	float: left;
}

#container {
	padding: 30px 0 0 0;
}

#primary {
	width: 700px;
	margin-left: 250px;
}

#secondary {
	float: right;
	width: 200px;
}

#footer {
	padding-top: 80px;
	text-align: left;
	margin-left: 250px;
	font-size: 85%;
	clear: both;
	padding-bottom: 20px;
}

/* navigation */

#navigation {
	width: 190px;
	float: left;
	padding: 2px 0 0 40px;
	list-style: none;
}

#navigation ul {
	list-style: none;
}

#navigation li {
	margin: 0 0 10px 0;
}

#navigation a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#navigation a:hover, #navigation a:focus {
	color: #c5101f;
}

#navigation li ul{
	margin:  !important;
}

#navigation li ul li {
	margin: 6px 0 0 21px !important;
	font-weight: normal;
}

#navigation li ul li a {
	font-weight: normal;
}

#navigation li ul li ul li {
	margin: 6px 0 0 21px;
	font-weight: normal;
}

#navigation li ul li ul li a {
	font-weight: normal;
}

/* formulare */

dl, dd, dt {
	margin: 0 0 8px 0 !important;
	padding: 0 !important;
}

ul.errors li {
	color: #fa2000;
	list-style: none;
	padding-left: 2px;
}	

input, select {
	padding: 2px;
	width: 220px;
}

label {
	display: block;
	font-weight: bold;
}

textarea {
	padding: 2px;
	width: 440px;
	height: 260px;
}

#secondary input {
	width: 126px;
}

#secondary a img, #content a img {
	border: none !important;
}

#secondary .submit {
	width: 60px;
}

/* content */

#content {
	width: 430px;
}

#content h1, #content h2, #content h3, #content h4, #content p, #content li, #content ul, #content ol, #content img {
	margin: 0 0 1em 0;
}

h1 {
	color: #c5101f;
	font-size: 120%;
	line-height: 130%;
}

/* sidebar */

#secondary h3 {
	text-transform: uppercase;
	font-size: 120%;
	margin-bottom: 1em;
}

#secondary h3 span {
	color: #c5101f;
}

/* other link */

#other-link {
	position: absolute;
	bottom: 40px;
	left: 35px;
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 130%;
	font-weight: bold;
	width: 100px;
	text-align: left;
	line-height: 130%;
}

#other-link:hover, #other-link:focus {
	color: #fff;
	background: #c5101f;
	text-decoration: none;
}

/* suche */

#q {
	width: 140px;
}

/* Allgemeines */
.center {
	text-align: center;
}

.percent110 {
	font-size: 110%;
}

.bold {
	font-weight: bold;
}

a.bold {
	font-weight: bold !important;
}


/* Seiten */
	/* Downlaods */
	ul.downloads li {
		list-style: none;
		padding: 0 0 0 24px;
		background: url(/images/logo_16x16_pdf.gif) left 1px no-repeat;
		margin-bottom: 8px;
	}
		ul.downloads li a.title {
			font-weight: bold;
		}
		
	/* Ansprechpartner */
	ul.contacts {
		margin: 0 !important;
		padding: 0 !important;
	}
	
	ul.contacts li {
		background-repeat: no-repeat;
		background-position: top left;
		padding: 0 0 0 138px !important;
		height: 175px;
		list-style: none;
		margin: 0 0 12px 0 !important;
	}
	ul.contacts li span.title {
		font-size: 110%;
		font-weight: bold;
		display: block;
	}
	
span.titleous {
	font-size: 110%;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
	
/* Backend */	
ul.backend-nav {
	margin: -18px 0 18px 0 !important;
	padding: 0;
}

ul.backend-nav li {
	display: inline;
	padding-right: 12px !important;
}

ul.backend-nav li.active {
	font-weight: bold;
}
ul.backend-nav li.active a {
	text-decoration: none;
}

.logout {
	text-decoration: none !important;
	color: #333 !important;
	font-size: 80% !important;
}

h3 a {
	text-decoration: none;
}

.ul {
	padding-left: 21px;
}

.success {
	font-weight: bold;
	font-size: 110%;
	color: #81B054;
}

.imagelist {

}

	.imagelist li {
		width: 140px;
		float: left;
		list-style: none;
		height: 160px;
	}

	.imagelist li span {
		font-size: 70%;
		display: block;
		margin-top: -4px;
	}
	
.searchresults {
	padding-left: 21px;
}
	
#sitemap {
	color: #c5101f;
}
	
#sitemap .parent {
	font-weight: bold;
}
#sitemap .parent a {
	text-decoration: none;
}
	
#sitemap .childs {
	font-weight: normal;
}
		
	#sitemap li {
		list-style: none;
	}
	
	#sitemap li a {
		text-decoration: none;
	}
	
	#sitemap li.parent {
		padding-bottom: 25px !important;
	}
	
	#sitemap li.left {
		sfloat: left;
		sclear: left;
	}
	
	#sitemap li.first {
		sfloat: left;
		margin-top: 8px;
	}
	
	#sitemap li.right {
		sfloat: right;
		clear: right;
	}	
	
	#sitemap li a.firstItem {
		text-decoration: none;
		font-weight: bold;
	}
		
		#sitemap li ul {
			margin-top: 4px;
			padding-top: 4px;
			border-top: 1px solid #C5101F;
		}
			
			#sitemap li ul li {
				list-style: none;
				margin-left: 8px;
				padding-left: 3px !important;
				/*padding-left: 14px !important;
				background: url(/images/square-list-item.gif) left 6px no-repeat;*/
			}
			
				#sitemap li ul li ul li {
					float: none;
					display: block;
					font-size: 90%;
					padding-left: 3px !important;
					/*padding-left: 14px !important;
					background: url(/images/square-list-item.gif) left 6px no-repeat;*/
				}
			
				#sitemap li ul li ul {
					border-top: none !important;
				}
			
				#sitemap .childs ul li {
				}
	
.clear {
	clear: both;
}

.fileicon {
	background: url(/images/logo_16x16_pdf.gif) top left no-repeat;
	padding: 0 0 0 21px;
	margin: 8px 0 12px 0 !important;
}

.red {
	color: #fa2000;
}

#sidebarscale-element input {
	display: inline !important;
	width: auto !important;
}

#content ul {
	padding-left: 21px;
}