


* {
	margin: 0;
	padding: 0;
}

body {
	font-family:verdana, arial, helvetica, sans-serif;
	line-height: 1.5em;
    background: #ffffff url(bg1.gif)  top center repeat-y;
/*	background: #ffffff url(bg.gif) repeat-x;*/
	color: #686868;
	font-size:9pt;
	height: 100%;
}



a {
	text-decoration: none;
	background-color: transparent;
	color: #c5521b;
}

a:hover {
	background-color: transparent;
	color: #c5521b;
	text-decoration: underline;
}

p {
	margin: 0 0 15px 0;
}

h1 {
	font: bold 1.7em Arial, sans-serif;
	margin: 10px 0px;
	color: #bd4000;
}

h1 a {
	background-color: transparent;
	color: #ffffff;
}

h1 a:hover {
	background-color: transparent;
	color: #6699ff;
}

h2 {
	font: bold 1.3em Arial, sans-serif;
	background-color: transparent;
	color: #666666;
	margin: 10px 0px;
}

h4 {
	font: normal 0.9em Arial, sans-serif;
	background-color: transparent;
	color: #808080;
}

#content {
	width: 900px;
	font-family:verdana, arial, helvetica, sans-serif;
	margin: 0 auto;
	font-size:9pt;
	line-height:1.5em;
	z-index:10;
/*	font: normal 70% Verdana, Arial, sans-serif;*/
}

#logo {
    position:relative;
	left:0px;
	top:110px;
	width:206px;
	height:120px;
	z-index:1;
	background: url(start.gif) no-repeat bottom;
}

/*******************************************************************************
        
        Horizontales Dropdown-Menu, CSS
        
        CSS-Grundlage:  Copyright by Stu Nicholls @ www.cssplay.co.uk
        Please see Copyright Notice @
        http://www.cssplay.co.uk/menus/final_drop.html
        
*******************************************************************************/

.menu {
  font-family: verdana, sans-serif; 
  width:550px;                    /*  (1)  */
  position:relative; 
  font-size:.9em;
  padding-bottom:0px;
  padding-left:220px;
  z-index:100;
  text-align: center;
}
.menu ul {                        /* UL Ebene 1 */
  padding:0; 
  margin:0;
  list-style-type: none;
}
.menu ul li {                     /* Listenelemente der Ebene 1 */
  float:left;
  position:relative;
}
.menu ul li a, 
.menu ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
  display:block; 
  text-decoration:none; 
  color:#bd4000; 
  width:100px;                    /* Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
  height:20px;                    /*  (2)  */
  border:1px solid #c5521b;          /* Border-color am besten = Hintergrundfarbe der Seite */
  border-width:0px 1px 0 0; 
  background:#ebe8e6; 
  padding-left:0px; 
  line-height:20px;               /*  --> (2)  */
}
* html .menu ul li a, .menu ul li a:visited {
  width:110px;                    /* für 'normale' Browser */
  w\idth:100px;                   /* für IE */
}
.menu ul li ul {
  display: none;
}

table {
  margin:-1px; 
  border-collapse:collapse;
  font-size:1.0em;
    text-align: left;
}

/* li:hover  für non-IE-Browser  ---  a:hover  für IE */
  .menu ul li:hover a,
  .menu ul li a:hover {
  color:#ffffff; 
  background:#bd4000;
  border-top:1px solid #c5521b;
  	text-decoration: none;
}

.menu ul li:hover ul,
.menu ul li a:hover ul {
  display:block; 
  position:absolute; 
  top:20px;                          /*  --> (2)  */
  margin-top:1px;
  left:0; 
  text-decoration: none;
  width:160px
  height:10px; 
}
* html .menu ul li a:hover ul {
  margin-top:0;
  marg\in-top:1px;
}

.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
  visibility:hidden; 
  position:absolute; 
    width:160px
  height:10px; 
  	text-decoration: none;
}

.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
  display:block; 
  background:#ebe8e6; 
  color:#c5521b; 
  height:auto; 
  line-height:20px; 
  padding:5px 10px; 
  width:160px
  height:10px; 
  	text-decoration: none;
}
* html .menu ul li a:hover ul li a {
  width:150px;
  w\idth:129px;
}

