/*
* Cascading-Style-Sheet-Datei f&uuml;r Duisberg Ra&uuml;me.
* Hier sind alle Styleelemente f&uuml;r die Page aufgelistest.
*
* a:...  	 - Style-Sheet-Angaben für Hyperlinks 
* body   	 - Style-Sheet-Angaben für den Body der Html-Datei
* .ueber 	 - Style-Sheet-Klasse für die Überschrift 
* .start 	 - Style-Sheet-Klasse für den Starttext 
* .vaviaus 	 - Style-Sheet-Klasse für die Navigation
* .text  	 - Style-Sheet-Klasse für die Texte 
* .imptext  	 - Style-Sheet-Klasse für den Impressumtext
* .konttext  	 - Style-Sheet-Klasse für das Kontaktformular
* .konttextmitte 	 - Style-Sheet-Klasse für das Kontaktformular
* .input 	 - Style-Sheet-Klasse für die Eingabefelder im Kontaktformular
* .inputtext - Style-Sheet-Klasse für das Textfeld im Kontaktformular
* .error     - Style-Sheet-Klasse für die Fehlertexte im Kontaktformular
*
*/
a:link{
	font-family: Century Gothic, sans-serif, Arial;
	font-size: 11px;
	color: #74725B;
	text-decoration:none;
	font-weight: bold;

}

a:visited{
font-family: Century Gothic, sans-serif, Arial;
font-size: 11px;
color: #74725B;
text-decoration:none;
font-weight: bold;
}

a:hover{
font-family: Century Gothic, sans-serif, Arial;
font-size: 11px;
color: #FFFFFF;
text-decoration:none;
font-weight: bold;
}

a:active{
font-family: Century Gothic, sans-serif, Arial;
font-size: 11px;
color: #74725B;
text-decoration:none;
font-weight: bold;
}

body {
font-family: sans-serif, Arial,Century Gothic;
font-size: 11px;
margin: 0px;

}

.ueber
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-weight: normal;
	font-size: 13px;
}
.start
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-weight: bold;
	font-size: 18px;
	text-align : center;
	letter-spacing: 3px;
}

.navi
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-weight: normal;
	font-size: 12px;

}

.text
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height : 20px;
}
.texta
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 12px;
	text-align:justify;
	line-height : 17px;
}
.text1
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 12px;
	text-align:center;
	line-height : 15px;
}
.imptext
{
	color: #5A594B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 13px;
	font-weight: regular;
	text-align:justify;
	line-height : 18px;
}
.konttext
{
	color: #5A594B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 10px;
	font-weight: regular;
	text-align:justify;
	line-height : normal;
}
.konttextmitte
{
	color: #5A594B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 12px;
	font-weight: regular;
	text-align: center;
	line-height : normal;
}
.pfeil
{
	color: #74725B;
	font-family: Century Gothic, Arial,sans-serif;
	font-size: 13px;
	font-weight: regular;
	text-align:justify;
	line-height : 18px;
}

.

.input {
height: 17px;
width: 160px;
font-family: Century Gothic, sans-serif, Arial;
font-size: 11px;
color: #333333; 
background-color: #FFFFFF;
border-top-color: #dfdfdf;      /* nur oben */
border-bottom-color: #F7F7F7;   /* nur unten */
border-left-color: #dfdfdf;     /* nur links */
border-right-color: #F7F7F7;    /* nur rechts */
}

.inputtext {
width: 262px;
font-family: sans-serif, Arial,Century Gothic;
font-size: 11px;
color: #333333; 
background-color: #FFFFFF;
border-top-color: #dfdfdf;      /* nur oben */
border-bottom-color: #F7F7F7;   /* nur unten */
border-left-color: #dfdfdf;     /* nur links */
border-right-color: #F7F7F7;    /* nur rechts */
}

.error
{
	color: #DAA520;
	font-family: Century Gothic, sans-serif, Arial;
	font-size: 11px;
}