html {  
	width: 100%;
	height: 100%;
	margin: 0px auto 0px auto;
background:url(../images/main-bg.png) repeat-y  top center #ffffff;
}

body {	
	background:url(../images/bg-body.png) repeat-x top center transparent;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px; /* Sets default font size to 10px */
	color:#222222;
	height:100%;
}
* {
	margin:0;
	padding:0;
}
img { border:0; }
#wrapper {
 margin:0 auto;
 width:806px;
 min-height:100%; background-color:white;
 font-size:1.20em;
}
* html #wrapper { height:100%; } /* nur für IE 5.5 - 6.x */
html + body #wrapper { height:100%; } /* nur vom IE 5.0 */
#header {
	height:160px;
	background:url(../images/header.gif) no-repeat left;
}
#header h1 {
	padding: 50px 0 0 30px;
}
#suche {
float:right;padding-right:20px;width:260px;height:25px;
background:url(../images/bg-suche.gif) no-repeat left top;
}
#suche form {padding:2px 25px;width: 210px;}
#search {float:left;width: 130px;height:25px;}
#suche input.action{margin-top:-21px;
        float:right;
        height: 22px;
        width:55px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
		font-weight:bold;
        color: #FFFFFF;
        background-color: #CC0000;
        border-top:1px solid #c5c5c5;
        border-left:1px solid  #c5c5c5;
        border-bottom:1px solid  #333333;
        border-right:1px solid  #333333;
        cursor: pointer;

}
#menu {
	height:35px;
	line-height:35px;
	background:url(../images/bg-menu.png) repeat-x;
	padding:0 10px;
}
#sidebar {
	float:right;
	width:180px;
	background:#efefef; 
	margin-right:10px;
}
#content {
	float:left;
	width:550px;
	background-color:white;
	/*min-height:400px;*/
	padding: 20px;
	overflow: hidden;
}

#content img {padding:5px;border:0px}

.spiele {padding:0px; margin:0px;width:560px;}
.spiele img {padding:0px; margin:0px; border:0px}

#footer {  
float:center;text-align:center;
clear:both;
margin-top: -58px;
padding-top: 4px; 	
height: 54px;
border:none;
background:url(../images/footer.gif) repeat-x left bottom;
}

#menu ul { list-style-type:none; }
#menu li { float:left; }
#sidebar ul {
	margin-top:30px;
	list-style-image:url(../images/dot.gif);list-style-position: inside; padding-left: 5px;
}

#sidebar li { 

	height:20px;
	line-height:20px;
	color:#CC0000;
	border-bottom:1px solid #dddddd;
}
#sidebar-bottom {
	height:20px;
	background:url(../images/bg-sidebar-bottom.gif) no-repeat top center;
}
#copy,#copy a {
	padding-top:30px;
	/*cursor:default;*/
	color:gray;
}
.partner, .partner a:link,.partner a:hover, .partner a:visited {margin-left:10px;font-size:11px; color:gray;text-align:left;}
#feed {
	height:25px;
	width:126px;
	background:url(../images/bg-feed.gif) no-repeat;
	margin:0 auto;
	padding-left:26px;
}




/*formular*/
fieldset {padding:5px;border:1px dashed red;background-color:#efefef}
fieldset div {width: 99%; clear:both;padding:5px;}
label { background: transparent;width: 14em;padding-right: 4px; padding-bottom: 8px; float: left;}
fieldset .required { color:red;}
 .Actions input.action{
        margin-top:5px;
        float:right;
        height: 22px;
        width:125px;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size:12px;
		font-weight:bold;
        color: #FFFFFF;
        background-color: #CC0000;
        border-top:1px solid #c5c5c5;
        border-left:1px solid  #c5c5c5;
        border-bottom:1px solid  #333333;
        border-right:1px solid  #333333;
        cursor: pointer;

}