/********************** Basic Styles for AWO Karlsruhe **************
version:	1.0
author:		Linus Stubert, Sven Kaiser
email:		ls@goetzinger-komplizen.de
web:		http://www.goetzinger-komplizen.de
copyright:	goetziger-komplizen 2009-2011
*********************************************************************/


/*** global styles ***/

body {
	background:#fbf7f5 url(../img/bg_header.jpg) repeat-x 0px 0px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:11px;
	text-align:center;
}

img {
	border:none;
}

* {
	margin:0;
	padding:0;
	border:0;
}

hr {
	border:0px; /* Firefox and Opera */
 	border-top:solid 1px #e2382a;
 	border-bottom:solid 1px #fff; /* IE (page bg color) */
	margin-top:20px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

table {
	margin-bottom:0.8em;
}

table td, table th {
	padding-right:1em;
	text-align:left;
	vertical-align:top;
	color:#000;
	font-size:11px;
	padding-right:10px;
}

br.clear {
	clear:both;
}

h1 {
	color:#e2382a;
	font-size:14px;
	margin-bottom:1em;
	margin-top:1em;
}

.csc-default:first-child h1 {
	margin-top:0;
}

h2 {
	color:#e2382a;
	font-size:12px;
	margin-top:1.5em;
	margin-bottom:0.8em;
}

h3, h4, h5, h6 {
	font-size:11px;
	margin-top:1.5em;
	margin-bottom:0.8em;
}

a {
	color:#e2382a;
}

a:hover {
	color:#788289;
}

div.indent {
	margin-left:0.5em;
}

div.csc-default {
	overflow:hidden;
}


/*** header styles ***/

#header {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	height:306px;
	position:relative;
	text-align:left;
}

.logo {
}

#epa-logo {
	position:absolute;
	top:7px;
	right:0;
}

#header-zweite-chance {
	position:absolute;
	top:4px;
	right:0;
}

#topbanner  {
	background:#FFF;
	position:absolute;
	top:97px;
	left:0px;
	width:800px;
	height:200px;
}

#topnav, #topnav-epa, #topnav-zweite-chance {
	font-size:11px;
	width:280px;
	position:absolute;
	top:42px;
	left:300px;
}

#topnav-epa {
	left:400px;
}

#topnav-zweite-chance {
	left:400px;
}

#topnav ul, #topnav-epa ul, #topnav-zweite-chance ul {
	list-style:none;
}

#topnav li, #topnav-epa li, #topnav-zweite-chance li {
	display:inline;
	background:#fbf7f5 url(../img/icon_nav.jpg) no-repeat 4% 51%;
	margin-left:3px;
	padding-left:13px;
}

#topnav li.first {
	padding-left:0;
	background:transparent;
}

#topnav a, #topnav-epa a, #topnav-zweite-chance a {
	color:#000;
	text-decoration:none;
}

#contrast {
	position:absolute;
	top:42px;
	left:567px;
	width:110px;
	text-align:center;
}


/*** banner styles ***/

#header table td img {
	width:800px;
	height:200px;
	position:absolute;
	left:0px;
	top:97px;
}



/*** outer styles ***/

#outer {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	z-index:50;
}


/*** wrapper styles ***/

#wrapper {
	background:#fff url(../img/bg_wrapper.png) repeat-y 0 0;
	border-top:none;
	text-align:left;
}


/*** column styles ***/

#leftcolumn {
	float:left;
	width:200px;
}

#leftcolumn .content-element {
	padding-left:10px;
}

#leftcolumn .content-element a {
	font-size:11px;
	font-family:Verdana;
	text-decoration:none;
	color:#e2382a;
}

#rightcolumn {
	float:right;
	width:600px;
}

/* IE6 hack */

* html #rightcolumn {
	overflow:hidden;
}


/*** mainnav styles ***/

#mainnav {
	position:relative;
	top:-9px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	height:20px;
	background:transparent;
	width:700px;
}

#mainnav li {
	float:left;
	list-style-type:none;
	text-align:center;
	margin-right:1px;
}

#mainnav li#red {
	background:#e2382a;
}

#mainnav li#green {
	background:#8cd000;
	
}

#mainnav li#orange {
	background:#ff8f00;
}

#mainnav li#blue {
	background:#00aef0;
}

