*{ margin: 0; padding: 0; margin-left:auto;	margin-right:auto; border: 0; }

body{ text-align: center; background-color: #336699; }

#start{
	width: 800px;
	height: 10px;
	background: url(images/headtop.png) bottom;
	background-repeat: no-repeat;
}

#seite{
	position: relative;
	width: 800px;
	text-align: left;
}

#kopf{
	position: relative;
	width: 800px;
	height: 140px;
}

#kopf #header{
	position: absolute;
	width: 800px;
	height: 110px;
	left: 0px;
	bottom: 0px;
	background: url(images/header.png);
	background-repeat: no-repeat;
}

#kopf #member{
	position: absolute;
	bottom: 1px;
}

#kopf #grufties{
	position: absolute;
	width: 780px;
	height: 50px;
	left: 13px;
	bottom: 3px;
	background: url(images/grufties.png);
	background-repeat: no-repeat;
}

#header #h_left{
	position: absolute;
	width: 200px;
	height: 90px;
	left: 5px;
	/*background: url(images/headerl.png);*/
	background-repeat: no-repeat;
}

#header #h_right{
	position: absolute;
	width: 585px;
	height: 90px;
	right: 5px;
	/*background: url(images/headerr.png);*/
	background-repeat: no-repeat;
	/*background-color: green;*/
}

#header #h_logo{
	position: absolute;
	width: 200px;
	height: 90px;
	left: 5px;
	background: url(images/logo.png);
	background-repeat: no-repeat;
}

#header #h_logolink{
	position: absolute;
	width: 200px;
	height: 90px;
	left: 5px;
}

#header #h_login2{
	position: absolute;
	z-index: 300;
	text-align: right;
	width: 315px;
	height: 14px;
	right: 45px;
	bottom: 12px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	vertical-align: bottom;
}

#header #h_login2 input{
	width: 80px;
	height: 15px;
	bottom: 5px;
	vertical-align: middle;
}

#header #h_login3{
	position: absolute;
	z-index: 301;
	text-align: right;
	width: 30px;
	height: 30px;
	right: 10px;
	bottom: 8px;
}

#header #h_login4{
	position: absolute;
	z-index: 300;
	text-align: left;
	width: 240px;
	height: 14px;
	right: 80px;
	bottom: 12px;
	font-size: 10px;
	color: white;
	font-weight: bold;
	vertical-align: bottom;
}

#header #h_login5{
	position: absolute;
	z-index: 301;
	text-align: right;
	width: 67px;
	height: 30px;
	right: 10px;
	bottom: 8px;
}

/*#header #h_maske{
	position: absolute;
	width: 800px;
	height: 95px;
	left: 0px;
	background: url(images/layout/start/header.png);
	background-repeat: repeat-y;
}*/

#menu {
	position: relative;
	width: 800px;
}

#cont {
	position: relative;
	width: 800px;
}

#cont #alt{
	position: relative;
	width: 800px;
	padding: 0px 5px 0px 5px;
	background: url(images/bgall.png);
	background-repeat: repeat-y;
	text-align: left;
}

#cont #top{
	position: relative;
	width: 800px;
	height: 10px;
	left: 0px;
	background: url(images/cont_top.png);
	background-repeat: no-repeat;
}

#cont #inhalt{
	position: relative;
	width: 800px;
	left: 0px;
	z-index: 400;
	padding: 0px 10px 0px 10px;
	background: url(images/cont_bg.png);
	background-repeat: repeat-y;
}

#cont #inhalt #scheibe{
	position: absolute;
	width: 800px;
	left: 1px;
	bottom: -9px;
	z-index: 401;
	background: url(images/scheibe.png);
	background-repeat: no-repeat;
}

#cont #inhalt #zeige{
	position: relative;
	width: 780px;
	height: 440px;
	left: 0px;
	z-index: 402;
}

#cont #bottom{
	position: relative;
	width: 800px;
	height: 10px;
	left: 0px;
	z-index: 100;
	background: url(images/cont_bottom.png);
	background-repeat: no-repeat;
}

#scheibe{
	position: absolute;
	width: 800px;
	height: 450px;
	background: url(images/scheibe.png);
	background-repeat: no-repeat;
}

table{
	left: 0px;
	margin-left:0;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-style: normal;
}

p{
	left: 0px;
	margin-left:0;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-style: normal;
}

#cont #cleft{
	float: left;
	width: 200px;
	padding: 0;
	text-align: left;
	/*background-color: green;*/
}

