/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none; }
h1,h2,h3,h4,pre,code { font-size:1em; font-weight:normal; text-align:right; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0; }
img, a img,:link img,:visited img, fieldset { border:none; }
img { margin:0; padding:0; vertical-align:bottom; }

body, div,p,li { background-repeat:no-repeat; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0; list-style: none;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}

.clear {
	clear:both;
}

/*	html
*******************************************************************************/

html {
	height: 100%;
}

body {
	background: #fff;
}

a img {
	border: 0;
	margin: 0px 0px 0px 0px;
}

div.clear {
    clear: left;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/* -- haupsache --------------------------------------------------- */

#fifteen_header {
	position: fixed;
	top:0;
	left: 180px;
	height: 70px;
	width: 750px;
	background: url(bgr_content.jpg) repeat-y top right #000;
	padding: 0;
	color: #8fb715;
	font-size: 11px;
	text-align: right;
	z-index: 1;
 }
 
* html #fifteen_header { /* nur IE6 */
	position: absolute;
	top:0;
	left: 180px;
	height: 70px;
	width: 750px;
	background: url(bgr_content.jpg) repeat-y top right #000;
	padding: 0;
	color: #8fb715;
	font-size: 11px;
	text-align: right;
 }
 
#fifteen_header h1 { /* Überschrift */
	font-size: 16px;
	text-decoration: none;
	padding: 5px 0 7px 0;
	color: #fff; /* #8fb715; */
	text-align: left;
	font-family: Arial Black, Arial, Helvetica;
}

#fifteen_header h2 { 
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	padding: 10px 0 7px 0;
	color: #f9ae00;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
}

#fifteen_header h3 { 
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	padding: 0px 0px 5px 0px;
	
}

#fifteen_header h4 { /* Titel der Galerie */
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	padding-bottom: 5px;
}

#fifteen_header h5 { 
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	padding: 20px 0px 12px 0px;
	
}

#fifteen_header ul {
	position: absolute;
	top: 10px;
	right: 180px;
} 

#fifteen_header a, a:link {
	color: #8fb715;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	margin: 0;
}

#fifteen_header a:hover {
	color: #deff00;
	text-decoration: none;
}

#fifteen_header a:active {
	text-decoration: underline;
} 

#fifteen_header img {
	margin: 0 0 0 20px ;
} 

#warnung {
	background: url(bgr_warnung.jpg) no-repeat #ffff99;
	width: 100%;
	height: 100px;
	padding: 12px 12px 12px 18px;
	color: #FF0000;
	font-weight: bold;
} 


#fifteen_printheader {
	display: none;
}

#fifteen_menue {
	position: fixed;
	top: 0;
	left: 0;
	width: 180px;
	height: 100%;
	background: url(bgr_links.jpg) repeat-y top right #fff;
	z-index: 1;
}
 
#fifteen_menue img {
	margin: 0 0 0 0;
} 

#fifteen_content {		
	position: absolute;
	top: 5px;
	left: 180px;
	width: 750px;
	min-height: 100%;
	background: url(bgr_content.jpg) repeat-y top right #000;
	z-index: 1;
}

#main {
	color: #b1b1b1;
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 150px 0;
	padding: 80px 35px 0 25px;
	z-index: 1;
}

#main p {
	color: #b1b1b1;
	font-size: 13px;
	text-align: left;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}

#main img {
	border: 0px;
	margin: 0 5px 0px 0px;
}

#main a img {
	border: 0px;
	margin:  0;
}

#main h1 { /* Überschrift */
	font-size: 1.5em;
	text-decoration: none;
	padding: 10px 0 7px 0;
	color: #8fb715;
	text-align: left;
	font-family: Arial Black, Arial, Helvetica;
}

#main h2 { 
	font-size: 1.2em;
	font-weight: bold;
	font-style: normal;
	padding: 10px 0 7px 0;
	color: #f9ae00;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
}

#main h3 { 
	font-size: 1.1em;
	font-weight: bold;
	font-style: normal;
	color: #000;
	text-align: left;
	font-family: Verdana, Helvetica, Arial;
	padding: 0px 0px 5px 0px;
	
}

#main h4 { /* Titel der Galerie */
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #fff;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	padding: 0;
	margin: 0 0 15px 0;
}

#main h5 { 
	font-size: 1.0em;
	font-weight: normal;
	font-style: normal;
	color: #46c3e2;
	text-align: left;
	font-family: Arial, Verdana, Helvetica;
	padding: 20px 0px 12px 0px;
	
}

#main u { /* umdefiniert, um weißen text anzuzeigen */
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	color: #8fb715;
}

#main s { /* umdefiniert, um grünen text anzuzeigen */
	padding: 0px;
	text-decoration: none;
	font-style: normal;
	color: #fff;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/

#main a, #main a:link {
	font-size: 13px;
	color: #8fb715;
	text-decoration: none;
	border: none;
	font-weight: normal;
	padding: 0px 0px 0px 0px;
}

