/*

wichtig:

allgemein:
	keine umlaute in den css-dateien!
klassen- und id-bezeichnungen:
	keine unter- oder bindestriche. nur zusammengeschriebene woerter!
	
*/
/* ---------- allgemeine definitionen - start ----------*/

* {
	margin:0px; padding:0px;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color:#505050;
	text-align:center;
	line-height:15px;
	background-color:#ffffff;
	background-image:url(gnr_bg_allgw.jpg);
	background-repeat:repeat-x;
	background-position: top left;
	margin-top: 0px; margin-left:0px;
	margin-bottom: 0px; margin-right:0px;
      SCROLLBAR-ARROW-COLOR: #ffffff; 
	SCROLLBAR-BASE-COLOR: #999999; 
	SCROLLBAR-SHADOW-COLOR: #009BB1; 
	scrollbar-3dlight-color:#009BB1; 
	scrollbar-darkshadow-color: #009BB1; 
	scrollbar-face-color: #e6e6e6; 
	scrollbar-highlight-color: #009BB1; 
	scrollbar-track-color : #eeeeee;  
	overflow:auto;
	
	
}
/* 
	
*/

div {
}

/* SEITENPOSITION - Start */
div#topframe {
	width:100%;
	height:100%;
	text-align: center;
	vertical-align: top;
	clear:both;
}

div#page {
	width:100%;
	text-align:center;
	clear:both;
}
div#maincontent {
	margin:0px auto;
	width:620px;
	}
/* SEITENPOSITION - Ende */

a {
	color:#009bb1;
	font-weight:normal;
	border:none;
	text-decoration:underline;
}
a:hover {
      color:#000000;
	text-decoration:underline;
}
h1 {
	margin-bottom:10px;
	font-size:17px;
	font-weight:bold;
	color: #505050;
}
img {
	border: none;
}
input, option, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#009BB1;
	font-weight:normal;
	line-height:12px;
}
fieldset {
	border:solid 1px #cccccc;
	padding:0px 0px 0px 0px;
	}
	
form {
	display:inline;
}

legend {
	padding:7px;
	font-weight:bold;
	color:#cccccc;
}

table {
	border:none;
	border-collapse:collapse;
	border-spacing:0px;
}

td {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#353535;
	font-weight:normal;
	line-height:16px;
	vertical-align:top;
	white-space:nowrap;
}

td.middlecenter {
	vertical-align:middle;
	text-align: center;
	white-space:none;
	margin-bottom:10px;
}

.wordwrap {
	white-space:normal;
}
.clearbreak {
	clear:both;
}
.spaceunten {
	margin-bottom:20px;
}

#sprache{
	margin-left: 580px;
	margin-top:  2px;
}

div.zurueck{
	font-size:9px;
	line-height: 12px;
	text-decoration:none;
	background-image:url(picto_back.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding-right:16px;
	padding-left:16px;
	padding-top:1px;
	padding-bottom:1px;
	
}

div.zurueck a {
	text-decoration: none;
}

 span.mehr{
	font-size:9px;
	width: 27px;
	line-height: 14px;
	text-decoration:none;

}



span.mehr a {
	text-decoration. none;
}

div.mehr{
	font-size:9px;
	width: 27px;
	line-height: 14px;
	text-decoration:none;

}

div.mehr a {
	text-decoration. none;
}


.mehr{
	font-size:9px;
	width: 27px;
	line-height: 14px;
	text-decoration:none;

}

.mehr a {
	text-decoration. none;
}


.formsubtext{
	font-size:9px;
	text-decoration:none;
      color: #cccccc;
}


/* ---------- allgemeine definitionen - ende ----------*/

