/* general settings for gehli-site, ver. 2010 */
@charset "iso-8859-1";

html, body {
	margin: 0;
	background: #B0B0B0; /* if image is missing */
    background-image:url(pics/background.jpg);
	}

img {
	border: 0;
	}
	
hr  { 
	color: #ddd;
	height: 1px;}	

h1  {
	padding: 5px 0 5px 3px;  /* top, right, bottom, left */
	margin: 9px 0 9px 0;
	font-family: Verdana, Arial;
	font-weight: bold;
	font-size: 12pt;
	color: #243296;
	text-decoration: none;
    word-spacing: 1pt;		
	border: solid 1px #999;
	background: #EAEEEF;
	}

a {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;
	text-decoration: underline;
	color: #0000cc;
	}

a:visited {
	text-decoration: underline;	
	color: #4b4b4b;
	}

a:hover {
	text-decoration: underline;	
	color: #e10000;
	}
	
.button { 
	font-size: 10pt;   
	font-weight:bold;
	color:#666;
    background-color: #D8EBFB; 
	}  
	
	
/* settings for 2 columns, fixed width  */	
#container {
	width: 990px; /* fixed width, min. resolution 1024x768 needed */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background: #EAEEEF;  /* backround under the left menu */
	border: solid 1px #999;	
	}

#header {
	width: 100%;
	height: 100px;
	/* background: url("pic.jpg") no-repeat 0% 0%; */
	border-bottom: solid 1px #ccc;	
	}

#content {
	min-height: 720px;   /* accepted by FF & Opera, but not IE 6 */
	float: right;
	width: 812px;  /* layout-crash, if value is over 83% */
	background: #f8f8f8;	
	border-left: solid 1px #bbb;	
	padding: 0 15px 15px 15px;  /* top, right, bottom, left */	
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;
	text-decoration: none;
    word-spacing: -1pt;	
	color: #000;
	}

#left {
	margin-left: 9px;
	margin-top: 9px;
	width: 128px;
	float: left;
	}

#footer {
	width: 100%;
	height: 30px;
	line-height: 30px;  /* css hack for vertical-align:middle */
	clear: both;
	border-top: solid 1px #ccc;
	text-align: center;
	padding: 0;
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	color: #444;
	background: #A2C3E5; /* if image is missing */	
    background-image:url('pics/footer.jpg');
	}

#footer a {
	font-family: Arial, Helvetica; 
	font-size: 10pt;
	text-decoration: none;
	}
	
	
/* menu settings */
#menu {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cecece;
	border-bottom: 1px solid #cecece; 
	font-family: Times,Arial;
	background: #EAEEEF;	/* for links in the menu */ 
	}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#menu li {
	border-top: 1px dotted #cecece;
	}

#menu li a {
	display: block;
	font-family: Verdana, Arial;	
	font-weight: bold;
	font-size: 9pt;
	color: #5094DD;
	/* border-right: 7px solid #cecece; */
	border-left: 7px solid #5094DD;
	text-decoration: none;
	padding: 2px 0 2px 5px;  /* top, right, bottom, left */
	}

#menu li a:hover {
	color: #242C70;
	/* border-right: 7px solid #121A69; */
	border-left:  7px solid #121A69;
	}

.errortxt { /* used for noscript-info */
	  font-family: Verdana, Arial, Helvetica; 
	  font-size: 10pt;
	  color: #ff0000;
	  text-decoration: none;
      word-spacing: -1pt;		  
	}

.errortxt a {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 10pt;
	text-decoration: underline;
	}
	
.smalltxt { 
	  font-family: Verdana, Arial, Helvetica; 
	  font-size: 9pt;
	  color: #000;
	  text-decoration: none;
	}
	
.smalltxt a {
	font-family: Verdana, Arial, Helvetica; 
	font-size: 9pt;
	text-decoration: underline;
	}
	
.faqtxt {  /* FAQ text for questions, problems */
	  font-family: Verdana, Arial, Helvetica; 
	  font-size: 10pt;
      font-weight: bold;	  
	  color: #222;
	  text-decoration: none;
	}
	
.faqtxtgn { /* FAQ text green for answers */
	  font-family: Verdana, Arial, Helvetica; 
	  font-size: 10pt;
      font-weight: bold;	  
	  color: #0a0;
	  text-decoration: none;
	}
	
.thema {  /* Überschrift der Themen */
   font-family: Verdana, Arial;
   font-size: 10pt;
   font-weight: bold;    
   color: #243296;
   text-decoration: underline; 
   margin-bottom: 4px;
   margin-top: 0; /* do not set negative values */
   }

.img_left { /* text is floating right of the image */
    float: left; 
    margin-right: 10px; 
	margin-top: 2px; 
	margin-bottom: 10px;
	border: 1px solid #bbb; 
	}  	
	
.img_mini { /* used in biker eventlist */
    width: 145px;
	border: 1px solid #bbb; 
	}  	


