@charset "utf-8";
/* CSS Document */
body, div, p, h1{
	margin:0;
	padding:0;
	border:none;
	font-family:Arial, Helvetica, sans-serif;
	
}
img{
	margin:0;
	padding:0;
	border:none;
}
body{
	background-color:#FFFFFF;
	color:#000000;
	font-size:12px;
	background: url(../images/back4.jpg) no-repeat center top;
}
a:link, a:hover, a:visited {
	color: #ed1b2e;
}

#center{
	width:970px;
	/*
	background: url(../images/anne10.jpg) no-repeat;
	
	background: url(../images/back2.jpg) no-repeat;*/
	margin:0 auto;
}
#header{
	/* height:310px; */
	height:230px;
	padding: 50px 0 0 110px;
}

#content{
	padding-left:110px;
}
div.textpart{
	width:340px;
	margin: 10px 10px 15px 0;
	float:left;
}

div.imagepart{
	width:180px;
	margin: 10px 0 15px 20px;
	float:left;
}

h1{
	font-size:25px;
	color: #ed1b2e;
	font-weight:normal;
}
h1 a.reden{
	font-size:25px;
	/* 
	color:#d5d5d5;
	*/
	color:#c3c1c1;
	cursor:pointer;
}
#footer{
	padding: 50px 0 0 110px;
	text-align:center;
	color:#6e6e6e;
}
/* form */
div.formitem{
	padding: 5px 10px 0px 20px;
}
div.formpart{
	width:520px;
	margin: 10px 10px 15px 0;
}
div.formlabel{
	line-height: 24px;
	width:120px;
	float:left;
}
div.formcontent{
	padding-left:10px;
	float:left;
}
div.err{
	color: #ed1b2e;
	line-height: 24px;
}
div.err2{
	color: #ed1b2e;
	line-height: 24px;
}
#divTxt p {
	padding-top: 5px;
}
div.clearer{
	clear:both;
}
