/* styles for bauernhof-grimme */

/*========================================================================*/

/* set all to 0 */
* {
margin: 0;
padding: 0;
}

/* ===== Haupt-Container ===== */
body#corpus {
background-color: #d8d8d8;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
text-align: center;
padding: 10px 0 20px 0;
}
body#corpus_green {
background-color: #cfc;
font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
font-size: 100.01%;
text-align: center;
padding: 10px 0 20px 0;
}


/* Alles umschlieszender Container */
#wrapper {
width: 98%;
margin: 0 auto;
text-align: left;
border: 1px double #999;
max-width: 1200px;
min-width: 640px;

}

/* Header */
#header { /* umschlieszt oder enthaelt Logo */
border: 1px solid #999;
}
/* Aktiviere das Element, das Du nutzen willst (Text- oder Bild-Logo) */
#header #logo h1 {
display: none;
}
#header { /* LOGO.PSD befindet sich im Zipfile */
background-color: #eee;
height: 35px;
font-size: 80%;
line-height: 110%;
color: #666;
}
#header p   {
  margin: 0.3em;
	padding: 0.6em 3em;							 
}

/* Switcher für Layout */
#switcher {
float: right;
margin: 6px 1em;
}
#switcher input.in {
padding: 1px 5px 1px 5px;
font-size: 90%;
font-weight: bold;
background-color: #ccc;
color: #666;
border-top: 1px solid #bbb;
border-right: 1px solid #300;
border-bottom: 1px solid #300;
border-left: 1px solid #bbb;
cursor: hand;
voice-family: "\"}\"";
voice-family:inherit;
cursor: pointer;
}
 
#switcher input.in_pl {
display: none;
}
#switcher input.in_de {
display: none;
}


#switcher input.out {
display: none;
}
#switcher input.out_de {
display: none;
}
#switcher input.out_pl {
display: none;
}


/* Breadcrumb */
#breadcrumb {
display: none;
}

/* Content */
#contentpre { /* optional, zB. fuer Grafik */
}
/* Content */
#content { 
  background-image: url("http://bauernhof-grimme.de/grafik/bg_4x4.jpg");			 
	color: #060;
}
#links {
float: left;
width: 20%;
height: 100%;
}
#rechts  {
  margin-left: 20%;
	padding: 0 0 3em 0;
	min-height: 600px;
}
div#rechts_intro  {
	min-height: 600px;
	width: 80%;
	margin: 2em auto 0;
	padding: 0 2em;
}
div#rechts_info  {
	min-height: 480px;
	width: 80%;
	margin: 2em auto 0;
	padding: 0 2em;
}

/* Formular fenster      */
#formular { 
  background-color: #ddd;        /* grau */
  border: 1px solid #666;
  line-height: 100%;
	color: #666;
	text-align: left;
	margin: 10px;
}
#header_form  {
  background-color:  #eee;
	border-bottom: 1px solid #666;
  height: 35px;
}
#header_form p {/* LOGO.PSD befindet sich im Zipfile */
	padding: 1em 2em 1em 100px;
	text-align: left;
}
  
#form { 
	margin: 0 auto;
  padding: 1em 2em;
}
#linie  {       /* grün */	
	border: 1px solid #090;
	display: block;
	width:50%;
	margin: 0.5em 0;
}

#form p  {
  font-size: 90%;
	line-height: 150%;
	margin: 15px 0;  
}
#form table#f1  td {
  font-size: 90%;
	padding: 0.4em ;
	line-height: 120%;
  vertical-align: top;
	text-align: left;
}
#form table#f1  td.a1 {
  font-size: 80%;
}
#form table#f1  td.a2 {
}


/* Footer */
#footer {
background-color: #eee;
border: 1px solid #999;
height: 35px;
font-size: 88%;
line-height: 120%;
color: #666;
}
#footer p {
  margin: 0.2em;
	padding: 0.5em 2em;
	text-align: right;							 
}
#counter {
  float: left;
	padding: 0.3em 1em;							 
}

/* ===== Menues ===== */
#links {
}

/* === Gestaltung Menue-Listen === */

