/*******************************************************************************

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

*******************************************************************************/




/*	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;

}

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;
	
}

/*	html
*******************************************************************************/
html {
	min-height: 100%;
	margin-bottom: 1px;
	background-color: #F0E68C;
	text-align: center;
}

/*	body
*******************************************************************************/
body {
	background-image: none;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: inherit;
	font-size: x-small;
	background-color: #F0E68C;
	margin: 15px 15px;
	text-align: center;
}

.clearer {
	display: block;
	clear: both;
	line-height: 0;
	height: 1px;
	font-size: 0;
	visibility: hidden;
	background-color: #F0E68C;
}

.clear {
	clear: both;
	background-color: #F0E68C;
}

.flLeft {
	float: left;
	background-color: #F0E68C;
}
.flRight {
	float: right;
	background-color: #F0E68C;
}

.warning {
	color: #f00;
	background-color: #F0E68C;
}


/*	website
*******************************************************************************/
#website {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 1150px;
	color: #000;
	text-align: left;
	background-color: #F0E68C;
}

/*	header
*******************************************************************************/
#header {
	position: relative;
	padding: 0;
	height: 125px;
	background-image: url(bg_header.jpg);
	background-position: left;
	background-color: #F0E68C;
	background-repeat: no-repeat;
	display: block;
}

#header2 {
	position: relative;
	padding: 0;
	height: 125px;
	background-image: url(bg_header_1.jpg);
	background-position: left;
	background-color: #F0E68C;
	background-repeat: no-repeat;
	display: block;
}

#header3 {
	position: relative;
	padding: 0;
	height: 125px;
	background-image: url(bg_header_3.jpg);
	background-position: left;
	background-color: #F0E68C;
	background-repeat: no-repeat;
	display: block;
}

#header4 {
	position: relative;
	padding: 0;
	height: 125px;
	background-image: url(bg_header_4.jpg);
	background-position: left;
	background-color: #F0E68C;
	background-repeat: no-repeat;
	display: block;
}


/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #F0E68C;
}

#logo a {
	display: block;
	height: 200px;
	width: 170px;
	text-indent: -700em;
	background-color: #F0E68C;
}


#breadcrumb {
	position: absolute;
	bottom: 9px;
	left: 200px;
	background-color: #F0E68C;
}

#breadcrumb a, 
#breadcrumb a:link {
	color: #000;
	background-color: #F0E68C;
}

#breadcrumb a:hover {
	text-decoration: underline;
	background-color: transparent;
}
/*	content
*******************************************************************************/


#content, #content2 {
	display: block;
	clear: both;
	position: relative;
	padding: 0 0 0 0;
	background-color: #F0E68C;
}


/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height: 1px;
	background-color: #F0E68C;
}
/* end hide */


#content {
	background-color: #F0E68C;
}


#content2 {
	background-image: none;
	background-repeat: repeat-y;
	background-color: #F0E68C;
}

#main {
	float: left;
	width: 560px;
	background-color: #F0E68C;
}

#main-block {
	background-color: #F0E68C;

}

#main-block2 {
	padding: 14px;
	background-color: #F0E68C;
	width: 560px;
}

#main-block3 {
	float: none;
	width: 200px;
	padding: 14px 0;
	background-color: #F5F5DC;
	border: 2px groove Silver;
	display: block;
	vertical-align: top;
}




/* Header links oben
------------------------------------*/
#hdlogo {
	float: none;
	width: 181px;
	height: 105px;
	padding: 0;
	background-color: transparent;
	background-image: url(gb.gif);
	border-bottom: thin groove Silver;
	background-position: top;
}

/*	Navigation vertical - 
	Wenn die Navigation mit der ID 3 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/
#navigation {
	float: left;
	width: 215px;
	padding: 14px 0;
	background-color: #F5F5DC;
	border: 2px groove Silver;
}

#navigation ul.nav1st {
	width: 170px;
	background-color: #F8F3C8;
}


#navigation ul.nav1st li {
	padding: 8px 0 8px 14px;
	background-color: #F8F3C8;
}

#navigation ul.nav1st li.active {
	background: #f7f7f7;
	background-color: #F8F3C8;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color: Maroon;
	background-color: #F8F3C8;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display: block;
	color: #606060;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F8F3C8;
}

#navigation ul.nav1st a:hover {
	color: Maroon;
	background-color: #F8F3C8;
}


#navigation ul.nav1st li ul.nav2nd li {
	padding: 0;
	margin-left: 14px;
	list-style-type: square;
	background-color: #F8F3C8;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display: block;
	padding: 4px 0 4px 0;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #F8F3C8;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	text-decoration: underline;
	background-color: #F8F3C8;
}


/*	Navigation horizontal and vertical - 
	Wenn die Navigation mit der ID 2 verwendet wird, kann alles bis 
	zum nächsten Kommentar gelöscht werden
------------------------------------------------------------------------------*/

