/* Verändertes Seitenverhältnis für Login und Register & Contact */

h2 {
	padding: .3em 0;
}

.content-left {
	width: 40% !important;
	/*margin: 1em 1em 0 2em;*/
	margin-left: 2em !important;
	background-color: transparent;
	#overflow: hidden;
}

.content-left > form {
	margin: 0 0 0 2em; 
	text-align: left;
}


.content-right {
	width: 40% !important;
	margin: 1em 0 0 0 !important;

}

#agb {
	margin-top: 2em;
}

/* main_login Formular */
.content-left form > fieldset {
	margin-top: 1em;
	float: left; 
	width: 10em;
}

.content-left form > fieldset + fieldset {
	float: left; 
	width: 18em;
}

/* IE 6 */
* html form fieldset {
	float: left; 
	margin-top: 1em;
	width: 13em;	
}


/* CHANGEPASS */
#change_login_name {
	width: 8em; 
	margin-bottom: 1em;
}

.changepass {
	width: 99.9%;
}

fieldset.changepass {
	width: auto !important;
}




/* SITEMAP */
div#sitemap {
	background-color: transparent; 
	margin: 1em 2em; 
}

div#sitemap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sitemap ul li.subjects {
	border: 1px dotted #bbb;
}

div#sitemap ul li ul {
	padding: 1em;
}

div#sitemap.content-left {
	width: auto !important;
}


/* FORMULAR FORMATIERUNG */
textarea#mailBody {
	border: 1px solid #ff0000;
}

textarea#mailBody:focus {
	border: 1px solid #000;
}


textarea:focus {
	color: #000;
	border: 1px solid #000;
}

img.reg {
	#position: absolute;
	#float: right;
	margin-left: 5px;
}

