/*
#############################################################
	Datei:		styles.css
	Autor:		Hannes Kaden, pagina GmbH
	Erstelldatum:	2008-04-14
	
	Bearbeiter:	Tobias Fischer, pagina GmbH
			Björn Dünckel, pagina GmbH
	Letzter Edit:	2010-07-30
	
	
	Copyright:	2008-2010 pagina GmbH, Tübingen
	
	
##############################################################
 */
 
 
body {
	background-image: url(img/base_bg.gif);
	font-family: 'Trebuchet MS', sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	color: #000;
}


/* _________ LINKS _________ */
#nav_top a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 20px;
	padding: 2px 0 4px 5px;
}

#nav_top a:hover {
	color: #F6502F;
	text-decoration: none;
}

#breadcrumb a,
#print a,
#pdf a {
	color: #cccccc;
	text-decoration: none;
	border: 0;
}

#print img,
#pdf img {
	border: 0;
}

#nav_main a {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 3px;
	padding: 3px 0 7px 5px;
	background-color: #eee;
	border-right: 4px solid #ccc;
	height: 1em;
	/* IE --> ganze flaeche klickbar */	
}

#nav_main .menu_level2 a {
	background-color: #CCCCCC;
	color: #474747;
	border-right: 4px solid #eee;
}

#nav_main a:hover {
	display: block;
	border-right: 4px solid #F6502F;
}

#breadcrumb a:hover,
#print a:hover,
#pdf a:hover {
	color: #F6502F;
	text-decoration: none;
	border: 0;
}

#content a {
	color: #F6502F;
	text-decoration: none;
}

#content a:hover {
	color: #F6502F;
	text-decoration: underline;
}


/* _________ CONTAINER _________ */
#head {
	width: 900px;
	height: 60px;
	margin: 0px;
	/* clear: both; */
	background-image: url(img/head.gif);
}

#base {
	width: 820px;
	min-height: 700px;
	margin: 5px 0 50px 40px;
}

#suchelogo_wrap {
	width: 725px;
	height: 75px;
	margin: 10px 0 0 0;
	position: relative;
}

#logo {
	margin: 22px 0 0 555px;
	width: 210px;
	text-align: right;
	height: 74px;
}

#wichtig {
	margin: 0 0 0 40px;
	width: 400px;
	height: 50px;
	position: absolute;
}

#suche {
	margin: 55px 0 0 40px;
	width: 210px;
	height: 20px;
	position: absolute;
}

#nav_top_wrap {
	width: 130px;
	height: 220px;
	position: static;
	margin: 40px 0 0 792px;
	z-index: 1;
}

#nav_top {
	margin: -220px 0 0 50px;
	padding: 15px 0 0 5px;
	z-index: 100;
}

#side_wrap {
	width: 150px;
	height: 350px;
	float: left;
	margin: 30px 0 0 40px;
	position: relative;
}

#nav_main {
	width: 150px;
}

#news {
	margin: 30px 0 0 0;
	padding: 10px 2px 4px 5px;
	/* width: 150px; */
	height: 200px;
	border-top: dotted 1px #ccc;
}

#header {
	width: 725px;
	height: 88px;
	/* border: 1px solid #CCCCCC; */
	margin: 10px 0 0 40px;
	position: relative;
	background-image: url(img/header.jpg);
}

#main_wrap {
	float: left;
	width: 500px;
	/* position: relative; */
	margin: 30px 0px 15px 30px;
	border-left: dotted 1px #ccc;
	padding-left: 20px;
}

#breadcrumb_wrap {
	width: 520px;
	height: 40px;
	font-size: 10px;
	color: #aaa;
}

#breadcrumb {
	width: 480px;
	height: 40px;
	font-size: 10px;
	color: #aaa;
	float: left;
}

#print {
	width: 20px;
	height: 18px;
	font-size: 10px;
	color: #aaa;
	float: left;
	text-align: right;
}

#pdf {
	width: 20px;
	height: 18px;
	font-size: 10px;
	color: #aaa;
	float: left;
	text-align: right;
}

#prvnxtmenu {
	width: 520px;
	height: 40px;
	font-size: 10px;
	text-align: right;
	valign: top;
}

#prvnxtmenu a {
	color: #000;
	text-decoration: none;
}

#prvnxtmenu a:hover {
	color: #000;
	text-decoration: underline;
}

#content {
	width: 520px;
	min-height: 500px;
}


/* _________ UEBESCHRIFTEN, ABSATZ, TRENNLINIE _________ */
h1 {
	font-size: 14px;
	color: #F6502F;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0.01em;
	margin-top: 3em;
}

h1.csc-firstHeader {
	margin-top: 0;
}

h2 {
	font-size: 13px;
	color: #F6502F;
	padding: 0px;
	margin: 10px 0 0 0;
	margin-top: 2em;
}

#content h2 .csc-firstHeader {
	margin: 0px;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 0 0;
}

#news h3 {
	font-size: 11px;
	color: #7e7e7e;
}

#content h4 {
	padding: 0;
	margin: 10px 0 0 0;
}

p {
	line-height: 17px;
}

hr.jobs {
	border: 0px;
	border-top: 1px dotted #ccc;
	padding: 5px 0 10px 0;
}


/* _________ TABELLEN _________ */
#content table {
	margin: 10px 0 0 0;
	border-collapse: collapse;
}

#content td.td-0 {
	width: 200px;
}

