/**
 * @author Mario Batz
 * @copyright 2008 batz.info - Mario Batz
 * @link http://www.batz.info
 * @version
 *
 * batz.info
 * Mario Batz
 * Bgm.-Obenauf-Straße 5
 * 91336 Heroldsbach
 *
 * Email: info@batz.info
 * Web: http://www.batz.info
 */

#content{
	font-size:1.4em;
}
#content h1{
	
	font-size:1.6em;
	margin-top:0.4em;
	border-bottom:2px solid rgb(204, 199, 170);
}
#content h2{
	font-size:1.4em;
	margin-top:0.4em;
	border-bottom:2px solid rgb(204, 199, 170);
}
#content h3{
	font-size:1.3em;
	margin-top:0.4em;
	border-bottom:2px solid rgb(204, 199, 170);
}
#content h4,#content h5,#content h6{
	font-size:1.1em;
}
#content ul{
	padding-left:1em;
}

#content .bodytext{
	margin-top:8px;
}

/*******************************************************************
 * Mailform
 */
.csc-mailform{
	border:0px none;
}


.csc-mailform-label{
	font-weight:bold;
	padding-top:10px;
}
.csc-mailform-field{
	padding-top:2px;
	height:auto;
}
.csc-mailform-field:hover input,
.csc-mailform-field:hover select,
.csc-mailform-field:hover textarea{
	background:rgb(222, 219, 188);
}
.csc-mailform-field label{
	display:block;
	float:left;
	width:150px;
}
.csc-mailform-field input{
	width:250px;
	border:1px solid rgb(42, 58, 74);
}
.csc-mailform-field select{
	border:1px solid rgb(42, 58, 74);
}
#mailformNachname,
#mailformTelefon,
#mailformemail,
#mailformAnfrage{
	background-image:url(../img/required.gif); 
	background-position:right top;
	background-repeat:no-repeat;
}
#mailformAnfrage{
	border:1px solid rgb(42, 58, 74);
	width:400px;
}
#mailformformtype_mail{
	width:200px;
	margin-left:200px;
}
/********************************************************************
 * Sitemap
 */
#content .tx-flseositemap-pi1 .deep0{
	float:left;
	margin-right:20px;
	list-style:none;
}


/********************************************************************
 * content_2
 */
#content_2{
	font-size:1.4em;
}
#content_2 ul{
	padding-left:1em;
}
#content_2 .csc-header{
	margin-top:1em;
}
