/*--------------- BODY / ALLGEMEIN ---------------*/
* {
  	margin:				0px;
	padding:			0px;
	top:				0px;
	left:				0px;
}
body {
	margin-top:			10px;
	margin-bottom:		10px;
	background-color:	#CCCCCC;
	text-align:			center;
	background-image:	url(/_files/pix/background.gif);
}
img {
  	border:				0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #8e8e8e;
	padding: 10px 10px 10px 0px;
}
/*--------------- HEADER ---------------*/
.header{
	background-color: 	#E0DC9E;
	height: 			125px;
	width: 				950px;
	display:			block;
	background-image: 	url(/_files/pix/header.gif);
	font-size:			24px;
}
.header_img_left{
	margin-left:		8px;
	margin-top:			12px;
	position:			absolute;
}
.header_img_right{
	margin-left:		840px;
	margin-top:			12px;
	position:			absolute;
}
.header_nav{
	margin-left:		145px;
	margin-top:			85px;
	position:			absolute;
}
.header_nav a, .header_nav_special{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	color: 				#546a05;
	font-size: 			14px;
	font-style: 		normal;
	font-weight: 		bold;
	text-decoration: 	none;
	background-image:	url(/_files/pix/topbullet.gif);
	background-repeat:	no-repeat;
	background-position:left top;
	padding: 			0px 0px 3px 15px;
	margin-right:		15px;
	display:			inline;
}
.header_nav a:hover {
  	text-decoration:	underline;
  	color: 				#869352;
}

/*--------------- H1-6 ---------------*/
h1{
	font-family: 		Helvetica, Arial, sans-serif;
	font-style: 		normal;
	font-size:			28px;
	font-weight: 		bolder;
	font-variant: 		normal;
	color: 				#546a05;
	margin:				18px 0px 0px 275px;
	position:			absolute;
	display:			block;
}
h2{
	font-family: 		Helvetica, Arial, sans-serif;
	font-style: 		normal;
	font-size:			20px;
	font-weight:		normal;
	font-variant: 		normal;
	color: 				#546a05;
	margin:				50px 0px 0px 300px;
	display:			block;
	position:			absolute;
}
h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	color: #6f8912;
	height:10px;
	padding: 0px 0px 10px 0px;
}
h5{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #6f8912;
	height:10px;
	padding: 5px 0px 15px 0px;
}
h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #6f8912;
	padding: 0px 0px 0px 0px;
	display:block;
}

/*--------------- REGISTRATION ---------------*/
.error {
  	background-color:	#ffcccc;
  	color:				red;
  	border:				1px solid red;
  	padding:			3px;
}
.error ul {
  	padding-left:		20px;
}
.reg {
  	width:				100%;
}
.reg h6 {
  	padding-top:		10px;
	padding-bottom:		5px;
}
.reg_pers_content {
  	text-align:			left;
  	width:				350px;
  	padding-top:		2px;
	padding-bottom:		2px;
}
.reg_pers_label {
  	width:				150px;
  	font-weight:		bold;
}
.reg_textarea {
  	width:				250px;
  	font-family: 		Verdana, Arial, Helvetica, sans-serif;
}
.reg_input {
  	width:				250px;
}
.reg_radio {
  	width:				30px;
}
.reg_comment {
  	font-size:			11px;
  	font-style:			italic;
  	padding-bottom:		10px;
}
.reg_space {
  	padding-bottom:		5px;
}
.plz_result {
  	width:				50px;
  	text-align:			center;
  	padding:			3px;
}
.ort_result {
  	width:				150px;
  	padding:			3px;
}
.name_vorname_result {
  	width:				170px;
  	padding:			3px;
}
.jahrgang_result {
  	width:				85px;
  	text-align:			center;
  	padding:			3px;
}

/*--------------- CONTACT ---------------*/
.kontakt {
  	width:				110px;
}
.kontakt_input {
  	width:				225px;
}
.kontakt_input input, .kontakt_input textarea {
  	width:				220px;
}

.center{
	margin-right: 		auto;
	margin-left: 		auto;
	position: 			relative;
	width: 				950px;
	text-align: 		left;
	background-color:	#fff;
	text-align:			left;
}
.content{
	background-image: 	url(/_files/pix/background2.gif);
	background-repeat:	repeat-y;
	margin: 			9px 0px 0px 0px;
}
.profile_content{
	background-image: 	url(/_files/pix/background3.gif);
	background-repeat:	repeat-y;
	margin: 			9px 0px 0px 0px;
}

/*--------------- MENU ---------------*/
.leftside{
	float: 				left;
	width: 				190px;
	background-color: 	transparent;
}
.navlist{
	list-style-type: 	none;
	padding: 			6px 0px 0px 6px;
}
.navlist a{
	font-family: 		Verdana, Arial, Helvetica, sans-serif;
	font-size: 			13px;
	font-style: 		normal;
	font-weight: 		bold;
	color: 				#546a05;
	text-decoration: 	none;
	background-image:	url(/_files/pix/bullet.gif);
	background-repeat:	no-repeat;
	background-position:left;
	padding-left: 		14px;
	margin-left: 		2px;
	display:			block;
	padding-bottom:		6px;
}
.navlist a:hover{
	color: #869352;
	text-decoration:underline;
}
.intext{
	height: 17px;
	width: 114px;
}

