
body
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #000;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
}

#main 
{
	text-align: center;
}

#main > *
{
	text-align: left;
	background: #000;
}

a:visited, a:link
{
	color: #FAD676;
	text-decoration: none;
}

.menuitem
{
	height: 32px;
	width: 117px;
}

a:hover
{
	color: #FAD676;
}

input, textarea, .formbutton
{
	font-size: 11px;
	background-color: #404040;
	color: #FFFFFF;
	border: 1px dotted #888888;
	padding-left: 2px;
}

input
{
	padding-right: 2px;
}

input:hover, textarea:hover, .formbutton:hover
{
	background-color: #404040;
	color: #FFFFFF;
	border: 1px solid #bbbbbb;
}

input:focus, textarea:focus
{
	background-color: #000000;
	color: ;
	border: 1px solid #555555;
}

.header table
{
	width: 100%;
}

.lichthoflogo
{
	width: 685px;
}

.lichthoflampe
{
	background-image: url(../images/lampe001.jpg);
	background-repeat: no-repeat;
	height: 58px;
	width: 100%;	
}

.anschrift 
{
	font-size: 13px;
	color: #ffee06;
	font-weight: normal;
	line-height: 19px;
	white-space:nowrap;
	text-align: right;
}

.linetop
{
	background-image: url(../images/backg002.jpg) !important;
	background-repeat: repeat-x;
	height: 30px;
	width: 820px;
	margin: auto;
}

.linebottom
{
	background-image: url(../images/backg003.jpg) !important;
	background-repeat: repeat-x;
	height: 50px;
	width: 820px;
	margin: auto;
	margin-bottom: 50px;
}

.header
{
	width: 820px;
	margin: auto;
	margin-top: 10px;
}

.menu
{
	text-align: center;
}

.menu table
{
	margin: auto;
	text-align: center;
	border-spacing: 0;
}

.menu table *
{
	padding: 0;
	margin: 0;
	border-spacing: 0;
}

.menu tr, .menu td
{
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

.menu a:visited, .menu a:link
{
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover
{
	color: #FAD676;
}

.menu #aktiv
{
	color: #FAD676;
}

.content
{
	width: 820px;
	margin: auto auto;
	height: 610px;
	overflow: hidden;
	position: relative;
}


/* Tabellenfeld (TD) in der Tabelle einer Eingabemaske mit Hinweisen, u.a. auch auf notwendige Eingaben (s. .notwendig) */
.formhinweis
{
	/* border: 1px #171717 solid;
	background-color: #070707;
	padding: 3px; */
}

/* SPAN welches Hinweistext fÃ¼r notwendige Eingaben kennzeichnet, auch der Stern hinter einer Feldbezeichnung */
.notwendig
{
	color: red;
}

/* Hinweisbox in grÃ¼ner Farbe, dient meist als Erfolgsmeldung */
.msggreen
{
	margin-bottom: 35px;
	border: 1px solid #32CB33;
	background-color: #228B22;
	color: white;
	padding: 5px;
	vertical-align: middle;
}

/* Hinweisbox in gelber Farbe, dient meist als Warnung oder wichtiger Hinweis */
.msgyellow
{
	margin-bottom: 35px;
	border: 1px solid #D6D700;
	background-color: #A3A400;
	color: black;
	padding: 5px;
	vertical-align: middle;
}

/* Hinweisbox in roter Farbe, dient meist als Fehlermeldung */
.msgred
{
	margin-bottom: 35px;
	border: 1px solid #FF6A6A;
	background-color: #A52A2A;
	color: white;
	padding: 5px;
	vertical-align: middle;
}

/* Hinweisbox in neutraler Farbe, dient meist als Hinweis */
.msgneut
{
	margin-bottom: 35px;
	border: 1px solid #F3F3F3;
	background-color: #686868;
	color: white;
	padding: 5px;
	vertical-align: middle;
}

.msghighlight
{
	font-weight: bold;
}

.wmlabel
{
	width: 380px;
	padding-right: 60px;
	vertical-align: top;
	text-align: right; 
}

.ifrwebftp
{
	display: block;
	width: 100%;
	height: 100%;
}

.footertext
{
	width: 820px;
	text-align: right;
	color: #fff;
	font-size: 9px;
	vertical-align: middle;
	margin: auto;
	padding-top: 20px;
}

.wartunglogo
{
	text-align: center;
	margin-top: 100px;
}

.wartungtext
{
	width: 400px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 200px;
}






.galprevleiste .overlay
{
	display: none;
	position: absolute;
	top: 0;
}

a.galprevleiste:hover .overlay
{
	display: block;
}












.wmconttab_kontakt td
{
	vertical-align: top;
}
.wmconttab_kontakt input {
	width: 380px;
}

.wmconttab_kontakt textarea {
	width: 380px;
	height: 170px;
}

.wmconttab_kontakt #submit
{
	width: 90px;
}

.header p
{
	margin: 0;
	padding: 0;
}

