

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

h1	{
	font-szie: 18pt;
	color: #b2231c;
	}
	
h2 {
	color: #000000;
	}	
	
#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px; 
	background-color: #ffffff;
}	

#header {
	width: 1019px;
	height: 150px;
	padding-left: 5px;
	background-color: #b2231c;
}
	
#header_top {
	width: 1024px;
	height: 120px;
	background-image: url("../bisex-pics/header_top.png");
}

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

#header_bottom {
	width: 1024px;
	height: 30px;
	background-image: url("grafik/header_bottom.png");

}

#content {
	margin-left: auto;
	margin-right: auto;
	width: 989px;
	background-color: #ffffff;
}

#content_left h2 {
	color: #ffffff;
}

#content_right h2 {
	color: #ffffff;
}

#content_main h2 {
	color: #b2231c;
}	

#content a {
	color: #000;
}	
		
#content_top {
	margin-left: 5px;	
}

#content_teaser {

}


#content_main {
	float: left;
	width: 460px;
	
	
}
	
#content_left {
	float: left;
	width: 260px;
	margin: 5px;
	
}	
#content_right {
	float: right;
	width: 219px;
	margin: 5px;
}

#content_clear {
	clear: both;
	color: #fff;
}

.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;
	
	width: 1009px;
	min-heigth: 50px;
	
	background-color: #ffffff;
	
}

#footer h2 {
	color: #b2231c;
}

.css-block {
 /*
 W3C Spec
 background: linear-gradient(top, yellow, blue 20%, #0f0);
 */		
background: -moz-linear-gradient(top,
  #b2231c 0,
  #b2231c 17%,
  #ffffff 83%,
  #ffffff 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #b2231c),
  color-stop(0.17, #b2231c),
  color-stop(0.83, #ffffff),
  color-stop(1, #ffffff));
 padding: 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #000000;
 color: #000000;
 padding: 7px 10px;
 margin: 0;
    /*
    border: 1px solid black;
    border-left-color: white; border-top-color: white;
    color: maroon; background-color: #ccc;
    */
  }
  css-block-inner {
 background-color: #ebebeb; /*fallback color*/
 background: url(img/arrow.png) no-repeat, -moz-linear-gradient(top,
  #b2231c 0,
  #b2231c 17%,
  #fff 83%,
  #ebebeb 99%,
  #fff 100%);
 background: url(img/arrow.png) no-repeat, -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #b2231c),
  color-stop(0.17, #b2231c),
  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,
  #b2231c 0,
  #b2231c 17%,
  #fe3228 83%,
  #fe3228 100%);
 background: -webkit-gradient(linear,
  left top, left bottom,
  color-stop(0, #b2231c),
  color-stop(0.17, #b2231c),
  color-stop(0.83, #fe3228),
  color-stop(1, #fe3228));
 padding: 1px;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border: 1px solid #2b4c6b;
 color: #fff;
 padding: 7px 10px;
 margin: 0;
 }		
