

/* <style type="text/css"> */

/* DETECTED BROWSER:  */

/* ------------ */
/* Seitenrahmen */
/* ------------ */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family: times;
	font-size: 11px;
}

	#centerframe {
		margin: auto;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	#content {
		width: 65%;
		float: left;
		padding: 0 20px 0 0;
	}
	
	#sidebar {
		width: 165px;
		float: left;
	}
					

/* ------------- */	
/* Seiteninhalte */
/* ------------- */

h1 {
	font-size: 13px;
	color: #003A81;
	margin: 0;
	padding: 0 0 5px 0;
}

h2, h3, h4, h5, h6 {
	font-size: 11px;
	color: #003A81;
	margin: 0;
	padding: 0 0 5px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
	color: #922036;
}

p {
	margin: 0;
	padding: 0 0 15px 0;
	line-height: 16px;
}

ul, ol {
	margin: 0;
	padding: 0 0 15px 0;
}

	ul li {
		margin: 0 0 0 16px;
		padding: 0;
	}
	
a {
	color: #922036;
	text-decoration: none;
}

a:hover {
	color: #043882;
}

/* Sitemap */

.csc-sitemap {
	margin-top: -12px;
}

.csc-sitemap ul {
	padding-bottom: 0px;
}

.csc-sitemap ul li {
	padding: 14px 0 0 0;
}

/* Contactform */

#contactform dl {
	width: 350px;
}

#contactform dl dt {
	width: 120px;
	float: left;
	margin: 0 0 3px 0;
	padding: 2px 0 0 0;
	min-height: 16px;
}

#contactform dl dd {
	width: 230px;
	float: left;
	margin: 0 0 3px 0;
	padding: 0;
	min-height: 18px;
}

#contactform .inputfield {
	width: 230px;
}

#contactform input {
	border: solid 1px #fff;
}

#contactform textarea {
	border: solid 1px #fff;
	width: 230px;
	height: 150px;
}

.error {
	color: #FF0000;
}

/* Text mit Bild */

.csc-textpic {
	background-image: url('../_gfx/line.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 15px;
}


/* ----------- */
/* Typo3 FCE's */
/* ----------- */

/* Standard Box */

.stdbox {
	background-image: url('../_gfx/line.gif');
	background-repeat: repeat-x;
	background-position: left bottom;
	float: left;
	width: 165px;
	margin-top: 15px;
	padding-bottom: 15px;
}
	
	.stdbox h1 {
		font-size: 11px;
		padding-right: 10px;
		padding-left: 10px;
	}
	
	.stdbox p {
		color: #646464;
		padding: 0 10px;
		line-height: 13px;
	}
	
/* Link Box mit Bild */

.stdbox.pic {
}

	.stdbox.pic img {
		margin-bottom: 10px;
		border: none;
	}

	.stdbox.pic a.button img {
		margin: 0;
		padding-right: 10px;
		float: right;
	}

/* Link Box mit Bild (oben) */
	
.stdbox.pic.top {
	margin-top: 0px;
}


/* Druckansicht */

.printNotice {
	background-color: #ff0000;
	color: #ffffff;
	font-family: verdana;
	padding: 20px;
}

.printNotice h1,
.printNotice a {
	color: #ffffff;
}

.printNotice a {
	text-decoration: underline;
}

