@charset "UTF-8";
/* CSS Document */
/* CSS Document der [med] Designpraxis */
/* Author: Karolina Fritz 2009 */


html, body { 
	height: 100%; 
	text-align: left;
	border: 0;
	width: auto;
	margin: 0;
	padding: 0;
}   



/*-----LAYOUT - BOXEN RECHTS; LINKS UND MITTE---------------------------------------------------------*/

#streifen_links {
	float:left;
	background-image: url(../img/streifen_links.gif);
	background-repeat: repeat-y;
	width: 20%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#streifen_rechts {
	position: relative; 
	z-index: 10; /*verdeckt bei kleinem browser den inhalt */
	float: right;
	background: url(../img/streifen_rechts.jpg);
	background-repeat:repeat-y;
	width: 20%;
	height: 100%;
	background-position: right;
	margin: 0;
	padding: 0;  
	}
	
	
/* hide the following from IE5-Mac \*/
#streifen_rechts {
	margin-right: 0;
	text-align: right; }
/* IE5-Mac can see the rest */	


/* Mittlerer Content ++++++++++++++++++++++++++++*/
#mitte { 
	width: 60%; 
	padding-top: 65px; 
	float: left; 
	position: relative;}

* html #streifen_rechts {  /* nur fuer Internet Explorer */
  width:10%;     /* Version 5.x */
  w\idth:10%;    /* Version 6 */
}

/* LOGOBOX +++++++++++++++++++++++++++++++++++++ */
#logo { 
	height: 100px;
}


/* fuer Diashow */
#gallery { position: relative; width:600px; height:210px; margin:0; padding:0; }
#gallery li { display: block; }



/*------NAVIGATION-------------------------------------------------------------------------*/

#navmenu {
	width: 510px;
	height: 50px;
	border-width: 0;
	position: relative;
}

/* liste fuer navigation */
#navmenu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
  	}

#navmenu ul li {
	  display: block;
	  float: left;
	  position: relative; /*** IE6 needs this to display the links ***/
	  width: 92px;  }
	  
#navmenu ul li.last {
	text-align: right;
	width: 234px; }	  
	  
/* formatierung der navigation  */
#navmenu a {
	color: #339933;
	text-decoration: none; /* damit die links nicht unterstrichen werden  */
	} 

#navmenu a:hover {
 	color: #3399CC;  }

#navclear {
  	display: block;
	clear: both; }	
	

/*------ALLGEMEINES-------------------------------------------------------------------------*/
/*tabelle, damit sie keine rahmen haben*/	
td { border: 0;
	color: #555;
	font-size: 0.7em;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.3em; }

/* gegen linkrahmen im Firefox*/
.decoration {
	clear: left;
	border: 0; } /*** fuer IE6 ***/
	
	
/*------CONTENT----------------------------------------------------------------------------*/
	
/* fuer alle Bilder mit gruenem rand */
#img{ 
	border-left: 6px solid #66CC33; 
	position: relative; 
	z-index: 8; 
	}	


/* Box fuer Startseite = Ausgerichtet an LINKS */
#content1{ 
	margin-left: 184px; 
	margin-top: 3em; 
	position: relative; 
	z-index: 7; 
	}	
	
/* Box fuer Projekt = ausgerichtet an "PERSONAL"*/
#content2{ 
	margin-left: 92px; 
	margin-top: 3em; 
	position: relative; 
	z-index: 7; 
	}	
	
