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

	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; vertical-align:top; 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;
	background: none;
}

/* ### BODY ###################################################################### */
body {
	background: #fff;
	color: #333;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 14px;
}

/* \*/ * 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; }


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




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


#main-content {
	min-height: 100px;
	width: 860px;
}

#main {
	width: 860px;
	margin: auto;
//	min-height: 800px;
	background: #fff;
	font-size: 14px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	padding: 40px 10px 20px 10px;
}



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

#main-block {
	float: right;
	width: 860px;
	color: #818181;
}


#main-content-block {
	padding: 10px 20px 50px 20px;
	display:block;
	background: none;
}

#main-block hr {
	color: #036;
}

/* 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 #9a9a9a;
	padding: 6px;
}
/* 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: 100%;
	min-width: 880px;
	height: 32px;
	background: #003366;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #818181;
	position: fixed;
	bottom: 0;
	z-index: 1000;
}

#footer a,
#footer a:link {
	color: #818181;
	text-decoration: none;
}

#footer a:hover {
	color: #d83030;
	text-decoration: none;
}

#footer .langcurrent {
	color: #fff;
	text-decoration: none;
}

#footer table td {
	padding: 15px 20px 10px 20px;
	border: none;
}



#bottomnavi {
	position: relative;
  	bottom: 24px;
	width: 880px;
	height: 50px;
	background: url(bgr_top-footer.png) center top no-repeat;
	margin: auto;
}


/* ### 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: 99;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
	padding: 8px 0 0 5px;
  }

