/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }

/*-----------------------------------------------------------*/

html, body
	{
	position: relative; /*wichtig für IE6*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	margin:0;
	padding:0;
	height:100%;
	overflow:auto;
	background-color:#A1A1A1;
	}

a {
	text-decoration:none;
    color:#CC0033;
}


#wrapper {	
	color:black;	
	width: 940px;
    margin: 1% auto auto auto;
	padding-top: 0px;
	padding-left: 0px;
	overflow: hidden;
}


#kopfbereich {
	position: relative;
	margin:0;
	background-image:url(grafiken/artroomlogo.png);
	background-repeat:no-repeat;
	height:  26px;
	width: 335px;
	padding: 0;	
	overflow: hidden;
	top: 13px;
	left: 0px;
}


#navibereich {
	text-align: right;
	position:relative;
	color: black;
	padding: 5px 10px 0 10px;
   } 
   #navibereich li { 
      display: inline; 
      list-style-type: none; 
   }
   #navibereich a { 
      background-color:#ddd;
	  color: black;
      padding: 4px 6px 4px 6px;
      border-top: solid 1px #e3e3e3;
	  border-right: solid 1px #d6d6d6;
	  border-left: solid 1px #eee;
	  }
   
   #navibereich a:hover,
   #navibereich a:focus,
   #aktuellseite #navi01 a, 
   #vorschauseite #navi02 a,
   #rueckblickseite #navi03 a,
   #ueberwuerthseite #navi04 a,
   #kontaktseite #navi05 a
    { 
      background-color:#F4F3E8;
	  border: solid 1px #F09C7A;
   }  
   #navibereich a:active { 
      background-color: #F4F3E8;
   }  


#inhaltsbereich {
	position: relative;
	height:  440px;
	margin: auto;
	padding: 10px 10px 10px 35px;
	color: #204060;
	background-image:url(grafiken/hintergrund.gif);
	background-repeat:no-repeat;
}


/* - - - - - - - beginn styles index.php */

#aktuell_textbox {
	position:absolute;
	left: 20px;
	top: 25px;
	width:900px;
	height:365px;
	padding: 0;	
}

#aktuell_aktuausstellbox {
	position:absolute;
	left: 20px;
	top: 20px;
	width:610px;
	height:300px;
	padding: 20px;
	background-color: #F8F8F8;
	border: 1px solid #ccc;	
}

#aktuell_vorschaubox {
	position:absolute;
	left: 688px;
	top: 20px;
	width:190px;
	height:266px;
	padding: 8px 20px 8px 20px;
	border: 1px solid #ccc;
}
	 
#aktuell_oeffnungbox {
	position:absolute;
	left: 688px;
	top: 307px;
	width:190px;
	padding: 20px;
	border: 1px solid #ccc;
}

#aktuell_slidebox {
	position:absolute;
	left: 20px;
	top: 380px;
	width:900px;
	height:60px;
	padding: 0;
}
/* - - - - - - - ende styles index.php */

#fussbereich {	
	height:  30px; 
	margin: auto;
	margin-top: 5px;
	padding-bottom: 10px;
    overflow: hidden;
}
#fussbereich a {
    color: #FFF;
	}
		
#wuerthlogo  {
	position: relative;
	bottom: 12px;
	left: 817px;
}
#adresse  {
	position: relative;
	top: 10px;
	left:  3px;
	width:860px;
	font-size:10px;
}
	
.text999 {color: #A1A1A1;}
	
.text13bold {
     font-size: 13px;
	 font-weight: bold;	 	 
}

.text10grau  {font-size:10px; color:#666666;}

.text12  {font-size:12px;}

.text13 {font-size: 13px;}

.text15bold {
     font-size: 15px;
	 font-weight: bold;
	 }

.link_ohne_rot {
	color:#333;
	}
	
.grafik {
    margin: 2px;
	}	