#mainnav li#yellow {
	background:#ffc900;
	margin-right:0px;
	border-right:1px solid #ffc900;
}

#mainnav li.active {
	position:relative;
	top:-7px;
}

#mainnav li.active a {
	padding-top:10px;
}

#mainnav li a {
	display:block;
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	width:119px;
	padding-top:3px;
	padding-bottom:3px;
}


/*** subnav styles ***/

ul#subnav {
	font-family:Arial,Verdana,Tahoma,sans-serif;
	font-size:11px;
	padding-top:20px;
	padding-bottom:20px;
	width:200px;
}

ul#subnav li {
	list-style-type:none;
}

ul#subnav li a {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	padding:8px 8px 8px 13px;
	border-top:1px solid #e2382a;
}

ul#subnav li.current a, ul#subnav li.active a, ul#subnav li.sub a {
	color:#e2382a;
	border-top:1px solid #e2382a;
}

ul#subnav li.current a {
	font-weight:bold;
	background:transparent url(../img/arrow_right.gif) no-repeat 0px 10px;
}

ul#subnav li.current li a {
	font-weight:normal;
	background:transparent;
}

ul#subnav ul li a {
	margin-left:20px;
	color:#e2382a;
}

ul#subnav ul ul li a {
	margin-left:40px;
}

ul#subnav ul ul ul li a {
	margin-left:60px;
}


/*** content styles ***/

#content {
	width:555px;
	margin-top:20px;
	padding-bottom:10px;
	margin-left:20px;
	margin-right:20px;
	font-family:Arial,Verdana,Tahoma,sans-serif;
}

#content .content-element {
	clear:both;
}

#content p {
	color:#000;
	margin-top:0;
	margin-bottom:0.8em;
}

#content ul {
	margin-bottom:1em;
	list-style-type:none;
}

#content .csc-textpic ul {
	margin-bottom:0;
}

#content ul li {
	color:#000;
	background:transparent url(../img/bullet.gif) no-repeat 0 3px;
	padding-left:20px;
	margin-bottom:0.5em;
}

#content div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom:10px;
}

#content .csc-textpic ul li {
	background:none;
	padding:0;
}

#content ul li ul {
	margin-top:0.5em;
}

#content ol {
	margin-bottom:1em;
}

#content ol li {
	color:#000;
	margin-left:30px;
	margin-bottom:0.5em;
}


/*** footer styles ***/

#footer {
	clear:both;
	float:right;
	width:560px;
	padding:10px 20px;
	background:#fff url(../img/gray_line.png) repeat-y 0px 0px;
	border-top:1px solid #dcdbdb;
	border-bottom:1px solid #dcdbdb;
	color:#000;
	font-family:Arial,Verdana,Tahoma,sans-serif;
	overflow:hidden;
}

#copyright {
	float:left;
}

#footer_menu {
	float:right;
}


/*** breadcrumb styles ***/

.breadcrumb {
	color:#000000;
	padding-left:20px;
	padding-top:10px;
}

.breadcrumb a {
	text-decoration:none;
	color:#e2382a;
	font-weight:bold;
}

.breadcrumb-einleitung {
	font-weight:bold;
	color:#000;
	margin-left:250px;
}


/*** form styles ***/

form {
	font-size:12px;
}

fieldset {
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:1em;
}

legend {
	padding:0 5px;
	font-weight:bold;
	color:#e2382a;
}

* html fieldset, *+html fieldset {
	margin-bottom:0.5em;
}

* html legend, *+html legend {
	padding-bottom:10px;
}

input {
	font-size:12px;
	font-family:Arial,Verdana,sans-serif;
	border:1px solid #e2382a;
	padding:2px;
	width:180px;
	float:left;
}

input[type=hidden], input.hidden {
	display:none;
}

input[type=checkbox], input[type=radio], input.checkbox, input.radio {
	width:auto;
	margin-right:5px;
	float:left;
	border:0;
	padding:0;
}

label {
	width:100px;
	float:left;
}

select {
	border:1px solid #e2382a;
}

textarea {
	width:284px;
	height:100px;
	border:1px solid #e2382a;
	font-family:Arial,Verdana,sans-serif;
	float:left;
	clear:both;
}

.fieldrow {
	margin-bottom:0.5em;
	overflow:hidden;
}