.menu ul li:hover ul li a.drop,       /* Ebene 2 mit  Subpunkten */
.menu ul li a:hover ul li a.drop {
  background:#aaa url(../../graphics/drop.gif) bottom right no-repeat;
  width:160px
  height:10px; 

}

.menu ul li:hover ul li a:hover,      /* Ebene 2 hover */
.menu ul li a:hover ul li a:hover {
  background:#bd4000; 
  color:#fff;
  width:160px
  height:10px; 
  
  	text-decoration: none;
}

.menu ul li:hover ul li:hover ul,     /* Ebene 3 */
.menu ul li a:hover ul li a:hover ul {
  visibility:visible; 
  position:absolute; 
  left:150px; 
  top:0;
  width:160px
  	text-decoration: none;
}

.menu ul li:hover ul li:hover ul.left,  /* Ebene 3  letztes Element */
.menu ul li a:hover ul li a:hover ul.left {
  left:-150px;
  	text-decoration: none;
}
/*
#intro1 {
    position: relative;
	margin: 0 auto;
	width:100%;
	height: 260px;
	background: #ffffff url(bg_intro.gif) repeat-x;
    clear: both;
	z-index:1;
}

 */
#intro {
	clear: both;
	width:900px;
	height: 260px;
	background: #ffffff url(intro.gif) no-repeat;
	color: #009999;
	margin: 0 0 0px;
	padding: 0px 0px 0 0;
}

#intro h1 {
	margin: 0;
}

#intro p {
	margin: 0;
}


#links {
	float: left;
    text-align: center;
	width: 200px;
	font-size: .9em;
	padding-top: 60px;
	border-left: 0px solid #e5ded0;
}

#links1 {
	float: left;
    text-align: center;
	width: 180px;
	font-size: .9em;
	padding-left: 30px;

}


#rechts {
	float: right;
	width: 650px;
	text-align: left;
	padding: 0 0 0 35px;
	border-left: 0px solid #cccccc;
	border-right: 0px solid #e5ded0;
	background: #ffffff url(bg_content.gif) no-repeat;
}

#rechts1 {
	float: left;
	width: 550px;
}
#rechts li {
	margin: 10px 20px;
	padding: 0 0px 0 0px;
}

#links h3 {
	margin: 0 0 15px 0;
	padding: 0 0 7px;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #e5ded0;
}

#rechts h2 {
	padding: 0 0 8px;
	border-bottom: 1px solid #cccccc;
}

#fuss {
	clear: both;
	font-size:11px;
	background-color: transparent;
	color: #808080;
	margin: 0 0 15px;
	padding: 10px 0;
	border-top: 0px solid #cccccc;
	z-index:101;
	width: 900px;
	margin: 0 auto;
}


#col1 {
	float: left;
	width: 274px;
	margin: 0 0 10px;
	padding: 7px 0 0 15px;
	z-index:101;
}

#col2 {
	float: left;
	width: 250px;
	padding: 7px 0 0 40px;
	border-left: 0px solid #cccccc;
	z-index:101;
}

#col3 {
	float: right;
	width: 250px;
	padding: 7px 0 0 40px;
	border-left: 0px solid #cccccc;
	z-index:101;
}

/* FUER REDAXO */

/* Bilderpositionierung */

a img,:link img,:visited img {
	border: 0px solid #cccccc;
}

.flLeft {
	float: left;
	margin: 0px 5px 5px 0px;
	border: 0px solid #cccccc;
}

.flRight {
	float: right;
	margin: 0px 0px 5px 5px;
	border: 0px solid #cccccc;
}

.flTop {
	float: inherit;
	padding-top: 10px;
	border: 0px solid #cccccc;
}

/* Bilderunterschriften */

.image p {
	font-size: 95%;
	margin: 0;
	padding: 2px;
}

/* Blockquote */

blockquote {
	background-color: #f4f4f4;
	color: #999999;
	margin: 10px 0px;
	padding: 10px;
	border-left: 5px solid #6699ff;
}


/* Download */

.download-hdl, 
.download-file, 
.download-desc {
	width: 500px;
	margin: 0px;
	padding: 5px;
}

.download-hdl {
	background-color: #f4f4f4;
	border: 1px solid #eeeeee;
}

.download-file {
	border: 1px solid #eeeeee;
}

.download-desc {
	
}

.download-without-desc {
	
}

