/* ### ### ### ### ### main.css ### ### ### ### ### */
html {
	position: absolute;
	width: 100%;
	height: 100%;
	/* background: yellow; */
	min-height: 400px;
}

body {
	min-width: 950px;
	max-width: 1400px;
	margin: 0px auto;
	padding: 0px;
	/* background: blue; */
	font-family: Calibri, Helvetica, Geneva, Arial, sans-serif;
	font-size: 16px;
	background-image: ;
	background-position: top center;
	background-repeat: no-repeat;
}

/* ### Kopf ### */
#kopf {
	position: absolute;
	width: 100%;
	min-width: 950px;
	max-width: 1400px;
	height: 55px;
	/*background: green;*/
	text-align: center;
	padding: 0px;
	margin: 0px auto;
}

#kopf img {
	border: 0px;
}

#kopf sub {
	vertical-align: middle;
	font-style:	italic;
	color: orange;
	font-size: 16px;
}


a:link.kopf, a:visited.kopf, a:hover.kopf  {
	font-family: Cambria, sans-serif;
	font-style: italic;
	color: #000000;
	font-size: 40px;
	text-decoration: none;
}

#kopf_ck {
	position: absolute;
	left: 18px;
}

#kopf_banner {
	position: absolute;
	left: 130px;
}

#kopf_rechts {
	position: absolute;
	right: 18px;
	bottom: 0px;
}

/* ### Mittlererbereich ### */
#mitte {
	position: absolute;
	top: 65px;
	left: 0px;
	right: 0px;
	bottom: 18px;
	min-width: 950px;
	max-width: 1400px;
	/* margin: -3px auto 5px auto; */
	margin: 0px auto;
	padding: 0px;
	/* background: pink; */
}

/* ### Navibereich ### */
#navi {
	position: absolute;
	width: 130px;
	top: 0px;
	left: 0px;
	bottom: 0px;
	/* margin: 5px; */
	padding: 0px;
	margin: 12px 0px 5px 19px;
	color: #000000;
	font-size: 20px;
	/* background: #99ccff; /* blass blau */
}

a:link.navi, a:visited.navi {
	color: #000000;
	text-decoration: none;
} 

a:link.active_navi, a:visited.active_navi {
	color: #126fb3;
	text-decoration: none;
} 

a:hover.navi {
	color: #126fb3;
	text-decoration: none;
} 

/* ### Hauptfenster ### */
#haupt {
	position: absolute;
	top: 0px;
	left: 135px;
	right: 0px;
	bottom: 0px;
	/* background: #33ff66; /* hell grün */
	margin: 7px 14px;
	padding: 0px; /* nicht ändern */
}

#haupt_oben, #haupt_unten, #haupt_mitte_inhalt  {
	max-width: 1020px;
}

#haupt_oben, #haupt_unten, #haupt_mitte , #haupt_mitte_inhalt  {
	position: absolute;
	width: 100%;
	margin: 0px; /* nicht ändern */
	padding: 0px; /* nicht ändern */
}

#haupt_oben {
	height: -15px;
	/* background: blue; */
}

#haupt_oben span{
	font-weight: bold;
}

#haupt_mitte {	
	top: 0px;
	bottom: 0px;
	/* background: #99ccff; /* blass blau */
	overflow: auto;
}

#haupt_mitte_inhalt {	
	/* background: white; */
}

#haupt_unten {
	height: -15px;
	/* background: green; */
	bottom: 0px;
}

/* ### Status Unten ### */
#status {
	position: absolute;
	bottom: 0px;
	height: 16px;
	/*background: #990033;*/
	width: 100%;
	min-width: 950px;
	max-width: 1400px;
	font-size: 13px;
	color: #FFF;
	text-align: center;	
}

/* ### ### ### ### ### back.css ### ### ### ### ### */

/* ### Kopf Hindergrund ### */
#kopf_back {
	position: absolute;
	width: 100%;
	min-width: 950px;
	max-width: 1400px;
	height: 60px;
	background: #458ccc;
}


/* ### Mittlererbereich Hindergrund ### */
#mitte_back {
	position: absolute;
	top: 65px;
	left: 0px;
	right: 0px;
	bottom: 16px;
	min-width: 950px;
	max-width: 1400px;
	margin: 0px auto 5px auto;
}

