/* CSS Document */

a:link { font-weight:bold; color:#ffffff; text-decoration:none; }
a:visited { font-weight:bold; color:#ffffff; text-decoration:none; }
a:focus { font-weight:bold; color:#ffffff; text-decoration:none; }
a:hover { font-weight:bold; color:#ffffff; text-decoration:none; }
a:active { font-weight:bold; color:#ffffff; text-decoration:none; }


*{margin:0px;}

img{margin: 0px;
border: 0px solid #000;}

body {
      background: #303030;
	  margin:10px auto 10px auto;
}

#main{
      background-color:#303030;
      width:100%;
      margin:10px auto 10px auto;
	  height:100%;
}

#menu{ 
      background-color:#faba79;
      width:800;
      height:150; margin: 10px auto 0px auto; 
}

#content{
         width:800;
         background: #c0c0c0;
		 margin:1px auto 10px auto;
		 border: 1px solid #000000;
		 height:auto;
		 background-color:#c0c0c0;
}
#news{
         width:500px;
         background: #f9b771; 
		 margin:0px auto 10px auto;
         border:1px solid #000000;
		 text-align:center;
		 
		 
		 
}
#bild{
margin-top: 3px;
margin-right:3px;
margin-left:3px;
margin-bottom:3px;
float:left;
border: 1px solid #000;}
	   


#text{ 
		 font-family:Verdana;
		 font-size:10px;
		 color:#000000;
		 border-top:0px solid #CCCCCC ;
		 padding-left:8px;
		 padding-right:8px;
		 padding-top:5px;
		 padding-bottom:5px;
		 text-align:left;
		 line-height:1.3;
		 
}
#header{
         text-align:left;
		 font-family:verdana;
		 font-size:14px;
		 font-weight:bold;
		 color: #ffffff;
		 padding-left:5px;
		 background:url(pictures_style/header.gif);
		 border-bottom: 0px solid #000000;
		  
}

#header2{ text-align:center;
 font-family:verdana;
  font-size:26px;
  font-weight:bold;
  color:#303030;
   margin: 10px auto 50px auto;
}

#cathegorys-left{ 
         width:350px;
         background: #f9b771; 
		 border:1px solid #000000;
		 margin-left:10px;
		 margin-right:10px;
		 margin-top:20px;
		 margin-bottom:20px;
		 float:left;
		 
}

#cathegorys-right{
         width:350px;
         background: #f9b771; 
		 border:1px solid #000000;
		 margin-left:10px;
		 margin-right:10px;
		 margin-top:20px;
		 margin-bottom:20px;
		 float:right;
		  
}

#counter{
margin:0px auto 10px auto;
width:1px;
height: 1px;
height:40px;
}

#copy{
margin:0px auto 10px auto;
 color: #FFFFFF;
font-family:verdana;
font-size:9px
}

