@charset "UTF-8";
/* CSS Document */

body {
	/*color:black;*/
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	/*border:1px solid #FF0000;
	background-color:#FEFEFE;*/

	height: auto;
	padding-bottom: 20px;
}


body.user {
	/* background-color: #74d400; */
	background-image: url(../img/bg_body_user.png);
	background-position: center top; 
	background-repeat:no-repeat; 
	height: 60px;
}


body.anonymus {
	/* background-color: #74d400; */
	background-image: url(../img/bg_header_anonymus.png); /*bg_body_anonymus.png*/
	background-position: center top; 
	background-repeat:no-repeat; /* repeat-x; */ 
	height: 56px;
	padding-bottom: 0px;
}


a {
text-decoration:none;
}

a:hover {
  text-decoration: underline;
}

h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	padding-top: 20px;
	text-align: center;
}

h2 {
	padding-top: 20px;
	text-align: center;
}

p {
	border: 0px solid #666;
	/* overflow: hidden; */
	margin-top:0px; margin-bottom:0px;
	/*padding: 10px 0; 
	text-align: center;*/
}

input[type=text, password] {
	background-color: #F9FBf7;
	border-style:solid;
	border-width:0.5px;
	padding:3px;
}

img {
	/*border:0.2pt solid #0000ff;*/
	padding:0px;
}

img.schatten_galerie {
    box-shadow: 4px 4px #6c6c6c;
}


/* 
http://de.selfhtml.org/html/formulare/formatieren.htm

form { background-image:url(background.gif); padding:20px; border:6px solid #ddd; }
td, input, select, textarea { font-size:13px; font-family:Verdana,sans-serif; font-weight:bold; }
input, select, textarea { color:#00c; } */
.Bereich, .Feld { background-color:#FDFEFC; border:0.5px solid #D2D4D2; }
/* .Auswahl { background-color:#dff; width:300px; border:6px solid #ddd; }
.Check, .Radio { background-color:#ddff; border:1px solid #ddd; }
.Button { background-color:#aaa; color:#fff; width:200px; border:6px solid #ddd; }

 */


/* div */
#header {
/*	width:100%;
	background-image: url(../img/verlauf.png);
	background-repeat:repeat-y;
	background-size: 100%;*/
	
	/* border-bottom:1px solid #938E8E;
	 */
	height: 120px;
	background-image: url(../img/background_header.png);
	background-repeat:repeat-x;
}



#footer {
	/* width:100%; */
	height:20px;
	padding-top: 20px;
	/* margin-left: 50px;*/ 
	background-color:#ABABAB;
}



/* Schriftformatierungen */

.gruen { /* Primär für Texte und Symbole */
	color:#4aa408;
}

.gruenFlaeche { /* Fläche */
	color:#74d400;
}

.gruenHell { /* Hell */
	color:#7fe700;
}


.orange {
	color:#d97602;
}

.schwarz {
	color:#000000;
}

.grau {
	color:#6c6c6c;
}

.hellgrau {
	color:#F9FBf7;
}

.weiss {
	color:#FFF;
}

.fett {
	font-weight:bold;
}

.klein {
	font-size: 11px; /*12 */
}

.mittel {
	font-size: 13px; /*  13 */
}

.gross {
	font-size: 14px; /* 14 */
}


