/* Farben definieren 
gelb: #FFFFD5;
grau Linie: #DCDDDE;
aktiv grau Ebene 1: #EEEEEE;
aktiv grau Ebene 2: #FCFCFC;
grau hintergrund info: #EEEEEE;
grau hintergrund subhader: #EEEEEE;
rot: #FF5353
*/

/* Seitenweite Standards setzen */
body, html,li,ul {
	margin-left: 0px;
	margin-right: 0px;
	margin-top:0px;
	margin-bottom:0px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	height:100%;
	background-color: #EEEEEE;
}

a, a:hover, a:visited, a:hover  {
	text-decoration: none;
	color: #FF0000;
	font-weight: normal;
}

submit{
	width:150px;
	background-color: #EEEEEE;
    border: 1px solid #FF0000;
	font-style: Verdana, Arial;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	padding: 1px;
}
input,select,checkbox {
	width:150px;
	background-color: #FFFFFF;
    border: 1px solid #FF0000;
	font-style: Verdana, Arial;
	font-size: 10px;
	margin: 2px 2px 2px 2px;
	padding: 1px;
}
.csc-mailform label {
	float: left;
	text-align: right;
	width: 5em;
	margin-right: .3em;
}

textarea {
	background-color: #FFFFFF;
    border: 1px solid #FF0000;
	font-style: Verdana, Arial;
	font-size: 11px;
	margin: 2px 2px 2px 2px;
	padding: 1px;
}


/* ******************************************************************************* */
/*                              LAYOUT ZELLEN                                      */
/* ******************************************************************************* */
/* Seiten - Container */
#layout_site {
	width: 1000px;
	border-bottom: 1px solid #DC2B19;
	align: left;
	background-color: #F9F9F9;;
	border-right: 1px solid #FF0000;
	margin: 0px;
}
/* Logo - Container */
#layout_logo {
	width: 1000px;
	padding: 0px;
	border: 0px;
	height: 110px;
	text-align: left;
	background-image: url(../img/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
}

/* Linker - Container */
#layout_left  {
	border: 0px;
	width: 151px;
	height: 1%;
	background-color: #F3F3F3;
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	vertical-align: top;
}

/* Subheader - Container */
#layout_subheader {
	height: 15px; 
	background-color: #EEEEEE;;
	border-top: 1px solid #FF0000;
	border-bottom: 1px solid #DCDDDE;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
	color: #FF0000;
	font-size: 10px; 
}


/* PrintMarker */
#layout_print {
	text-align: right;
	background-color: #FFFFFF;
	vertical-align: center;
	height: 20px;
	margin-right: 150px;
	margin-left: 150px;
	margin-top: 1px;
	padding: 0px;
}

/* Info - Container */
#layout_info {
	width: 150px;
	background-color: #EEEEEE;
	border-top: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	vertical-align: top;
	
}

#layout_content {
	background-color: #FFFFFF;
	vertical-align: top;
	padding: 0px;
	height: 600px;
	width: 700px;
}

#layout_subheader a {
    background: url("../img/link_roter_pfeil.gif") 0 65% no-repeat;
	margin: 4px 2px 2px 2px; 
	padding: 0 0 0 10px;
}

#logo img {
	background-color: #FFFFFF;
	border: 1px solid #DCDDDE;
	padding: 0px;
}

#menu  {
	margin-top: 60px;
	margin-bottom: 60px;
	border-top: 1px none #DCDDDE;
	border-bottom: 1px solid #DCDDDE;
	
}

#menu a {
	font-size: 12px;
	font-weight: normal;
	color: #050505;
}

#item_level1  {
	background-color: #FFFFFF;
	height: 25px;
	border-top: 1px solid #DCDDDE;
	text-indent: 20px;
	line-height: 25px;
	vertical-align: middle;
}
#item_level1:hover  {
	background-color: #EEEEEE;
	height: 25px;
	border-top: 1px solid #DCDDDE;
	text-indent: 20px;
	line-height: 25px;
	vertical-align: middle;
}
#item_level1_active  {
	background-color: #EEEEEE;
	height: 25px;
	border-top: 1px solid #DCDDDE;
	text-indent: 20px;
	line-height: 25px;
	vertical-align: middle;
}

#item_level2 {
	background-color: #FBFBFB;
	height: 20px;
	border-top: 1px solid #DCDDDE;
	text-indent: 30px;
	font-size: 10px;
	line-height: 20px;
	vertical-align: middle;
}
#item_level2 a{
	font-size: 10px;
}

#item_level2:hover  {
	background-color: #EEEEEE;
	height: 20px;
	border-top: 1px solid #DCDDDE;
	text-indent: 30px;
	font-size: 10px;
	line-height: 20px;
	vertical-align: middle;
}
#item_level2_active  {
	background-color: #EEEEEE;
	height: 20px;
	border-top: 1px solid #DCDDDE;
	text-indent: 30px;
	font-size: 10px;
	line-height: 20px;
	vertical-align: middle;
}
#item_level2_active a{
	font-size: 10px;
}

/* Searchbox - Container */
#searchbox .header {
	color: #444444;
	margin: 2px 2px 2px 2px;
	padding: 2px 2px 2px 2px;
	font-size: 9px;
}
#searchbox input.text {
	margin: 6px 6px 6px 6px;
	padding: 2px 2px 2px 2px;
	width: 132px;
}
#searchbox input.submit {
	margin: 2px 2px 2px 2px;
	padding: 1px 1px 1px 1px;
	width: 30px;
	background-color: #EEEEEE;
}

#subheader a {
    color: #FF0000;
	font-size: 10px; 
}

/* PreContent */
#precontent {
	margin: 0px;
	background-color: #FFFFFF;
	
	padding-left: 25px;
	padding-right: 25px;
}