#main a:hover {
	color: #deff00;
	background: none;
	font-weight: normal;
	padding:0;
	text-decoration: none;
	border: none;
}

#main a:active {
	text-decoration: underline;
} 

#main a:link li {
	padding:0;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main ol {
	margin-left: 15px;
	line-height: 20px;
	list-style-type: decimal;
}

#main ul {
	margin: 0 0 15px 8px;
	list-style-image: url(arrow.gif);
}

#main li {
	margin-left: 25px;
	line-height: 20px;
	padding: 0;
}



#main ul ul,
#main ul ol,
#main ol ol,
#main ol ul {
	font-size: 13px;
	line-height: 20px;
	list-style-image: url(list2.png);
	margin-left: 15px;
}

#main ul ul ul,
#main ul ol ul,
#main ol ol ul,
#main ol ul ul {
	font-size: 13px;
	line-height: 20px;
	list-style: circle;
	margin-left: 25px;
	color: #808080;
	text-decoration: none;
}


#main ul ul a, #main ul ul a:link,
#main ul ol a, #main ul ol a:link,
#main ol ol a, #main ol ol a:link,
#main ol ul a, #main ol ul a:link {
	color: #b1b1b1;
	font-size: 11px;
	line-height: normal;
	text-decoration: none;
}

#main ul ul a:hover,
#main ul ol a:hover,
#main ol ol a:hover,
#main ol ul a:hover {
	color: #fff;
	background: none;
	font-weight: normal;
}


#main tr {
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	padding:0;
}

#main hr {
	color: #fcbd00;
	background: #fcbd00;
	border: solid 1px;
}

#bildrechts {
	float: right;
}

#bildrechts p {
	font-size: 9px;
	text-align: left;
}

	

/*	Paragraphs / Lists ENDE
------------------------------------------------------------------------------*/
#fifteen_footer {
	overflow: hidden;
	position: absolute;
	height: 60px;
	width: 685px;
	bottom: 0px;
	padding: 5px 25px 10px 20px;
	background: #000;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
	color: #999;
    font-size: 10px;
    font-weight: normal;
}


* html #fifteen_footer { /* nur IE6 */
	overflow: hidden;
	position: absolute;
	height: 60px;
	width: 685px;
	bottom: 0px;
	padding: 5px 25px 10px 20px;
	background: #000;
    z-index: 2;
    font-family: Arial, Helvetica, sans-serif;
	color: #999;
    font-size: 10px;
    font-weight: normal;
}


#fifteen_footer img {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

#fifteen_footer ul {                        /* UL Ebene 1 */
	float: left;
	position: relative;
	left: 50%;
	margin: 0 auto;
}
#fifteen_footer ul li {    
	float: left;                 /* Listenelemente der Ebene 1 */
	position: relative;
	right: 50%;
}
#fifteen_footer ul li a, 
#fifteen_footer ul li a:visited {           /* Links der Listenelemente der Ebene 1 */
	display: block; 
	text-decoration: none; 
	color: #8fb715;
	font-size: 10px;
	font-weight: bold;
	width: auto;                    /*   Breite von (.menu)/(Anzahl der Punkte)-(1Px)  --> (1) */
	height: 10px;                    /*  (2)  */
	border: none;          /* Border-color am besten = Hintergrundfarbe der Seite */
	margin: 0 7px 0 7px;              
}
* html #fifteen_footer ul li a, #fifteen_footer ul li a:visited {
  width: auto;                    /* für IE */
  w\idth: auto;                 /* für 'normale' Browser */
}

#fifteen_footer ul li a:hover{
	color: #deff00;
}

#fifteen_footer ul li ul {
  display: none;
}




/* -- end hauptsache --------------------------------------------------------- */



/* -- navi --------------------------------------------------------- */

#navi {
	display: block;
	background: none;
	height: 100%;
	width: 170px;
	text-align: left;
	padding: -2px 0 0 0;
	margin: -2px 0px 10px 15px;
	text-decoration: none;
	letter-spacing: normal;
	z-index: 3;
}

#navi ul {
	display: block;
}

#submenu li {
	margin: 0;

}


/* normal link */
#submenu a,
#submenu a:link {
	display: block;
	height: 18px;
	color: #8fb715;
	background: url(bgr_link.png) repeat;
	border: 0;
	text-decoration: none;
	padding: 3px 0 1px 10px;
	margin: 2px 10px 2px 0;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

/* mouseover */
#submenu a:hover {
	display: block;
	background: url(bgr_linkhover.png) repeat;
	color: #000;
	padding: 3px 0 1px 10px;
	margin: 2px 12px 2px 0;
	border:0;
	text-decoration: none;
}

/* normal link current */
#submenu li#current a,
#submenu li#current a:link {
	display: block;
	text-align: right;
	background: #8fb715; 
	color: #fff;
	padding: 3px 10px 1px 0px;
	margin: 2px 3px 2px 0;
}

