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

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

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




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

:link,:visited { text-decoration:none; }

h1,h2,h3,h4,h5,h6,pre,code {  font-weight:bold; }
ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,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 { background-repeat:no-repeat; }

h1 {font-size:14px;}

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



strong{color:#005BAB;}

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
}

/*	body
*******************************************************************************/
body {
background-image:url(../images/wolken.jpg);
background-repeat: no-repeat;
Background-color: #2e518b;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:12px;
	voice-family: "\"}\"";
	voice-family: inherit;
	
}

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

.clear {
	clear:both;
}

.flLeft { float:left; }
.flRight { float:right; }

.warning, 
#main-block .warning { color:#f00; }


/*	website
*******************************************************************************/
#website {
background-color:#fff;
	position:relative;
	display:block;
	margin-top:20px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	height: auto;
	min-height: 300px;
	width:883px;
	color:#000;
	text-align:left;
	border:1px solid #000;
}

/*	header
*******************************************************************************/
#header {
	position: relative;
	margin:0;
	padding:0;
	height:188px;
	background-image:url(../images/header.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

#logo a {
	display:block;
	height:100px;
	width:170px;
	text-indent:-700em;
}


#breadcrumb {
	position:absolute;
	bottom:9px;
	left:200px;
}

#breadcrumb a, 
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/

/*
#content, #content2 {
	display:block;
	clear:both;
	position:relative;
	padding:0 0 0 0;
}
*/

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


#content {border:0px solid #000;}

#left {
float:left;
width:200px;
border:0px solid #000;


}

#main {
float:left;
width:665px;
border:0px solid #000;
	
}

#main a:link { text-decoration:none; color: #005BAB;}

#main a:visited { text-decoration:none; color: #005BAB;}
#main a:hover { text-decoration:underline; color: #005BAB;}
#main a:active{ text-decoration:none; color: #005BAB;}



#main-block {float:left;
padding-left:40px;
padding-top:35px;
padding-right:20px;
	width:600px;
	border:0px solid #000;}
	
	*html #main-block {padding-left:20px;}

#main-block2 {
float:right;
padding-top:30px;
width:160px;
	paddingtop:10px;
	border:0px solid #000;
}


#bildlinks{float:left;
width:200px;}



/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
	padding: 5px 0px 5px 0px;
	background-image:url(../images/bg_footer.gif);
	/*background-position:0 -100px;*/
}
.footer2 {
	padding:0 14px;
}
.footer p {
	margin:0;
	padding:0px 0;
	font-size:10px;
	text-transform:uppercase;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#000;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-left {
	float:left;
	width:186px;
}
.footer .col-right {
	float:left;
}

/*	login form
------------------------------------------------------------------------------*/



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

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#f7f7f7;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}

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

#form-module legend {
	display:none;
}


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

#form-module .element {
	display:block;
	clear:both;
	background-color:#f7f7f7;
	border-top:2px solid #fff;
}

#form-module label {
	display:block;
	float:left;
	padding:5px;
	width:120px;
	border-right:2px solid #fff;
}

#form-module label.checkbox {
	width:372px;
	border-left:2px solid #fff;
	border-right:none;
}

#form-module input, 
#form-module select, 
#form-module textarea {
	float:left;
	margin:5px;
	width:295px;
	border:1px solid #333;
}

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

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

#form-module input.submit { 
	margin:5px 5px 5px 137px;
	padding:2px 5px;
	border:1px solid #333;
	background-color:#fff;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	text-align:center;
	cursor:pointer;
}

#form-module input.submit:hover { 
	background-color:#f7f7f7;
	color:#000;
}

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

#form-module-thanks {
	display:block;
	color:#666;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:1.2em;
}



.renderhead {
		display: block;
	}
	.renderhead span { 
		display: none;
	}
	.renderhead img { 
		padding:0px;
	}




/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie	{
				text-align:center; 
				vertical-align:middle; 
				padding:5px;
				}

.jaosg_thumbnail	{
				margin-right:3px;
				margin-top:3px;
				float: left;
				height:143px;
				width: 180px;
				text-align: left;
				vertical-align: middle;
				border: 0px solid #005BAB;
				}

.jaosg_nav 		{
				text-align: center;
				}

.jaosg_bild		{
				text-align: center;
				}

.jaosg_bildbeschreibung	{
				text-align: justify;
				}

.trenner{font-size:16px; color:#FCFFE2; margin: 0px 14px 0px 14px;a:hover }


#popupWindow{width: 750px;}