p#info{
	width: 585px;
	height: 20px;
	background: white;
	background: url(images/bginfo.png);
	background-repeat: no-repeat;
}

p#infotxt{
	z-index: 2;
	position: absolute;
	width: 585px;
	height: 20px;
	top: 3px;
	left: 211px;
	color: white;
	font-size: 10px;
	font-weight: bold;
	text-indent: 5px;
}

p#ende{
	width: 800px;
	height: 10px;
	background: url(images/foottop.png) no-repeat;
}

p#contoben{
	width: 585px;
	height: 10px;
	background: url(images/contoben.png) no-repeat;
}

p#contunten{
	width: 585px;
	height: 5px;
	background: url(images/contunten.png) left bottom no-repeat;
}

p#headline{
	height: 13px;
	color: #92B8D6;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #92B8D6;
	text-indent: 15px;
	background: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;
}

p#headline2{
	padding-left: 15px;
	color: #92B8D6;
	font-size: 10px;
	font-weight: bold;
	border-bottom: 1px solid #92B8D6;
	background: url(images/arrow.gif) bottom;
	background-repeat: no-repeat;
	background-position: left;
	background-color: white;
}

p#txt{
	left: 0px;
	margin-left:0;
	margin-right:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #271380;
	font-style: normal;
	text-align: justify;
}

div #memberpic{
	position: absolute;
	width: 300px;
	height: 225px;
	top: 26px;
	left: 211px;
	background-color: red;
	background: url(images/member.png);
	background-repeat: no-repeat;
}




.loginfelder {
				height: 15px;
				width: 80px;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				background-color: #FFD9A0;
				border: 1px solid #FFFFFF;
}

.icon_panel{	width: 20px;
				height: 20px;
				text-align: center;
				vertical-align: middle;

}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	/*padding-left: 15px;*/
}

/*.formtable tr {height: 25px;}*/

.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: normal;
	word-spacing: normal;
	line-height: normal;
	font-weight: normal;
	color: #271380;
	font-style: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	white-space: normal;
	text-transform: none;
}

