/* Farben
#BAB785; beige/grün-braun
#94CAE8: hellblauer Hintergrund
#6F9BB4: dunkelblauer Hintergrund
#808080 : dunkelgrau
#1F1F1F: Schriftfarbe - dunkel
*/

/*____________*/
/* HAUPTELEMENTE*/
/*____________*/

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:100%;
	background-color: #94CAE8;
	color: #1F1F1F;
	padding: 0; margin: 0;
	height: 100%;
    }

table {
	width: 100%;
}    

td, th {
	vertical-align:top;
	text-align:left;
	font-weight: normal;
	}
	
div, img, a, form {
	border: 0; padding: 0; margin: 0;
}

ul {list-style: disc; margin: 0;}
li {margin-left: -40px;}

/*_________________*/
/* HAUPT-CONTAINER   */
/*_________________*/

#main_center{
	position: absolute; left: 10.5em; top: 110px;
	height: auto; width: 29em;
}

#main_content {
	position: relative; left: 0em; top: 0em;
	background-color: #6F9BB4;
	min-height: 20em; padding: 2em 3em 3em 3em;
	width: 28em;
}

#main_navi{
	/*position: absolute; left: 0em; top: 0em;*/
	width: 35em;
	height: 24px;
	margin-left: 20px;
}

#main_logo {
	position: absolute; left: 3.5em; top: 10px;
	font-weight: bold;
	width: 100px; height: 100px;
	background: url(pics/logo_rounded.gif);
	text-align: center;
}

#main_bottom {
	width: 42em;
	font-size: 0.8em;
	text-align: center;
	padding-top: 1em; 
	margin-bottom: 2em;
}

#main_right {
	position: absolute; left: 45em; top: 110px;
	width: 220px;
	min-height: 30em;
}

#main_info_right {
        float: left; margin: 1em 0 1em 0;
        font-size: 0.7em;
	padding: 1em 1em 2em 1em;
	width: 215px;
}

#main_info_right h2 {
    	color: #1F1F1F;
        text-align: center;
        font-size: 1.0em;
}

#loader {
	position: absolute; top: 1em; right: 1em;
	display: none;
}

/*______________*/
/* allgemeine LINKS */
/*______________*/

a {color: #fff;	font-weight: bold; text-decoration:none;}

a:link{color:#fff;}
a:visited{}
a:hover {text-decoration: underline; }

/*____________*/
/* runde Felder */
/*____________*/

.block5 {position: relative; top: 0; left:0; border: 0; padding: 2px; width: 100%; background-color: #FFFFFF;}
.tl_5 {position: absolute; top: 0px; left:0px; width: 5px; height: 5px; background: url(pics/round_5_tl.gif) no-repeat top left;}
.tr_5 {position: absolute; top: 0px; right:0px; width: 5px; height: 5px; background: url(pics/round_5_tr.gif) no-repeat top right;}
.bl_5 {position: absolute; bottom: 0px; left:0px; width: 5px; height: 5px; background: url(pics/round_5_bl.gif) no-repeat bottom left;}
.br_5 {position: absolute; bottom: 0px; right:0px; width: 5px; height: 5px; background: url(pics/round_5_br.gif) no-repeat bottom right;}

.block10 {position: absolute; top: 0; left:0; border: solid 1px; padding: 10px}
.tl_10 {position: absolute; top: -1px; left:-1px; width: 10px; height: 10px; background: url(pics/round_10_tl.png) no-repeat top left;}
.tr_10 {position: absolute; top: -1px; right:-1px; width: 10px; height: 10px; background: url(pics/round_10_tr.png) no-repeat top right;}
.bl_10 {position: absolute; bottom: -1px; left:-1px; width: 10px; height: 10px; background: url(pics/round_10_bl.png) no-repeat bottom left;}
.br_10 {position: absolute; bottom: -1px; right:-1px; width: 10px; height: 10px; background: url(pics/round_10_br.png) no-repeat bottom right;}

.block20 {position: relative; top: 0; left:0; border: solid 0px #6F9BB4; background-color: #6F9BB4;}
.tl_20 {position: absolute; top: 0px; left:0px; width: 20px; height: 20px; background: url(pics/round_20.gif) 40px 40px; z-index:2}
.tr_20 {position: absolute; top: 0px; right:0px; width: 20px; height: 20px; background: url(pics/round_20.gif) 20px 40px;}
.bl_20 {position: absolute; bottom: 0px; left:0px; width: 20px; height: 20px; background: url(pics/round_20.gif) 40px 20px;}
.br_20 {position: absolute; bottom: 0px; right:0px; width: 20px; height: 20px; background: url(pics/round_20.gif) 20px 20px;}


/*___________________*/
/* NAVI */
/*___________________*/

#main_navi a{
	float: left;
	font-size: 1em;
	font-weight: bold;
	color: #A2A6A8; border: none;
	text-align: center;
	padding-top: 5px;
	background: url(pics/navi_rounded.gif);
	width: 115px; height: 19px;
	margin-right: 0.5em;
	}
	
#main_navi h1{position: relative; top: 0; left: 0; float: left; font-size: 1em; margin: 0; padding: 0;}

/*#main_navi div:hover{	background-color: #C0C0C0;}*/
#main_navi a.active{background: url(pics/navi_rounded_active.gif);}
#main_navi a.active{ color: #5E5E5E; border: none;} /* NAVIGATIONSLINKS */

#main_navi a:hover{ color: #5E5E5E; text-decoration: none;} /* NAVIGATIONSLINKS */

/*___________________*/
/* NAVI2 - Unternavi */
/*___________________*/

#navi2 {
	position: absolute; top: 1em; left: 3em;
	height: auto; width: 100%;
}

/*_______________*/
/* NEWS */
/*_______________*/

#main_news {padding: 1em;}

#main_news .news{
	margin-bottom: 1em;
	font-size: 0.9em;
}

.news_row{
	margin-bottom: 0.5em;
}

/*___________________*/
/* BOOKMARKS		 */
/*___________________*/

#main_bookmarks p {
	margin: 0.2em 0 0 0; 
	font-size: 0.7em;
	text-align: center;
}