/* ### Navibereich Hindergrund ### */
#navi_back {
	position: relative;
	float: left;
	width: 130px;
	height: 100%;
	background: #eaeaea;
	border: 1px solid #eaeaea;
	margin: 0px 5px 0px 5px;
}

/* ### Hauptfenster Hindergrund ### */
#haupt_back {
	position: relative;
	overflow: auto;
	height: 100%;
	border: 1px dotted #A9A9A9;
	margin: 0px 5px 0px 5px;
}


/* ### Status Unten Hindergrund ### */
#status_back {
	position: absolute;
	bottom: 0px;
	height: 16px;
	width: 100%;
	min-width: 950px;
	max-width: 1400px;
	background: #458ccc;
}

/* ### ### ### Skin Blau ### ### ### */

/* ### Kopf Hindergrund ### */
#kopf_back {
	background: none;
}

#kopf_back_2, #kopf_back_3, #kopf_back_links, #kopf_back_unten, #kopf_back_rechts, #kopf_back_mitte {
	position: absolute;
}

#kopf_back_2, #kopf_back_3 {
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

#kopf_back_links, #kopf_back_rechts, #kopf_back_unten, #kopf_back_mitte {
	background-repeat: repeat;
}

#kopf_back_links {
	left: 0px;
	top: 0px;
	bottom: 10px;
	width: 10px;
	background-image: url(../skins/blau/kopf_rahmen.png);
}

#kopf_back_mitte {
	top: 0px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	background-image: url(../skins/blau/kopf_rahmen.png);
	background-repeat: repeat;
}

#kopf_back_2 {
	left: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/kopf2.png);
}

#kopf_back_unten {
	left: 10px;
	right: 10px;
	bottom: 0px;
	height: 10px;
	background-image: url(../skins/blau/kopf_rahmen.png);
}

#kopf_back_3 {
	right: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/kopf3.png);
}

#kopf_back_rechts {
	right: 0px;
	top: 0px;
	width: 10px;
	bottom: 10px;
	background-image: url(../skins/blau/kopf_rahmen.png);
}

/* ### Navibereich Hindergrund ### */
#navi_back {
	background: none;
	border: none;
}

#navi_back_1, #navi_back_2, #navi_back_3, #navi_back_4, #navi_back_links, #navi_back_unten, #navi_back_rechts, #navi_back_oben , #navi_back_mitte {
	position: absolute;
}

#navi_back_1, #navi_back_4, #navi_back_2, #navi_back_3 {
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

#navi_back_oben, #navi_back_links, #navi_back_rechts, #navi_back_unten, #navi_back_mitte {
	background-repeat: repeat;
}

#navi_back_1 {
	left: 0px;
	top: 0px;
	background-image: url(../skins/blau/navi1.png);
}

#navi_back_links {
	left: 0px;
	top: 20px;
	bottom: 20px;
	width: 20px;
	background-image: url(../skins/blau/navi_rahmen.png);
}

#navi_back_2 {
	left: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/navi2.png);
}

#navi_back_unten {
	left: 20px;
	right: 20px;
	bottom: 0px;
	height: 20px;
	background-image: url(../skins/blau/navi_rahmen.png);
}

#navi_back_3 {
	right: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/navi3.png);
}

#navi_back_rechts {
	right: 0px;
	top: 20px;
	width: 20px;
	bottom: 20px;
	background-image: url(../skins/blau/navi_rahmen.png);
}

#navi_back_4 {
	right: 0px;
	top: 0px;
	background-image: url(../skins/blau/navi4.png);
}


#navi_back_oben {
	left: 20px;
	right: 20px;
	height: 20px;
	background-image: url(../skins/blau/navi_rahmen.png);
}

#navi_back_mitte {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-image: url(../skins/blau/navi_rahmen.png);
}

/* ### Hauptfenster Hindergrund ### */
#haupt_back {
	background: none;
	border: none;
}

#haupt_back_1, #haupt_back_2, #haupt_back_3, #haupt_back_4, #haupt_back_links, #haupt_back_unten, #haupt_back_rechts, #haupt_back_oben , #haupt_back_mitte, #haupt_oben_back, #haupt_unten_back  {
	position: absolute;
}

#haupt_back_1, #haupt_back_4, #haupt_back_2, #haupt_back_3 {
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}

