a:link, a:visited { color: #00F; text-decoration: none; }
a:hover, a:active { color: #00F; text-decoration: underline; }

html, body {
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	color: #008;
	background-color: #FFF;
	}



ul {
	list-style-type: square;
	/* line-height: 18px; */
	}

p a:link, p a:visited { color: #008; text-decoration: none; }
p a:hover, p a:active { color: #008; text-decoration: underline; }

/*	vertikaler Abstand zwischen den Steuerelementen */
form {
	}

/*	Labels links neben Steuerelementen anordnen und Text rechtsbündig ausrichten */
label.left {
	float: left;
    text-align: right;
	/*	bei Änderungen von width und margin-right die Margins bei input.right anpassen */
    width: 120px;
    margin-right: 10px;
	line-height: 20px;
    }

/*	Steuerelemente rechts daneben positionieren */
input[type=text], select {
	float: left;
	margin-bottom: 10px;
	background-color: #EDF0F2;
	border: 1px solid #008;
	}

/*	Steuerelemente der Klasse "right" um den errechneten linken Abstand der
	input und select-Elemente nach rechts verschieben */
input.right {
    float: left;
    width: auto;
    clear: both;
    margin-left: 130px;
    margin-right: 0px;
	line-height: 30px;
	background-color: #FFF;
    }

/*  besondere Einstellung für Mozilla */
input[type=checkbox].right, input[type=radio].right, input[type=submit].right {
    margin-left: 130px;
    margin-bottom: 10px;
	background-color: #EDF0F2;
    border: 0;
	}
input {
	background-color: #EDF0F2;
	}

/*  Floating wieder aufheben! */
form br {
	clear: both;
	}
form p {
	 /*margin-bottom: 0px; */
	 }

body fieldset {
	margin-top: 15px;
	margin-right: 0px;
	padding: 20px;
	border: 1px solid #008;
	}

form fieldset {
	margin-top: 15px;
	margin-right: 0px;
	padding: 20px;
	border: 1px solid #008;
	}

form .bereich {
	width: 100%;
	}

form textarea {
	background-color: #EDF0F2;
	border: 1px solid #008;
	}

/*	für Steuerelemente checkbox, radiobutton, button und submit den Cursor auf Pointer einstellen
	Cursor für Textfelder als Text-Einfügemarke belassen!*/
label, select, input[type=checkbox], input[type=radio], input[type=button], input[type=submit] {
	cursor: pointer;
	}

input[type=submit] {
	/* margin: 20px; */
	}

.delimiter {
	display: inline;
	font-weight: bold; }

.referenzbild {
	width: 302px;
	height: 183px;
	border: 1px solid #008;
	margin: 20px 0 20px 94px;
	}

.pptbild {
	border: 1px solid #008;
	margin: 20px 0 20px 94px;
	}

.pfeilnachoben {
	display: none;
	}

#header, #newslayer, #valid { display: none; }

#headline {
	font-weight: bold;
	font-style: italic;
	font-size: 120%;
	}

#menublock {
	display: none;
	}

#menu a {
	display: none;
	}

#menu a:link, #menu a:visited { color: #FFF; background-color: #008; }
#menu a:hover, #menu a:active { color: #008; background-color: #D7E0E3; }
#menu a#currentpage { color: #008; background-color: #D7E0E3; }

#mittelblock {
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	}

#contentlayer {
	left: 0;
	margin: 0;
	padding: 0;
	color: #008;
	background-color: #FFF;
	}

#contenttext {
	left: 0;
	margin: 0;
	padding: 0;
	color: #008;
	text-align: justify;
	}

#contenttext .textrot {
	color: #F00;
	}

#contenttext h1 {
	padding: 0;
	color: #008;
	font-size: 12px;
	font-weight: bold;
	}

#contenttext h2 {
	margin-top: 15px;
	padding: 0;
	color: #008;
	font-size: 16px;
	font-weight: bold;
	}

#contenttext p {
	/* margin-bottom: 0; */
	}

#contenttext a:link, #contenttext a:visited { color: #00F; text-decoration: none; }
#contenttext a:hover, #contenttext a:active { color: #00F; text-decoration: underline; }

#footer {
	display: none;
	}

#footertext {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	}

#footer a:link, a:visited { color: #FFF; text-decoration: none; }
#footer a:hover, a:active { color: #FFF; text-decoration: underline; }

