/* CSS Document */

body {
	margin:0;
	border:0;
	background:url(images/layout/csd-background.jpg) left top no-repeat;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	text-align:left;
}

img {
	border: 0;
}

h1,h2,h3,h4 .ueberschrift {
	font-size:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	color:#Fff;
	display:inline;
	background-color:#F00;
	padding:3px;
}

.datum p {
	font-size:160%;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:normal;
	color:#Fff;
	display:inline;
	background-color:#777;
	padding:3px;
}
.datum {
	margin-bottom:10px;
}

#header {
	width:100%;
	height:138px;
	background:url(images/layout/header.png) left no-repeat;
}

#block-top {
	width:980px;
}

#motto {
	width:100%;
	height: 38px;
	background:url(images/layout/motto.png) left no-repeat;
}

#rainbow {
	width:100%;
	height: 200px;
	background-image:url(images/layout/csd-com-bg.png);
	background-repeat:repeat-x;
	margin-top:20px;
	margin-bottom:20px;
}

#gaynight {
	padding:0px 30px 25px 60px;
	float:left;
	width:410px;
	font-size:90%;
}
#thinkpink {
	padding:0px 30px 25px 60px;
	float:left;
	font-size:90%;
}

#gaynight img, #thinkpink img {
	 border:2px solid #000;
	 background-color:#CCC;
	 padding: 3px;
}

#tp2010 {
	padding:0px 40px 0px 60px;
	font-size:80%;
}
#tp2010 p {
	text-align:justify;
}

#inhalt-fist {
	padding:70px 40px 25px 325px;
	font-size:80%;
	background:url(images/layout/csd-fist.png) left top no-repeat;
	text-align:justify;
	margin-left:160px;
	min-width: 440px;
}

#inhalt {
	padding:70px 40px 25px 60px;
	font-size:80%;
	text-align:justify;
}

#inhalt p {
	clear:both;
}
.block {
	text-align:justify;
	width:500px;
}

#fuss {
	width: 250px;
	height: 250px;
	background:url(images/layout/stars.png) left top no-repeat;
	margin-left:902px;
	padding-left:100px;
	padding-top:40px;
	color:#999;
	font-size:80%;
}
	
#banner {
	width:160px;
	height:600px;
	margin:0 15px 15px 20px;
	float:left;
}
/* DIVERSES */

.padding10 {
	padding: 10px;
}

a:link, a:visited {
	font-style:italic; text-decoration:none; color:#000;
}

a:hover, a:active, a:focus {
	background-color:#F00; color:#000;
}

.piclink:link, .piclink:visited {
	font-style:italic; color:#ccc; text-decoration:none; background:none;
}

.piclink:hover, .piclink:active, .piclink:focus {
	background-color: transparent;
}

.borderless a:link, .borderless a:visited {
	font-style:italic; color:#ccc; text-decoration:none; border:0;
}

.borderless a:hover, .borderless a:active, .borderless a:focus {
	background-color:#050289; border:0;
}


.font80 { font-size:80%; }
.font120 { font-size:120%; }

/* SLIDER */

#slider{}	
#slider ul, #slider li, #slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider li{ 
	width:410px;
	overflow:hidden; 
	}	
	
p#controls, p#controls2{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn, #prevBtn2, #nextBtn2{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-160px;
	}	
#nextBtn, #nextBtn2{ 
	left:696px;
	}														
#prevBtn a, #nextBtn a, #prevBtn2 a, #nextBtn2 a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a, #nextBtn2 a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}					