#haupt_back_oben, #haupt_back_links, #haupt_back_rechts, #haupt_back_unten, #haupt_back_mitte, #haupt_oben_back, #haupt_unten_back  {
	background-repeat: repeat;
}

#haupt_back_1 {
	left: 0px;
	top: 0px;
	background-image: url(../skins/blau/haupt1.png);
}

#haupt_back_links {
	left: 0px;
	top: 20px;
	bottom: 20px;
	width: 1px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

#haupt_back_2 {
	left: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/haupt2.png);
}

#haupt_back_unten {
	left: 20px;
	right: 20px;
	bottom: 0px;
	height: 1px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

#haupt_back_3 {
	right: 0px;
	bottom: 0px;
	background-image: url(../skins/blau/haupt3.png);
}

#haupt_back_rechts {
	right: 0px;
	top: 20px;
	width: 1px;
	bottom: 20px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

#haupt_back_4 {
	right: 0px;
	top: 0px;
	background-image: url(../skins/blau/haupt4.png);
}


#haupt_back_oben {
	left: 20px;
	right: 20px;
	height: 1px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

#haupt_back_mitte {
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background-image: ;
}

#haupt_oben_back {
	left: 0px;
	right: 0px;
	top: 55px;
	height: 1px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

#haupt_unten_back {
	left: 0px;
	right: 0px;
	bottom: -5px;
	height: 1px;
	background-image: url(../skins/blau/haupt_rahmen.png);
}

/* ### Status Unten Hindergrund ### */
#status_back {
	background: none;
}

#status_back_1, #status_back_4, #status_back_links, #status_back_rechts, #status_back_oben , #status_back_mitte {
	position: absolute;
}

#status_back_1, #status_back_4 {
	background-repeat: no-repeat;
	height: 10px;
	width: 10px;
}

#status_back_oben, #status_back_links, #status_back_rechts, #status_back_mitte {
	background-image: url(../skins/blau/status_rahmen.png);
	background-repeat: repeat;
}

#status_back_1 {
	left: 0px;
	top: 0px;
	background-image: url(../skins/blau/status1.png);
}

#status_back_oben {
	left: 10px;
	right: 10px;
	height: 10px;
}

#status_back_4 {
	right: 0px;
	top: 0px;
	background-image: url(../skins/blau/status4.png);
}

#status_back_links {
	left: 0px;
	top: 10px;
	width: 10px;
	bottom: 0px;
}

#status_back_mitte {
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 0px;
}

#status_back_rechts {
	right: 0px;
	top: 10px;
	width: 10px;
	bottom: 0px;
}

/* ### ### ### ### ### skin.css ### ### ### ### ### */

/* ### Überschriften ### */
h1 {
	text-align: center;
	text-decoration: underline;
	line-height: 20px;
	max-width: 1024px;
	/*font-family: Cambria, sans-serif;*/
}

h2 {
	line-height: 0px;
	text-indent: 0px;
	font-size: 24px;
}

h3 {
	line-height: 0px;
	text-indent: 0px;
	font-size: 20px;
	max-width: 1024px;
}

h4 {
}

h5 {
}

h6 {
}

p {
	text-align: justify;
	margin: 12px 10px 12px 0px;
}

/* ### Willkommenseite ### */
.willk {
	position: relative; 
	min-width: 800px;
	max-width: 1024px;
}

.willk_ganz {
	float: left;
	clear: both;
	padding: 0px;
	margin: 10px 0px;
	border-bottom: 1px dotted #90909B;
	border-right: 1px dotted #90909B;
}

.willk_links, .willk_rechts {
	position: relative; 
	width: 49%;
	padding: 0px;
	margin: 10px 0px;
	border-bottom: 1px dotted #90909B;
	border-right: 1px dotted #90909B;
}

.willk_links {
	float: left;
	clear: left;
}

.willk_rechts {
	float: right;
	clear: right;
}

a:link.willk_link, a:visited.willk_link {
	color: #000;
	display: block;
	text-decoration: none;
} 

.willk_link span {	
	color: #126fb3;
	float: left;
	clear: both;
	margin: 0px;
}

.willk_link_rechts {	
	float: right;
	clear: none;
	margin: 0px 10px 0px 2px;
}

