input.error {
    background-color: red;
    border: 1px #eee;
    border-color: red;
}


body {
	margin: 0;
	padding: 0;
	overflow:scroll;
	font: 14 Trebuchet MS, Helvetica, sans-serif;
	color: #555555;
	background-color: #CAEDED;
	background-image: url("images/bg-body.png");
	background-repeat: repeat-y;
	background-position:center;
}

table {

	border:solid 0px #eee;
	border-collapse:collapse;
	width: 930px;
	font: 130%/100% Trebuchet MS, Helvetica, sans-serif;
}
tr {
/*	border-bottom:solid 1px #ddd;  - schiess IE Bug!!! - IE liest keine Border Attris im <tr> Tag! Musst du in <td> einbauen, dann klappts auch mit IE! =(  */
	margin: 0;
	padding: 0;
	border-collapse:collapse;
	
}
td {
	border:solid 0px #eee;
	border-bottom:solid 1px #ddd;
	border-collapse:collapse;
}
a {
	font: 14 Trebuchet MS, Helvetica, sans-serif;
	color: #00C0C0;
	
}

/* Überschrift nur für Wettenübersicht */
#wetteueberschrift {
	font: 28;
	color: #555;
	margin: -40 0 40 0;
	
}



/*
#bg {
	width: 1010px;
	height: 150%;
	background-color: #00C0C0;

}
*/
#bgfooter {
	position:fix;
	bottom:0px;
	width: 1010px;
	height: 20px;
/*	background-color: #00C0C0; */
/*	background-position:center;*/
}

#dropdown {
	position:fix;
	bottom:0px;
	width: 110px;
	height: 20px;
	right:200px;
	text-align: right;
/*	
/*	background-color: #00C0C0; */
/*	background-position:center;*/
}



/*----------------------  Boxen ----------------------*/

.box {
padding: 0px;
width:950px;
height:auto;
margin:0px 0px 0px 0px;
font-size:12px;
}

.box .header {
width:950px;
height:20px;
background-image:url("images/box_header.png");
background-repeat:no-repeat;
}

.box .footer {
width:950px;
height:20px;
background-image:url("images/box_footer.png");
background-repeat:no-repeat;
}


.box .content {
position: relative;/*fuer IE*/
width:948px;
height:auto;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background-color:#F6F6F6;
border-right:solid 1px #ccc;
border-left:solid 1px #ccc;
}
/* Scheiss IE Hack  */
* html .box .content {
position: relative;/*fuer IE*/
 \width: 950px; /* for IE5 and IE6 in quirks mode */
 w\idth: 950px; /*for IE6 in standards mode */
height:auto;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
background-color:#F6F6F6;
border-right:solid 1px #ccc;
border-left:solid 1px #ccc;
}


.linie {
	padding:1px 0px 0px 0px;
	height: 20px;
	background:url(images/linie.png) no-repeat;
	width: 955px ;
	z-index: 100;
	white-space: nowrap;

}

/*---------------------- Sortierungslinks Wetten ----------------------*/
.sortwettedown {
	background: url(images/white-arrow2.gif) no-repeat right -52px;
	text-align: center;
	white-space:nowrap;
	padding: 5px 15px 5px 2px; 
	margin: 0 auto;
	display: block;
	font: bold 93%/100% Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.sortwetteup {
	background: url(images/white-arrow2.gif) no-repeat right 9px;
	text-align: center;
	white-space:nowrap;
	padding: 5px 15px 5px 2px; 
	margin: 0 auto;
	display: block;
	font: bold 93%/100% Trebuchet MS, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}
.sortwette {
	text-align: center;
	white-space:nowrap;
	padding: 5px 5px 5px 2px; 
	margin: 0 auto;
	display: block;
	font: bold 93%/100% Trebuchet MS, Helvetica, sans-serif;
	color: #ddd;
	text-decoration: none;
}
.sortwettenix  {
	text-align: center;
	white-space:nowrap;
	padding: 5px 5px 5px 2px;
	margin: 0 auto;
	display: block;
	font: bold 93%/100% Trebuchet MS, Helvetica, sans-serif;
	color: #bbb;
	text-decoration: none;
}


/*---------------------- Header Menu_klappbar ----------------------*/

}
#trans-nav {
	list-style-type: none;
	right:0px;
	height: 40px;
	padding: 0; margin: 10;

}
#trans-nav {
	list-style-type: none;
	right:0px;
	height: 40px;
	padding: 0; margin: 0;
}



/*---------------------- Hauptmenu ----------------------*/

#trans-nav li {

	float: left; 
	position: relative; 
	right:0px;
	padding: 0;
	height: 40px;
	line-height: 40px;
	background: #111 url(nav-bg.png) repeat-x 0 0; 
}
#trans-nav li:hover {
	background-position: 0 -40px; 
	color: #555555;
	height: 40px;
/*	background: red; */
}
#trans-nav li a {

	padding: 0 30;
height: 40px;
	text-decoration: none;
}
#trans-nav li a:hover {
	color: #a3f1d7;
}


/*---------------------- Untermenu ----------------------*/
/*
.transparent_class {
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
}
*/
#trans-nav li ul {

	position: absolute; 
	text-align: left;
	width: 250;
	list-style-type: none;
	padding: 0;
	margin: 0;
	visibility: hidden;
}
#trans-nav li:hover ul {
}

#trans-nav li ul li {
	float: none;
	position: static; 
	height: 0;
	line-height: 0; 
	background: none;

}
#trans-nav li:hover ul li {
	height: 30px;
	line-height: 30px;
	visibility: display: 
}
#trans-nav li ul li a {
/*	visibility: hidden; */
	background: #63867f;  
}
#trans-nav li ul li a:hover {
	display: table;
	background: #63867f;
	color: #a3f1d7;
	visibility: display:  
}




/*---------------------- Aufklapppanel-Button in Tip ----------------------*/
a:focus {
	outline: none;
}
#panel {
	background: #F6F6F6;
	display: none;
}
.slide {
	margin: 0;
	padding: 0;
	border-top: solid 4px #422410;
	background: url(images/btn-slide.gif) no-repeat center top;
}


.btn-slide {
	background: url(images/white-arrow.gif) no-repeat right -50px;
	text-align: center;
	width: 100px;
	height: 20px;
	padding: 5px 0px 0 0;
	margin: 0 auto;
	display: block;
	font: bold 130%/100% Trebuchet MS, Helvetica, sans-serif;
	color: #00C0C0;
	text-decoration: none;
z-index: 100;
}
.active {
	background-position: right 12px;
}



/*---------------------- Acordeon (Aufklappi) ----------------------*/
/*
.accordion2 {
	width: 480px;
	border-bottom: solid 1px #c4c4c4;
}
.accordion2 h3 {
	background: red url(images/arrow-square.gif) no-repeat right -51px;
	padding: 7px 15px;
	margin: 0;
	font: bold 100%/100% Trebuchet MS, Helvetica, sans-serif;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion2 h3:hover {
	//background-color: red;
}
.accordion2 h3.active {
	background-position: right 5px;
}
.accordion2 p {
	background: red;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

	//width: 570px;
*/