/*_______________*/
/* Quellen-Links */
/*_______________*/

#main_source_links{
	padding: 1.2em 1em 1em 1.2em;
}

#main_source_links div{
	font-size: 0.7em;
	font-weight: bold;
}

#main_source_links a{
	font-size: 0.8em;
	color: #000;
}

#main_source_links ul {list-style: none;}

/*_______________*/
/* BOTTOM */
/*_______________*/

#main_bottom #bottom_links{
	font-size: 0.9em;
}

#main_bottom a:link, #main_bottom a {color: #000; font-weight: normal;}

/*_______________*/
/* LOGO - Feld */
/*_______________*/

#main_logo a{
	border: none;
	position: absolute;
	left: 50%;
	top: 30%;
	width: 100%;
	margin-left: -50%;
}

#main_logo a:hover {text-decoration: none;}
#main_logo a{color: #000000;}

/*_______________*/
/* WERBEFELDER  */
/*_______________*/

#main_add_right span{
	position: relative; top: 10px; /*left: 8px;*/
	height: 210px; width: 200px;
}

#main_add_top {
	position: relative; left: 11em; top: 10px;
	height: 90px; width: 728px;
}

#main_add_left {
	position: relative; left: 0em; top: 50px;
	height: 600px; width: 120px;
}

#main_add_bottom {
	position: relative; left: 2em; top: 5px;
	height: 60px; width: 468px;
}
 
/*____________*/
/* Überschriften */
/*____________*/

/* h1 { /* SEITENÜBERSCHRIFTEN FÜR KORPUSEINTRÄGE */
	/*padding: 0;
	margin: 0;
	font-size: 1.7em;
	padding-top: 15px;
}*/

h1 { /* Seitenüberschriften */
	padding: 0;
	margin: 0;
	font-size: 1.5em;
	display: inline;
}

h2 { /* SEITENUNTERSCHRIFTEN*/
	display: block;
	margin: 0;
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 0.8em;
	color: #FFFFFF;
}

h3 { /* KATEGORIEN*/
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	display: inline;
}

h4 { /* KATEGORIEN - weiß*/
	padding: 0;
	margin: 0;
	font-size: 0.8em;
	display: inline;
	color: #FFFFFF;
}

/*____________*/
/* TEXTELEMENTE*/
/*____________*/

.left{
	float:left;
	}

.warning {
	font-size: 0.8em;
	font-weight: bold;
	color: #BF5F5F;
}

.confirm{ /*positive Bestätigungen*/
	font-size: 0.8em;
	color: #008000;
}

.lang { /* SPRACHE */
	font-size: 0.7em;
}

.info { /* ALLE MÖGLICHEN INFORMATIONEN , z.B. Metainfos Kategorie, etc.*/
	font-size: 0.8em;
}

.text { /* ALLE MÖGLICHEN LÄNGEREN INFORMATIONEN */
	font-size: 0.8em;
	text-align: justify;
	color: #FFFFFF;
}