/*--------------- MORE INFO ---------------*/
.more_info{
	width: 160px;
	margin-left: 18px;
	margin-top: 20px;
	display:block;
	border: 1px solid #a7b96a;
	text-align:center;
}
.more_info span{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	color: #728e0e;
	border-bottom: 1px solid #a7b96a;
	background-color:#d8e6a2;
	display:block;
	padding:3px;
}
.more_info a{
	padding: 5px 5px 0px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #728e0e;
	text-decoration: none;
	display:block;
	padding-bottom:6px;
	text-decoration:none;
}
.more_info a:hover{
	color: #869352;
	text-decoration: underline;
}

/*--------------- CALLBOX ---------------*/
.callbox{
	width:162px;
	background-image:url(/_files/pix/callbox.gif);
	padding: 10px 0px 10px 0px;
	margin: 8px 0px 8px 18px;
	text-align:center;
}
.callbox a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #4a5e03;
	text-decoration: none;
	display:block;
}
.callbox a:hover {
  	text-decoration: underline;
}
.callbox div{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/*--------------- PROFILE ---------------*/
.search_table
{
  	padding: 10px 10px 10px 10px;
}
.search_input {
  	width:		140px;
}
.profile_right{
	width: 210px;
	background-color: transparent;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 3px 0px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e;
}
.oben_strong {
  	padding-top: 5px;
  	font-weight: bold;
}
.profile_label
{
	vertical-align: top;
  	width: 100px;
}
.profile_angaben
{
  	vertical-align: top;
  	width: 200px;
}
.line{
	height:				5px;
	display:			block;
	background-color: 	#fff;
	border-top:			1px dashed #869356;
	margin: 			10px 10px 10px 0px;
}

/*--------------- SEARCHMENU ---------------*/
.searchmenu {
  	width: 180px;
  	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
  	color:	#8e8e8e;
	padding:	3px 5px 5px 10px;
}

/*--------------- MIDDLE, RIGHT ---------------*/
.middle{
	width:490px;
	background-color: transparent;
	margin: 0px 0px 0px 210px;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8e8e8e;
}
.middleleft{
	float:left;
	width: 235px;
	padding: 0px 0px 5px 0px;
}
.middleright{
	float:right;
	border-left: 1px dashed #4a5e03;
	width: 235px;
	padding: 0px 0px 5px 15px;
}
.middle_img
{
  	float:left;
	margin: 0px 10px 0px 0px;
}
.rightside {
	float: right;
	padding: 0px 15px 0px 0px;
	width: 210px;
	background-color: transparent;
}
.partners p a img {
  	margin-right: 	12px;
  	margin-top:		12px;
  	text-decoration: none;
}
#partnerlinks a {
  	text-decoration: none;
}
.searchmenu a, .middle a, .rightside a, .middleright a, .middleleft a, .rightside a {
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
  	font-size: 				12px;
	font-weight: 			bold;
	color: 					#777;
	text-decoration: 		none;
	padding-left: 			10px;
	margin-bottom:			10px;
	background-repeat:		no-repeat;
	background-position:	left top;
	background-image:		url(/_files/pix/arrow.gif);
}
.list_profiles a {
	margin-bottom:			0px;
}
.middleright a, .middleleft a, .rightside a {
  	display:				block;
}
.reg a:hover, .searchmenu a:hover, .middle a:hover, .rightside a:hover, .middleright a:hover, .middleleft a:hover, .rightside a:hover {
  	text-decoration: 		underline;
  	color:					#909090;
}
.reg a, .list_profiles a, .middle p a, .rightside p a, .middleright p a, .middleleft p a, .rightside p a {
  	background-image:		none;
  	padding-left:			0px;
	font-weight: 			normal;
	text-decoration:		underline;
	color: 					#555;
}
.middle p a:hover, .rightside p a:hover, .middleright p a:hover, .middleleft p a:hover, .rightside p a:hover {
  	color:					#909090;
}
.cleaner{
	clear: both;
	background-color: #FFFFFF;
	height: 10px;
	width: 950px;
	overflow:hidden;
}

/*--------------- FOOTER ---------------*/
.footer{
	background-color: #7b9619;
	/*position: relative; Auskommentiert lassen! Ansonsten IE-Bug bei Step 6*/
	height: 25px;
	width: 950px;
	color:#EEE;
	text-align:center;
	display:block;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	overflow:hidden;
	text-decoration: none;
}
.footer a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration:none;
}
.footer a:hover { text-decoration: underline; }
.td1 { background-color: #E4EEC1; }
.td2 { background-color: #E0EDB0; }

/*--------------- PRINTER, PREVIEW ---------------*/
@media print {
    .middle { margin: 0px 0px 0px 0px; }
	.rightside { border-left: 1px dashed #869356; margin-right: 100px; padding-left: 10px; }
	.leftside { display: none; }
    .header { display: none; }
    .footer { display: none; }
}
/*--------------- access-for-all.ch ---------------*/
.hidden {
	display:				inline;
	left:					-1000px;
	overflow:				hidden;
	width:					0px;
	position:				absolute;
	top:					-1000px;
	height:					0px
}
/*--------------- ThinkClever ---------------*/
a.thinkclever {
	margin-left:			3px;
	margin-top:				0px;
	float:					left;
	display:				inline;
	width:					13px;
	height:					13px;
	overflow:				hidden;
	border:					0;
	background:				transparent url(/_files/pix/thinkclever-logo.gif) no-repeat top center;
}
a.thinkclever:hover {
	background-position:	center -15px;
}