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

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

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

/*	body
*******************************************************************************/
body {
	background-image:url(bg_page.jpg);
	font-family:verdana, arial, helvetica, sans-serif;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: x-small;
}

.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 { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:20px auto 0 auto;
	padding:0;
	height:100%;
	width:950px;
	color:#000;
	/*text-align:left;*/
	border-left:1px solid;
	border-right:1px solid;
	border-color:#cdcdcd;
	
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 1px;
	height:135px;
	background-image:url(head3.jpg);
	background-color:#f9f9f9;
	
	border-top:1px solid;
	border-color:#cdcdcd;
}

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

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


#breadcrumb {
	position:absolute;
	bottom:2px;
	left:182px;
}

#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 {}

#content2 {
	/*background-image:url(bg_content.jpg);
	background-repeat:repeat-y;*/
}

#main {
	float:left;
	padding:0 0 0 55px;
	width:460px;
	
}
#main-up {
	float:left;
	padding:0 0 0 55px;
	/*width:460px;*/
	
}

#main-block {}

#main-block2 {
	padding:14px 5px;
}
#right {
	float:right;
	width:200px;
	color:#606060;
	border-left:1px dotted;
}

#right-block {}

#right-block2 {
	padding:14px 5px;
}


/*	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:150px;
	padding:14px 0px 0px 3px ;
	/*margin:4px;*/
}

#navigation ul.nav1st {
	width:150px;
}


#navigation ul.nav1st li {
	padding:8px 0 8px 14px;
}

#navigation ul.nav1st li.active {
	background:#fff;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link {
	color:#000;
}

#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	display:block;
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#navigation ul.nav1st a:hover {
	color:ff0000;
}

#navigation ul.nav1st li ul.nav2nd li {
	padding:0;
	margin-left:14px;
	list-style-type:square;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	font-size:1.1em;
	font-weight:normal;
}
/*27082008 color eingetragen*/
#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link{
	color:#0000FF;
	background: inherit;
	padding: 1px 0;
}
#navigation ul.nav2nd a:hover {
	color:ff0000;
	text-decoration:underline;
}


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

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding:5px 7px 5px 7px;
}

#header-nav ul.nav1st li.active {
	background:#fff;
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
	color:#000;
}

#header-nav ul.nav1st a, 
#header-nav ul.nav1st a:link {
	color:#606060;
	font-size:1.2em;
	font-weight:bold;
}

#header-nav ul.nav1st a:hover {
	color:#ff0000;
}

#navigation {
	float:left;
	width:120px;
	padding:14px 0 0 4px;
}

#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:1.1em;
	font-weight:normal;
}

#navigation ul.nav2nd a, 
#navigation ul.nav2nd a:link {
	display:block;
	padding:4px 0 4px 0;
	color:#606060;
}

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color:#ff0000;
	text-decoration:underline;
}


/*	donate Werbebanner
------------------------------------------------------------------------------*/
#donate {
	margin:2em 0 0 14px;
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#666666
	/*10092008: color:#000;*/
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.9em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* 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;
}
#right-block h1 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.9em;
	font-weight:bold;
	line-height:1.2em;
}

#right-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#right-block h2 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/*	Paragraphs / Lists
------------------------------------------------------------------------------*/
#main-block p,
#main-block ul,
#main-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-block ul li ul,
#main-block ul li ol,
#main-block ol li ol,
#main-block ol li ul {
	font-size:1em;
}

#main-block ul {
	margin-left:14px;
	list-style-type:square;
}

#main-block ol {
	list-style-type:decimal-leading-zero;
}

/*Rechts*/
#right-block p,
#right-block ul,
#right-block ol {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#right-block ul li ul,
#right-block ul li ol,
#right-block ol li ol,
#right-block ol li ul {
	font-size:1em;
}

#right-block ul {
	margin-left:14px;
	list-style-type:square;
}

#right-block ol {
	list-style-type:decimal-leading-zero;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#000;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}

/*rechts*/
#right-block a, #right-block a:link {
	color:#000;
	text-decoration:underline;
}

#right-block a:hover {
	color:#000;
}


/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}
/*rechts*/
#right-block div.image {
	margin-bottom:0;
	margin-right:5px;
}
#right-block div.image p {
	margin:0;
	font-size:0.9em;
}
#right-block div.flLeft {
	margin-right:14px;
}
#right-block div.flRight {
	margin-left:14px;
}

