
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #a0a0a0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	margin-top: 20px;
	
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
margin-left: auto;
margin-right: auto;
border: 1px solid #FF0000;
width: 500px;


}
.titel {
  color: #DDDDDD;
  font-size: 100px;
  text-shadow: -2px 2px -20px ;
  font-family: helvetica, verdana, arial, sans-serif, fantasy;
  }
    
  
    #textbox_wrapper_twitter, #textbox_wrapper_flickr, #textbox_wrapper_FB,#textbox_wrapper_WP,#textbox_wrapper_LI,#textbox_wrapper_russin{
    border: 4px solid #FFFFFF;
    width: 490px;
    
    background-color:#DDD;
    margin-top: 20px;

    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 25, 0.3);
-moz-box-shadow: 10px 10px 50px rgba(0, 0, 25, 0.3);
box-shadow: 10px 10px 50px rgba(0, 0, 25, 0.3);
 
    -webkit-border-top-left-radius: 15px;
     -moz-border-radius-topleft: 15px;  
     -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;  
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(250, 250, 250)), to(rgb(210, 210, 210)));  
    
    
  }
  
  

.textbox_text{
  padding: 10px;
  font-size: 10px;
  color: #767676;
  text-decoration: none;
  
}

.textbox_text a{
    color: #555;
  text-decoration: none;
  font-weight: bold;
  font-size: 2em;
  
}


img.ikon{
      
     
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 25, 1);
-moz-box-shadow: 0px 0px 5px rgba(0, 0, 25, 1);
box-shadow: 0px 0px 5px rgba(0, 0, 25, 1);
     
    border: 3px solid #FFF;
    
      
    -webkit-border-radius: 3px;
     -moz-border-radius: 3px;  
}


  #textbox_wrapper_adress{
    border: 4px solid #FFFFFF;
    width: 490px;
    height: 100px;
    background-color:#DDD;
    margin-top: 0px;
    padding: 0;

    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 25, 0.3);
-moz-box-shadow: 10px 10px 50px rgba(0, 0, 25, 0.3);
box-shadow: 10px 10px 50px rgba(0, 0, 25, 0.3);
 
    -webkit-border-top-left-radius: 15px;
     -moz-border-radius-topleft: 15px;  
     -webkit-border-bottom-right-radius: 15px;
     -moz-border-radius-bottomright: 15px;  
    
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgb(250, 250, 250)), to(rgb(210, 210, 210)));   
    
  }

.textbox_text_adress{
  padding: 20px;
  font-size: 10px;
  color: #767676;
  text-decoration: none;
}

.textbox_text_adress a{
   color: #767676;
  text-decoration: none;
}
  
.adr{
  background: #FF0000;
  width: 200px;
  margin: 0;
  padding: 0;
  
}


tel{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #BBB;
  font-size: 10px;
}
