@charset "UTF-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	text-align: center;
	background-color: #434344;
	color: #ffffff;
	margin: 0;
	padding: 0;
	background-image: url(back01.jpg);
	background-repeat: repeat-x;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	color: #ffffff;
	margin: 0;
	padding: 8px 12px;
}

a:hover {
	text-decoration: underline;
	color: #ff9e1a
}

a {
	text-decoration: none;
	color: #9dc3ff;;
}

#container {
	width: 852px;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	background-image: url(container.jpg);
	background-repeat: repeat-y;
}

#wrapper {
    width: 852px;
	height: 128px;
}

/* Kopfzeile */

#header {
	width: 852px;
	height: 128px;
	background: Black url(header.jpg) no-repeat top left;
	color: #ffffff;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
}

.ueberschrift {
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: right;
	background-color: transparent;
	color: #ffffff;
	margin: 0px;
	padding-top: 27px;
	padding-right: 20px;
	height: 45px;
}

#language {
	width: 832px;
	margin: 0px 0px;
	padding: 6px 20px 0px 0px;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
	height: 20px;
	text-align: right;
}

/* Hauptmenue */

#header-nav {
	width: 852px;
	height: 27px;
	background-color: transparent;
}

#header-nav ul.nav1st {
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#header-nav ul.nav1st li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: transparent;
}

#header-nav ul.nav1st li a {
	display: block;
	float: left;
	height: 13px;
	text-decoration: none;
	text-transform: uppercase;
	color: White;
	border-right: 1px solid #333333;
	padding: 7px 20px;
	background-color: transparent;
}

#header-nav ul.nav1st li.active a {
	color: #33CCFF;
	border-right: 1px solid #333333;
	background-color: transparent;
}

#header-nav ul.nav1st li a:hover {
	color: #ff9e1a;
	border-right: 1px solid #333333;
	background-color: transparent;
}

/* Linke Spalte */


#left {
	width: 200px;
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(left-back.gif);
	text-align: center;
}

#left-top {
	width: 166px;
	height: 24px;
	margin: 0;
	padding: 14px 0px 0px 34px;
	background-image: url(left-top2.jpg);
	background-repeat: no-repeat;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

#navigation {
	width: 200px;
	margin-bottom: 20px;
	background-color: transparent;
}

#navigation ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0;
	margin-top: 0px;
	margin-bottom: 0px;
}

#navigation ul.nav2nd li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 10px 6px 34px;
	background-image: url(bottom2-off.jpg);
	height: 16px;
	text-align: left;
}

#navigation ul.nav2nd li.active a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 10px 6px 34px;
	background-image: url(bottom2-on.jpg);
	height: 16px;
	text-align: left;
}

#navigation ul.nav2nd li a:hover {
	display: block;
	text-decoration: none;
	color: #ff9e1a;
	padding: 6px 10px 6px 34px;
	background-image: url(bottom2-on.jpg);
	height: 16px;
	text-align: left;
}

#navigation ul.nav3rd li a {
	display: block;
	text-decoration: none;
	color: #ffffff;
	padding: 6px 10px 6px 34px;
	background-image: url(sub.jpg);
	height: 16px;
	text-align: left;
}

#navigation ul.nav3rd li.active a {
	display: block;
	text-decoration: none;
	color: #33CCFF;
	padding: 6px 10px 6px 34px;
	background-image: url(sub.jpg);
	height: 16px;
	text-align: left;
}

#navigation ul.nav3rd li a:hover {
	display: block;
	text-decoration: none;
	color: #ff9e1a;
	padding: 6px 10px 6px 34px;
	background-image: url(bottom2-on.jpg);
	height: 16px;
	text-align: left;
}



/* Rechte Spalte */

#right {
	width: 644px;
	float: right;
	padding: 0;
	background-image: url(content-back.gif);
}

#headline {
	width: 644px;
	float: left;
	padding: 0;
	background-image: url(content-header.jpg);
	background-repeat: no-repeat;
}

/* Fusszeile */

#footer {
	clear: both;
	width: 812px;
	text-align: left;
	height: 0px;
	background-image: url(bottom.jpg);
	padding: 55px 20px;
	background-repeat: no-repeat;
}

/* Ueberschriften */ 

h1 {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #ffffff;
	margin: 0;
	padding: 15px 12px;
	line-height: inherit;
	vertical-align: super;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0.2em;
	color: ffffff;
	margin: 0;
	padding: 10px 12px 0px 12px;
}

/* Bilderpositionierung */

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

.flLeft {
	float: left;
	border: 1px solid Black;
	margin: 15px 5px 5px 20px;
}

.flRight {
	float: right;
	border: 1px solid Black;
	margin: 15px 20px 5px 5px;
}

.flTop {
	float: inherit;
	border: ;
	padding-top: 10px;
}

/* Bilderunterschriften */

.image p {
	font-size: 0.9em;
	margin: 0;
	padding: 2px;
}

/* Blockquote */

/*blockquote {
	background-color: Black;
	color: Gray;
	border-left: 5px solid #aab9a8;
	margin: 10px 20px;
	padding: 5px 5px 5px 0px;
}

/* Tabellen */

table {
	font-size: 1em;
	text-align: left;
	background-color: transparent;
	color: #000000;
	border: none;
	empty-cells: show;
	margin: 5px 11px;
}

td, th {
	border-top: 1px solid transparent;
	padding: 3px 1px;
}

tr:hover td, tr:hover th {
	background-color: transparent;
	color: transparent;
}

/* Download */

.download-hdl, 
.download-file, 
.download-desc {
	width: 604px;
	margin: 0px 12px;
}

.download-hdl {
	background-color: Black;
	border: 1px solid Gray;
}

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

.download-desc {

}

.download-without-desc {

}

/* Formulare */

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

#form-module {
	width: 610px;
	font-size: 1em;
	margin: 10px 10px 10px 12px;
	padding: 0;
	background-color: Black;
	color: #ffffff;
}

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

#form-module legend {
	display: none;
}

#form-module p {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 5px;
}

#form-module .element {
	display: block;
	clear: both;
	background-color: Black;
	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: 460px;
	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-size: 1em;
	text-align: center;
	cursor: pointer;
	background-color: #9dc3ff;
	color: Black;
	border: 1px solid #ddd;
	margin: 5px 5px 5px 137px;
	padding: 2px 5px;
}

#form-module input.submit:hover {
	background-color: #ff9e1a;
	color: Black;
}

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

#form-module-thanks {
	display: block;
	font-size: 1em;
	color: #ffffff;
	width: 600px;
                padding: 0px 12px;
}

#inhalt {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #ffffff;
	width: 852px;
}

/* JAOS Galerie */

.jaosg_galerie {
	padding: 0;
}

.jaosg_thumbnail {
	float: left;
	height: 80px;
	width: 80px;
	margin: 10px 20px;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}
.fllinks {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

.flrechts {
	float:right;
	padding:0px;
	margin:14px 0px 0px 14px;
}