.minitxt {		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; letter-spacing: normal; word-spacing: normal; line-height: normal; font-weight: normal; color: #271380; font-style: normal; margin-bottom: 0px; margin-top: 0px; white-space: normal; text-transform: none}

.alert {		font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: normal; word-spacing: normal; line-height: normal; font-weight: normal; color: red; font-style: normal; margin-bottom: 0px; margin-top: 0px; white-space: normal; text-transform: none}

/*table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #271380;
	font-style: normal;
	text-align: left;
	}*/

body {			font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: normal; word-spacing: normal; line-height: normal; font-weight: normal; color: #271380; font-style: normal; margin-bottom: 0px; margin-top: 0px; white-space: normal; text-transform: none


/*   scrollbar-face-color:#DFE9F1;
   scrollbar-shadow-color:#9ABAD2;
   scrollbar-highlight-color:#FFFFFF;
   scrollbar-3dlight-color:#9ABAD2;
   scrollbar-darkshadow-color:#271380;
   scrollbar-track-color:#DFE9F1;
   scrollbar-arrow-color:#271380;
*/
}

a:active {  }
a:hover {		text-decoration: underline; color: red}
a:link {  }
a:visited {  }
a { font-weight: normal; text-decoration: none; font-size: 11px; color: white; letter-spacing: -0.5pt }
.maktiv { font-weight: normal; text-decoration: none; font-size: 11px; color: red; letter-spacing: -0.5pt }

.hauptmenu {	font-weight: normal; text-decoration: none; font-size: 11px; color: #000000; letter-spacing: -0.5pt}

a.profil:active {  }
a.profil:hover {		text-decoration: underline; color: #271380}
a.profil:link {  }
a.profil:visited {  }
a.profil {	font-weight: normal; text-decoration: none; font-size: 11px; color: #ff7200; letter-spacing: -0.5pt }

.profil {font-weight: normal; text-decoration: none; font-size: 11px; color: #271380; letter-spacing: -0.5pt}

a.hauptmenu:link {		color: #271380;}
a.hauptmenu:hover {		color: #271380; }
a.hauptmenu:active {	color: #271380; }
a.hauptmenu:visited {	color: #271380; }

.change_input_type { cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}
.change_input_type_blau { background-color: #DEEAF2; cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}
.change_input_type_weiss { background-color: #FFFFFF; cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}
.change_input_type_orange { background-color: #FFF3E8; cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}


a.blau_unterline:link {		color: #271380;text-decoration: underline;}
a.blau_unterline:hover {	color: #271380;text-decoration: underline; }
a.blau_unterline:active {	color: #271380;text-decoration: underline; }
a.blau_unterline:visited {	color: #271380;text-decoration: underline; }


a.blau:link {	color: #271380;text-decoration: none;}
a.blau:hover {	color: #271380;text-decoration: none; }
a.blau:active {	color: #271380;text-decoration: none; }
a.blau:visited {color: #271380;text-decoration: none; }
.blau {			color: #271380;text-decoration: none;font-size: 11px; color: #271380; letter-spacing: -0.5pt}
.ueberschrift {
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: normal; word-spacing: normal; line-height: normal; font-weight: bold; color: #271380; font-style: normal; margin-bottom: 0px; margin-top: 0px; white-space: normal; text-transform: none
}
.inhalt {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
}
.formbutton{	border: solid 1px #FF9A00; cursor: hand; background-color:#FFD9A0;font-size: 11px; font-weight: bold;}


.button{		border: solid 1px #FF9A00; cursor: hand; padding: 2px; background-color:#FFD9A0; vertical-align:middle}

a.buttonlink {	font-weight: bold; text-decoration:none; letter-spacing: 0pt; color: #271380;}
a.buttonlink:active {  }
a.buttonlink:hover {text-decoration:none; }
a.buttonlink:link {  }
a.buttonlink:visited {  }




.iblur{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	height:15px;
	font-weight: normal;
	background-color: white;
	font-size: 10px;
	text-align:center;
}
.ifocus	{
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	height:15px;
	font-weight: normal;
	background-color: #D6D6D6;
	font-size: 10px;
	text-align:center;
}


/*.iblur{
	border: solid 1px #B4B4B4;
	height:18px;
	font-weight: normal;
	background-color: white;
	font-size: 10px;
}
.ifocus	{
	border: solid 1px #B4B4B4;
	height:18px;
	font-weight: normal;
	background-color: #FFD9A0;
	font-size: 10px;
}*/

.upload {}
select {		background: #ffffff; height:18px color: #000000; font-family: verdana, arial, helvetica; font-size: 10px;}
textarea {		border: solid 1px #B4B4B4; font-family: verdana, arial, helvetica; font-size: 10px;}
.tablur{
	border-left: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	border-bottom: solid 1px #808080;
	border-right: solid 1px #808080;
	font-weight: normal;
	background-color: white;
	font-size: 10px;
}
.tafocus	{
	border-left: solid 1px #808080;
	border-top: solid 1px #808080;
	border-bottom: solid 1px #C0C0C0;
	border-right: solid 1px #C0C0C0;
	font-weight: normal;
	background-color: #D6D6D6;
	font-size: 10px;
}

.tableblur{			background-color: #ffffff; }
.tablefocus	{		background-color: #FFD9A0;}

.change_input_type { cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}
.change_input_type_blau { background-color: #DEEAF2; cursor: hand; border: 0px solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; color: #271380;}

.a.helper {cursor: help; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; letter-spacing: normal; word-spacing: normal; line-height: normal; font-weight: normal; color: #271380; font-style: normal; margin-bottom: 0px; margin-top: 0px; white-space: normal; text-transform: none}

a.normallink {	font-weight: normal; text-decoration: none; font-size: 11px; color: #ff7200;  letter-spacing: 0pt;}
a.normallink:active { }
a.normallink:hover { text-decoration: underline; color: #271380; letter-spacing: 0pt;}
a.normallink:link { }
a.normallink:visited { }



a.michael { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.michael:active { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.michael:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #FF9A00; }
a.michael:link { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.michael:visited { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.michael:visited:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #FF9A00; }

a.nav { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.nav:active { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.nav:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #FF9A00; }
a.nav:link { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.nav:visited { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.nav:visited:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #FF9A00; }

a.orangesmall { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }
a.orangesmall:active { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }
a.orangesmall:hover { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }
a.orangesmall:link { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }
a.orangesmall:visited { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }
a.orangesmall:visited:hover { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }

a.bluesmall { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }
a.bluesmall:active { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }
a.bluesmall:hover { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }
a.bluesmall:link { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }
a.bluesmall:visited { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }
a.bluesmall:visited:hover { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #FF9A00; }

.forummini { font-family: Verdana, Arial, Helvetica, sans-serif;text-decoration: none; font-size: 10px; color: #271380; }

a.btn { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.btn:active { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.btn:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.btn:link { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.btn:visited { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }
a.btn:visited:hover { font-weight: bold; text-decoration: none; font-size: 11px; color: #271380; }