ul  {
  list-style: none;
}
li  {
  margin: 0;
	padding: 0;
}	
ol  {
  list-style: none;
}

/* ===  Kopfzeile Menue waagerecht   rot  === */
div#kopf_zeile 		{
									 margin: 0 0.1em;
  								 padding: 0.5em 2em 0.5em 2em;
									}
div#kopf_zeile p  {
									 text-align: center;
									
}									 
div#kz_l  {
  float: left;
	width: 17%;
	margin: 0;
  }
  
div#kz_r  {
  float: right;
	width: 17%;
	margin: 0;
  }									 
/* ===  Navigation  Menue senkrecht   rg  === */
#navigation			{
							float: left;
							margin: 6em 1em;
							padding: 0;
							}
							
ul#navi 	{ 
					}
									 
ul#navi li {display: block;
					  line-height: 100%;
						margin:  1em 0;
						padding: 0.4em;
	border-bottom: 1px solid #0a0;
	border-top: 1px solid #0a0;
					 }
					 
  
div#loe_l  {
  clear: left;
}
div#loe_r  {
  clear: right;
}
div#bildleiste  {
   float: right;
	 width: 16%;
	 margin: 3em 1em 6em 2em;
	 padding: 2em 0;
}
#no_bildleiste  {
  display: none;
}
div#info_ltext  {
	padding: 1em;
  margin: 1em auto 0;
}
div#info_text  {
	padding: 2em;
  margin: 6em auto 0;
}
div#intro_text  {
	width: 60%;
	padding: 2em;
  margin: 6em auto 0;
}

/*	Spezielle Formatierung fuer 
	'Alle Designs' und 'Freestyle' in menue2(a) */

/*	=== LINKS === 
	Bitte Status-Formate selber einfuegen: 
	a:link, a:visited, a:hover, a:active; a:focus */
	
/*	Links allgemein */
a {
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  background-color: transparent;
  text-decoration: underline;
}
.grau a {
  padding: 0.2em 1em;
  color: #666;
	font-size: 100%;
}
.grau a:active { color:  #ccc;}
.grau a:visited {}
.grau a:link { }
.grau a:hover { 
  text-decoration: none;
  color:#ccc;
}
.grau #aktiv   {
  color: #bbb;							
  }

.gruen a {
  padding: 0.4em 0.2em;
	background-color: transparent;
	color: #060;
	font-size: 85%;
	font-weight: bold;
}

.gruen a:active { }
.gruen a:visited {}
.gruen a:link { }
.gruen a:hover { 
  color:#999;
	text-decoration: none;
}

.gruen #aktiv  { 
  background-color: #c6f6c6;
  color:#090;
	font-size: 80%;
	font-weight: bold;
  padding: 0.4em 0.2em;
	border: 0;
}

/* Links in Menues */
#menue1 ul#menu1 li a,
#menue2 ul#menu2 li a, 
#menue3 ul#menu3 li a {
}

/* Formatierung fuer 'Alle Designs' und 'Freestyle' */
#menue2 ul#menu2a li.extra a {

}
/* Formatierung fuer aktiven Link 
	(Diese Formatierung wird per PHP automatisch 
	dem gerade aktiven Link zugewiesen) */
#menue2 ul#menu2 li a.aktiv {

}
/* Formatierung fuer externen Link */
a.ext {

}

/* === TEXT-FORMATE === */
/* Headings
	(H1 ist reserviert fuer Text-Logo im 'Header') */
div.header-h2 {

}
div.header-h3 {

}
div.header-h4 {

}

h2 {
text-align: center;
padding: 20px 0px 10px 0px;
}
h3 {
padding: 20px 0px 10px 0px;
}
h4 {
text-align: center;
padding: 1em;
}

/* Text allgemein */
#rechts {
  background-repeat: no-repeat;
}