.willk_link_text {
	float: left;
	clear: both;
	margin: 0px 10px 10px 0px;
	text-align: justify;
} 

a:hover.willk_link {
	color: #126fb3;
	display: block;
	/*background: #eaeaea;*/
}

a:hover.willk_link span {
	text-decoration: underline;
}

#version {
	position: relative; 
	clear: both;
	text-align: center;
}

/* ### Zähler Bereich ### */
#zaehler {
	position: absolute; 
	bottom: 0px;
	font-size: 18px;
	width: 104px;
	line-height: 20px;
}

#zaehler span {
	float: right;
	font-size: 20px;
}

/* ### Neues Bereich ### */
.neues {
	position: relative; 
	height: 22px;
	max-width: 984px;
	padding: 0px 20px;
	background-color: #126fb3;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 20px;
	color: #FFFFFF;
}

.neues_nummer {
	position: relative;
	top: -21px;
	font-size: 16px;
	color: #FFFFFF;
	text-align: right;
}

.neues_datum {
	position: relative;
	height: 22px;
	max-width: 1004px;
	padding: 0px 10px;
	background-color: #eaeaea;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #000000;
}

.neues_kom {
	position: relative;
	top: -19px;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 16px;
	color: #000000;
	text-align: right;
}

.neues_inhalt {
	position: relative;
	max-width: 983px;
	padding: 20px;
    font-size: 16px;
	color: #000000;
	border-bottom: 1px dotted #90909B;
	border-right: 1px dotted #90909B;
}

/* ### Gästebuch ### */
.gb_beitrag_links {
	float: left;
	height: 100px;
	width: 280px;
	border: 1px dotted #90909B;
	font-size: 16px;
	padding: 5px;
	margin: 0px 10px 0px 0px;
}

.gb_beitrag_links span {
	font-weight: bold;
}

.gb_beitrag_rechts {
	height: 100px;
	margin: 0px 5px 10px 0px;
	max-width: 722px;
	padding: 5px;
	border: 1px dotted #90909B;
	font-size: 16px;
	overflow: auto;
}

.gb_formular {
	float: left;
	clear: none;
	margin: 0px 10px;
	/* background: #99ccff; /* blass blau */
}

.gb_formular span{
	font-weight: bold;
}

.gb_formular_links {
	float: left;
	width: 120px;
}

/* ### Umfragen ### */
/* Sammelseite */
.umfrage {
	margin: 40px 0px;
	max-width: 1024px;
	clear: both;
	height: 95px;
	border-bottom: 1px dotted #90909B;
	border-left: 1px dotted #90909B;
}

.umfrage:hover {
	background: #eaeaea;
}

.umfrage_head {
	padding: 0px 5px;
	margin: 0px 0px 5px 0px;
	color: #fff;
	background: #458ccc;
	font-size: 20px;
	font-family: Cambria, sans-serif;
	font-style: italic;
}

.umfrage_links {
	padding: 0px 0px 0px 10px;
	position: relative; 
	width: 60%;
	float: left;
	color: #458ccc;
}

a:link.umfrage, a:visited.umfrage {
	color: #458ccc;
	text-decoration: none;
} 

/* Unterseite */
.umfrage_head2 {
	margin: 20px 0px 0px 0px;
	padding: 0px 10px;
	max-width: 1024px;
	color: #fff;
	background: #458ccc;
	font-size: 20px;
	font-family: Cambria, sans-serif;
	font-style: italic;
}

.umfrage_head3 {
	margin: 10px 0px;
	padding: 0px 5px;
	max-width: 1024px;
	background: #eaeaea;
	font-size: 16px;
	line-height: 18px;
	font-family: Cambria, sans-serif;
	font-style: italic;
}

.umfrage_wahl {
	margin: 0px 0px 40px 0px;
	border-bottom: 1px dotted #90909B;
	border-left: 1px dotted #90909B;
	max-width: 1024px;
	padding: 5px 10px;
	line-height: 30px;
}

.umfrage_text {
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	text-align: justify;
	border-bottom: 1px dotted #90909B;
}

.umfrage_klein {
	font-size: 12px;
	line-height: 14px;
	clear: both;
	margin: 5px 0px 0px 5px;
}

.umfrage_kom {
	font-style: italic;
	line-height: 14px;
	margin: 0px 0px 5px 20px;
}

