/* ************************************************************ */
/*  CSS Definitionsdatei f?r die JDAV Baden W?rttemberg 		*/
/*  															*/
/*  Design der Seite: Vera Legisa, 2006 - 2007					*/
/*  Umsetzung: Michael Knoll									*/
/* ************************************************************ */


/* ************************************************************ */
/* Standard Tags */
/* ************************************************************ */

* {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
}

ul {
	/* list-style: none; */
}

div {
 	margin: 0;
 	padding: 0;
}

body {
  	min-width: 750px;
  	color: #000;
 	background: #FFF;
  	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
  	font-size: 100.01%;
  	padding: 0;
  	margin: 0;
}

h1, h2, h3, h4, h5, h6, p, ol, form, fieldset, legend {
  	padding: 0;
   	margin: 0;
}

h1 {
	color: #ACCE66;
	font-size: 20px;
	padding-bottom: 10px;
	padding-top: 20px;
}

h2 {
	color: #ACCE66;
	font-size: 16px;
	padding-bottom: 10px;
	padding-top: 20px;
}

table {
	font-size: 12px;
}

/* form {
	border: 1px solid #5B8787;
	padding: 10px;
	background-color: #E3F2C3;
} */

input {
	border: 1px solid #5B8787;
}

/* ************************************************************ */
/* Links */
/* ************************************************************ */

a {
	color: #5B8787;
	text-decoration: none;
}

a.active {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

/* ************************************************************ */
/* Bilder */
/* ************************************************************ */

.csc-textpic-imagewrap img {
	border: 1px solid gray;
}


/* ************************************************************ */
/* Diverse Container */
/* ************************************************************ */

#content_container {
	background-image: url(/fileadmin/graphics/navigation/31012007/content_bg_new.gif);
	top: -15px;
	position: relative;
	padding: 0;
	width: 1024px; /* 854px + 170px */
}

#header {
	position:relative;
	height: 105px;
	width: 1024px; /* 854px + 170px */
	background-repeat: no-repeat;
	background-image: url(/fileadmin/graphics/navigation/31012007/header_bg.gif);
}


#left_column {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 168px;
}

#right_content {
	position:relative;
	top: 0px;
	left: 170px;
	width: 854px;  /* 684px + 170px */
}

/* ************************************************************ */
/* Header Men? */
/* ************************************************************ */

#header_menu {
	position: absolute; 
	bottom:20px; 
	right: 141px;
	font-size: 11px;
	color: #5B8787;
}

#header_menu ul {
	float: right;
	list-style: none;
	margin-bottom: 0px;
}

#header_menu li {
	float: left;
	margin-left: 10px;
}

#header_menu li.active {
	font-weight: bold;
}

#header_menu a {
	color: #5B8787;
	background-color:#FFFFFF;
	text-decoration: none;
}

#header_menu a:hover {

	text-decoration: underline;
}

/* ************************************************************ */
/* Haupt Men? links*/
/* ************************************************************ */

#menu a {
	color: #5B8787;
	text-decoration: none;
}

#menu a.active {
	font-weight: bold;
}

#menu a:hover {
	text-decoration: underline;
}

#menu li.active {
	margin-bottom: 20px;
	margin-top: 20px;
}

#menu ul {
	margin: 10px;
	padding-left: 0px;
	font-size: 12px;
	position: relative;
	width: 150px;
	margin-top: 14px;
}

#menu ul li {
	padding-top: 5px;
	padding-left: 4px;
	padding-bottom: 4px;
	margin-top: 10px;
	background-color: white;
}

#menu ul li.active {
	padding-left: 12px;
	font-weight: bold;
	background-repeat: 	no-repeat;
	background-position: left top;
	background-image:  url(/fileadmin/graphics/navigation/31012007/menue_prompt.gif);
}

#menu ul ul {
	margin-left: -12px;
	margin-top: 0px;
	width: 140px;
}

#menu ul ul li {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(/fileadmin/graphics/navigation/31012007/menue_2_prompt.gif);
	font-weight: normal;		
}

#menu ul ul li.active {
	padding: 0;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 5px;	
	padding-top: 10px;
	padding-bottom: 0px;
	padding-left: 22px;
	background-repeat: no-repeat;
	background-image: url(/fileadmin/graphics/navigation/31012007/menue_2_prompt.gif);		
}

/* ************************************************************ */
/* Rechtes Men? mit Suche*/
/* ************************************************************ */