/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:950px;
	background-image:url(bg_body.jpg);
	background-repeat:no-repeat;
	background-position:0 -100px;
	margin:0px auto 0 auto;
	border-left:1px solid;
	border-right:1px solid;
	border-bottom:1px solid;
	border-color:#cdcdcd;
}
.footer2 {
	padding:0px 1px;
}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

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

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

background-image:url(logo-klein.jpg);
	float:right;
	width:150px;
	margin:10px 0px 0px;
}

.outer {
	display:block;
	width:800px;
	background-position:0 -100px;
	margin:0px auto 0 auto;
		
}
.outer2 {
	padding:5px 1px;
}
.outer p {
	margin:0;
	padding:0px 0;
	font-size:9px;
	text-transform:uppercase;
}

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

.outer .col-left {
	float:left;
	
	width:150px;
}
.outer .col-center {
	text-align:center;
	font-size:0.8em;
	
	
}

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

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	background-color:#fff;
	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:#fff;
	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:#fff;
	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;
}
#main-block .download-hdl p {
	padding:3px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.0em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.0em;
	padding:1.0em 7px;
	background-color:#e5ffe5;
	border-left:2px solid #393;
	border-right:2px solid #393;
	border-bottom:2px solid #393;
}

#main-block .download-without-desc {
	margin-bottom:1.0em;
	border-top:2px solid #393;
}
/******************************************************************************
Navigation vertikal - ausklappende Navi mit Loginmöglichkeit
*******************************************************************************/

/****************************
Betrifft <ul> Element "navroot", es umfasst die gesamte Navi
*****************************/

.navroot {
/* padding-top: 100px; */
font-family: verdana, arial, helvetica, sans-serif;
font-size:12px;
width: 150px;
list-style: none;
}

/****************************
Ebene 1
*****************************/

/* .............. Ebene 1 <ul>: .............. */

.navroot li {
list-style-type: none;
}

/* .............. Ebene 1 <li>: .............. */

.active_open_level1 {}
.inactive_open_level1 {}

.active_level1 {}
.inactive_level1 {}


/* .............. Ebene 1 <a>: .............. */

/* Ebene 1 inaktiver Link */
a.level1_inactive {
font-weight: bold;
display: block;
width: 150px !important; /* Breite für netscape, Firefox, Opera usw. */
width: 150px; /* Breite für IE */
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #Fff;
}

a.level1_inactive:hover {
background: #FFF;
}

/* Ebene 1 aktiver Link: */
a.level1_active {
font-weight: bold;
display: block;
width: 150px !important;
width: 150px;
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #fff;
}

a.level1_active:hover {
background: #FFF
}

/****************************
Ebene 2
*****************************/


/* .............. Ebene 2 <ul>: .............. */

.subnav1 {
margin-left: 10px;
}

/* .............. Ebene 2 <li>: .............. */

.active_level2 {}
.inactive_level2 {}

/* ........... Ebene 2 <a>: .............. */


/* Ebene 2 aktiver Link: */
a.level2_active {
display: block;
width: 145px !important;
width: 145px;
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #fff;
}

a.level2_active:hover {
background: #FFF;
}


/* Ebene 2 inaktiver link */
a.level2_inactive {
display: block;
width: 145px !important;
width: 145px;
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #Fff;
}

a.level2_inactive:hover {
background: #FFF;
}


/****************************
Ebene 3
*****************************/


/* ............. Ebene 3 <ul>: .............. */

.subnav2 {
margin-left: 10px;
}


/* .............. Ebene 3 <li>: .............. */

.active_level3 {}
.inactive_level3 {}


/* ........... <a>: .............. */

/* Ebene 3 aktiver Link:
das Problem mit den 2 Unterstrichen habe ich so gelöst:
*/
a.level3_active, a.level3__active {
display: block;
width: 140px !important;
width: 140px;
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #Fff;
background: #fff;
}

a.level3_active:hover, a.level3__active:hover {
background: #FFF;
}


/* Ebene 3 inaktiver Link */
a.level3_inactive, a.level3__inactive {
display: block;
width: 140px !important;
width: 140px;
text-decoration: none;
color: #333;
padding: 5px;
margin-top: 1px;
background: #Fff;
}

a.level3_inactive:hover, a.level3__inactive:hover {
background: #FFF;
} 