.required {
	font-size:20px;
	color:#e2382a;
	line-height:14px;
}

.error {
	padding-left:10px;
	color:#e2382a;
	float:left;
}

.error.new_line {
	margin-top:10px;
	padding-left:18px;
	width:480px;
	clear:both;
}

.radio_label, .checkbox_label {
	width:auto;
	max-width:480px;
	margin-right:20px;
}

.post_label {
	float:left;
	margin-right:60px;
}

* html .submit, *+html .submit {
	margin-top:1em;
}

form p {
	clear:both;
}

#mitgliedsbeitrag {
	width:60px;
	margin-right:5px;
}

#hausnr, #plz {
	width:36px;
}

#strasse, #ort {
	width:105px;
}

#hausnr-label, #ort-label {
	margin-left:5px;
	width:28px;
}


/*** csc-mailform styles ***/

.csc-mailform-field {
	margin-bottom:0.5em;
	overflow:hidden;
}

.csc-mailform .csc-mailform-submit {
	width:auto;
}


/*** wssitemap styles ***/

.tx-wssitemap-pi1 {
	text-align:left;
	margin-top:40px;
	margin-bottom:50px;
	font-size:11px;
	color: #788289;
}


/*** indexedsearch styles ***/

#content .tx-indexedsearch h2 {
	margin-top:20px;
}

#content .tx-indexedsearch table td {
	text-decoration: none;
	background:transparent;
}

#content .tx-indexedsearch ul.browsebox {
	list-style:none;
	margin:0px;
}

#content .tx-indexedsearch ul.browsebox li {
	margin:0px 10px 0px 0px;
}

#content .tx-indexedsearch-whatis {
	margin-top:20px;
}

#content .tx-indexedsearch-form {
	height:15px;
	float:left;
	width:200px;
}

#content .tx-indexedsearch-browsebox {
	background:#fff url(../img/box_bg.jpg) repeat-x scroll 0 0;
	margin-top:20px;
	margin-bottom:20px;
}

#content .tx-indexedsearch-browsebox p {
	padding:0px;
	margin-bottom:10px;
}

#content .tx-indexedsearch-browsebox ul {
	margin:0px;
}

#content .tx-indexedsearch-searchbox p {
	margin-top:10px;
	margin-bottom:10px;
}

#content .tx-indexedsearch-searchbox table {
	width:auto;
	background:#f5f5f5;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}

#content .tx-indexedsearch-searchbox table td {
	padding:5px;
	text-decoration: none;
	font-family:Verdana,Arial,Tahoma,sans-serif;
	font-size:11px;
}

#content .tx-indexedsearch-res table tr {
	background:transparent;
	height: auto;
}

#content .tx-indexedsearch a {
	color:#e2382a;
}

#content .tx-indexedsearch-search-submit {
	float:left;
}

#content .tx-indexedsearch-searchbox-button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	color:#e2382a;
	cursor:pointer;
	font-family:Verdana,Tahoma,Arial,sans-serif;
	font-size:11px;
	text-align:left;
	width:50px;
}

#content .tx-indexedsearch-searchbox-sword, .tx-indexedsearch-selectbox-sections, .tx-indexedsearch-selectbox-defop, .tx-indexedsearch-selectbox-results {
	font-family:Verdana,Arial,Tahoma,sans-serif;
	font-size:11px;
	background:#fff none repeat scroll 0 0;
	border:1px solid #e2382a;
	color:#000000;
	width:150px;
	display:block;
}

#content .tx-indexedsearch-form label {
	margin:0;
	width:auto;
	padding-bottom:10px;
	display:block;
}


/*** macina searchbox styles ***/

#search {
	position:absolute;
	top:42px;
	right:0;
	background:#fff;
	border:1px solid #e2382a;
}

#search input.macina_searchbox_inputbox {
	width:80px;
	font-family:Arial,Verdana,sans-serif;
	font-size:11px;
	background:#fff;
	border:0;
	padding:1px;
	float:none;
}

#search input.macina_searchbox_submitbutton {
	width:15px;
	height:11px;
	border:0;
	cursor:pointer;
	font-size:0;
	background:#fff url(../img/suche_pfeil.gif) no-repeat 0 0;
	overflow:hidden;
	position:relative;
	top:-3px;
	float:none;
}