#right_top {
	position: absolute;
	height: 16px;
	right: 0px;
	width: 187px;
	top: 110px;
	background-image:  url(/fileadmin/graphics/navigation/31012007/right_menu_top.gif);
}

#right_menu {
	position: absolute;
	min-height: 180px;
	background-color: #d6eaac;
	right :0px;
	width: 187px;
	top: 126px;
	padding-top: 20px;
}

#searchbox {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #5B8787;
}

#searchbox p {
	margin-bottom: 10px;
	margin-top: 0px;
	font-weight: bold;
}

#searchbox a {
	font-weight: normal;
}

#searchbox form {
	border-bottom: 1px solid #5B8787;
}

#searchbox input {
	margin-top:	3px;
	margin-bottom: 10px;
	border:	1px solid #5B8787;
	background-color :#white;
	color: #5B8787;	
}

#loginbox {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #5B8787;
}

#loginbox input {
	border: 1px solid #5B8787;
	background-color: #white;
	color: #5B8787;	
}


#news {
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	color: #5B8787;
}
/* ************************************************************ */
/* Seiten?berschrift und Brotkr?mel*/
/* ************************************************************ */

#header_image {
	position: relative; 
	width: 855px; /* 685px + 170px */
	height: 143px; 
	background-color: white;
}

#page_heading {
	position: relative;
	left: 0px;
	width: 667px; /* 497px + 170px */
	background-color: #E3F2C3;
}

#page_heading h1 {
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom:5px;
	color: #ACCE66;
	font-size: 28px;
	font-weight: bold;
	margin-left: 10px;
}

#page_heading #breadcrums {
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size: 11px;
	color: #5B8787;
}

#page_heading #breadcrums a {
	color: #5B8787;
	text-decoration: none;
}

#page_heading #breadcrums a.active {
	font-weight: bold;
}

#page_heading #breadcrums a:hover {
	text-decoration: underline;
}


/* ************************************************************ */
/* Inhaltsbereich*/
/* ************************************************************ */

#content {
	position: relative;
	/* text-align: justify; */
	min-height: 800px;
	left: 0px;
	width: 627px; /* 457px + 170px */
	font-size: 13px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
}

#content h2 {
	color: #ACCE66;
	font-size: 16px;
	padding-top: 15px;
	padding-bottom: 0px;
}