/*____________*/
/* Elemente in HOME */
/*____________*/

.start_form {
	width: 27em;
}

.start_input {
	float: left;
	background: url(pics/start_input.gif) no-repeat;
	width: 200px; height: 30px;
	padding-top: 2px;
	padding-left: 10px;
	margin-top: 0.5em;
}

.start_input input{
	font-size: 20px;
	border: 0px solid;
	width: 180px;
}

#start_input_plates {
	width: 300px; height: 30px;
	background: url(pics/start_input_plates.gif) no-repeat;
	padding-top: 4px;
}

.start_submit{
	width: 100px; height: 30px;
	background: url(pics/start_submit.gif) no-repeat;
	border: 0;
	cursor: pointer;
	font-size: 1.2em;
	margin-top: 0.5em;	
}

#main_start .start_submit{
	float: right;
}

.start_submit:hover{color: #FFFFFF;}

#main_start h1{ 
	float: left;
	font-size: 1.2em;
	color: #FFF;
	margin: 0 0.5em 0 0;
	padding: 0;
}

#main_start .option{ 
	float: left;
	font-size: 0.8em;
}

#main_start hr{ 
	border: none;
	border-top: solid #FFF 0.5px;
}

#main_start a:hover{
	text-decoration: none
}

/*______________________*/
/* SCHNELLSUCHE		 */
/*______________________*/

#scrabble_fast_search{position: absolute; top: 0; right: 0; width: 35em; height: 2em; border: 0; text-align: right; margin: 1em 1em 0 0; font-size: 0.8em; }
#scrabble_fast_search label{margin-right: 0.5em;}

/*______________________*/
/* ERGEBNISANZEIGE	 */
/*______________________*/

#result_div {margin-top: 1em;}
#result_div .firstrow{padding-left: 1em; }
#result_div .row{padding: 0.2em 0em 0.2em 1em;}
#result_div .points{width: 3em; float: left;}
#result_div .length{width: 3em; float: left;}
#result_div .words{width: 16em; float: left;}
#result_div .word{float: left; margin-right: 0.5em;}
#result_div .wordform{float: left; font-size: 0.7em; color: #3F3F3F}
#result_div dfn{width: 10em; margin-left: 0.4em; font-size: 0.8em;}
#result_div .color1{background-color: #E6E6E6;}
#result_div .color2{background-color: #F0F0F0;}
#result_div strong{font-weight: bold; text-transform:uppercase; padding: 0 0.2em 0 0.2em; margin: 0 0.1em 0 0.1em; background: #FFFFFF}
#result_div select{border: none; cursor: pointer;}

/*______________________*/
/* ERGEBNISANZEIGE	 - SCRABBLE */
/*______________________*/

#result_div .letter { /* Einzelbuchstabe */
	float: left;
	width: 1em;
	text-align: center;
}

#result_div .joker { /*Anzeige des Jokers*/
	font-weight: bold;
}


/*______________________*/
/* DETAILANZEIGE		 */
/*______________________*/

#check_div {margin-top: 1em;}
#check_div h3{ float: left; padding-top: 0.4em; width: 8em;}
#check_div div {padding-left: 0.2em; padding-top: 0.2em;}
#check_div .head{ position: relative; top: 0; left: 0; padding: 0.3em 0 0.3em 0.2em ; background-color: #E6E6E6;}
#check_div .head .checked{ position: absolute; top: 0.3em; right: 0.3em; color: #6F9BB4; font-size: 0.8em; font-weight: bold;}
#check_div .row{ background-color: #F0F0F0;}
#check_div a{color: #000; font-size: 0.8em;}

/*______________________*/
/* LEET-Suche		 */
/*______________________*/

#leet_signs div{float: left; width: 5em;}

#leet_form .a_letters {
	font-size: 0.7em;
	margin: 0 0 0 0.6em;
	color: #1F1F1F;
}

#leet_form #input {
	width: 422px; height: 55px;
	padding: 10px 0 0 10px;
	background: url(pics/input.gif) no-repeat;
}

#leet_form #input input{
	border: 0;
	font-size: 30px;
	width: 360px;
}

/*______________________*/
/* LEET-Ergebnisse		 */
/*______________________*/