.grimme  {
  background-image: url("../grafik/grimme_transparent_g25_800.png");
}
.umgebung  {
  background-image: url("../grafik/umgebung_transparent_g25_800.png");
}
.wir  {
  background-image: url("../grafik/wir_transparent_g25_800.png");
}
.ferienwohnung  {
  background-image: url("../grafik/ferienwohnung_t_20_800.png");
}
.bruessow  {
  background-image: url("../grafik/bruessow_t_12_800.png");
}
.stadt  {
  background-image: url("../grafik/stadt_bruessow_t_20_800.png");
}
.umgebung_bruessow  {
  background-image: url("../grafik/umgebung_bruessow_t_20_800.png");
}
.webdesign  {
  background-image: url("../grafik/webdesign_t_20_800.png");
}
.impressum  {
  background-image: url("../grafik/impressum_t_20_800.png");
}
.sitemap  {
  background-image: url("../grafik/sitemap_transparent_g25_800.png");
}
.intro  {
  background-image: url("../grafik/bg_gg.jpg");
  background-repeat: no-repeat;
  background-attachment:   fixed;
  background-position:  center center;
}

img#flagge    {
   float: right;
   padding: 0.2em 1em;
	 }
img#bild_intro  {
   float: left;
	 margin: 1em 3em;
}
div#intro  {
  padding: 6em 4em;
}

div#info  {
  padding: 1em 2em;
}

p, li {
font-size: 90%;
}
#content p {
line-height: 150%;
margin: 15px 15px;
}

/* Textbloecke im Content */
#content p.text1 {
  font-size: 150%;
  line-height: 200%;
  font-weight: bold;
}
#content p.text2 {
  font-size: 120%;
  line-height: 200%;
  margin-top: 4em;
}

#content p.text1a {
  font-size: 150%;
  line-height: 180%;
}

#content p.text3 {
  font-size: 90%;
	margin:  10px;
  vertical-align: top;
}
#content p.text4 {
  font-size: 100%;
  font-weight: bold;
}
#content p.text5 {
  font-size: 80%;
  margin: 0.2em 2em 3em 3em;
}
#content p.text6 {
  font-size: 80%;
  margin: 1em 2em 1em 0;

}
#content span.text7 {
  font-size: 80%;
  line-height: 250%;
  font-weight: normal;
}
.text8   {
  font-size: 80%; 
}
/* Copyright-Tabelle -----------  Tabelle  -----------*/    
#form table#f1  {
	line-height: 100%;
	text-align: left;
	width: 60%;
}
#form table#f1  td {
	padding: 1em 0.4em;
}
#form table#f1  td.a1 {
	width: 42%;
}
#form table#f1  td.a2 {

}

/* Absaetze in Tabelle */
/* Links in Tabelle */
/* Links in Tabelle */


/* Pfadanzeige */
#breadcrumb p {
  margin: 0;
	padding: 0.6em 4em;							 
}
#breadcrumb p a {
  color: #666;
}

/* IMAGES =========================================================== */
img {
border: 0 none;
}

							 

/* IMAGES =========================================================== */
								 
img#bild_li				{
								 float: left;
								 width: 90%;
								 margin: 0.6em 0 0.6em;
								 }
img#bild_re				{
								 float: right;
								 width: 90%;
								 margin: 0.6em 0 0.6em;
								 }
img#bild_logo         { 
								 float:  right;
								 margin: 0 1em 1em 2em;
								 }
img#bild_22				 {
								 width: 22%;
								 margin: 1em 4em;
								 }
/*==============================*/
/* DIVERSES */

/*	Target fuer Sprungmarke(n) 
	Wird auch fuer 'unsichtbaren' AT-Link ('zum Artikel springen') genutzt */
#top {

}
/* Seitenanfang Sprungmarken */
div#fusszeile   {
	 width: 96%;
	 max-width: 1200px;
	 min-width: 640px;
	 margin: 0.2em auto 1em;
   padding: 0.4em 0 1em;
   text-align: left;
	 color: #666;
   font-size: 75%;
	}

#topper {
  float: right;
  padding: 1.6em 2em 2em 3em;
  font-size: 90%;
}

#weiter {
  float: right;
}
#zurueck {
  float: right;
  margin: 1em 4em 2em;
}

/* unsichtbare Elemente */
.invis, hr {
display: none;
}
#no_img  {
				 display: none;
				 }
/* Initialen fuer '#content p' */
#content p span.initial {
font-size: 120%;
font-weight: bold;
}

html, body {
			 height: 96%;
	}