/* ### Bilder ### */
/* Bilder Hauptansicht */
.layout_bilder_haupt {
	max-width: 1024px;
	width: 1024px;
	overflow: auto;
	margin: 10px;
	border: 1px dotted #90909B;
	color: black;
	text-decoration: none;
}

.layout_bilder_haupt:hover {
	background: #eaeaea;
	color: #126fb3;
}

.layout_bilder_haupt img{
	width: 200px;
	float: left;
	line-height: 0px;
	border: 0px;
}

.layout_bilder_haupt_text {
	padding: 10px 10px 10px 210px;
} 

.layout_bilder_haupt_text_ueber {
	font-size: 20px;
	font-weight: bold;
}

.layout_bilder_haupt_text span {
	font-weight: bold;
} 

/* Bilder betrachten */
#layout_bilder_ueber {
	text-align: center;
	text-decoration: underline;
	font-size: 24px;
	font-weight: bold;
	font-family: Cambria, sans-serif;
	padding: 10px 0px 0px 0px;
}

#layout_bilder_rahmen {
	max-width: 1024px;
	text-align: center;
}
	
#layout_bilder_aussen {
	display: table;
	margin: 0px auto;
	padding: 5px;
	min-width: 776px;
}

#layout_bilder_box {
	display: table;
	margin: 0px auto;
	text-align: left;
	width: 760px;
	border: 1px dotted #90909B;
	padding: 5px;
}

a:link.layout_bilder_box, a:visited.layout_bilder_box {
	color: black;
	text-decoration: none;
} 
	
a:hover.layout_bilder_box {
	color: black;
	text-decoration: none;
}

#layout_bilder_box span{
	display: inline;
	font-weight: bold;
}

a:link.layout_bilder_box span, a:visited.layout_bilder_box span{
	color: #458ccc;
	text-decoration: none;
} 

a:hover.layout_bilder_box span{
	color: #126fb3;
	text-decoration: none;
}

#layout_bilder_box_links {
	display: table-cell;
	width: 300px;
}

#layout_bilder_box_rechts {
	display: table-cell;
}

.layout_bilder_seite {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 80px;
	background: #eaeaea;
}
	
a:link.layout_bilder_seite, a:visited.layout_bilder_seite {
	color: #458ccc;
	text-decoration: none;
} 
	
a:hover.layout_bilder_seite {
	color: #126fb3;
	text-decoration: none;
	background: #c0c0c0;
}

.layout_bilder_seite img {
	width: 80px;
}	

.layout_bilder_unten {
	text-align: center;
	display: table-cell;
	width: 600px;
	padding: 0px 2px 0px 4px;
	background: #eaeaea;
}

a:link.layout_bilder_unten, a:visited.layout_bilder_unten {
	color: #458ccc;
	text-decoration: underline;
	text-align: center;
} 
	
a:hover.layout_bilder_unten, .layout_bilder_unten:hover {
	color: #126fb3;
	text-decoration: underline;
	background: #c0c0c0;
}

/* Ein Bild */
.layout_bilder_mitte {
	display: table-cell;
	padding: 5px 5px 0px 5px;
}

.layout_bilder_mitte img {
	width: 600px;
}

/* Mehrere Bilder */
.layout_bilder_klein {
	display: table-cell;
	padding: 2px;
	line-height: 0px;
}

.layout_bilder_klein img {
	width: 200px;
}

a:link.layout_bilder_klein img, a:visited.layout_bilder_klein img {
	text-decoration: none;
	border: 0px;
} 
	
a:hover.layout_bilder_klein {
	text-decoration: none;
	border: 0px;
}
		
/* ### Layout1 ### */
.layout1_ueber {
	position: relative; 
	background: #f3f3f3;
	margin-right: 10px;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 20px;	
}

.layout1_text {
	position: relative; 
	font-size: 16px;
	margin: 10px 20px 0px 34px;
	overflow: auto;
	text-align: justify;
}

/* ### Layout2 ### */
/* Hauptseite */
.layout2_1_rahmen {
	position: relative; 
	height: 50px;
	max-width: 1024px;
	border: 1px dotted #90909B;
}

.layout2_1_ueber {
	position: absolute; 
	height: 100%;
	width: 220px;
	text-align: center;
	background: #f3f3f3;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 20px;
}

