body { 	font-family: arial, verdana, helvetica, sans-serif;	
}
.body {
	font-family: arial, verdana, helvetica, sans-serif;
	/* background-repeat: repeat-x;*/
	/* background-color:#c9e9f8;	 */
}
.body_black{
	font-family: arial, verdana, helvetica, sans-serif;
	background-image: url(image/black.png);
	/* background-repeat: repeat-x;*/
	/* background-color:#c9e9f8;	 */
}
.con_10 { 
	position: absolute;
	left: 50%;
	top: 0px;
	width: 1px;
	height: 600px;
	z-index: 10;
	overflow: visible;
	visibility: visible;
}
	
.con_15 {   /* Position oberer Frame */
	position: absolute;
	left: -425px;
	top: 0px;
	width: 850px;
	height: 1px;
	z-index: 15;
}	
.con_20 {  /* Position back */
	position: absolute;
	left: -425px;
	top: 20px;
	width: 850px;
	height: 600px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 20;
}	
.con_22 {  /* Position back_down, Verlängerung nach unten*/
	position: absolute;
	left: -425px;
	top: 20px;
	width: 850px;
	height: 1300px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 22;
}	
.con_23 {  /* Position back_up, Ersatz für Verlängerung */
	position: absolute;
	left: -425px;
	top: 20px;
	width: 850px;
	height: 600px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 23;
}	

.con_25 {  /* Position Logo und Adresse */
	position: absolute;
	left: -420px;
	top: 25px;
	border:solid 0px;
	width: 180px;
	height: 200px;
	z-index: 25;
	/*border: 1px solid #000000;	*/
}	

.con_30 {  /* Bilder oben rechts */
	position: absolute;
	left: 200px;
	top: 50px;
	border:solid 0px;
	width: 187px;
	height: 266px;
	z-index: 30;
	
}		
.con_50 {  /* Content */
	position: absolute;
	left: -220px;
	top: 320px;
	border:solid 0px;
	width: 620px;
	height: 350px;
	z-index: 50;
}		
	
.con_110 { /* Links*/
	position: absolute;
	left: -230px;
	top: 50px;
	border:solid 0px;
	width: 250px;
	height: 250px;
	z-index: 110;
	
}	
.con_120 { /* Links oben rechts und Bild darunter*/
	position: absolute;
	left: 225px;
	top: 25px;
	border:solid 0px;
	width: 189px;
	height: 250px;
	z-index: 120;
}	
/*
.con_200 {   /* Schwarze Seite ON, sichtbar 
	position: absolute;
	left: -426px;
	top: 0px;
	border:solid 0px;
	width: 852px;
	height: 602px;
	z-index: 200;
	visibility: visible;
}
*/
.con_200 {  /* Position black, schwarzer Deckel darüber */
	position: absolute;
	left: -425px;
	top: 20px;
	width: 850px;
	height: 600px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	z-index: 200;
}	
/*	
.con_210 {   /* Schwarze Seite ON, unsichtbar
	position: absolute;
	left: -426px;
	top: 0px;
	border:solid 0px;
	width: 852px;
	height: 602px;
	z-index: 200;
	visibility: hidden;
}	
*/

.con_220 {   /* roter Knopf auf Seite ON, sichtbar */
	position: absolute;
	left: 290px;
	top: 440px;
	border:solid 0px;
	width: 45px;
	height: 44px;
	z-index: 220;
	visibility: visible;	
}	
.con_230 {   /* roter Knopf auf Seite ON, unsichtbar */
	position: absolute;
	left: 290px;
	top: 440px;
	width: 45px;
	height: 44px;
	z-index: 220;
	visibility: hidden;	
}	
.con_250 {  /* Position Deckel über Links, Seite off */
	position: absolute;
	left: -425px;
	top: 20px;
	width: 850px;
	height: 300px;
	z-index: 250;
	border:solid 0px;
	
}	


.vis {
	visibility: visible;
}
/*
.no_vis {
	visibility: hidden;
}
*/
/*
.cell { 

	background-color:#41b7c8;
	text-align:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:#ffffff;
	padding: 2px;
	background-color:#ffffff;
	text-align:left;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color:#3eb1c3;
	border: 1px solid #a1a1a1;		
	padding: 2px;		
}
*/
h1 {
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h4 {
	text-align: center;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #FF0000;
}
h5 {
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.cell_1 {
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000090;
}

.cell_5 {   /* Rahmen für Bilder */
	border: 2px solid #ffffff;		
}
.cell_10 { /* Text allgemein */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.cell_20 { /* Titel schwarz */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #000000;
}
.cell_25 { /* Titel und Text rot*/
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #ff0000;
}

.cell_30 {  /* Formatierung Bilder oben rechts */
	text-align: left;
	background-color:#e4e4e4;	
	border: 1px solid #FF0000;
}
.cell_40 { /* Titel schwarz Seite off*/
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.cell_45 { /* Text Logo und Adresse */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}


.cell_100 {  /* Links */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;	
	font-size: 15px;
	font-weight: normal;	
	color:#ff0000;
}
.cell_105 {  /* Links Seite OFF*/
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;		
	font-size: 13px;
	font-weight: normal;	
	color:#ffffff;
}
.cell_110 {  /* Unterlinks */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;		
	font-size: 12px;
	font-weight: normal;	
	color:#ffffff;
}
.cell_120 {  /* Links oben rechts*/
	text-align: center;
	font-size: 14px;
	font-weight: bold;	
	color:#ff0000;
}

.cell_500 { /* Text Kontaktformular */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

.cell_510 { /* Text Kontakt - Bestätigung Fehler */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FF0000;
}
.cell_515 { /* Text Kontakt - Bestätigung ok */
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #663333;
}
input {
	border: 1px solid #663333;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;		
}
textarea {
	overflow: auto;
	border: 1px solid #663333;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;		
}
.submit {
	text-align: center;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#ffffff;
	background-color: #663333;
	border-top: 3px double #006699;
	border-right: 3px double #006699;
	border-bottom: 3px double #006699;
	border-left: 3px double #006699;
}
li {
	list-style-type: disc;	
	color: #000000;
}
/* ----------------------------------------*/
a.menu:link {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color: #ff0000;
	text-decoration:none;
}
a.menu:visited {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color:#ff0000;
	text-decoration:none;
}
a.menu:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	color:#ff0000;
	text-decoration:underline;
}
/* ----------------------------------------*/
a.menu_sub:link {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color: #ffffff;
	text-decoration:none;
}
a.menu_sub:visited {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#ffffff;
	text-decoration:none;
}
a.menu_sub:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;	
	color:#ff0000;
	text-decoration:none;
}
/* ----------------------------------------*/
a.menu_top:link {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #663333;
	text-decoration:none;
}
a.menu_top:visited {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #663333;
	text-decoration:none;
}
a.menu_top:hover {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;	
	color: #663333;
	text-decoration:underline;
}
/* ----------------------------------------*/
hr {
	height: 1px;
	color: #cccccc;
}

