div {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: white);
	color: black;
	padding:0;
	margin:0;
}
body, div, p, h1, h2, h3 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}
div, p {
	text-align: left;
}

#wrapper {
	margin-top:20px;
	width:652px;
}
#content {
	background-color: white;
	background-image: url(/images/bg_yellow.gif);
	background-repeat:repeat-y;
	background-position:left top;
	border: 1px solid black;
	width:650px;
}
#left {
	float:left;
/*	border-top:1px solid black;
	border-left:1px solid black; */
	width:60px;
	min-height:600px;
}
#right {
	float:left;
	/* border-right:1px solid black;border-top:1px solid black;border-bottom:1px solid black;*/
	width:590px;
	max-width: 800px;
	min-height:600px;
	/* height:600px; */
}
#footer {
	width:652px;
	text-align:center;
	color:white;
	background-color:#003D8F;
	padding-top:5px;
	padding-bottom:5px;
}
#footer a {color:white;}
#head{
}
h1 {
 color:#003D8F;
 font-size:120%;
}
h2 {
 color:#003D8F;
 font-size:100%;
}
#regform{
	padding:5px;
}
fieldset {
	border:1px dotted #FDCD01;
}
.messages {
	/* border: 1px solid black; --> IE 6 Darstellungsfehler, TK */
}
.messages .msg {
	padding-bottom:5px;
	padding-top:5px;
}
.messages .error, .messages .info {
	padding-left: 40px;
	min-height:46px;
	background-image: url(/images/error.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
	background-color: rgb(198, 212, 221);
}
.messages .error .msg {
}
.messages .info {
	background-image: url(/images/info.gif);
}
.messages .info .msg {
}
fieldset {
	padding-left: 10px;
}
fieldset legend {
	background:white;
}