/*-------------------------------------------------
  General layout
-------------------------------------------------*/
body {
	background: url(images/bg_body.gif) no-repeat #ebe6df;
	font-size: 12px;
	font-family: Trebuchet MS, Verdana, Sans-serif;
	line-height: 1.6em;
	color: #582e25;
	padding: 0;
	margin: 0;

}

.textbox {
	font: 11px Verdana, Arial, sans-serif;
	width: 500px;
	height: 400px;
	text-align: left;
}

.korrekturtext {
	font: 12px Verdana, Arial, sans-serif;
	line-height: 150%;
	width: 500px;
	height: 400px;
	overflow: auto;
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	padding: 3px;
	background: white; 
	text-align: left;
	cursor: default;
}


.error_line {
	color:red;
	text-align: left;
	font-style: italic;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/*---------------- Text via Url Laden ----------------------------- */

.load_address_input {
	width: 405px;
}
.load_address_filtern {
	vertical-align:middle;
}

.load_address_filtern_erklaerung .erklaerung {
	display: none;
}

.load_address_filtern:hover .erklaerung {
	display: inline;
	position: absolute;
	top:30px;
	z-index:100;
	background-color: #FFFFFF;
	width: 300px;
	color: #505050;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 0.3em;
}

.load_button {
	width: 55px;
}

/*----------------- Allgemeines -----------------------*/

.clearer {
	clear:both;
	height:1px;
}

img {
	border:none;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	color:#582e25;
}

.textmarker {
	background-color: #b7a588;
}

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

#google {
	position: absolute;
	top: 20px;
	left: 70px;
	padding:0; 	
}

#header_logo {
	margin:25px 0 0 300px;
	padding:0;
}

#header_copy, #fleschwertbody {
	margin:0 0 25px 300px;
	padding:0;
	width:650px;
	font-size:13px;
	line-height:21px;
}

#impressumkontakt {
	margin:0 0 25px 300px;
	padding:0;
	width:650px;
	font-size:13px;
	line-height:21px;
}

/*---------------------------Content Columns--------------------*/

.column_left_wo_float {
	width:500px;
	margin:0 20px 0 70px;
	padding:0;
}
	
.column_left {
	float:left;
	width:500px;
	clear: both;
	margin:0 20px 0 70px;
	padding:0;
}

.fileupload_div_left {
	float:left; 
	width:33em;
}

#column_left .submit_buttons {
	text-align:center;
	margin:5px 0 0 0;
}

#column_right {
	float:left;
/*	clear:right; */
	display:block;
	margin:0 0 0 0;
	padding:0;
	width:330px;
}


ul {
	padding: 0;
	margin: 10px 0 0 0;
}

li {
	list-style-image:url(images/listenpunkt.gif);
	padding-bottom:2px;
	padding:0;
	margin:0 0 1em 40px;	
}

ul ul li, #analysenauswahl li {
	list-style: none;
	margin: 0;
}

#fleschwerttext li {
	margin-bottom: 0;
}


.checkbox_analysen {
	background-color:#870533;
}

#column_right ul li input {
	margin:0 0 0 20px;		
}

.text_underlined {
	cursor: pointer;
 	position: relative;
 	font-style: normal;
 	text-decoration: underline;
}

.text_underlined .erklaerung {
	display: none;
}
.text_underlined:hover .erklaerung {
	display: inline;
	position: absolute;
	top: 30px;
	z-index:100;
	background-color: #FFFFFF;
	width: 300px;
	color: #505050;
	text-align: left;
	font-style: italic;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	border: 1px solid #000000;
	padding: 0.3em;
}


/*-------------------------Footer ------------------------------*/

#footer {
	margin:20px 0 0 0px;
	padding:0;
}

#footer a img {
	text-decoration:none;
}

.kontakt_impressum_text {
	font-size: 11px;
}

/*-------------------------- Feedback ----------------------------*/
 #feedbackText {
 	width: 500px;
 }
 

