@charset "utf-8";
/* CSS Document */

body {
	margin:0; padding:0;
	background-image:url(images/bg.jpg);
	background-color:#ffe6f1;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	
}

#wrapper {
	background-image:url(images/bgmiddle.png);
	background-repeat:no-repeat;
	width:930px;
	margin-left:auto; margin-right:auto;
	padding-top:56px;
}

#container {
	width:555px;
	margin-left:auto; margin-right:auto;
}

#header {
	background-image:url(images/index_03.png);
	width:555px;
	height:84px;
}

#header #datum {
	padding-top:20px;
	margin-left:auto; margin-right:auto;
	color:#690098;
	font-weight:bold;
	width:130px;
	font-size:12px;
}

#titleholder {
	width:555px;
	height:44px;
	background-image:url(images/index_05.png);
}

#content {
	background-image:url(images/index_09.png);
	width:517px;
	height:auto;
	padding-left:18px; padding-right:19px;
	padding-top:10px; padding-bottom:19px;
}

#content h2 {
	color:#690599;
	font-size:18px;
	margin-top:0;
	margin-bottom:0;
}

#content p {
	font-size:12px;
	margin-top:0;
	margin-right:0;
}

#content p strong {
	color:#ff0000;
}


#content form {
	font-size:12px;
	width:330px;
}

#content form label {
	width:128px;
	line-height:25px;
	float:left;
	font-weight:bold;
	margin-bottom:5px;

}

#content form input.text {
	width:198px;
	border:1px solid #eeeeea;
	margin-bottom:15px;
}

#content form select {
	border:1px solid #eeeeea;
	margin-bottom:10px;
	height:22px;
}


#footer {
	width:545px;
	height:48px;
	background-image:url(images/index_11.png);
	line-height:40px;
	text-align:right;
	font-size:12px;
	padding-right:10px;
}

