/* Schoen das Sie sich diese css-datei anschauen.
   Sollten Sie Verbesserungsvorschlaege haben, nutzlose Eintraege hier finden
   oder einfach nur einen kreativen Kommentar loswerden wollen, 
   dann schicken Sie dies bitte an:
    
	webmaster@igor-inselmann.de 
	
	Mit freundlichen Gruessen, frankman.
	*/

/* Grundeigenschaften der Seite */

html {
		height:100%; 
		max-height:100%; 
		padding:0; 
		margin:0; 
		border:0; 
		background:#FFFFFF;
		font-size:100,01%; 
		font-family: Arial, Helvetica, sans-serif;		
		overflow: hidden; 
		
	 }
			
body {
	  height:100%;
	  max-height:100%;
	  overflow:hidden;
	  padding:0px;
	  margin:0;
	  border:0;
	  background-color: #000000;
	}
			
#head {
	   position:absolute; 
	   left:5%;
	   top:0;
	   width:900px;				
	   height:15px;
	   background-color: #000000;
	   z-index:6;				
	  }
									
#foot {
	  position:absolute;
	  left:5%;
	  bottom:0;
	  width:900px;
	  height:132px;	 
	  z-index:5;
	  background-image: url(images/main/main_bot.gif);
	  background-repeat: no-repeat;	
	  }			
	
#rahmen_head {
	  position:absolute;
	  top:30px;
	  left:5%; 
	  width:900px; 				 
	  height:15px; 
	  background-color: #000000;
	  z-index:6; 

			}
		
#rahmen_foot {
	position:absolute;
	bottom:132px;
	left:5%;
	width:279px;
	height:355px;
	background-color: #FF0000;
	z-index:6;
	background-image: url(images/main/main_top.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
		
			}
			
#content {
	display:block;
	overflow:hidden;
	position:absolute;
	height:100%;
	width:900px;
	left:5%;	
	background-color:#000000;
	z-index:3;		
		 }

#inhalt   {
	background-color: #000000;
	display:block;
	position: absolute;
	top: 50px;
	right: 1px;
	bottom: 135px;
	left: 280px;	
    border: 1px solid #F3BE56;
    z-index:6;	
    }	

/* nur fr IE: */	
*html #inhalt{
    width: 617px;
  	height: expression((document.body.clientHeight - 185) + "px");
 				/* top-Wert + bottom-Wert = 185 */
}
/* Ende Grundeigenschaften der Seite */			
		
		
			
/* Navigations-Eigenschaften  - als Tabelle, weil ich grad zu faul war es auch als css zu schreiben */			
.menu_main_tab {
     background-color: #EA402F;	 
	           }
			   
.menuimage   {align: center;}	

img {border:none; }

.menutext    {
      font-family: Arial, Helvetica, sans-serif;
	  font-size: 14px;
	  text-align: center;
	  vertical-align:bottom;
    }
		

/* Links allgemein*/
a:link       {
	background: none;
	color: #F3BE56;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
    }
	
a:active      { 
    background: none; 
    color: #F7B02D; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}
	
a:visited     {
    background: none; 
	color: #F3BE56; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	} 
	
a:hover       {
    background: none; 
	color: #F7B02D; 
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif; 	
	text-decoration: none;
	}


/* MiniNav*/
#mini-nav   {
   	font-family: Arial, Helvetica, sans-serif; 
	font-size:10px ;
	color:#F3BE56;	
	padding-left: 280px;		
	text-decoration: none;
    }

/* MiniMenu*/	
a.submenu:link {
    font-family: Arial, Helvetica, sans-serif; 
	font-size:10px ;
	color:#F3BE56;		
	text-decoration: none;
    }

a.submenu:hover {
    font-family: Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#F3BE56;			
	text-decoration: none;
	}
	
a.submenu:activ {
    font-family: Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#F3BE56;		
	text-decoration: none;
                }	
				
a.submenu:visited {
    font-family: Arial, Helvetica, sans-serif; 
	font-size:10px;
	color:#F3BE56;		
	text-decoration: none;
                }	


/* Text+Inhalts-Eigenschaften */	
	
.text  {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #F3BE56;	
	padding:15px;
	text-align:justify;
	line-height: 20px;	
    }


/*Grafiken rechts, innnerhalb des Textes */
.image-right { 
    border: solid 1px #F3BE56; 
	padding: 2px; 
	margin-right: 0px;
	margin-left: 10px; 
	margin-top: 4px;
	margin-bottom: 5px;
	float:right;			
      }
	  	
/*Grafiken links, innnerhalb des Textes */		  
.image-left { 
    border: solid 1px #F3BE56; 
	padding: 2px; 
	margin-right: 10px;
	margin-left: 0px; 
	margin-top: 4px;
	margin-bottom: 5px;
	float:left;			
      }
	  
	 
/* Gallery-Eigenschaften (dank Schoko) */
 
img.thumb {
    border: solid 1px #F3BE56;
	padding: 2px; 
 }

.selectwrap{
    text-align: center;
    width:165px;
    float:left;
    height:190px;
    padding:15px;
}

span.desc {
    display:block;
    font-size:12px;
    margin:5px 0 2px 0;
}

a {
    color:#F3BE56;
    text-decoration:none;
}

a:hover img{
    border:1px solid #EA402F;
}

a.span.desc {
    color:#F3BE56;
}

a:hover span.desc {
    color:#EA402F;
}

.gallery {
    text-align:center;
    margin:20px auto ;
    padding-bottom:10px;      
 }