p.bodytext {
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ****************************************** */
/*  Styles f?r Extension "tx_indexedsearch"	*/
/* ****************************************** */


.tx-indexedsearch-searchbox form { 
	border: 1px solid #5B8787;
	padding: 10px;
	background-color: #E3F2C3;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { 
	border: 1px solid #5B8787;
	margin-top: 10px;
	margin-bottom: 10px;
	width:100px; 
}

.tx-indexedsearch input, select {
	border: 1px solid #5B8787;
}

.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { 	
	width:200px; 
}

.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { 
	font-weight:bold; 
	font-style:italic; 
}

.tx-indexedsearch .tx-indexedsearch-whatis { 
	margin-top:10px; 
	margin-bottom:5px; 
}
	
.tx-indexedsearch P.tx-indexedsearch-noresults { 
	text-align:center; 
	font-weight:bold; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { 
	background:#E3F2C3; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { 
	font-size: 12px;	
	font-weight:bold; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { 
	font-weight:normal; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { 
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup {
}
 
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { 
	font-size: 10px;
	background: #E3F2C3;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { 
	margin-top:20px; 
	margin-bottom:5px; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { 
	color:#006699; 
	margin-top:0px; 
	margin-bottom:0px; 
	background:transparent; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { 
	background:#cccccc; 
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { 
	vertical-align:middle; 
}

.tx-indexedsearch .tx-indexedsearch-res .noResume { 
	color : #666666; 
}

.tx-indexedsearch-sw, .csc-sword, .tx-indexedsearch-redMarkup { 
	font-family: monospace; 
	font-style: normal; 
	padding:0 0.3em 0 0.3em; 
	background:#E3F2C3; 
	border: 1px #ccd solid; 
}

.tx-indexedsearch-searchbox * {
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox * {
	font-size: 12px;
}

.tx-indexedsearch .tx-indexedsearch-browsebox p {
	margin-top: 20px;
}

/* ****************************************** */
/*  tt_news LATEST	*/
/* ****************************************** */

.news-latest-container {
 	/*border:1px solid #333;*/
	background-color:#ffffff;
}

.news-latest-container H2,.news-latest-gotoarchive {
	color: Navy;
	padding:3px;
	margin:3px;
	/* border:1px solid #666;
	*/
	background-color:#ffffff;
}

.news-latest-gotoarchive {
 	font-weight:bold;
	margin-top:5px;
}
.news-latest-gotoarchive A:LINK, .news-latest-gotoarchive A:VISITED, .news-latest-gotoarchive A:HOVER {
	/* color:#fff; */
}
.news-latest-gotoarchive A {
	/* color:#fff; */
}
.news-latest-item {
	padding:3px;	
	margin:3px;
	/* border:1px solid #666; */
	/* background-color:#F9FFE5; */
}

.news-latest-item IMG {
	
	margin-bottom:5px;
	margin-right:5px;
 	/* border:1px solid #666; */
	float:left;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}
.news-latest-date,.news-latest-morelink,.news-latest-category {
	font-size:9px;
}

.news-latest-morelink {
	height:12px;
}

.news-latest-morelink A {
	float:right;
}


/* ****************************************** */
/*  tt_news - LIST	*/
/* ****************************************** */
.news-list-container {

 	/* border:1px solid #000;
	background-color:#E3F2C3; */
}	


.news-list-item {
	clear: both;
	padding:0px;	
	margin-top:20px;
	margin-bottom: 0px;
	/*border:1px solid #666;
	background-color:#F9FFE5;*/
	height:auto;
	width: 100%;
	} 
.news-search-form {
	padding:3px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#F9FFE5;
	border-bottom : solid;
}
.news-search-emptyMsg {
	margin:0px;
}
.news-search-form FORM {
	margin:0px;	
}
.news-list-container H3 {
	margin-bottom: 5px;
	padding: 2px;
	/* border-bottom: 1px solid gray; */
	background-color: #E3F2C3;
}
.news-list-container H3 A:LINK,.news-list-container H3 A:VISITED,.news-list-container H3 A:HOVER {
	/*color:#fff;*/
	padding-left:2px;
}
.news-list-container H3 A {
	/*color:#fff;*/

}
.news-list-container P {
	padding-left:3px;
}
.news-list-date {
	float: right;
	color: Gray;
	width: 180px;
	text-align: right;
	height: 18px;
	margin-top: 2px;
	margin-right: 0px;
	font-size: 9px;
	font-weight: normal;
	/*background-color: #F9FFE5;
	*/
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;

	}

.news-list-container IMG {
	float: right;
	border:1px solid gray;
	margin-bottom:5px;
	margin-right:0px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
	margin-top: 10px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	clear: both;
	text-align: center;
}
	
/* ****************************************** */
/*  tt_news - PAGEBROWSER	*/
/* ****************************************** */

.tx-ttnews-browsebox {
	margin:3px;
	border:1px solid #666;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD { 
	font-size: 10px; 
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell { 
	font-weight: bold; 
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border:1px solid #666;
}
.news-search-emptyMsg { 
	font-size: 11px;
	margin-left: 10px; 
}

/* ****************************************** */
/*  tt_news - SINGLE_VIEW	*/
/* ****************************************** */

.news-single-item {
	padding:0px;	
	margin-bottom:0px;
	/* border:1px solid #666;
	background-color:#F9FFE5; */

}
.news-single-item H2 {
	font-size: 16px;
	font-weight:bold;
	color: navy;
	margin-bottom: 0px;
}
.news-single-item H3 {
	margin-bottom: 15px;
	font-size:12px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}
.news-single-backlink, .news-single-backlink a {
	font-size: 12px;
	margin-bottom: 15px;
	margin-top: 10px;
}
.news-single-timedata {
	float: right;
	font-size: 9px;
	color: gray;
	margin-top: 5px;
}
.news-single-timedata, .news-single-author,.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	margin-top: -10px;
	color: gray;
	padding-bottom: 10px;
}
.news-single-additional-info {
	background-color: #BBE53A;
	clear: both;
	margin-top: 15px;
	border: 1px solid #666;
	padding:3px;
	padding-bottom:0px;

}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F9FFE5;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;

}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left:5px;
	width:90%;
}

/* ****************************************** */
/*  tt_news - Archiv	*/
/* ****************************************** */

.news-amenu-container {
	padding:3px;	
 	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border:1px solid #666;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;	
	border:1px solid #666;
	background-color:#769024;
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/* ****************************************** */
/*  login	*/
/* ****************************************** */

.tx-loginboxmacmade-pi1-forgotpassword {
	margin-bottom: 10px;
	color: red;
}

#right_login * {
	font-size: 12px;

}

#right_login input {
	/* background-color:#E3F2C3; */
	margin-top: 0px;
	margin-left: 0px;
	color: #555;
}

#right_login div.user {
	margin-left: 0px;
	font-weight: normal;
}

.loginheader {
	color: #5B8787;
	margin-left: 0px;
	margin-top: 15px;
	font-weight: bold;
}

.login * {
	margin-top: 10px;
}

.login-button {
	margin-top: 15px;
}

#right_login a {
	margin-top: 10px;
}

#right_login .loginfooter {
	font-weight: normal;
}

#right_login .loginheader {
	margin-top: 10px;
	margin-left: 10px;
}

#right_login .user {
	margin-top: 10px;
	margin-left: 10px;
	font-weight: bold;
	color: #5B8787;
}

#right_login form {
	border-bottom: 1px solid #5B8787;
	padding-bottom: 10px;
	margin: 10px;
}

