@charset "ISO-8859-1";
/*
################################################################################
STYLE Standarddatei fuer Klaumünzer
Autor: Daniel Schaefer
http://www.ds-graphixx.de
Copyright 2010
################################################################################
*/

/* Global reset */
*{margin: 0; padding: 0;}

/* Site Aufbau mit Layern
*******************************************************************************/
body{
	color: #000000;
	font-size: 12px;
	font-family: Verdana;
	background-color: #a79581;	
}

#container{
	width:900px;
	height:auto;
	border: 1px solid #000000;
  margin: 10px auto;
	background-color: #efefef;
}

#header{
	float: left;
	width: 900px;
	height: 300px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#navi{
	float: left;
	width: 890px;
	background-image: url(../images/naviback.jpg);
	background-repeat: repeat-x;
	text-align: right;
	padding: 8px 5px;		
}

#main_top{
	background-image: url(../images/mainbacktop.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	height: 20px;
}

#main_middel{
	background-image: url(../images/mainbackmiddel.jpg);
	background-repeat: repeat-y;
	height: auto;
	width: 860px;
	text-align: left;
	padding: 0 20px 0 20px;
	float: left;   
}

#main_bottom{
	background-image: url(../images/mainbackbottom.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 900px;
	height: 20px;	
}

#footer{
	float: left;
	width: 900px;
	height: 50px;
	background-color: #efefee;
}

/* Navigation
*******************************************************************************/
#navi a{
	text-decoration: none;
	color: #000000;
}

#navi a:hover{
	text-decoration: underline;
}

/* Inhalt und Elemente
*******************************************************************************/

/* Formulare LAYOUT */
form.cmxform{}
table{border: none; border-collapse:collapse; width:700px;}
div.element{margin: 20px;}
div.element input,div.element select{border: 1px solid #d0d0d0; padding: 4px 4px 4px 8px; background-color: #f0f0f0;}
label.error{color: #fa0000; font-weight: bold; text-transform: uppercase;}
td.cleft{width: 120px;}
td.cmid{}
td.cright{}
td.cfragenmid{font-weight: bold; padding:5px 0 5px 5px; background-color: #eeeeee; width:700px;}
td.cfragenright{background-color: #eeeeee;}
td.cantwortleft{width:30px;}
table td.cantwortmid{color: #707070; padding-left:5px;}
td.cantwortmid table tr{height:25px;} 
td.cantwortmid table tr td input{padding-right:20px;}
.element input[name="submit"]{margin-left:250px;}

/* Formulare coreg_user */
table.coreg_user{font-family: Verdana; font-size:12px;}
table.coreg_user tr{height:30px;}

/* Inhalte */
h1,h2,h3{}
a{text-decoration: none; color: #848484;}
a:hover{text-decoration: underline;}
p{width: 80%; padding: 5px 0 5px 0;}
p.small{font-size: 10px;}
   
/* Gewinn24 */
#gewinn24 table{
    width:420px;
}
   



