* { 
	margin: 0;
	padding: 0;
	border: 0;	
	}
html { height: 100%; }
	
body {
	font-family: Arial, Verdana, sans-serif;
	font-size:13px;
	color: #505153;
	background-color: #92BAD8;
	margin-bottom: 40px;
	height: 100%;
}

a {
	color: #8A3122;
}
	a:hover {
		color: #376B97;
	}

h2 {	font-weight: bold;}
h3 {
	font-weight: normal;
	font-size: 14px;
}
h4 {font-weight: bold;	
}
h5 {text-decoration: underline;}


table {	
	text-decoration: none;
	cursor: default;		
	width: 100%;
	font-size:12px;
}

th {
	border-bottom: 2px solid #92BAD8 ;
	background-color: #EBF2F8;	
	color: #8A3122;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

td {	
	border-bottom: 1px solid #92BAD8 ;
	padding: 3px;	
}

textarea {
	border: 1px solid #376B97 ;
    color: black;
	background-color: #D8E6F1;		
	width: 500px;
	height: 100px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

input { 
	margin: 0 5px 0 5px;
	border: 1px solid #376B97 ;
	background-color: #D8E6F1;	
}

.question_col {
	width: 35%;
}

.answer_col {
	width: 65%;
}

.question {
	width: 100%;
}

.answer {
	width: 100%;
}

p { margin: 10px 0 10px 0; }

/* LAYOUT */
body { text-align: center; }

#wrapper {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 800px;
	min-height: 94%;
	background-color: #EBF2F8;
}

* html #wrapper { height: 100%; }

#header {		
	padding: 55px 0 0 10px;
	border-bottom: 10px #6CA0CA solid;
	background-color: #D1E1EE;
	}
	#header h1 { 	
		position: absolute;
		width: 201px;		
		top: 10px;
		right: 1px;
	}

#content {	margin: 0 10px 30px 10px;	}
	#content h3 , #content h2{ 	
		color: #515153;
		display: block; 
		padding: 2px 0 6px 0; 
		margin-bottom: 15px;
		border-bottom: 1px solid #92BAD8;		
		}
	#content h4 { 	
		color: #232323;
		display: block; 
		padding: 2px 0 6px 0; 
		margin: 20px 0 15px 0;
		border-bottom: 1px dashed #92BAD8;		
		}

#footer { 	
	margin: 20px auto 5px auto;
	font-size: 1em;	
	position: relative;
	margin-top: -2em;
	}

#menu {
	list-style-type: decimal;
	list-style-position: outside;
	line-height: normal;
	color: #376B97;	
	font-weight: bold;
	margin: 35px 0 0 35px; 	
	}	
	#menu li {	margin: 5px 0 5px 0; }

	.start a , .eingabe { 
		color: black;
		padding: 10px;
		background-color: #D1E1EE;
		border: #376B97 1px solid;
		margin-top: 20px;
		margin-bottom: 20px;
		text-decoration:none;
	 }
	.start a:hover , .eingabe:hover{ background-color: #D9E7F3; text-decoration:none; }	

ol  { margin-left: 10px; }

	
.clear { clear: both; }

label {
	margin-right: 15px;
}

.block label {
	display: block;
}
