/*******************************************************************************

	Project		:	Redaxo Demo
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

/* ### Logo ################################################################# */
#logo {
	position:absolute;
	top:10px;
	right:10px;
	border: 1px solid #37444f;
	background-image: url(redaxo_logo_klein.gif);
	background-position: 0 0;
	background-repeat: no-repeat;
}

#logo a {
	display:block;
	height:80px;
	width:186px;
	text-indent:-700em;
}

/* ### Header ############################################################### */

#header {
	background:#c0c0c0 url(bg_top.jpg)  no-repeat;
	color: #e2e2e2;
}







/* FOTO Gallery
*******************************************************************************/
.jaosg_galerie	{
				text-align:center; 
				vertical-align:middle; 
				height: 95px;
				}

.jaosg_thumbnail	{
				margin-top:3px;
				margin-right:6px;
				float: left;
				height: 36px;
				width: 36px;
				text-align: left;
				vertical-align:middle;
				}

.jaosg_nav 		{
				text-align: center;
				}

.jaosg_bild		{
				text-align: center;
				}

.jaosg_bildbeschreibung	{
				text-align: justify;
				}
/* eq=quadratisches-Format der Thumbs */
div.eq img{
   height: 36px;
   width: 36px;
   border: 1px solid #e0e0e0;
}




