
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	background-color: #ffffff;
}

img {
    border: 0;
}

#logo {
	position: absolute;
	left: 55%;
	margin-left: -443px;
    background-color: #64ad2d;
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}


#head_white {
	width:807px;
	position:absolute;
	height:10px;
	margin-left: -450px;
    left: 50%;
	top: 0px;
    background-color: #ffffff;
	z-index:20;
}

#footer_whit {
	width:807px;
	position:fixed;
	height:40px;
	margin-left: -450px;
    left: 60%;
	bottom: 0px;
    background-color: #ffffff;
	z-index:20;
	border-top: 3px solid #64ad2d;
}

#container {
	top:10px;
	width: 798px;
	position: absolute;
    margin-left: -450px;
    left: 55%;
    background-color: #f2ea64;;
	border-left: 3px solid #64ad2d;
	border-right: 3px solid #64ad2d;
	border-bottom: 3px solid #64ad2d;
	padding-right: 2px;
	}



#content {
	background-color: #ffffff;
   	margin-left:210px;
	width:580px;
	overflow-x:hidden;
	padding-bottom: 60px;
	padding-top: 75px;
	padding-left: 5px;
	padding-right: 5px;
}

div#content {
    min-height: 600px;
    height: expression( this.scrollHeight > 600 ? "auto": "600px" );
}

div#container {
    min-height: 600px;
    height: expression( this.scrollHeight > 800 ? "auto": "600px" );
}


#left {
	position: absolute;
    margin-left: -450px;
    left: 55%;
	top: 100px;
	width:200px;
	padding: 0px;
}

	
.quizid {
    width: 90px;
}

.headline{
	font-size:15px;
	font-weight:bold;	
}

.overview_ueberschriften {
    background-color: #f2ea64;
	height:20px;
	font-size:14px;
	padding-left: 5px;
	padding-top:3px;
}

#main_nav {
	list-style: none;
	font-size: 13px;
	font-weight: bold;
}

.main_nav_li{
	margin-top:5px;
	}

#main_nav a:link, #main_nav a:visited{
	color: #000000;
	text-decoration: underline;
	}
	
#main_nav a:active, #main_nav a:focus, #main_nav a:hover{
	color: #64AD2D;
	text-decoration: underline;
	}

a:link, a:visited {
    text-decoration: none;
	color: blue;
}

a:hover, a:active, a:focus{
	color: #497f21;
	font-weight:bold; 
}

.search_div{
	border-bottom: 1px solid grey;
	padding-left: 3px;
	margin-right: 5px;
}

.search_title{
	font-size:13px;
	font-weight:bold;
	
}

.search_description{
	
}

#div_orderlist{
	cursor: move; 
	height:40px; 
	overflow: hidden; 	
	border-right: 0px; 
	margin-top: 2px; 
	background: #FFFFFF url(../images/bg_xmlquiz2.gif) repeat-x;
	}
	
.OrderedList .bull {
	width: 0px;
	}

.OrderedList td {
	border: 0;
	}
	
.fakefile input {
	float:left;
	margin-right:10px;
	width:85%;
}


.fakefile input {
    width: 85%;
    margin-right: 10px;
    float: left;
}

.fakefile img {
	margin-top:-5px;
}

.file_hidden {
	opacity:0;
	position:absolute;
	text-align:right;
	width:450px;
	z-index:2;
}

.confirm {
	width: 50px;
	margin: 0 30px;
}