/* -- subnav ------------------ */

#submenu .subnav1 li {
	margin: 3px 0 0 0px;

}

#submenu ul {
	margin: 0 0 15px 0;
}


/* normal link */
#submenu .subnav1 a, 
#submenu .subnav1 a:link {
	height: 12px;
	color: #000;
	background: url(bgr_sublink.png) repeat;
	border: 0;
	text-decoration: none;
	padding: 1px 10px 1px 0;
	margin: 0px 10px 0px 0;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Arial;
	text-align: right;
}

/* mouseover */
#submenu .subnav1 a:hover {
	color: #000;
	background: url(bgr_linkhover.png) repeat;
	border:0;
	padding: 1px 10px 1px 0;
	margin: 0px 10px 0px 0;
	text-decoration: none;
	font-weight: bold;
}

/* normal link current */
#submenu li#current .subnav1 a,
#submenu li#current .subnav1 a:link {
	color: #000;
	background: url(bgr_sublink.png) repeat;
}

/* normal link current active */
#submenu .subnav1 li#active a,
#submenu .subnav1 li#active a:link {
	height: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #fff; /* #455c00; */
	background: #8fb715;
	text-align: right;
	padding: 1px 10px 1px 0;
	margin: 1px 3px 1px 0;
	
}

/* mouseover */
#submenu li#current .subnav1 a:hover {
	color: #000;
	background: url(bgr_linkhover.png) repeat; 
	border:0;
	margin: 0;
	text-decoration: none;
	font-weight: bold;
}



/* -- navi ende --------------------------------------------------------- */


#breadcrumb {
	color: #999;
	font-size: 10px;
	padding: 8px 0 5px 0px;
	float: left;
}

#links {
	color: #999;
	font-size: 10px;
	padding: 8px 0 5px 0px;
	float: right;
}



/* bild und text
*******************************************************************************/

.flLeft {
	float:left;
	margin-right: 20px;
	display: block;
}

.flRight {
	float:right;
	margin-left: 20px;
	display: block;
}

.flCenter {
	position: absolute;
	left: 50%;
	right: 50%;
	margin: auto;
	display: block;
}


/* form-module
*******************************************************************************/

#form-module {
	margin: 0px;
	padding: 0;
	width: 690px;
	color: #b1b1b1;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: none;
}

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

#form-module legend {
	display:none;
}


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

#form-module .element {
	display: block;
	clear: both;
	background: none;
}

/* -- Beschriftung links (Name, Vorname etc) */
#form-module label {
	display: block;
	float: left;
	padding: 0;
	width: 120px;
}

#form-module label.checkbox {
	width: 250px;
	border-right: none;
	padding: 0;
	margin: 0;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float: left;
	margin: 5px;
	width: 420px;
	border: 1px solid #cfcfcf;
	background: #ebebeb;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}

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

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

/* -- senden button */
#form-module input.submit { 
	margin: 5px 0px 0px 125px;
	padding: 2px 5px;
	border: none;
	background: url(bgr_link.jpg) left repeat-y #8fb715;	
	color: #fff;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

/* -- hover des wortes senden */
#form-module input.submit:hover { 
	color: #000;
	background: #deff00;
}

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

#form-module-thanks {
	padding: 25px 0 0 0;
	display: block;
	color: #deff00;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	width: 100%;
	text-align: center; 
	vertical-align: middle; 
	padding: 0px;
	margin: 0px 10px 0px 0px;
	border: 0;
}

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

.jaosg_nav {
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	word-spacing: normal;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}

/*****************************************************************/

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

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

#videoPlayer {
	border: none;
}

/*****************************************************************/

/* Diese CSS-Angaben stammen aus der originalen main.css */
/* download
*******************************************************************************/
#main .download-hdl, 
#main .download-file { 
 	width:97.3%; /* IE6 Hack */
	margin: 0;
}

#main .download-hdl { 
	padding: 0;
	font-weight: bold;
}

#main .download-desc {
	font-size: 11px;
	font-style: normal;
	padding: 0 0 0 23px;
	margin: 0 0 -5px 0;
}



/* NEWS RECHTS
*******************************************************************************/

#fifteen_right {
	position: fixed;
	bottom: 0;
	right: 0;
	float: right;
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: right;
	background: url(bgr_rechts.jpg) top left repeat #fff;
	z-index: 0;
}

#fifteen_right img {
	position: fixed;
	bottom: 5px;
	right: 1%;
}


#videoPlayer {
	display: block;
	background-color: #000000;
	border: solid 1px ##f6ae00;
	color: #fff;
	margin: 5px 5px 5px 5px;
	padding: 10px 10px 10px 10px;
}

.tooltippInfo {
	background: #8eb012;
	text-decoration: none;
	font-style: normal;
	font-size: 10px;
	padding: 8px;
}

