/****************************
Allemannia et Nibelungia
by Bobo
*****************************/
/*Hauptelemente*/
body {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: center;
	background-color: #c0d9bf;
	margin: 0;
	padding: 0;
	height: 900px;
	background-repeat: repeat-x;
	color: #ffffff;
}
#seite {
	width: 750px;
	padding: 0;
	border:1px solid black;
	background-color: #003300;
	position: relative;
	margin: auto;
	margin-top: 20px;
	text-align: left;
	min-height:800px;
	}
	/* Nur für die Vorschaltseite*/
	.seite1 {
	width: 750px;
	padding: 30px;
	border:1px solid black;
	background-color: #003300;
	position: relative;
	margin: auto;
	text-align: center;
	top: 10%;
	}
/***************************** Das Hauptmen&uuml; *******************************/
#navigation{
	text-align: center;
	margin:0px 20px 3px;
	padding: 0;
	border: 0;
}
.navitem{
	float:left;
	margin: 0 0 0 2px;
	border: 0;
	padding: 0;
	height: 80px;
	width: 80px;
}
/*Beschriftung verstecken, außer bei nicht css-fähigen Browsern*/
.nocss{
display:none;
}
/*alle verschiedenen Wechselbilder f&uuml;r das Men&uuml; */
#navigation * a, #navigation * a:hover {
	width: 80px;
	height: 80px;
	display: block;
}
#menu_wir a {
	background-image: url(img/men_wir.gif);
}
#menu_wir a:hover {
	background-image: url(img/men_wir_anim.gif);
}
#menu_wir a:hover {
	background-image: url(img/men_wir_anim.gif);
}
#menu_wo a {
	background-image: url(img/men_lage.gif);
}
#menu_wo a:hover {
	background-image: url(img/men_lage_anim.gif);
}
#menu_photos a {
	background-image: url(img/men_photos.gif);
}
#menu_photos a:hover {
	background-image: url(img/men_photos_anim.gif);
}
#menu_vorteil a {
	background-image: url(img/men_vorteil.gif);
}
#menu_vorteil a:hover {
	background-image: url(img/men_vorteil_anim.gif);
}
#menu_test a {
	background-image: url(img/men_test.gif);
}
#menu_test a:hover {
	background-image: url(img/men_test_anim.gif);
}
#menu_tatort a {
	background-image: url(img/men_tatort.gif);
}
#menu_tatort a:hover {
	background-image: url(img/men_tatort_anim.gif);
}
#menu_lokal a {
	background-image: url(img/men_lokal.gif);
}
#menu_lokal a:hover {
	background-image: url(img/men_lokal_anim.gif);
}
#menu_download a {
	background-image: url(img/men_dl.gif);
}
#menu_download a:hover {
	background-image: url(img/men_dl_anim.gif);
}
#menu_gbuch a {
	background-image: url(img/men_gast.gif);
}
#menu_gbuch a:hover {
	background-image: url(img/men_gast_anim.gif);
}
#menu_aktuell a {
	background-image: url(img/men_aktuell.gif);
}
#menu_aktuell a:hover {
	background-image: url(img/men_aktuell_anim.gif);
}
/****************************************************************************/
#wappen{
	position:absolute;
	top: -15px;
	text-align:right;
	z-index: 5;
	left: 321px;
}
#gbteaser, .submen{
	width: 246px;
	margin:15px 20px 20px;
	text-align: left;
	padding: 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.submen ul{
	/*position: static;*/
	list-style: disc url("img/bullet1.gif") ;
	display: block;
	margin: 0 0 0 20px;
	padding: 0;
}
/* Umfrage*/
#poll{
	background-color:#003300;
	padding-left:10px;
	border: 1px solid #FFFFFF;
}
/*Rahmenlayout*/
.bilder_tatort {
	padding-left: 10px;
	border: 1px solid #cccccc;
	background: url(img/tatort/tatort_statt_wappen.gif) no-repeat right center;
}
.bilderliste {
	list-style: disc url("img/pfeil_int.gif") ;
	display: block;
	margin: 20px 0 10px 20px;
}
.bilder_tatort .bilderliste {
	margin: 10px 0 10px 20px;
}
#schriftgroesse{
margin:0px 40px 0px 20px;
float:right;
cursor:	pointer;
}
* html * #schriftgroesse{
margin:0px 20px 0px 20px;/*IE*/
}
.footer{
	text-align: center;
	margin: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCCC99;
	border-right-color: #FFFF66;
	border-bottom-color: #CCCC66;
	border-left-color: #FFFF66;
	vertical-align: bottom;
}
.footer2{
	margin: 0px 20px;
}
.bobo{
	width: 750px;
	padding: 0;
	border:0;
	position: relative;
	margin: auto;
	margin-top: 3px;
	text-align: left;
}
img {
	border: 0;
}

