/*
 * Globale CSS-Angaben
 */
.menu {
	
	background-image: url('../img/1/menu_bg.png');
	background-repeat: repeat-x;
	text-align: center;
	width: 100%;
	
}

.menu_aligned {
	
	margin-left: auto;
	margin-right: auto;
	width: 680px;
	
}

.mainbody_aligned {
	
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 500px;
	
}

.mainbody {
	
	margin-top: 25px;
	width: 500px;
	
}

.footer {
	
	clear: both;
	color: #D8D8D8;
	font-size: 10px;
	margin-top: 20px;
	text-align: center;
	
}

.headline {
	
	border-bottom: 1px solid #F56D39;
	line-height: 28px;
	padding-left: 12px;
	text-align: left;
	
}

.headline2 {
	
	border-bottom: 1px solid #D8D8D8;
	padding-left: 12px;
	line-height: 28px;
	text-align: left;
	
}

.infobox {

	line-height: 20px;
	margin-top: 6px;
	padding: 0px 6px 0px 6px;
	text-align: justify;

}

.infobox_failed {

	background-color: #FFE5E5;
	border: 1px solid #FF0000;
	line-height: 20px;
	margin-top: 6px;
	padding: 0px 6px 0px 6px;
	text-align: justify;
	
}

.infobox_success {

	background-color: #E0FFE0;
	border: 1px solid #00FF00;
	line-height: 20px;
	margin-top: 6px;
	padding: 0px 6px 0px 6px;
	text-align: justify;
	
}

.infobox_headline {
	
	line-height: 28px;
	margin-top: 6px;
	padding: 6px 0px 6px 0px;
	
}

.content_body {
	
	margin-left: 20px;
	margin-top: 20px;
	text-align: left;
	
}

.failurelist {
	
	list-style-type: square;
	margin-bottom: 3px;
	margin-top: 3px;
	
}

.mail_a {
	
	color: #000000;
	cursor: default;
	font-weight: normal;
	text-decoration: none;
	
}

/*
 * CSS-Angaben der einzelnen Seiten
 */
.home {
	
	background-image: url('../img/1/icon_index.png');
	background-position: 55px 30px;
	background-repeat: no-repeat;
	
}

.home_list {
	
	list-style-type: square;
	margin-left: 226px;
	text-align: left;
	
}

.home_a_signup {
	
	color: #000000;
	text-decoration: none;
	display: inline-block;
	vertical-align: bottom;
	border-bottom: 1px solid #0094FF;
	font-variant: small-caps;
	font-size: 17px;
	margin-top: 10px;
	
}

.imprint {
	
	background-image: url('../img/1/icon_imprint.png');
	background-position: 55px 30px;
	background-repeat: no-repeat;
	margin-top: 6px;
	padding-left: 220px;
	text-align: left;
	
}

.imprint_admininfo {
	
	line-height: 28px;
	list-style-type: none;
	margin-top: 0px;
	
}

.imprint_additionals {
	
	line-height: 28px;
	list-style-type: square;
	margin-top: 0px;

}

.signup_captcha {
	
	float: left;
	margin-bottom: 2px;
	text-align: center;
	width: 256px;
	
}

.signup_captchainfo {

	font-size: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 12px;
	text-align: center;
	
}

.usercp {
	
	background-image: url('../img/1/usercp/icon_usercp.png');
	background-position: 55px 40px;
	background-repeat: no-repeat;
	
}

.usercp_list {
	
	line-height: 28px;
	list-style-type: none;
	text-align: left;
	
}
 
/*
 * Sonstiges
 */

.colum_w184 {
	
	clear: left;
	float: left;
	width: 184px;
	
}

.colum_w226 {

	clear: left;
	float: left;
	line-height: 28px;
	padding: 170px 0px 10px 0px;
	width: 226px;
	
}

.info_mleft184 {
	
	font-size: 10px;
	font-weight: bold;
	margin-left: 184px;
	padding: 4px 0px 4px 0px;
	
}

.container_mleft184_tacenter_w256 {
	
	margin-left: 184px;
	text-align: center;
	width: 256px;
	
}

.form_line {
	
	padding-bottom: 2px;
	padding-top: 2px;
	
}

.form_topline {
	
	padding-bottom: 2px;
	
}

.form_bottomline {
	
	padding-top: 2px;
	
}

.input_b1s626262_w256 {

	border: 1px solid #626262;
	color: #000000;
	font-family: trebuchet ms;
	font-size: 12px;
	width: 256px;
	
}

.pointer {
	
	cursor: pointer;
	
}

.m9999 {
	
	margin: 9px 9px 9px 9px;
	
}

.mleft184 {
	
	margin-left: 184px;
	
}

.tacenter {
	
	text-align: center;
	
}

.taleft {
	
	text-align: left;
	
}

/*
 * Fundamentales
 */
a {
	
	color: #0094FF;
	font-weight: bold;
	text-decoration: none;
	
}

body {
	
	color: #000000;
	cursor: default;
	font-family: trebuchet ms;
	font-size: 12px;
	margin: 0px;
	overflow: auto;
	padding: 0px;
	
}

form {
	
	display: inline;
	
}

html {

	overflow: auto;
	
}

img {
	
	border: none;
	
}

textarea {
	
	resize: none;
	
}
