body {
	background-color: white;
	font-size: 100.01%;
	font-family: Verdana;
	margin: 0px;
	padding: 0px;
	color: #565656;
}

#mainbox_container {
	width:750px;
}

#mainbox {
	background-image:url(../gfx/container-bg.gif);
	text-align:justify;
}

#header_container {
	height:100px;
}

#header {
	background-image:url(../gfx/header-bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	color: #FFF;
}

#col_left_container, #col_right_container {
	float: left;
	width: 180px;
}

#col_left_container, #col_right_container {
	float: left;
	width: 180px;
}

#col_left, #col_right  {
	margin: 10px;
}

#col_left h2, #col_right h2 {
	font-size:16px;
	font-weight:700;
	margin: 3px 7px 10px 0px;
	border-bottom:solid 1px #bbb;
	text-align:right;
}

#col_left a:link, #col_right a:link, a:visited, #col_left a:visited {
	text-decoration:none;
	font-size:13px;
	font-weight:400;
	color: #565656;
}

#col_left a:hover, #col_right a:hover {
	text-decoration: underline;
	font-size:13px;
	font-weight:400;
	color: #565656;
}

#box_navigation, #box_registration, #box_newsletter, #box_sponsoren, #box_login   {
	margin-bottom: 7px;
	padding-left: 7px;
	padding-bottom: 10px;
	font-weight:800;
	font-size:10px;
	background-color:#eee;
	border:solid 1px #bbb;
}

#box_navigation a, #box_registration a, #box_newsletter a, #box_sponsoren a, #box_login a   {
	padding-left:12px;
	background-image:url(../gfx/link_arrow.gif);
	background-repeat: no-repeat;
	background-position:left;
}

 #col_content_container {
	float:left;
	width: 390px;
}

#col_content {
	padding: 0px 15px 15px 15px;
	font-size: 13px;
	text-align:justify;
}

#col_content h1 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom:15px;
}

#col_content h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom:1px;
}

#col_content a[href^="http:"] {
	padding-left: 12px;
	background-image: url('../gfx/ext_link.gif');
	background-repeat: no-repeat;
	background-position: left;
	text-decoration:none;
}

#col_content a {
	color: #aba;
	text-decoration:none;
}

#col_content a:hover {
	background-color: #faa;
	text-decoration:underline;
}

#footer_container {
	clear:both;
}

#footer {
	font-size:11px;
	text-align:center;
	background-color:#bbb;
	color: #fff;
	padding: 3px 10px 3px 10px;
}

.required_field {
	background-color:#FF9999;
}

table {
 border-spacing:0px;
}

tr.odd {
	background-color: #ccc;
}

tr.even {
	background-color: #eee;
}

td.mincolumn {
	width:150px;
	padding-left:20px;
	padding-right:20px;
}
