body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	background: #53372b url(main_bg.gif) repeat;
	background-attachment: fixed;
	color: #999;
	margin: 0;
	padding: 0;
}

p {
	font-size: 100%;
	line-height: 1.5em;
	background: inherit;
	color: #51342e;
	margin: 0;
	padding: 10px 20px;
}

a {
	text-decoration: none;
	background: inherit;
	color: #dd4c15;
}

a:hover {
	text-decoration: none;
	background: inherit;
	color: #f67644;
}

#container {
	width: 850px;
	text-align: left;
	border: 1px solid #ddd;
	margin: 0px auto;
	padding: 0;
}

#wrapper {
	background: url(menuebg.gif) top left repeat-y;
	color: #999;
	margin: 0;
	padding: 0;
}

/* Kopfzeile */

#header {
	width: 850px;
	height: 100px;
	background: #fff url(header_top.jpg) top left no-repeat;
	text-align: right;
	color: #999;
	margin: 0 auto;
	padding: 0;
}

#header_right {
	width: 150px;
	height: 100px;
	border: 0px;
	margin: 0 auto;
	float: right;
}

#header_bottom {
	width: 850px;
	height: 25px;
	background: #fff url(header_bottom.jpg) top left no-repeat;
	text-align: right;
	color: #999;
	margin: 0 auto;
	padding: 0;
}

/* Hauptmenue */

#header_navigation {
	width: 850px;
	height: 25px;
	background: #eee url(header_middle.jpg);
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#header_navigation ul {
	margin: 0;
	padding: 0;
}

#header_navigation li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_navigation li a {
	display: block;
	float: left;
	height: 15px;
	text-decoration: none;
	text-transform: uppercase;
	background: #ba7048;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 5px 20px;
}

#header_navigation li.active a {
	background: #dd4c15;
	color: #fff;
	border-right: 1px solid #fff;
}

#header_navigation li a:hover {
	background: #f67644;
	color: #fff;
	border-right: 1px solid #fff;
}

/* Linke Spalte */

#left {
	width: 152px;
	float: left;
	margin: 0;
	padding: 0;
}

#left_navigation {
	width: 150px;
	margin: 0;
}

#left_navigation ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#left_navigation li a {
	display: block;
	text-decoration: none;
	background: #e0dad1;
	color: #51342E;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

#left_navigation li.active a {
	background: #dd4c15;
	color: #fff;
	padding: 10px 10px 10px 20px;
}

#left_navigation li a:hover {
	background: #f67644;
	color: #fff;
	padding: 10px 10px 10px 20px;
}

#language {
	width: 123px;
	padding: 10px 10px 10px 16px;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

# date_and_time {
	width: 123px;
}

#left_menu {
	width: 152px;
	float: left;
	text-align: left;
	border: 0;
}

#left_advert {
	width: 152px;
	float: left;
	text-align: center;
	border: 0;
}

/* Mittlere Spalte */

#center {
	width: 546px;
	float: left;
	text-align: left;
	background: #f6efe4;
	margin: 0;
	padding: 0;
}

#center_advert_top {
	width: 546px;
	float: left;
	text-align: center;
	border: 0;
}

#center_advert_bottom {
	width: 546px;
	float: left;
	text-align: center;
	border: 0;
}

/* Rechte Spalte */

#right {
	width: 152px;
	float: right;
	text-align: center;
	border: 0;
}

/* Fusszeile */

#footer {
	clear: both;
	width: 850px;
	height: 40px;
	text-align: center;
	background: #fff url(footer.jpg);
	border-top: 1px solid #ddd;
}

/* Ueberschriften */ 

h1 {
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	background-color: transparent;
	color: #dd4c15;
	border-bottom: 1px dashed #ccc;
	margin: 0;
	padding: 5px 10px;
}

h2 {
	font-size: 120%;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.2em;
	background: inherit;
	color: #666;
	margin: 0;
	padding: 10px 20px 0px 20px;
}

h3 {
	font-size: 100%;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0.1em;
	background: inherit;
	color: #666;
	margin: 0;
	padding: 10px 20px 0px 20px;
}

/* Bilderpositionierung */

a img,:link img,:visited img {
	border: 1px solid #ccc;
}

.flLeft {
	float: left;
	border: 1px solid #ccc;
	margin: 10px 5px 5px 20px;
}

.flRight {
	float: right;
	border: 1px solid #ccc;
	margin: 10px 20px 5px 5px;
}

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

/* Bilderunterschriften */

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

/* Blockquote */

blockquote {
	background: #e0dad1;
	color: #999;
	border-left: 5px solid #CFC6B7;
	margin: 5px 10px;
	padding: 0px 0px 0px 0px;
}

/* Tabellen */

table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	color: #51342E;
	border: 0;
}

td, th {
	border: 0px solid #000000;
	padding: 0px 0px;
}

/* Download */

.download-hdl, 
.download-file, 
.download-desc {
	width: 506px;
	margin: 0px 20px;
}

.download-hdl {
	background-color: #CFC6B7;
	border: 1px solid #eee;
}