#leet_div .firstrow{padding-left: 1em; }
#leet_div .row{padding: 0.2em 0em 0.2em 1em;}
#leet_div h3{ float: left; padding-top: 0.4em; width: 8em;}
#leet_div div {padding-left: 0.2em; padding-top: 0.2em;}
#leet_div .head{ position: relative; top: 0; left: 0; padding: 0.3em 0 0.3em 0.2em ; background-color: #E6E6E6;}
#leet_div .words{width: 8em; float: left;}
#leet_div .leet{width: 10em; float: left;}
#leet_div .color1{background-color: #E6E6E6;}
#leet_div .color2{background-color: #F0F0F0;}
#leet_div select{border: none; cursor: pointer;}

/*______________________*/
/* Phonewords-Suche		 */
/*______________________*/

#phone_form #input {
	width: 422px; height: 55px;
	padding: 10px 0 0 10px;
	background: url(pics/input.gif) no-repeat;
}

#phone_form #input input{
	border: 0;
	font-size: 30px;
	width: 360px;
}

/*______________________*/
/* Phonewords-Ergebnisse		 */
/*______________________*/

#phone_div {margin-top: 0.3em;}
#phone_div .row{width: 26em; padding: 0.3em 0em 0.2em 0.5em;}
#phone_div .word{width: 16em; float: left;}
#phone_div .color1{background-color: #E6E6E6;}
#phone_div .color2{background-color: #F0F0F0;}
#phone_div select{border: none; cursor: pointer;}

#phone_fast_search{position: absolute; top: 0; right: 0; width: 10em; height: 2em; border: 0; text-align: right; margin: 1em 1em 0 0;}


/*______________________*/
/* Autokennzeichensuche	 */
/*______________________*/

#plate_form .a_letters {
	font-size: 0.7em;
	margin: 0 0 0 0.6em;
	color: #1F1F1F;
}

#plate_form #plate_input {
	width: 400px; height: 55px;
	padding: 10px 0 0 10px;
	background: url(pics/input_plates.gif) no-repeat;
}

#plate_form #plate_input input{
	border: 0;
	font-size: 30px;
	width: 360px;
}

.plate_input_active{ /*aktives Eingabefeld*/
	background-color: #FFFFFF;
}

.plate_input_passive{ /*deaktiviertes Eingabefeld*/
	background-color: #D4D2CC;
}

#plate_form fieldset legend{
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}

#plate_div .firstrow{padding-left: 1em; }
#plate_div .row{padding: 0.2em 0em 0.2em 1em;}
#plate_div h3{ float: left; padding-top: 0.4em; width: 8em;}
#plate_div div {padding-left: 0.2em; padding-top: 0.2em;}
#plate_div .head{ position: relative; top: 0; left: 0; padding: 0.3em 0 0.3em 0.2em ; background-color: #E6E6E6;}
#plate_div .words{width: 6em; float: left;}
#plate_div .plate{width: 13em; float: left;}
#plate_div .color1{background-color: #E6E6E6;}
#plate_div .color2{background-color: #F0F0F0;}
#plate_div select{border: none; cursor: pointer;}

#plate_instruction{
	display: block;
}

/*______________*/
/* Gästebuch 	*/
/*______________*/

#guest_div{	margin: 1em 0 0.4em 0;}

#guest_div .row{
	margin-bottom: 0.4em;
	float: left;
	width: 30em;
}

#guest_div h3{
	float:left; 
	width: 13em;
}

#guest_div input{width: 22em}
#guest_div textarea{width: 22.6em; height: 20em;}
#guest_div .button{ width: auto;}

.guest_fieldset{margin-top: 0.5em; border: #CCD6DC solid 1px; color: #FFF}
.guest_fieldset legend {font-weight: bold; color: #FFF; font-size: 0.8em;}

/*____________*/
/* ÜBER */
/*____________*/

.about_text {color: #FFFFFF}

/*____________*/
/* IMPRESSUM */
/*____________*/

.impressum_text {color: #FFFFFF}

/*______________________*/
/* allgemeine Elemente		 */
/*______________________*/

#mobile_link{	position: absolute; left: 0.5em; top: 0.5em;}
#mobile_link:hover{text-decoration: none;}

.bottom { /* ein Element an der Grundlinie unten festmachen */
	vertical-align: bottom
}

.text_right { /* für eine Tabellenzeile, wo der Text rechts stehen soll */
	text-align: right;
}

.float{
	float: left;
}

.right {
	float: right;
}

.clear { /* beendet float*/
	clear: both;
}

.hidden{ /* versteckte Elemente */
	display: none;
}

.linklike { /*Element soll wie ein Link reagieren */
	cursor: pointer;
}


.cb_field{ /* für die Angaben einer Checkbox, z.B. in einem <td> */
	width: 2em;
}

label {cursor: pointer}