/* Created default.css by id-zemke 11-2012 */
body {
   padding					:0px;
   margin					:0px;
   font-size				:90%;
   font-family				:Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/* ------   Standardeinstellungen ---------------------  */
a 
 {
 	color                 : #CC0000;
 	text-decoration		 : none;
 }
 
 a:hover
 {
 	color                 : #999;
 	text-decoration		 : none;
 }

.schatten 
{
	-webkit-box-shadow	:1px 3px 3px #131311; /* webkit browser*/
	-moz-box-shadow		:1px 3px 3px #131311; /* firefox */ 
	box-shadow				:1px 3px 3px #131311;
}

/* ------   Homepage-Struktur ---------------------  */

#outerbox 
{
	background				:#c0bcb9 url('http://comma.id-zemke.de/bilder/1330079291/1330079291-1330081414-bg.jpg') repeat-x top;	
	min-height				:1000px
}

.innerbox
{
	margin					:0 auto;
	width						:960px;
	position					:relative;
   overflow					:hidden;
	-webkit-box-shadow	:2px 4px 10px #131311; /* webkit browser*/
	-moz-box-shadow		:2px 4px 10px #131311; /* firefox */ 
	box-shadow				:2px 4px 10px #131311;
}

#top 
{
	float						:left;
	background				:url('http://comma.id-zemke.de/bilder/1330079291/1330079291-1330087349-bg_top.jpg') repeat-x;
	right						:65%;
	height					:180px;
	width						:100%	
}

.news 
{
	padding					:118px 0px 0px 287px;
}

.header 
{
   width						:960px;
   height					:150px;
   background				:#aaa url('http://www.clubzentrum-comma.de/bilder/1330079291/1330079291-1354056108-header_neu.jpg') no-repeat;   
   margin					:0 auto
}

.topmenu 
{
  float						:left;
  margin						:0;
  padding					:0;
  height						:40px;
  width						:100%;
  color						:#333;
  font-weight				:500;
  font-size					:10pt;
  font-family				:Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align				:center
}

.topmenu a 
{
  margin						:0px 17px;
  line-height				:30px;
  color						:#C60017;
  font-weight				:600;
  font-size					:10pt;
  font-family				:Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-decoration			:none;
  text-transform			:uppercase;
}

.topmenu a:hover 
{
  color						:#666;
  text-decoration			:underline
}

#contentbox
{
	position					:relative;
  	overflow					:hidden;
  	float						:left;
  	width						:960px;
   background				:url('http://comma.id-zemke.de/bilder/1330079291/1330079291-1330433463-bg_content.jpg') repeat-y top left;	  
}

.contentboxin 
{
   /*background				:url('http://comma.id-zemke.de/bilder/1330079291/1330079291-1330434573-bg_content_bottom.jpg') no-repeat bottom;*/ 
  padding					:10px 0px 0px 0px;
 }

/* ------------- Standarddesign webshop ---------------- */

#contentbox1
{
	position					:relative;
  	overflow					:hidden;
  	float						:left;
  	width						:960px;
	background				:#fff;	
				  
}

.contentboxin1 
{
   /*background			:url(http://comma.id-zemke.de/bilder/1330079291/1330079291-1330434573-bg_content_bottom.jpg) repeat-x bottom;*/
	width						:80%;
	padding					:20px 25px;
	margin					:0 auto;		
}

/* ------------- Ende Standarddesign webshop ---------------- */

#inhalt {
	background				:#eee;
	float						:left;
	width						:760px;
	min-height				:450px;
	overflow					:hidden;	
}
#sidebar {
	float						:left;
	width						:200px;
	min-height				:450px;
	overflow					:hidden;
}
.sidebarbox {
	padding					: 10px;
}
.inhalt1	
{
  	min-height				:450px;
}
 
#zcontentBody img 
{
	border					: 0px none;
}
/* ----------------- Fusszeile -------------*/

#footer
{
   	float					:left;
   	width					:960px;
   	background-color	:#fff;
   	padding				:10px 0px;
}

.footerin 
{
	color						:#333;
   font-weight			:500;
   font-size			:8pt;
	font-family				:Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align				:center
}			

.footerin a {
   	color					:#333;
   	font-weight				:500;
   	font-size				:8pt;
   	text-decoration			:none
}

.footerin a:hover {
   	color					:#aaa;
   	text-decoration			:underline
}

/* ----------------- Termine -------------*/

#termhaupt { 
width						:746px;
padding					:0px 0px 0px 14px;
}

.timeline {
float						:left;
width						:180px;
background-color		:#eee;
margin					:0;
padding					:0;
}

.timeline ul {
	list-style			:none;
	width					:160px;
	margin				:0;
	padding				:0;
}

.timeline li {
	margin-bottom			:1px;
	font-size				:9pt;
	font-weight				:600;
	text-align				:center; /*Ausrichtung Anzeige*/
	text-decoration		:none;
	color						:#fafafa;
	background-color		:#000;
	height					:20px;
	line-height				:170%;
	padding					:7px 0px 5px 0px;
}

.timeline li a {
	display					:block;
	font-family				:Verdana,Tahoma,Arial,sans-serif;
	font-size				:9pt;
	font-weight				:600;
	text-align				:center; /*Ausrichtung Anzeige*/
	text-decoration		:none;
	color					   :#cc0000;
	background-color		:#000;
	height					:20px;
	line-height				:170%;	
}

.timeline li a:hover {
	color						:#fa4242;
}

.events {
	float							:left;
	width							:560px;
	margin						:0;
	padding						:0;
}