/* Formulare */

#form-module * {
	margin: 0;
	padding: 0;
}

#form-module {
	width: 500px;
	font: normal 1em Verdana, Arial, sans-serif;
	background-color: transparent;
	color: #666666;
	margin: 10px 10px 10px 0px;
	padding: 0;
}

#form-module fieldset {
	border: 0px solid #ffffff;
}

#form-module legend {
	display: none;
}

#form-module p {
	font: bold 1em Verdana, Arial, sans-serif;
	margin: 0;
	padding: 5px;
}

#form-module .element {
	display: block;
	clear: both;
	background-color: transparent;
	border-top: 0px solid #dddddd;
}

#form-module label {
	display: block;
	float: left;
	width: 120px;
	padding: 5px;
	border-right: 0px solid #dddddd;
}

#form-module label.checkbox {
	width: 372px;
	border-left: 1px solid #dddddd;
	border-right: none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float: left;
	width: 295px;
	margin: 5px;
	border: 1px solid #dddddd;
}

#form-module input.text {
	height: 20px;
}

#form-module input.checkbox {
	width: auto;
	padding: 0;
	border: none;
}

#form-module input.submit {
	font: normal 1em Verdana, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	background-color: #bd4000;
	color: #ffffff;
	margin: 5px 5px 5px 137px;
	padding: 2px 5px;
	border: 1px solid #dddddd;
}

#form-module input.submit:hover {
	background-color: #ebe8e6;
	color: #707070;
}

#form-module label.textarea, 
#form-module textarea.textarea {
	height: 96px;
}

#form-module-thanks {
	display: block;
	font: normal 1em Verdana, Arial, sans-serif;
	background-color: transparent;
	color: #999;
}

/* JAOS Lightbox Style-Sheet
Einfaches Style-Sheet zur (X)HTML-validen Darstellung
der Thumbnails, ausgelegt auf eine Thumbnail-Grösse
von 60 x 80 Pixel.
Hoch- bzw. Querformat (ls/pt) wird vom Modul berechnet
und dem jeweiligen div's zugeordnet.
*/

div.jaosg_thumbnail{
	float: left;
	background: #ffffff;
	border: 1px solid;
	border-color: #dcccb3 #dcccb3 #dcccb3 #dcccb3;
	margin: 3px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 73px;
	width: 110px;
	margin: 5px 5px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 110px;
	width: 73px;
	margin: 5px 5px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}

/* Download anbieten */

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

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#ffffff;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#c5521b;
	margin:0px;
    line-height: 18px;
	}

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

Das Modul nutzt 6  Klassen zur Ausrichtung der Bilder. 
.pleft , .pright und .pnormal    

.pleft für links ausgerichtete Bilder
.pright für rechts ausgerichte Bilder
.pnormal kann zur Definition einer Normalanzeige verwendet werden.  

.pleft_b, .pright_b und .pnormal_b 
definieren die Anzeige der Bilder für den 2. Stil.  
z.B. Anzeige mit Rahmen
Viel Spass beim weiteren basteln.



Code: 

*/ 


/* Definition der Klassen ohne Rahmen*/ 

.pleft {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pright {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;

border: none;
}
.pnormal {
	clear: both;
border: none;
	
}


/* Definition der KLassen mit  Rahmen (2.Stil) */

.pleft_b {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pright_b {
	float: right;
	margin-top: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	vertical-align: text-bottom;
border: 1px solid #990000;
}
.pnormal_b {
	clear: both;
	border: 1px solid #990000;
}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#button {
	font-size:1em;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#9c5d00;
	border: 0;
	background:#fff;
	text-decoration:none;
}

  .ecardthumb {
    width: 95px;
    height: 95px;
    padding: 3px;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    float: left;
  }
  .clear {
    clear: both;
  }
  
  .zweispalter {
  width: 380px; 
}

.zweispalter_1 {
  width: 200px;
}

.zweispalter_2 {
  width: 160px;
  margin-left: 10px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}
  .ecardthumb {
    width: 95px;
    height: 95px;
    padding: 3px;
    margin: 1px;
    text-align: center;
    vertical-align: middle;
    float: left;
  }
  
    .inputbox {
	width: 250px;
  }
    .inputbox2 {
	width: 300px;
  }
  .clear {
    clear: both;
  }
  