#header-nav {
	position: absolute;
	bottom: 30px;
	left: 200px;
	width: 560px;
	background: #fff;
	background-color: #F8F3C8;
}

#header-nav ul.nav1st {
	background-color: #F8F3C8;
}


#header-nav ul.nav1st li {
	display: inline;
	float: left;
	padding: 5px 7px 5px 7px;
	background-color: #F8F3C8;
}

#header-nav ul.nav1st li.active {
	background: #f7f7f7;
	background-color: #F0E68C;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color: Maroon;
	background-color: #F8F3C8;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color: #606060;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #F0E68C;
}

#header-nav ul.nav1st a:hover {
	color: Maroon;
	background-color: #F0E68C;
}


#navigation {
	float: left;
	width: 200px;
	padding: 14px 0 25px;
	background-color: #F8F3C8;
}

#navigation ul.nav2nd li {
	padding: 0;
	margin-left: 14px;
	font-size: 1.1em;
	font-weight: normal;
	background-color: #F8F3C8;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display: block;
	padding: 4px 0 4px 0;
	color: #606060;
	background-color: #F8F3C8;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color: Maroon;
	text-decoration: underline;
	background-color: #F8F3C8;
}


/*	donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
	margin: 2em 0 0 14px;
	background-color: transparent;
	font-style: normal;
	font-size: x-small;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color: Maroon;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	line-height: 1.8em;
	background-color: #F0E68C;
}

#main-block .teaser h1 {
	font-size: 1.4em;
	background-color: #F0E68C;
}

/* Headline 2 */
#main-block h2 {
	color: #000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.4em;
	background-color: #F0E68C;
}


/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom: 1.2em;
	font-size: 1.2em;
	line-height: 1.6em;
	background-color: #F0E68C;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size: 1em;
	background-color: #F0E68C;
}

#main-block ul {
	margin-left: 14px;
	list-style-type: square;
	background-color: #F0E68C;
}

#main-block ol {
	list-style-type: decimal-leading-zero;
	background-color: #F0E68C;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color: Maroon;
	text-decoration: underline;
	background-color: #F0E68C;
}

#main-block a:hover {
	color: #000;
	background-color: #F0E68C;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom: 0;
	background-color: #F0E68C;
}
#main-block div.image p {
	margin: 0;
	font-size: 0.9em;
	background-color: #F0E68C;
}
#main-block div.flLeft {
	margin-right: 14px;
	background-color: #F0E68C;
}
#main-block div.flRight {
	margin-left: 14px;
	background-color: #F0E68C;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	padding: 0;
	margin-left: 14px;
	font-size: 1.1em;
	font-weight: bolder;
	background-color: #F8F3C8;
}
/*.footer2 {
	padding: 0 14px;
	background-color: #F0E68C;
}
*/
.footer p {
	margin: 0;
	padding: 9px 0;
	font-size: 10px;
	text-transform: uppercase;
	background-color: #F0E68C;
}

.footer p, 
.footer p a,
.footer p a:link {
	color: #555555;
	background-color: #F0E68C;
}
.footer p a:hover {
	text-decoration: underline;
	background-color: #F0E68C;
}

.footer .col-left {
	float: left;
	width: 186px;
	background-color: #F0E68C;
}
.footer .col-right {
	float: left;
	background-color: #F0E68C;
}


/* 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;
	border: 2px groove Silver;
}

#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: Silver;
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
}

#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;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin: 0;
	background-color: #F0E68C;
}
#main-block .download-hdl p {
	padding: 5px 7px;
	background-color: Silver;
	font-weight: bold;
	color: Black;
}

#main-block .download-file {
	padding: 1.2em 7px;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
}

#main-block .download-desc {
	margin-bottom: 1.2em;
	padding: 1.2em 7px;
	background-color: #F0E68C;
	border-left: 1px solid Silver;
	border-right: 1px solid Silver;
	border-bottom: 1px solid Silver;
}

#main-block .download-without-desc {
	margin-bottom: 1.2em;
	border-top: 1px solid Silver;
}

.u1 {
	padding: 0 25px;
	font-size: medium;
	font-weight: normal;
	background-color: #F0E68C;
	font-family: cursive;
	font-style: italic;
	letter-spacing: normal;
	font: bold;
	text-align: right;
}
.u9
 {
	padding: 15 0;
	font-size: medium;
	font-weight: normal;
	background-color: #F0E68C;
	font-family: "Lucida Handwriting";
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	font-variant: normal;
	line-height: normal;
	word-spacing: 2px;
}

/* JAOS Gallery
*******************************************************************************/
.jaosg_galerie{
	text-align:center; 
	vertical-align:middle; 
	padding:3px;
}

.jaosg_thumbnail {
	margin: 3px;
	float: left;
	height: 135px;
	width: 165px;
	text-align: center;
	vertical-align: middle;
}

.jaosg_nav {
	text-align: center;
}

.jaosg_bild {
	text-align: center;
}

.jaosg_bildbeschreibung {
	text-align: center;
}