/*** contenttable styles ***/

.contenttable caption {
	text-align:left;
	font-weight:bold;
	color:#e2382a;
	font-size:12px;
	margin-bottom:0.8em;
	margin-top:1.5em;
}

.contenttable td {
	padding-right:20px;
	vertical-align:top;
}

.contenttable td ul {
	margin-bottom:0;
	padding-bottom:0;
}

.tabelle-preise .td-0, .tabelle-preise-reisenummern .td-0 {
	font-weight:bold;
}

.historie-info, .history {
	font-size: 11px;
	color:#000;
}

.historie-info td, .history td {
	margin-bottom:10px;
}

.historie-info tbody {
	float:left;
}

.historie-info caption {
	color:#e2382a;
	float:left;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	width:100px;
	margin-left:0px;
	margin-bottom:10px;
}

.history td {
	width:480px;
	padding:2px 0 2px 10px;
	border-left:1px solid #e2382a;
}

.history td:first-child {
	font-weight:bold;
	width:40px;
	padding-left:0px;
	border:none;
}

.historie-info .td-0 {
	font-weight:bold;
	width:40px;
	padding-left:0px;
	border-right:1px solid #e2382a;
	vertical-align:top;
}

.historie-info .td-1 {
	color:#000;
	padding-left:5px;
	padding-bottom:10px;
}

.historie-info .td-2 {
	margin-right:60px;
	width:480px;
	padding-bottom:10px;
}


/*** table styles for Begegnungsstaetten ***/

/*.termine-seniorentreff {
	width:550px;
	margin-bottom: 10px;
	background:#FFF;
	font-size: 11px;
	color:#000;
}

.termine-seniorentreff td {
	color: #000000;
}

.termine-seniorentreff-reisenummern {
	margin-top: 20px;
	margin-bottom: 10px;
}

.termine-seniorentreff-reisenummern td {
	color: #000000;
}

.termine-seniorentreff .td-0 {
	font-weight: bold;
	width:200px;
	color:#000;
	vertical-align:top;
	padding-left:0px;
	background:#FFF;
}

.termine-seniorentreff .td-1 {
	width:100px;
	background:#FFF;
	float:left;
	vertical-align:top;
}

.termine-seniorentreff .td-2 {
	width:250px;
	background:#FFF;
	vertical-align:top;
}

.termine-seniorentreff .td-3 {
	width:250px;
	background:#FFF;
	vertical-align:top;
}*/


/*** link to top styles ***/

.csc-linkToTop {
	float:right;
}


/*** job accordion styles ***/

#content .jobs {
	margin-top:1em;
	width:560px;
	min-height:300px;
}

#content .jobs h3 {
	display:block;
	background:#e2382a url(../img/icon_accordion.gif) no-repeat 98% 50%;
	color:#fff;
	padding:5px 10px;
	font-size:11px;
	cursor:pointer;
	border-top:10px solid #fff;
	margin-bottom:0;
	margin-top:0;
}

#content .jobs h3:hover {
	text-decoration:underline;
}

#content .jobs .job-category {
	display:block;
	border:1px solid #e2382a;
	padding:10px;
}

#content .jobs .job-category ul {
	margin:0;
}


/*** video link styles ***/

a.video-link {
	margin-bottom:20px;
	padding-left:10px;
}


/*** gallery styles ***/

a.open_gallery {
	display:block;
	background:#e2382a;
	color:#fff;
	padding:5px 20px;
	font-size:13px;
	float:left;
	text-decoration:none;
}

a.open_gallery:hover {
	text-decoration:underline;
}


/*** info box styles (Vorstand) ***/

.infobox-image {
	float:left;
}


/*** map 24 styles ***/

.tx-mllink2map24-pi1 {
	margin-top:1em;
}

.tx-mllink2map24-pi1 p b {
    color:#e2382a;
    font-size:14px;
    margin-bottom:1em;
    margin-top:1em;
}

.map24_text input {
	width:auto;
}

.tx-mllink2map24-pi1 p {
	font-family:Arial;
	color:red; 
	font-weight:bold;
	
}

.blockborder {
	margin-top:-20px;
}


/*** RTE styles ***/

table.full_width {
	width:100%;
	table-layout:fixed;
}
