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

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

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


/* ### undo #################################################################### */

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
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; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; border-spacing:0px; }


legend { display:none; }

div, p, li, a {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; }

/* ### HTML ###################################################################### */
html {
	min-height: 100.5%;
	margin-bottom: 1px;
}

/* ### BODY ###################################################################### */
body {
	color: #fff;
	font-family: Helvetica, Arial,"Trebuchet MS",sans-serif;
	font-size: 14px;
	background: url(files/bgr_airbrush.jpg) y-repeat top center #000;
}

/* \*/ * html body { text-align:center; font-size: xx-small; } /* *//* IE 5.5 Hack */

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

.clear {
	clear:both;
}

.floatLeft { float:left; }
.floatRight { float:right; }

.warning { color:#f00; background: inherit; }

/* ### Website Content ############################################################ */
#site-content {
	position: relative;
	background: #000;
	display:block;
	margin:0 auto;
	padding:0;
	height: 100%;
	width: 900px;
}


/* ### mini_img ####################################################################### */



/* ### Content #################################################################### */


#content {
	display:block;
	clear:both;
	position: absolute;
	top: 565px;
	left: 30px;
	width: 840px;
	height: inherit;
	padding: 0 0 0 0;
	background: none;
}


/* hide from IE/MAC \*/
* html #content, * html #main-content {
	height:1px;
}
/* end hide */


#main-content {
	padding-bottom: 0px;
	width: 840px;
	z-index: 99;
}

#main {
	display: block;
	float: right;
	width: 840px;
	border: none;
}


/* ### main-block => MainContent ################################################### */

#main-block {
	float: right;
	width: 100%;
	color: #fff;
	background: none;
}


#main-content-block {
	padding: 30px 40px 30px 40px;
	display:block;
	background: #000;
}

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

.jaosg_thumbnail {
	margin: 0 0 25px 0;
	padding: 0;
	height: 90px;
	width: auto;
	text-align: center;
	vertical-align: middle;

}

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

div.jaosg_thumbnail img{
	border: 1px solid #be7e00;
	padding: 6px;
	background: none;
}

#main-content-block table td div.jaosg_thumbnail img{
	border: 1px solid #be7e00; /* #9a9a9a; */
	padding: 6px;
	background:  none;
}

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

#videoPlayer {
	border: none;
}



/* ### Footer ###################################################################### */

#footer {
	width: 840px;
	height: 50px;
	margin: auto;
	z-index: 6;
}

#footer a, a:link {
	text-align: right;
	color: #000;
	font-size: 14px;
	font-weight: bold;
}

#footer a:hover {
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}


/* ### NO SCRIPT ###################################################################### */

#noscript
  {
    overflow: visible;
	background: url(bgr_noscript.png) top repeat-x;
	color: #000;
    width: 100%;
	top: 0px;
	height: 30px;
    position: fixed;
    z-index:10;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	padding: 8px 0 0 5px;
  }