table.csc-uploads td {
	padding: 0 1.5em 0 !important;
}

.csc-uploads-icon {
	display: none;
}


/* _________ KLASSEN _________ */
#logo img {
	margin: 0 0 5px 0;
	text-align: right;
}

p.menu_level2 {
	padding: 0px;
	margin: 0px;
}


/* _________ LISTEN _________ */
ul {
	padding: 0 0 0 20px;
	margin: 0px 0 0 0;
	list-style-image: url(img/liststyle_orange.gif);
}

#nav_top ul li {
	display: block;
	padding: 24px 0 0 0;
}

#nav_main ul li {
	padding-bottom: 1px;
	margin-left: 0px;
	height: 10px;
}

.csc-sitemap ul li {
	padding-top: 10px;
}

.csc-sitemap ul li ul {
	padding-top: 0px;
	margin-top: 0px;
}

.csc-sitemap ul li ul li {
	padding: 0 0 0 15px;
	margin-top: 0px;
}

.csc-sitemap ul li ul li ul li {
	padding: 0 0 0 15px;
	margin-top: 0px;
}


/* _________ FORMULAR _________ */
input {
	border: 1px solid #aaa;
	font-family: 'Trebuchet MS', sans-serif;
	color: #717171;
	font-size: 11px;
	margin-bottom: 5px;
	padding-left: 5px;
	margin-right: 5px;
}

input #user {
	width: 175px;
}

.button {
	color: #000;
	width: 75px;
	margin-top: 5px;
	margin-left: 10px;
}

.tx-newloginbox-pi1 th {
	text-align: left;
	width: 100px;
}

.tx-newloginbox-pi1 h3 {
	font-size: 12px;
	color: #F6502F;
	padding: 0px;
	margin: 10px 0 0 0;
}


/* ___________ KOMPENDIUM __________ */
.grau {
	background-color: #eee;
	padding: 10px;
}

div .tx-dropdownsitemap-pi1 ol {
	margin-top: 10px;
}


/* ___________ NEWS_STYLES __________ */
.news-list-item h3 {
	color: #000;
	font-weight: normal;
}

#news .news-list-item a {
	color: #F6502F;
	font-weight: bold;
	text-decoration: none;
}

#content .news-list-item h3 a {
	color: #F6502F;
	font-weight: bold;
	text-decoration: none;
}

#news img {
	display: none;
}

.news-list-item img {
	display: none;
}

hr.clearer {
	border: 1px dotted #ccc;
}



/* ___________ KOMPENDIUM-STYLES __________ */
div.image {
}

div.story {
}

p.kapitelz-hlung-erste-seite {
}

p.kt-linke-seite {
}

p.kt-rechte-seite-text {
}

p.x00-grundtext-aufz-hlung {
	padding-left: 10px;
}

p.x00-grundtext-mit-einzug {
}

p.x00-grundtext-ohne-einzug {
}

p.x01-dachzeile {
}

p.x02-berschrift-1 {
}

p.x02-berschrift-2 {
}

p.x03-abstract {
	background-color: #eee;
	padding: 10px;
}

div.fazit-box {
	width: 500px;
	border-top: 2px solid #F6502F;
	border-left: 2px solid #F6502F;
	margin-bottom: 30px;
	padding: 10px;
	padding-top: 16px;
}

div.fazit-box li {
	margin-bottom: 3px;
	list-style-image: url(img/liststyle_orange.gif);
}

p.x04-fazit-berschrift {
}

p.x04-fazit-text {
}

p.x05-bu {
}

p.bildlegende {
	font-style:	italic;
}

span.pfeil-rot {
}

span.pfeil-schwarz {
}

span.x00-grundtext-bold {
	font-weight:	bold;
}

span.x000-bold {
	font-weight:	bold;
}

span.x00-grundtext-bold-versalien {
	font-weight:	bold;
}

span.x00-grundtext-italic {
	font-style:	italic;
}

span.x00-grundtext-italic-versalien {
}

span.x00-grundtext-link-ohne-unterstreichung {
}

span.x00-grundtext-normal {
}

span.x00-grundtext-versalien {
	text-transform:	uppercase;
}

p.x00-grundtext-mono {
	font-family: 'Courier New', monospace;
}

span.x00-grundtext-mono-bold {
	font-weight: bold;
}

span.x01-dachzeile-rubrik {
}

span.x02-berschrift-2-versalien {
}

span.x03-abstract-italic {
}

span.x03-abstract-versalien {
}

span.x04-fazit-text-normal {
}

span.x04-fazit-text-versalien {
}

ul.quellcode {
	list-style-type: none;
	list-style-image: none;
}

pre {
	width: 100%;
	max-width: 100%;
	white-space: pre-wrap;
}

pre.quellcode {
	font-family: 'Trebuchet MS', sans-serif;
	color: blue;
}


/* ___________ DOKU-STYLES __________ */
hr {
	height: 1px;
	border: 1px solid lightgray;
	margin: 3em 0 3em 0;
}

hr.fussnote {
	width: 100px;
	height: 1px;
	text-align: left;
	margin-left : 0px;
}

.csc-textpic-caption {
	margin-top: 1em !important;
	color: #555;
}

.csc-textpic-imagewrap {
	margin-top: 20px;
	margin-bottom: 20px;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-top: 0px;
	margin-bottom: 0px;
}

.tx-dropdownsitemap-pi1 {
	margin-top: 20px;
}

ul, dt {
	margin-top: 1em;
}