/*
	CSS für www.fuer-solidaritaet-und-freie-bildung.de
	Screen - Bildschirmausgabe
	21. November 2006
	Andreas Schaeffer
*/


body {
	margin: 0px;
	padding: 0px;
	
	font: normal 100.01%/1.4 "Lucida Sans Unicode", "Tahoma", "Verdana", "Arial", sans-serif;
	font-size: 9pt;
	color: #333333;
	background-color: white;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	line-height: 0px;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Tahoma", "Verdana", "Arial", sans-serif;
}

h1 {
	font-size: 15pt;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 30px;
}

h2 {
	font-size: 13pt;
	color: #707070;
	margin-bottom: 20px;
}

a {
	font-weight: bold;
	color: #444444;
}

a:hover {
	font-weight: bold;
	color: #555555;
}

a img {
	border: 0px;
}

b {
	color: red;
	font-size: 12pt;
}

hr {
	margin-top: 25px;
	margin-bottom: 25px;
	width: 75%;
	border-top: 10px solid #ffcc00;
	border-bottom: 3px solid #333333;
	border-right: 3px solid #333333;
}

#page-header {
	display: block;
	width: 100%;
	height: 140px;
	background: url('/fileadmin/templates/gfx/background-oben.gif') no-repeat top right;
}

#page-header .leisteoben {
	position: absolute;
	top: 25px;
	left: 0px;
}

#page-header .justizia {
	position: absolute;
	top: 4px;
	left: 45px;
}

#page-header h1 {
	position: absolute;
	top: 25px;
	left: 230px;
	font-size: 16pt;
}

#page-content {
	display: block;
	float: left;
	width: 470px;
}

#page-content p, ul, li {
}

#page-content h1 {
	background: url('/fileadmin/templates/gfx/background-h1.gif') no-repeat top left;
}

#page-content h2 {
	background: url('/fileadmin/templates/gfx/background-h2.gif') no-repeat top left;
}

#page-main {
	background: url('/fileadmin/templates/gfx/background-links.gif') no-repeat;
	width: 100%;
}

#page-menu {
	float: left;
	width: 200px;
	padding-top: 45px;
}

#page-menu ul {
	list-style-type: none;
	margin-left: 0px;
	padding: 0px;
	padding-top: 50px;
	font-size: 9pt;
}

#page-menu li {
	margin: 0px;
	padding: 0px;
}

#page-figure {
	display: block;
	width: 245px;
	padding-right: 35px;
	float: right;
	background: url('/fileadmin/templates/gfx/background-rechts.gif') no-repeat bottom right;
}

#page-footer {
/*
	position: absolute;
	z-index: 25;
	bottom: 0px;
	left: 0px;
*/
/*	width: 711px; */
	display: block;
	width: 100%;
	height: 129px;
	background: url('/fileadmin/templates/gfx/background-unten.gif') no-repeat left bottom;
}

#page-footer .logogross {
	position: absolute;
	z-index: 200;
	right: 45px;
	bottom: 0px;
}

#page-footer .paragraphen {
	position: absolute;
	left: 0px;
}

#page-figure .paragraphen {
	margin-top: 75px;
}

#page-figure .teufel {
	float: left;
	vertical-align: top;
	padding-right: 10px;
}

.ort {
	margin-top: 15px;
	font-size: 10pt;
	font-weight: bold;
	background-color: #ffcc00;
}

.amtname {
	margin-top: 25px;
	margin-left: 25px;
}

.name {
	margin-top: 25px;
	margin-left: 25px;
}

.strasse {
	margin-left: 25px;
}

.intervall {
	margin-left: 25px;
	margin-bottom: 25px;
}

.plz {
	display: inline;
	float: left;
	margin-right: 7px;
	margin-left: 25px;
}

.telefon {
	margin-top: 15px;
	margin-left: 25px;
}

.telefon:before {
	content:"Telefon: ";
}

.telefax {
	margin-left: 25px;
}

.telefax:before {
	content:"Telefax: ";
}

.email {
	margin-left: 25px;
}

.email:before {
	content:"E-Mail: ";
}

.oeffnungszeiten {
	margin-top: 25px;
	margin-left: 50px;
}

.oeffnungszeiten:before {
	content:"\D6 ffnungszeiten: ";
	margin-left: -25px;
}

.verkehrsanbindung {
	margin-top: 25px;
	margin-left: 50px;
}

.verkehrsanbindung:before {
	content:"Verkehrsanbindung: ";
	margin-left: -25px;
}


.sonstiges {
	margin-top: 25px;
	margin-left: 50px;
}

.sonstiges:before {
	content:"Sonstiges: ";
	margin-left: -25px;
}

.beschreibung {
	margin-top: 25px;
	margin-left: 50px;
}

.beschreibung:before {
	content:"Beschreibung: ";
	margin-left: -25px;
}

.treffpunkt {
	margin-top: 10px;
	margin-left: 25px;
}

.adresse {
	margin-top: 10px;
	margin-left: 25px;
}

.ansprechpartner {
	margin-top: 10px;
	margin-left: 25px;
}

.stimmen {
	margin-top: 10px;
	margin-left: 25px;
	visibility: hidden;
}

.stimmen:before {
	content:"Bisher gesammelte Stimmen: ";
	visibility: hidden;
}

.tx-guestbook-list-table {
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

.tx-guestbook-list-header {
	background-color: #ffcc00;
	color: black;
	font-weight:bold;
}

.tx-guestbook-list-row {
	background-color: #FFFFFF;
}

.tx-guestbook-list-rowleft {
	background-color: #EEEEEE;
}

.tx-guestbook-list-entrycomment-title {
	font-weight: bold;
}

.tx-guestbook-list-entrycomment {
	font-style: italic;
}

.tx-guestbook-list-small {
	font-size: 9px;
	color: #666666;
}

.tx-veguestbook-pi1-browsebox TD {
	font-size: 9px;
	color: #666666;
}

.tx-veguestbook-pi1-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}

.tx-veguestbook-pi1-browsebox-SCell {
	background-color: #EEEEEE;
}

.tx-guestbook-latest-header {
	background-color: #777777;
	color: #FFFFFF;
	font-weight:bold;
}

.tx-guestbook-latest-row {
	background-color: #FFFFFF;
}

.tx-guestbook-latest-small {
	font-size: 9px;
	color: #666666;
}

.tx-guestbook-form-inputfield-med {
	border-style: solid;
	border-width: 1pt;
	border-color:#777777;
	font-size:14px;
	color:#333333;
	width:100px;
}

.tx-guestbook-form-inputfield-big {
	border-style: solid;
	border-width: 1pt;
	border-color:#777777;
	font-size:14px;
	color:#333333;
	width:150px;
}

.tx-guestbook-form-textarea {
	border-style: solid;
	border-width: 1pt;
	border-color:#777777;
	font-size:14px;
	color:#333333;
	width:250px;
}

.tx-guestbook-form-obligationfield {
	color: #CC0000;
}

.tx-guestbook-form-error {
	color: #CC0000;
}