a:link, a:visited, a:hover {
		color:#ffffff;
}
	
#container { 
	background-image: url(gif/blue-background.gif);		
	background-position: center top;	
}
#content { 
	border-top: 1px solid #3689ae;
} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
		#sidebar1 {
		width: 230px;
		padding: 30px 0 35px 0;
		margin: 0px;
		color: #c5dde7;			
		}
	
		#sidebar1 ul {
		list-style: none;
		margin: 0px;
		padding: 0px;
		border: none;
		}
		#sidebar1 ul li {
		margin: 0px;
		padding: 0px;
		background-image:url(gif/submenubackground2.gif);	
		width:220px;	
		}
		#sidebar1 ul li a {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		display: block;
		padding: 2px 0px 0px 42px;
		text-decoration: none;
		color: #c5dde7;
		height: 28px;		
		}

		#sidebar1 ul li a.aktiv {		
		color: #ffffff;	
		}
				
		#sidebar1 ul li a:hover, #sidebar1 ul li a:focus {
		color: #ffffff;
		}
		
		#sidebar1padding {
		padding-left: 20px;
		}


h1 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 22px;	
		font-weight:bold;			
		color: #ffffff;	
}
h2 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #ffffff;		
}
h3 {		
		font-family:"Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
		font-size: 15px;	
		font-weight:bold;			
		color: #7c7c7c;	
		margin-bottom: 2px;		
}
h4 {		
		font-family:Arial, Helvetica, sans-serif;
		font-size: 13px;	
		font-weight:bold;			
		color: #ffffff;	
}

.nextbutton {
	width: 90px;
	height: 30px;
	margin-top: 20px;
	margin-right:5px;
}
.questiontable th {
	padding:5px 10px 5px 10px;
	background-image:url(gif/tableheader.gif);
	background-repeat:no-repeat;
	background-color:#f7941d;
	padding-left: 10px;
}
.questionTDeven {
	background-color: #9bcce2;
	padding:5px 10px 5px 10px;
}		
.questionTDodd {
	padding:5px 10px 5px 10px;
	background-color: #90c6e0;
	padding-left: 10px;
}	
.questionTDevenBorder {
	padding:5px 10px 5px 10px;
	background-color: #9bcce2;
	padding-left: 10px;
	border-left:1px solid #72badb;
}		
.questionTDoddBorder {
	padding:5px 10px 5px 10px;
	background-color: #90c6e0;
	padding-left: 10px;
	border-left:1px solid #72badb;
}	

.questiontable ol{margin-left:10px; padding-left:15px;}

a img{border:none;}	

.questiontable a:link, .questiontable  a:visited, .questiontable a:hover {
		color:#0033FF;
}

.SkemaTxtArea{
	width:265px;
	height:100px;
	margin:5px 0 5px 0;
}

.SkemaTxtbox{
	width:265px;
}
