	/* ****************************************** */
	/*      Definition der Grundelemente          */
	/* ****************************************** */
	
	*{
		margin:0;
		padding:0;
	}

	hr{
		border:1px #800 solid;
		margin:8px 0 8px 0;
	}
	li{
		list-style-type:none;
	}
	h2{
		margin-left:3px;
	}
	.submitter{
		border:0px;
		background:url('../../images/button/butt_orange.gif') center no-repeat;
		width:140px;
		height:24px;
		font-size:14px;
		font-variant: small-caps;
		font-weight:bold;
		letter-spacing:0px;
		color:#451a00;
	}
	a.submitter{
		display:block;
		padding:3px 30px;
		width:140px;
		height:24px;
		text-align:center;
	}
	.submitter:hover{
	background:url('../../images/button/butt_horange.gif') center no-repeat;

	}
	input,textarea,select{
		border:1px #999 solid;
		font-family: arial, helvetica, sans-serif;
		font-size:12px;
		color:#009;
		margin:1px;
	}
	option{
		color:#009;
	}
	
.galeriepic{
	padding:5px;
	float:left;
	width:160px;
	height:160px;
}
.galerielist{
	display:block;width:100%;
	float:left;
	padding:3px 5px 2px 20px;
}
.lings{
	width:38%;
	float:left;
}
.rechds{
	width:58%;
	float:left;
}
.checkbox,.radio,.select{
	color:#FFF;
	font-size:12px;
}
