

body {
	font-family: "Trebuchet MS", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-image: url("images/bg.png");
	background-color: #000000; 
	background-repeat: x;
}

h1	{
	/*font-family: "Times New Roman","Times",serif; */
	font-size: 24pt;
	color: #f02f42;
	}
	
h2	{
	/*font-family: "Times New Roman","Times",serif;*/
	font-size: 14pt;
	color: #ffffff;
}
	
h2:a {
	color: #f02f42;
	}	
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 985px; 
	height: auto;
	background-color: #000000;
}	

#header {
	
	width: 965px;
	height: 50px;
	padding-left: 20px;
/*	background-color: #000000; */
	
	
}
	
#header_top {
	width: 965px;
	height: 10px;
	
	background-image: url("german-porn-stars.jpg");
}

#header_middle {
	width: 965px;
	height: 20px;
	background-repeat: x;
}

#header_bottom {
	width: 965px;
	height: 30px;
	margin-top: -35px;
	margin-left: 25px;
	
	
}
#header_bottom ul {
	display: inline;
	}

#header_navigation {
	width: auto;
	height: auto;
	background-color: #000000;
}

#content {
	
	margin-left: auto;
	margin-right: auto;
	width: 965px;
	background-color: #000000;
}

#content h2 {
	color: #f02f42;
}	

#content a {
	color: #ffffff;
}	
		
#content_top {
	
/*	margin-left: px;*/
	
}

#content_teaser {

}


#content_main {
	
	float: left;
	width: 730px;
	margin-left: 10px;
	
}
	
#content_left {
	float: left;
	width: 200px;
	margin-right: 15px;
	margin-left: 10px;
}	
#content_right {
	float: right;
	width: 200px;
	margin-left: 15px;
	margin-right: 10px;
}

#content_clear {
	clear: both;
	height:10px;
}

.content_box_left {
	margin: 5px;
	width: 300px;
	float: left;
}	

.content_box_right {
	margin: 5px;
	width: 300px;
	float: right;
}	
#footer {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width: 975px;
	min-heigth: 50px;
	
	background-color: #000000;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
	

/* Block Elemnte */
.css-block {
 /*
 W3C Spec
 background: linear-gradient(top, yellow, blue 20%, #0f0);
 */

 background: -moz-linear-gradient(top, #fff 0, #fff 67%, #d2d2d2 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #fff),
  color-stop(0.67, #fff),
  color-stop(1, #d2d2d2));
 padding: 1px;
 
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 
 box-shadow: 0 15px 20px -10px #e1e1e1;
 -moz-box-shadow: 0 15px 20px -10px #e1e1e1;
 -webkit-box-shadow: 0 15px 20px -10px #e1e1e1;
 }
 
.css-block-inner {
 background-color: #ebebeb; /*fallback color*/


 background: url(img/arrow.png) no-repeat, -moz-linear-gradient(top,
  #f02f42 0,
  #fff 17%,
  #fff 83%,
  #ebebeb 99%,
  #fff 100%);
 background: url(img/arrow.png) no-repeat, -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #f02f42),
  color-stop(0.17, #fff),
  color-stop(0.83, #fff),
  color-stop(0.99, #ebebeb),
  color-stop(1, #fff));
 padding: 10px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
}
 
.css-block h2 {
 background-color: #2b4c6b;
 background: -moz-linear-gradient(top,
  #666666 0,
  #666666 17%,
  #333333 83%,
  #333333 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #666666),
  color-stop(0.17, #666666),
  color-stop(0.83, #333333),
  color-stop(1, #333333));
 padding: 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #2b4c6b;
 color: #fff;
 padding: 7px 10px;
 margin: 0;
 }		
	
/*Navigation */


ul#Navigation {
    
    margin: 0; padding: 0.8em;
    text-align: center;
    
    
  }
  ul#Navigation li {
    list-style: none;
    display: inline;
    margin: 0; padding: 0;
  }

  ul#Navigation a, ul#Navigation span {
    float: left; width: auto;
    margin: 0.4em; padding: 0.2em 1em;
    text-decoration: none; font-weight: bold;
   /* background-color: #2b4c6b; */
    
 background: -moz-linear-gradient(top,
  #666666 0,
  #666666 17%,
  #333333 83%,
  #333333 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #666666),
  color-stop(0.17, #666666),
  color-stop(0.83, #333333),
  color-stop(1, #333333));
 padding: 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #2b4c6b;
 color: #f02f42;
 padding: 7px 10px;
 margin: 0;
    /*
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
    */
  }
  * html ul#Navigation a, * html ul#Navigation span {  /* Korrektur fuer IE 5.x */
    width: 8em;
    w\idth: 6em;
  }
  ul#Navigation a:hover, ul#Navigation span {
    /*border-color: white;
    border-left-color: black; border-top-color: black;
    color: white; background-color: gray;
    */
    background-color: #2b4c6b;
    color: #f02f42;
 background: -moz-linear-gradient(top,
  #666666 0,
  #666666 17%,
  #333333 83%,
  #333333 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #666666),
  color-stop(0.17, #666666),
  color-stop(0.83, #333333),
  color-stop(1, #333333));
 padding: 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #2b4c6b;
 color: #ffffff;
 padding: 7px 10px;
 margin: 0;
  }
  ul#Navigation div {
     clear: left;
  }
  
 

				