/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {  
    margin:0; 
    padding:0; 
} 

table { 
    border-collapse:collapse; 
    border-spacing:0; 
} 

fieldset,img {  
	border:0; 
} 

address,caption,cite,code,dfn,em,strong,th,var { 
	font-style:normal; 
	font-weight:normal; 
} 

ol,ul { 
	list-style:none; 
} 

caption,th { 
	text-align:left; 
} 

h1,h2,h3,h4,h5,h6 { 
	font-size:100%; 
	font-weight:normal; 
} 

q:before,q:after { 
	content:''; 
} 

abbr,acronym {
	border:0; 
} 



#content #mailformIch_mchte_in_den_Verteiler_auf,.csc-mailform-check{
	width:20px !important;
}


.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { 
  float: right !important; 
  clear: both !important;
}

/* Formular CSS */
.csc-mailform .csc-mailform-field label{
	clear:both;
	width:130px;
	float:left;
	margin-right:10px;
}

.csc-mailform .csc-mailform-field{
	margin-bottom:10px;
	float:left;
}

.csc-mailform input,.csc-mailform textarea{
	width:220px;
	padding:3px;
}

.csc-mailform select{
	width:226px;
}

.csc-mailform input,.csc-mailform textarea,.csc-mailform select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:120%;
}

.csc-mailform .csc-mailform-submit{
	margin-left:140px;
	width:auto;
}






/* Nur Bild */
.csc-textpic-lastcol{
	margin-right:0;
}



/* Indexed Search */
.csc-sword{
	background:#ffff66;
	color:#000;
	font-weight:bold;
}



/* CSC CSS */
.csc-textpic{
	width:100%;
	float:left;
}

#content ul,#content ol{
	width:100%;
	float:left;
	margin-bottom:10px;
}

.contenttable{
	width:100%;
	float:left;
	margin:10px 0 10px 0;
}

.contenttable td{
	padding:5px;
}

.contenttable thead th{
	font-weight:bold;
	padding:5px;
	border-bottom:1px solid #887663;
}

#content ul li{
	list-style-type:none;
	padding-left:12px;
	background:url("../grafiken/dot.gif") no-repeat 3px 6px;
}