.download-file {
	border: 1px solid #eee;
	background-color: #E0DAD1;
}

.download-desc {
  background-color: #CFC6B7;
	border: 1px solid #eee;
}

.download-without-desc {

}

/* Formulare */

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

#form-module {
	width: 506px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 10px 10px 20px;
	padding: 0;
	background-color: #CFC6B7;
	color: #51342E;
}

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

#form-module legend {
	display: none;
}

#form-module p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

#form-module .element {
	display: block;
	clear: both;
	background: #CFC6B7;
	border-top: 1px solid #ddd;
}

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

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

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

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

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

#form-module input.submit {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	cursor: pointer;
	background: #DD4C15;
	color: #fff;
	border: 1px solid #ddd;
	margin: 5px 5px 5px 137px;
	padding: 2px 5px;
}

#form-module input.submit:hover {
	background-color: #F67644;
	color: #fff;
}

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

#form-module-thanks {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:5px;
}

.jaosg_thumbnail {
	margin:5px;
	float: left;
	height: 80px;
	width: 80px;
	text-align: center;
	vertical-align:middle;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}

/* Bildanzeige mit Lightbox */


/* 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 {
	margin-top: 20px;
	margin-left: 39px;
	margin-bottom: 20px;
	clear: both;
  border: none;
	
}


/* Definition der KLassen mit  Rahmen */

.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;
}

/* Referenz Liste

.referenzen_leiste {
	width:533px;
	border-bottom: 1px dashed #336699;
	background-color:#F1F2F2;
	height:110px;
}
.referenzen_alles {
	display:inline;
	float:left;
	padding-left:15px;
}
.referenzen_alles2 {
	display:inline;
}
.referenzen_bild {
	width:150px;
	display:inline;
	float:left;
}
.referenzen_titel {
	width:361px;
	display:inline;
	float:left;
	text-transform:uppercase;
	text-shadow:Gray;
	color:#009999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}
.referenzen_inhalt {
	width:361px;
	display:inline;
	float:left;
	clear:both;
	color:#999999;
}

/*Externe Links*/

.extern{padding-left:15px;background:url('extern_icon.gif') no-repeat left center;}

/*News More*/

.news_more{padding-left:13px;background:url('news_more.gif') no-repeat left center;}

/*Go Back*/

.go_back{padding-left:13px;background:url('go_back.gif') no-repeat left center;}

/*Zwei Spalter*/

.zweispalter {
  width: 546px; 
}

.zweispalter_1 {
  width: 272px;
}

.zweispalter_2 {
  width: 272px;
  margin-left: 2px;
}

.zweispalter_1, 
.zweispalter_2 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/*Drei Spalter*/

.dreispalter {
  width: 546px;
}

.dreispalter_1 {
  width: 181px;
}

.dreispalter_2 {
  width: 181px;
  margin-left: 1.5px;
}

.dreispalter_3 {
  width: 181px;
  margin-left: 1.5px;
}

.dreispalter_1, 
.dreispalter_2, 
.dreispalter_3 {
  float: left;
}

.clboth {  
 clear: both;
 display: block;
 line-height: 0;
 font-size: 0;
}

/* Pop Up DHTML */

#topbar{
position:absolute;
border: 1px solid #fff;
padding: 10px;
background-color: #000;
color: #fff;
width: 420px;
visibility: hidden;
z-index: 100;
}

/* JAOS Lightbox Style-Sheet */

div.jaosg_thumbnail{
	float: left;
	background: #DCDCDC;
	border: 1px solid;
	border-color: #AAA #444 #444 #AAA;
	margin: 5px 3px;
}

div.jaosg_thumbnail img{
	border: 1px solid;
	border-color: #444 #AAA #AAA #444;
}
/* ls=landscape-Format der Thumbs */
div.ls img{
	height: 60px;
	width: 80px;
	margin: 20px 10px;
}
/* pt=portrait-Format der Thumbs */
div.pt img{
	height: 80px;
	width: 60px;
	margin: 10px 20px;
}
/*footer schaltet float:left wieder aus */
div#jaosg_footer{
	clear: both;
	padding-top: 1em;
}
/* comment_rank - Kommentar Addon von franz007 */ 
/* Die Klasse des divs der alles umschließt */
.comment-rank{
	
}
/* Die einzelnen Kommentare */
.comment-rank .comment-rank-comment{
	background: #e0dad1;
	color: #999;
	border-left: 5px solid #CFC6B7;
	margin: 5px 10px;
	padding: 0px 0px 0px 0px;
}
/* Ein admin-comment zu einem Kommentar */
.comment-rank .comment-rank-comment .admincomment{
	border-left: 7px dotted #CFC6B7;
	margin: 5px 10px;
	padding: 0px 0px 0px 0px;
}

/* Das formular */
.comment-rank form{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-left: 5px solid #CFC6B7;
	margin: 10px 10px 10px 10px;
	padding: 0;
	background-color: #e0dad1;
	color: #51342E;
}

/* Die beschriftungen im Formular */
.comment-rank form label{
	display: block;
	margin-bottom: 5px;
}