.layout2_1_text {
	position: absolute;
	padding: 5px 10px;
	left: 220px;
	height: 100%;
    font-size: 16px;
}

.layout2_1_bsp {
	position: relative;
	text-indent: 100px;
	max-width: 1024px;
}

/* Kategorieseite */
.layout2_2_rahmen {
	position: relative; 
	height: 30px;
	max-width: 1024px;
	border: 1px dotted #90909B;
}

.layout2_2_ueber {
	position: absolute; 
	height: 24px;
	width: 360px;
	padding: 3px 40px;
	background: #f3f3f3;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 20px;
}

.layout2_2_text {
	position: absolute;
	left: 100px;
	max-width: 924px;
}

/* Themenseite */
.layout2_3_ueber {
	position: relative; 
	background: #f3f3f3;
	margin-right: 10px;
	font-family: Cambria, sans-serif;
	font-style: italic;
	font-size: 20px;
	overflow: auto;
}

.layout2_3_text {
	position: relative; 
	font-size: 16px;
	margin: 10px 20px 0px 34px;
	overflow: auto;
	text-align: justify;
}

.layout2_3_box {
	position: relative; 
	float: right;
	width: 300px;
	padding: 5px;
	margin: 0px 0px 10px 10px;
	border: 1px dotted #90909B;
	clear: right;
}

.layout2_3_bild {
	width: 140px;
	margin: 5px 5px 5px 5px;
	border: 0px;
}

.layout2_3_box_ueber {
	background: #f3f3f3;
	font-family: Cambria, sans-serif;
	margin: 0px 0px 5px 0px;
}

.layout2_3_box_links {
	float: left;
	clear: both;
	margin: 0px 5px;
}

.layout2_3_box_rechts {	
	float: right;
	clear: none;
	margin: 0px 5px;
}

.layout2_3_box_klein {
	font-size: 12px;
	clear: both;
	margin: 5px 0px 0px 5px;
}

.layout2_3_box_i {
	font-style: italic;
	margin: 0px 0px 5px 20px;
}


/* register */
#register {
	position: absolute; 
	text-align: left;
	color: #458ccc;
}

/* ### Anmelde ### */
#anmelden_rahmen {
	max-width: 1024px;
}

.anmelden_bogen {
	width: 620px; 
	border: 1px dotted #A9A9A9;
	margin: 0px auto;
}

.anmelden_bogen ul{
	font-size: 12px;
}

.anmelden_feld {
	width: 600px; 
	border: 1px dotted #A9A9A9;
	margin: 0px auto;
}

.anmelden_feld_links {
	float: left;
	margin: 0px 10px 0px 0px;
	font-size: 16px;
}

.anmelden_feld_rechts {
	float: right;
	font-size: 12px;
	width: 280px; 
}

.anmelden_feld_rechts span {
	text-decoration: underline;
}

/* ### Profilseite ### */
#profil_rahmen {
	max-width: 1024px;
	border: 1px dotted #A9A9A9;
}

.profil_abmelden {
	float: right;
	padding: 5px;
	clear:both;
}

.profil_2 {
	overflow: auto;
}

.profil_schwarz, .profil_weiss {
	float: left;
	clear: both;
}

.profil_schwarz {
	background: #eaeaea;
}

.profil_links, .profil_rechts {
	float: left;
	padding: 2px 10px;
}

.profil_links {
	border-right: 1px dotted #A9A9A9;
	width: 170px;
}

.profil_rechts {
	width: 300px;
}

/* Bilder im normalen Text */
.bild_links, .bild_rechts, .bild_ohne {
	position: relative;
	text-decoration: none;
	border: 0px;
	line-height: 0px;
	max-width: 650px;
}

.bild_links {
	float: left;
	margin-right: 5px;
}

.bild_rechts {
	float: right;
	margin-left: 5px;
}

.bild_ohne {
	float: none;
	line-height: 0px;
	margin: 0px 5px;
}

/* ### Sonstiges ### */
/* Leerlinks */
.leer {
	color: #FFF;
	text-decoration: underline;
}

a:link.leer, a:visited.leer {
	color: #458ccc;
	text-decoration: underline;
} 

a:hover.leer {
	color: #126fb3;
	text-decoration: underline;
}