/*Textelemente*/
h1 {
	text-align: center;
}
h2 {

}
h3 {
	margin: 1em 0.2em -1em;
	padding: 0;
}
.underlined{
	text-decoration: underline;
}
strong{
	font-weight: bold;
}
.inhalt{
	margin: 0px 10px 10px;
	width: 90%;
}
.fehler{
	color:#ff0000;
	font-weight: bold;
}
/* Spaltenlayout*/
.spalte_links{
	float:left;
	padding-right: 0px;
	margin: 0;
	border:0;
	width: 45%;
}
.spalte_rechts{
	float:right;
	padding-left: 0px;
	margin: 0;
	border:0;
	width: 45%;
}


/*Tatortbereich*/
.t{
	background-color: #006600;
	border: 1px solid #999999;
	padding: 0px 5px 0px;
	margin: 4px;
}
.t ul{
	/*position: static;*/
	list-style: disc url("img/pfeil_int.gif");
	display: block;
	margin: -1em 20px 1px;
}
#t7 {
	background-image: url(img/tatort/tatort_statt_wappen7.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#t6 {
	background-image: url(img/tatort/tatort_statt_wappen6.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#t5 {
	background-image: url(img/tatort/tatort_statt_wappen5.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#t4 {
	background-image: url(img/tatort/tatort_statt_wappen4.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#t3 {
	background-image: url(img/tatort/tatort_statt_wappen3.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#t2 {
	background-image: url(img/tatort/tatort_statt_wappen2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#t1 {
	background-image: url(img/tatort/tatort_statt_wappen1.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*Formularelemente*/
fieldset{
border:0;
}
.fs_border{
	padding: 3px 5px 3px 5px;
	border: 1px solid #cccccc;
	width: 90%;
	margin-bottom: 3px;
}
#gastlist1 * input{
float: left;
}
* html * .ienobg{
	background-color: #003300; !important;/*IE-kein schircher Rand um Checkboxen*/
}
label{
display: block;
}
legend{
color: #ffffff
}
input, textarea, select {
background-color: #cccccc;
padding: 0px 5px;
}
input:focus, input:hover, textarea:focus, textarea:hover {
background-color: #ffffff;
}
/*Buttons und Links*/
a {
  color: #eeeeee;
  text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: none;
}
.button1 {
	font-style: normal;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #ffffff;
	padding: 2px;
	display: block;
	margin: 2px;
	min-width:80px;
	text-align: center;
	background: none;
	font-weight: bold;
	z-index: 100;
}
#back{
	float:left;
	margin-top: 10px;
}
.button2{
background: none !important;
text-align: center !important;
margin: 2px;
font-style: normal !important;
color: #ffffff;
}
.bobo a{
	color: #666666;
}
* html * .button1{
	width: auto;/*IE*/
}
/*spezielle Positionierung*/
#subbild {
	margin: 20px;
}
.right .button1, #qn_select, #qn{
float:right;
}
.left .button1{
float:left;
}
.rechtsbund {
float:right;
text-align:right;
}
#oben3 * fieldset{
	border: 0;
	float:right;
}
.gbcontent{
width: 90%;
}
.vorne {
	z-index: 99;
}
/*Bilder in Fließtext*/
.fliess_links{
	float:left;
	margin:  0px 10px 0px 0px;
}
.fliess_rechts{
	float:right;
	margin:  0px 0px 0px 10px;
}
/*Klassen f&uuml;r die Seitenteilung*/
.left{
float:left;
padding: 0;
margin: 0;
border:0;
width: 40%;
}
.right{
	float:left;
	padding: 0;
	margin: 0;
	border:0;
	width: 59.9%;
}
.cleaner{
clear:both;
height: 1px;
font-size:1px;
border: 0px none;
margin: 0;
padding: 0;
}
