body 		{	
	background-color: #FFFFFF;
	scrollbar-face-color: #D4E3A5;
	scrollbar-highlight-color: #222222;
	scrollbar-shadow-color: #EEEEEE;
	scrollbar-3dlight-color: #D4E3A5;
	scrollbar-arrow-color:  #333333;
	scrollbar-track-color: #D4E3A5;
	scrollbar-darkshadow-color: #333333;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
	color : #000000;		
}

td {	font : 11px Verdana, Helvetica, sans-serif;
	line-height: 15px;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #D6310D;
}
input, textarea, select {
	border-top-width : 1px; 
	border-right-width : 1px; 
	border-bottom-width : 1px; 
	border-left-width : 1px;
}

.head 		{ 	background-color:#FFFFFF;}

	
.teaser		{	font:  10px Verdana; 
	color: #666666;
	background-color:#ffffff;}
.dotted		{	
	border-bottom: 1px dotted #80914C; 
}

.dotted_double		{	
	border-top: 1px dotted #80914C;
	border-bottom: 1px dotted #80914C;
}

.head_dotted		{	
	border-bottom: 1px dotted #80914C; 
	line-height: 27px;
}
.dotted_bottom{	
	border-bottom: 1px dotted #80914C; 
}
.dotted_left{	
	border-left: 1px dotted #80914C; 
}
.dotted_right{	
	border-right: 1px dotted #80914C; 
}
.dotted_lr	{	
	border-left: 1px dotted #80914C;
	border-right: 1px dotted #80914C; 
}
.admin		{	
	background-color: #87CEFA;
}

img {
	border: 0;
}

/* ----- | TAGUNG | ---------------------------- */

div.tagnav {
	margin: 0;
	padding: 0;
}

div.tagnav a {
	display: inline-block;
	background-color: #e7f1c7;
	border-right: 1px solid #98bf23;
	height:19px;
	font-weight: normal;
	font-style: normal;
	padding: 4px 18px 0;
	color: #000;
	margin:0;

}

div.tagnav a:hover {
	background-color: #d6310d;
	color: white;
}


div.tagnav a:first-child {
	border-left: 1px solid #98bf23;
}

a.taglinkaktiv {
	color: white !important;
	background-color: #d6310d !important;
}
div.tagcontent {
	padding-bottom: 75px;
	padding-top: 15px;
}
div.tagcontent h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 12px;
	color: #d6310d;
	border-top: 1px dotted #80914c;
	border-bottom: 1px dotted #80914c;
	padding-top: 6px;
	padding-bottom: 6px;
}


div.tagcontent h3 {
	border-top: 1px dotted #80914c;
	border-bottom: 1px dotted #80914c;
	font-size: 11px;
	font-weight: bold;
	color: #d6310d;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 22px;
	background: url(../pic/dpf_rot.gif) no-repeat 0 center;
}

div.tagcontent table {
	width:400px;
	margin-left: 22px;
	
}

div.tagcontent p {
	width:400px;
	margin-left: 22px;
	line-height: 1.7em;
}

div.tagcontent td {
	vertical-align: top;
	padding-bottom: 10px;
}

div.tagcontent td:first-child{
	width: 65px;
	}
	
	
	
/* ------ | FORM | -------------*/

form#formtagung input.cssinput {
	background-color: #eee !important; 
	border: solid 1px #ccc !important;
	padding: 5px !important;
	width: 400px;
}

form#formtagung input.cssinput.focus {
	border: solid 1px #ccc !important;
}

form#formtagung input.invalid {
	border-color: red !important;
}


form#formtagung span.checkbox-container {
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px 5px;
}
form#formtagung span.checkbox-container.invalid {
	border-color: red;
}


form#formtagung label {
	display: block;
	padding-top: 5px;
	padding-bottom: 0;
	padding-right: 0;
}
	