.center {
	text-align: center;
}

/* NEUES Layout für das Login und Interface Fenster */
.i_layout_ueber {
	font-size: 20px;
	margin-top: 40px;
	margin-left: 30px;
}

.i_layout_block {
	width: 987px;
	margin: 10px;
	padding: 0px;
	overflow: auto;
}

.i_layout_block_ueber {
	padding: 0px 10px;
	font-size: 18px;
	background: #cccccc;
	font-style: italic;
}

.i_layout_zelle {
	float: left;
	/* background: blue; */
	margin: 5px;
	padding: 10px;
	width: 462px;
	border-right: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.i_layout_zelle label{
	width: 100px;
	/* background: green; */
	margin: 0px;
	padding: 0px;
	border: 0px none #fff;
}

/* Layout für das Login und Interface Fenster */
#i_navi {
	position: absolute;
	text-align: center;
	width: 1024px;
	font-size: 20px;
}

#i_haupt {
	overflow: auto;
	position: absolute;
	left: 5px;
	top: 30px;
	bottom: 5px;
	width: 1014px;
	border: 1px dotted #90909B;
	background: #eaeaea;
}

#i_haupt span {
	font-weight: bold;
}

.i_box_register {
	position: relative;
	float: left;
	border-bottom: 1px dotted #000;
	width: 987px;
	padding: 5px 5px 5px 5px;
	background: #fff;
}

.i_box {
	position: relative;
	float: left;
	width: 325px;
	padding: 0px;
}

.i_box_half, .i_box_half_rot {
	position: relative;
	float: left;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	width: 467px;
	min-height: 50px;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
}

.i_box_half_rot {
	background-color: #ff9999;
}

.i_box_top {
	position: relative;
	float: left;
	border-bottom: 1px dotted #000;
	width: 977px;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 0px;
}

.i_box_left {
	position: relative;
	float: left;
	border-right: 1px dotted #000;
	width: 477px;
	padding: 10px;
}

.i_box_right {
	position: relative;
	float: left;
	width: 477px;
	padding: 10px;
}

.i_box_right2{
	position: relative;
	float: left;
	border-top: 1px dotted #000;
	width: 475px;	
	margin: 10px 0px 0px 0px;	
	padding: 10px 0px;
}

.i_box_bottom {
	position: relative;
	float: left;
	border-top: 1px dotted #000;
	width: 977px;
	margin: 0px 0px 0px 10px;
	padding: 10px 10px 10px 0px;
}

.i_box_bottom2 {
	position: relative;
	float: left;
	width: 977px;
	padding: 10px;
}

.i_box_3tel, .i_box_3tel_rechts{
	padding: 10px;
	float: left;
}

.i_box_3tel{
	width: 317px;
	border-right: 1px dotted #000;
}

.i_box_3tel_rechts {
	width: 318px;
	clear: right;
}

/* Sicherung */
#i_sicherung {
	display: table;
	width: 997px;
}

.i_sicherung_zeile {
	display: table-row;
	text-align: justify;
}

.i_sicherung_zeile_center {
	display: table-row;
	text-align: center;
}

.i_sicherung_links {
	display: table-cell;
	border-bottom: 1px solid grey;
	border-right: 1px dotted grey;
	width: 34%;
	padding: 5px;
}

.i_sicherung_rechts {
	display: table-cell;
	border-bottom: 1px solid grey;
	padding: 5px;
}

/* Sonstiges */
.i_name {
	position: relative;
	float: left;
	width: 80px;
}

img.i_bild {
	float: right;
	max-width: 173px;
	max-height: 108px;
	border: 0px;
}

.i_ueber {
	font-size: 20px;
}

/* Layout für das Login und Interface Fenster */
#fehler_rahmen_oben {
	display: table;
	border: 1px dotted #000;
	width: 600px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 10px;
	/*background: red;	*/
}

#fehler_rahmen {
	display: table;
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	margin-left: 10px;
}

.fehler_zeile {
	display: table-row;
}

.fehler_zelle_links {
	display: table-cell;
	border-bottom: 1px dotted #000;
	width: 149px;
}

.fehler_zelle_rechts {
	display: table-cell;
	border-bottom: 1px dotted #000;
	border-left: 1px dotted #000;
	width: 450px;
}