/*--------- ALLGEMEINE SETTINGS ----------*/
*{
  padding: 0;
  margin: 0;
	border: 0;
}

html {
  overflow-y: scroll;
  background: #470303 url(bg-html.gif) repeat-y scroll center top; 
} 

body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1f1f1f;
	font-size: 12px;
	line-height: 1.3em;
}

a:link, a:visited{
  color: #800000;
}
a:hover, a:active{
  text-decoration: none;
}

abbr{
  border-bottom: 1px dotted #cecece;
}

h1, h2, h3, p, ul{
  margin: 0 0 1em 0;
}
h1{
  font-size: 1.5em;
}
h2{
  font-size: 1.2em;
}
h3{
  font-size: 1.1em;
}

blockquote{
	margin: 1em;
	padding: 0 0 0 35px;
	min-height: 19px;
	background: url(quotes.gif) no-repeat top left;
	font-style: italic;
}
img{
  border: none;
}
input, textarea{
  background: #E7A69C;
}

/*--------- Design ----------*/
#box{
  width: 800px;
  text-align: left;
  margin: 20px auto 0;
}

#header, #footer{
  background: #fff url(bg-header-oben.gif) top no-repeat;
}
#header2, #footer2{
  background: url(bg-header-unten.gif) bottom no-repeat;
  padding: 10px;
 }

#content{
	text-align: justify;
}
#content ul{
  list-style: square;
}

#nav{
  padding: 0.5em 0 0 0;
  width: 180px;
  float: left;
  text-align: left;
}
#nav li{
  list-style: none;
	padding: 0 0 0 0.2em;
  line-height: 20px;
}
#nav li a{
  text-decoration: none;
  display: block;
	color: #fff;
  width: 180px;
  font-size: 1.2em;
}
#nav li a:hover{
  text-decoration: underline;
	color: #fff;
}

#nav #current{
  background: url(bg-navi.gif) no-repeat;
}
#nav #current a{
  color: #800000;
  display: block;
  font-weight: bold;
}
.subnav1{
  padding: 0 0 0 0.5em;
  margin: 0;
  line-height: 12px;
}
#nav #current .subnav1 li a{
	color: #fff;
  font-weight: normal;
  line-height: 15px;
}

#active{
	text-decoration: underline;
  color: #fff;
}

#suchenbox{
  margin: 0 0 1em 0;
}
#suchenbox input{
  height: 1.5em;
  padding: 1px;
}

#main{
	padding-top: 10px;
  margin: 0 0 0 200px;
}
#main li{
  margin: 0 0 0 1.5em;
}
#breadcrumb{
  background: #fff url(bg-text-oben.gif) top no-repeat;
}
#breadcrumb2{
  background: url(bg-text-unten.gif) bottom no-repeat;
  margin: 0 0 1em 0;
  padding: 0.5em;
}
.text1{
  background: #fff url(bg-text-oben.gif) top no-repeat;
  width: 600px;
  margin: 0 0 1em 0;
}
.text2, .news{
  background: url(bg-text-unten.gif) bottom no-repeat;
  padding: 0.5em;
}

#main-block .text1 .news h2{
  margin: 0;
}

#footer{
  margin: 0 0 1em 0;
}

#footer2{
	padding: 0.5em 0 0.5em 200px;
}

#suchenbox{
  color: #fff;
  width: 150px;
}
/*---------- Inhalt -----------*/

.galerie{
  width: 580px;
}
.galerie img{
  margin: 0 3px 10px 3px;
}
.galerie img, .galerie_preview img{
  border: 5px solid #4e4e4e;
}
.galerie img:hover, .galerie_preview img:hover{
	border: 5px solid #717171;
}
.galerie_preview{
  float: left;
  margin: 10px 0px 0 40px;
	width: 250px;
	height: 250px;
}
.galerie_preview a, .galerie_wide_preview a{
  font-size: 1.2em;
  margin: 0 0 1em 0;
  font-weight: bold;
}

/*--------- Diverses ----------*/
.floatLeft{
  float: left;
}
.floatRight{
  float: right;
}
.center{

}


.clear{
  clear: both;
	line-height: 0.01%
}
.news-datum{
  color: #737373;
  font-size: 1em;
  font-weight: normal;
  float: right;
}
.seperator{
  margin: 0em 0 0.5em 0;
  line-height: 1px;
}

/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding: 3px 24px 3px 10px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
  line-height: 18px;
}

.list_content3 {
	font-style:italic;
  font-size:10px;
	text-decoration:none;
	color:#000000;
	padding: 3px 24px 3px 10px;
	width:520px;
	background-color:#F4F4F4;
	margin:0px;
  line-height: 18px;
}

/* 
BEISPIEL-CSS FÜR do form! 1.x  
Bitte nicht 1 zu 1 übernehmen  
Wenn ja, dann diesen Hinweis nicht löschen
Version 2: Thomas Skerbis | www.klxm.de  
11.12.2008 
Dass CSS berücksichtigt nicht alle möglichen 
Felder 
Weitere Infos zu den CSS hier:
http://wiki.redaxo.de/index.php?n=R4.Formular-Generator
-------------------------------------------------------
*/

/* Formular Definition */


/* Div das das Formular umschließt */
.formgen {
	font-size: 1em;
	padding-right: 10px;
	padding-left: 10px;
}


/* Was passiert wenn auf das Label geklickt wird? */
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]
{
cursor : pointer;

}



.formgen form
{
line-height : 120%;

}




/* 
Wie sehen die einzelnen Blöcke aus? 
Jedes Feld wird von einem DIV umschlossen, das hier definiert werden kann
*/


.formgen .formblock
{
	margin-bottom: 15px;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;	
	
}
 .forminfo 
{
	width: 360px;
	margin-bottom: 15px;
	background-color: #FFCC33;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 2px;
	padding-left: 5px;
	font-weight: bold;
	border: 5px dashed #990000;
}

/*
Verhalten von br-Tags
*/
.formgen br
{
clear : both;
}


/* 
--------- FORMULAR-OBJEKTE ------------ 
*/


/* Mehrzeiliges Eingabefeld */
.formgen .formtextfield
{
	width: 400px;
	height: 200px;
	margin-left: 4px;
	border: 1px solid #ffffff;
}


/* Textfeld */
.formgen .formtext
{
	width: 250px;
	margin-left: 4px;
	padding-bottom: 4px;
	font-size: 1em;
}

.formgen input:focus, .formgen input:hover,
.formgen select:focus, .formgen select:hover, 
.formgen textarea:focus, .formgen textarea:hover {
	border-bottom-color: #000000;
	background-color: #FFCC66;	
}



/* Label */
.formgen label {
	width: 120px;
	clear: left;
	float: left;
	height: 20px;
	
	
}


/* Aussehen der Select-Ausgabe */
.formgen .formselect
{
	width: 200px;
	background-color: #33FF33;
	margin-left: 4px;
	color: #000000;
}


/* Sende-Button */
.formgen .formsubmit
{
	width: 100%;
	text-align: center;
	background-color: #FFFFCC;
	border: 1px solid #990000;
	float: right;
	color: #666666;
}



/* Fieldsetbeschriftung */
.formgen legend {
color: #333333;
}

/* -------------- AUSGABEN / Fehlermeldungen --------*/


/* Markierung der Labels bei Fehler */
.formgen .formerror {
	
	border-bottom-width: 1px;
	color: #990000;
}

.formgen .formcaptcha
{
	border: 2px solid #990000;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/*//////////////////////////////////////////////////////////////////////////////*
/* Ende der Formulardefinition */