#precontent p.bodytext a  {
 background: url("../img/link_roter_pfeil.gif") 0 50% no-repeat;
	margin: 6px 4px 4px 4px; 
	padding: 0 0 0 10px;
	font-style: italic;
}

#precontent p, #precontent td, #precontent ul, #precontent ol {
	font-size: 17px;
	font-family: Arial, Verdana;
	text-align: justify;
	/* font-weight: bold; */
	color: #FF0000;
}

#precontent h1  {
	font-family: Arial, Verdana;
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #FF0000;
}


#precontent #wrap {
	
	border-bottom: 1px dotted #FF0000;
	overflow: auto;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 10px;
}

#info p {
	background-color: #F9F9F9;
	font-size: 9px;
	text-align: left;
	color: #111111;
	line-height: 14px;
	margin-top: 0px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	padding: 2px;
	border: 1px solid #DCDDDE;
}
#info h1 {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 7px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px solid #DCDDDE;
	background-image: url(../img/verlauf_grau_rot.gif);
	background-repeat: repeat-x;
	background-position: top;
}

/* Footer - Container */
#footer p {
	font-size: 9px;
	color: #FF0000;
	text-align: center;
	margin: 3px;
	width: 1000px;

}

#content {
	
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content p.bodytext a  {
 background: url("../img/link_roter_pfeil.gif") 0 65% no-repeat;
	margin: 4px 2px 2px 2px; 
	padding: 0 0 0 10px;
}
	
#content #wrap {
	clear: left;
	overflow: auto;
}

#content td, #content ul, #content ol {
	font-size: 12px;
	text-align: justify;
	color: #111111;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 1px;	
}

#content p.bodytext {
    font-size: 12px;
	text-align: justify;
	color: #111111;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content p {
    font-size: 12px;
	text-align: justify;
	color: #111111;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content dl {
    font-size: 12px;
	text-align: justify;
	color: #111111;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
}

#content dd {
    font-size: 12px;
	text-align: justify;
	color: #111111;
	line-height: 14px;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 6px;
}


#content h1  {
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	border: 1px solid #DCDDDE;
	margin-top: 15px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(../img/verlauf_grau_rot.gif);
	background-repeat: repeat-x;
	background-position: top;
	}
#content h2  {
	font-size: 13px;
	font-weight: bold;
	color: #FF0000;
	border-bottom: 1px solid #FF0000;
	margin-top: 20px;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 6px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	/* background: #EEEEEE; */
	
}

#content h3  {
	font-size: 11px;
	font-weight: bold;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 4px;
}

#content TABLE.tx-seminars-pi1-listrow tr, td, p {
	font-size: 9px;
	text-align: left;
}

#content TABLE.contenttable { border: 1px #FF0000 dotted; width: 625px; margin: 5px 0px 5px 0px; margin-left: 8px; margin-right: 8px;}
#content TABLE.contenttable tr td { padding: 3px 5px 3px 5px; }
#content TABLE.contenttable tr td p.bodytext { font-size: 10px; }
#content TABLE.contenttable tr { background-color: #FFFFFF; }
#content TABLE.contenttable p {
	font-size: 10px;
	text-align: left;
}
#content TABLE.contenttable tr td { vertical-align: top; }
#content TABLE.contenttable-0 p { color: #000000; margin:0;padding:0;}
#content TABLE.contenttable-0 tr.tr-0 td p {
	font-weight: bold;
	font-size: 10px;
	color: #FF5353;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}
#content TABLE.contenttable-0 tr.tr-even { background-color: #EEEEEE; }
#content TABLE.contenttable-0 tr.tr-odd { background-color: #FFFFFF; }

#content .csc-textpic-caption {
 
font-size: 10px; 
font-style: italic; 

}

#content TABLE.csc-uploads {border: 1px #FF0000 dotted; width: 625px; margin: 5px 0px 5px 0px; margin-left: 8px; margin-right: 8px;}
#content TABLE.csc-uploads A{
    background: url("../img/link_roter_pfeil.gif") 0 65% no-repeat;
	margin: 4px 2px 2px 2px; 
	padding: 0 0 0 10px;
}
#content ul.csc-bulletlist { background-color: #FFFFFF;}
#content ul.csc-bulletlist li {
	line-height: 16px;
	background-color: #FFFFFF;
	list-style-type: square;
}



#tx-indexedsearch-searchbox-button {
	background-color: #EEEEEE;
	width: 100px;
}
.tx-indexedsearch-info {
	background-color: #E5E5E5;
}
.tx-indexedsearch-title-caption {
}

/* Email, Login and Search forms generally: */
FORM TABLE TR TD { padding-left: 5px; padding-right: 20px; }
FORM TABLE TR TD.csc-form-labelcell P.csc-form-label-req { font-weight: bold; }
FORM TABLE P {padding: 2px; margin: 0px;}

/* Guestbook */
.tx-guestbook-list-header { background-color: #EEEEEE; color: #FF0000; font-weight:bold; }
.tx-guestbook-list-row { background-color: #FFFFFF; }
.tx-guestbook-list-rowleft { background-color: #EEEEEE; }
.tx-guestbook-list-small { font-size: 9px; color: #FF0000; }
.tx-veguestbook-pi1-browsebox TD { font-size: 9px; color: #FF0000; }
.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: #539521; color: #FFFFFF; font-weight:bold; }
.tx-guestbook-latest-row { background-color: #FFFFFF; }
.tx-guestbook-latest-small { font-size: 9px; color: #FF0000; }
.tx-guestbook-form-error { color: #CC0000; }

/* Photoboo */
.tx-gooffotoboek-pi1 a {
	font-size: 13px;
}
.tx-gooffotoboek-pi1 td a {
   background: none;
   }