.tx-newloginbox-pi1 h3 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	color: #5B8787;
}

.tx-newloginbox-pi1 p {
	margin-bottom: 15px;
}

.tx-newloginbox-pi1 form {
	margin-top: 0px;
	margin-bottom: 10px;
	border: 1px solid #5B8787;
	padding: 10px;
	background-color: #E3F2C3;
}

.tx-newloginbox-pi1 * {
	font-size: 12px;
	font-weight: normal;
}

/* ****************************************** */
/*  FE User Registration */
/* ****************************************** */

input[type=image] {
	width: 100px;
	border: none;
}

.tx-srfeuserregister-pi1 {
	margin-top:10px;
	margin-left:0px;
}

.tx-srfeuserregister-pi1 fieldset {
	border: 0px;
}

.tx-srfeuserregister-pi1 form {
	margin-top: 30px;
	border: 1px solid #5B8787;
	padding: 10px;
	background-color: #E3F2C3;
}


Input.tx-srfeuserregister-pi1-password {
	width: 50px;
}

Label.tx-srfeuserregister-pi1-password-again {
	float: none;
}

#tx-srfeuserregister-pi1-fe_users_form Label {
	width: 120px;
}

Input.tx-srfeuserregister-pi1-uploader {
	width: 60px;
}

.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
	
.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit,
.tx-srfeuserregister-pi1 input[type=submit] {
	width: 185px;
	margin-left: 20px;
	}


/********* UserList ********/

.tx-newloginbox-pi3-listrow table{
	width: 100%;
	border-spacing: 0px;
}


.tx-newloginbox-pi3-listrow th { 
	font-weight:bold;
	border-bottom: solid 1px black;
	padding-bottom: 3px;
}

.tx-newloginbox-pi3-listrow td { 
	padding:2px;
	padding-top:5px;
}

.tx-newloginbox-pi3-listrow th a,
.tx-newloginbox-pi3-listrow td a {
	color: #006699;
	text-decoration: none;
	font-weight: bold;
}

#content .tx-newloginbox-pi3 h3.user-name {
	font-size: 14px;
}

.tx-newloginbox-pi3 .user-stamm {
	font-weight: bold;
}

.tx-newloginbox-pi3 .user-address {
}

.tx-newloginbox-pi3 .user-field-label {
	font-weight: bold;
}

.tx-newloginbox-pi3 a {
	text-decoration: none;
	cursor: pointer;
	color: #333333;
}



/* ****************************************** */
/*  Mailformular */
/* ****************************************** */

.csc-mailform-field input, textarea {
	border: 1px solid #5B8787;
}

.csc-mailform {
	margin-top: 30px;
	border: 1px solid #5B8787;
	padding: 10px;
	background-color: #E3F2C3;
}

.csc-mailform-field label {
display: block;
}

.csc-mailform input, textarea, select {
margin-bottom: 10px;
}


/* ****************************************** */
/*  Forum */
/* ****************************************** */


#tx_chcforum-pi1 th {
font-size: 12px;
font-weight: normal;
}

.tx-chcforum-pi1-footerBox {
background-color: white;
}

.tx_chcforum-pi1-toolBar {
margin-top: 20px;
background-color: white;
}

.tx-chcforum-pi1-navPath {
background-color: #E3F2C3;
}

.tx-chcforum-pi1-linkUp {
background-color: #eee;
}

.tx-chcforum-pi1-catConferenceCell {
background-color: #E3F2C3;
}

/* ****************************************** */
/*  Bildunterschriften */
/* ****************************************** */
.csc-textpic-caption {
 	color: #888;
 	font-size: 10px;
}

#content img  {
	border: 1px solid #aaa;
}