@CHARSET "ISO-8859-1";

body {
	color: #000000;
	background: #DAD5CF;
	font-family: Verdana, Arial, sans-serif;
	font-size: x-small;	
	text-align: center;
	margin: 0px 0 30px 0;
	line-height: 1.5em;
}
* html body {
	font-size: 63%;
}
h1, h2, h3{
	font-size: 120%;
	line-height: 2.0em;
}
h1.caps{
	font-variant:small-caps;
}
img{
	border:none;
}
button{
	border: solid thin #AAAAAA; 
	-moz-border-radius: .5em;
}
a{
	text-decoration:none;
	color:#000000;
}
ul, li{
	list-style:none;
	padding: 0;
	margin: 0;
}
p.error{
	color: red;
	font-size: 1.1em;
}

.bold{
	font-weight:800;
}
.clear{
	clear:both;
}
.quick-link{ /* im Moment nur der Link zum Dauerkarten Kauf, besonders hervorheben ! */
	font-size: 110%;
	font-weight:bold;
}
a.quick-link:hover{
	text-decoration:underline;
}
.pointer{
	cursor: pointer;
}
.hidden{
	display:none;
}
div.page{
	width: 960px;
	margin: 0 auto;
	text-align:left;
	font-size: 1.1em;
}
#header{
	background-color: #df3d17;
}
#info_line{			/* line under header */

	height: 20px;
}

div#content-wrapper{
	float:left;
	width:730px;
	min-height: 500px;
}
div#right{
	float:right;
	width:200px;
	margin-left: 0%;
	min-height: 500px;
	/* border:1px solid black; */
}

div#footer-wrapper{
	clear:both;
	background: #cc9;
}
/* menu */
div#menu{
	float:left;
	width: 14%;
}
ul#main-menu{
	margin: 10px 0;
	padding: 0;
}
ul#main-menu li{
	margin: 10px 0;
	padding: 0;
}
div.link_to_events{			/* nur bei Abendkasse  wenn ein Spiel ist */
	margin-top: 70px;	
}
div.link_to_events li{
	padding: 20px 0;	
}

div#content{			/* main content */
	float:right;
	width:605px;
}
div#pad{				/* Abstand nach unten */
	padding-bottom: 50px;
	width: 600px;
}
table.baskets-listing{
	collapse-border: collapse;
	border-spacing: 0px;
	margin-bottom: 20px;
	width:100%;
}
table.baskets-listing p{
	margin:0;
	padding: 5px 0 3px 2px;
}
 table.baskets-listing th{
	background-color: #df3d17;
	color: #FFFFFF;
	padding: 3px;
}
table.baskets-listing td.odd{		/* ungerade Zeile */
	background-color: #e7e6e2;
	color: #000000;
}
table.baskets-listing td{
	padding-right: 15px;
}
table.baskets-listing td.td-1{
	border-left: 1px solid #df3d17;
}
table.baskets-listing td.td-5{
	border-right: 1px solid #df3d17;
}
table.baskets-listing td.last-line{
	border-bottom: 1px solid #df3d17;
	height:1px;
}
