/*  
Grundlegendes Stylesheet fr ...

Wichtige Farben:
Links Navigation: 
dunkelgrn: 
hellgrün: 
*/



/*Inhaltslayer*/
#naviga{
	position:relative;
	top:3px;
	left:250px;
	width:850px;
	height:50px;
	margin:0px;
	padding: 0px;
	color:#000;
	font-size:12px;
	font-weight:bold;
}


#kapitel{
	position:absolute;
	top:260px;
	left:55px;
	margin: 0px;
	z-index:10;
}
#inhalt{
	position:absolute;
	width:740px;
	min-height:300px;
	/*overflow:scroll;*/
	top:260px;
	left:155px;
	margin: 0px;
	padding:0px 0px 40px 0px;
	z-index:11;
	/*background-color:#6666CC;*/
}

#inhalt_links{
	position:absolute;
	width:450px;
	min-height:300px;
	/*overflow:scroll;*/
	top:260px;
	left:155px;
	margin: 0px;
	padding:0px 0px 40px 0px;
	z-index:12;
	/*background-color:#6666CC;*/
}

#inhalt_rechts{
	position:absolute;
	width:200px;
	min-height:300px;
	/*overflow:scroll;*/
	top:260px;
	left:655px;
	margin: 0px;
	padding:0px;
	z-index:13;
	/*background-color:#6666CC;*/
}

.trenner{
	clear:both;
	height:10px;
}
H1 {
	font-family: Verdana, sans-serif;
	font-size: 15px;
	color:#e7100e;
	margin-bottom: 10px;
	margin-top:0px;
}

H2 {
	font-family : Verdana, sans-serif;
	font-size : 13px;
	color : #ee6c46;
	margin-bottom : 3px;
	margin-top : 5px;
}

H3 {
	font-family : Verdana, sans-serif;
	font-size : 11px;
	color : #666666;
	margin-bottom : 0px;
	margin-top : 10px;
}

p,ul,li,td {
	font-family : Verdana, sans-serif;
	font-size : 11px;
}


p,ul,li{
	line-height : 180%;
	color: #333333;
	margin-top : 1px;
	margin-bottom : 1px;
	padding-bottom : 0px;
	text-indent : 0px;
}

td.text{
width:200px;
}

SELECT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}

TEXTAREA {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}

INPUT {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px
}
/*####################### Inhaltsbereich ####################################*/

#inhalt dd.csc-textpic-caption{
font-size:10px;
font-weight:bold;
margin-top:3px;
}

#inhalt ul{
	margin: 7px;
	padding:0px;
}
#inhalt li {
	list-style: disc;
	margin: 0px 0px 3px 9px;
	padding:0px;
}

#inhalt ol li {
list-style:decimal;

}

  
a {
color:red;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:red;
font-weight:bold;
}
.csc-mailform-field{
margin:2px;
}
#inhalt fieldset.csc-mailform{
width:400px;
display: block;
}
#inhalt .csc-mailform-field label{
display: block;
float:left;
width:150px;
font-size:10px;
font-weight:bold;
}


/* Definition Seminaranmeldung */

.user_regbutton {
padding: 5px 0 5px 0;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.user_regbutton .user_regbutton_left{
width:160px;
float:left;
}

.user_regbutton .user_regbutton_right{
width:500px;
float:left;
}

.user_regbutton input{
color:#ffffff;
background-color: #e7100e;
padding:3px;
font-weight:bold;
}

/* Formatierung Mailformplus */

.tx-thmailformplus-pi1 fieldset{
width:400px;
display: block;
}

.tx-thmailformplus-pi1 legend{
color: #e7100e;
font-size:10px;
}

.tx-thmailformplus-pi1  label{
display: block;
float:left;
width:150px;
font-size:10px;
font-weight:bold;
}

.tx-thmailformplus-pi1 .formfield{
margin:4px 0 4px 0;
}
.tx-thmailformplus-pi1 .button{
color:#ffffff;
background-color: #e7100e;
padding:3px;
font-weight:bold;
}

.tx-thmailformplus-pi1 .textfield{
width:300px;
padding:3px;
}

/* Formatierung Anmeldung Newstroll */

p.button .button {
color:#ffffff;
background-color: #e7100e;
padding:3px;

}

p.button {
  text-align: right;
  float:left;
  padding: 5px 0 5px 0;
}

fieldset {
border: 1px solid red;
}

legend.nt_head{
color:#666666;
font-weight:bold;
}

iframe{
border: 0px solid red;
}

.cap { font-variant:small-caps; color:#E7100E;}