DIV#outer {
	background: #fff;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

DIV#main {
	width: 1000px;
	position: relative;
}

DIV#maincontent {
	width: 949px;
	position: relative;
	float: left;
	background: url(../_gfx/bg1.png) repeat-y  #fff top right;
	margin-top: 5px;
	z-index: 1;
}


DIV#topgfx {
	position: relative;
	display: block;
	height: 111px;
	z-index: 20;
}

DIV#topmenu  {
	position: relative;
	height: 19px; 
	width: 1000px;
	z-index: 20;
	background: url(../_gfx/topmenubg.png);
	text-align: center;
}


DIV#sp1 {
	float: left; 
	width: 200px;
	position: relative;
	z-index: 20;
	min-height: 500px;
}

DIV#sp2-3 {
	float: left;
	width: 550px;
	position: relative;
	margin-right: 25px;
	margin-left: 25px;
	padding-top: 20px;
	overflow-x: hidden;
}

DIV#sp2-2 {
	float: left;
	width: 775px;
	position: relative;
	margin-left: 25px;
	padding-top: 20px;
}

DIV#sp3 {
	float: left;
	width: 200px;
	position: relative;
	overflow-x: hidden;
}

DIV#kolofon {
	position: relative;
	height: 23px; 
	width: 998px;
	border: 1px solid #fff;
	z-index: 20;
	background: #9AC9E4; /*  url(../_gfx/kolofonbg.png) */
	text-align: center;
	color: #393738;
}


DIV.cl {
	clear: left;
}

DIV.cr {
	clear: right;
}

DIV.cb {
	clear: both;
}
form#chadr {float:left;width:500px;}
form#chadr ul {
	float:left;
	margin: 20px 0 0;
	padding: 0;
	width: 550px;
	list-style: none;
}
form#chadr li {
	width: 550px;
	margin: 1px 0;
	float: left;
	overflow: hidden;
}
form#chadr li label {
	width: 150px;
	float: left;
}
form#chadr li input {
	width: 350px;
	float: left;
}
form#chadr li input.auto {
	width: auto;
	float: left;
}

.tips {float:left;width:550px;}
.tips label {
	width: 70px;
	float: left;
}
.tips input {
	width: 150px;
	float: left;
	margin: 0 15px;
}
.tips input.auto {
	width: auto;
	float: left;
}