/*******************************************************************************

	Project		:	Redaxo Demo

	Copyright	:	blumbeet - web.studio
					www.blumbeet.com

*******************************************************************************/




/*	undo
*******************************************************************************/
 hr, .usb {display: none;}
: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; }

a:link, a:visited {
	color:#003974;
	    }

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;
}

/*	body
*******************************************************************************/

.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
*******************************************************************************/


/*	logo / breadcrumb  /nav-or
*******************************************************************************/

#breadcrumb a,
#breadcrumb a:link {
	color:#000;
}

#breadcrumb a:hover {
	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: 4px;
left:20px;
color: #fff;
font-size: 0.8em;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding-left:8px;
}

#header-nav ul.nav1st li.active {
	
}

#header-nav ul.nav1st li.active a,
#header-nav ul.nav1st li.active a:link {
    padding:2px;
    background-color:#B5B5B5;
    color:white;
}

#header-nav ul.nav1st a,
#header-nav ul.nav1st a:link {
	padding:2px;
    color:white;
	
	
}

#header-nav ul.nav1st a:hover {
    padding:2px;
    background-color:#B5B5B5;
    color:white;

}


#navigation {
	float:left;
	width:190px;
	padding:14px 0;
	
}

#navigation strong{
  border-left: 8px solid #CD4D4D;
    font-size:1em;
    padding-left:3px;
    line-height:140%;
    color:#000;

	
}


#navigation ul.nav2nd li {
	padding:0;
	margin-left:14px;
	font-size:0.8em;
	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:#CD4D4D;
	text-decoration:underline;
}
 /*	News - left
------------------------------------------------------------------------------*/

#news-ticker {
    width:155px;
    margin: 0px 10px 15px 15px;
    padding:5px;
    background: #EEEFEF;
    border-top: 1px solid #000;
    }
#news-ticker h1{
    margin:0;
    padding:0;
    font-size: 0.8em;
    font-weight:bold;
    border-left: 8px solid #CD4D4D;
    padding-left:5px;
    }
     
#news-ticker p{
    font-size: 0.7em;
    padding: 3px;
    padding-bottom:8px;
     }



/*	Paragraphs / Lists
------------------------------------------------------------------------------*/

#main-content ul li ul,
#main-content ul li ol,
#main-content ol li ol,
#main-content ol li ul {

}

#main-content ul {
	margin-left:14px;
	list-style-type:square;
	font-size: 0.8em;
  line-height:140%;
  margin:5px 0px 5px 30px;

}

#main-content ol {
	margin-left:14px;
		font-size: 0.8em;
  line-height:140%;
  margin:5px 0px 5px 30px;
}


/*	Images
------------------------------------------------------------------------------*/
#main-content div.image {
	margin-bottom:0;
}
#main-content div.image p {
	margin:0;
	font-size:0.9em;
}
#main-content div.flLeft {
	margin-right:14px;
}
#main-content div.flRight {
	margin-left:14px;
}

/* LINKS
------------------------------------------------------------------------------*/

#main-content a:link, a:visited {
	color:#003974;
	    }
	
#main-content a:hover
{   text-decoration:underline;
    color:#003974;
}


/* 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:0.8em;
}

#form-module fieldset {
	border:0px solid #fff;
}

#form-module legend {
	display:none;
}


#form-module p {
	margin:0;
	padding:5px;
	font-size:0.8em;
	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:0.8em;
}



/* Download anbieten */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:0.8em;
	color:#000;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#FFF;
	border-top:1px solid #000;
	margin:0px;
    line-height: 18px;
	}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:0.8em;
	color:#000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
    background:#E5E6E6;
 	margin:0px;
    line-height: 18px;
	}

.list_content3 {
	font-style:italic;
        font-size:10px;
	text-decoration:none;
	color:#000000;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#E5E6E6;
	margin:0px;
    line-height: 18px;
	}


/*************************************************
start mel******************************************/
CSS - http://www.melanie-stief.de/brunnhoefer/bf.html
http://www.melanie-stief.de/brunnhoefer/bf.html
http://www.melanie-stief.de/brunnhoefer/screen.css

/*  ------------------------------------------------------

Stylesheet zu www.brunnhoefer.de
2005
*  *  *  *
Design: www.junge-werbung.de //

DIE CSS-DEFINITIONEN SIND NACH CSS2 VALIDIERT UND FUER AKTUELLE
BROWSERVERSIONEN OPTIMIERT UND GETESTET.

--------------------------------------------------------*/

/* 				Used Colors:                                                 			*/
/*					#F3F6ED = hellbeige, body									 	*/


/*  ------------------------------------------------------
BASICS
--------------------------------------------------------*/
*  {margin: 0; padding: 0;}

body {
color: #000;
font: 100.1% "Verdana", Lucida Sans, Lucida Sans Unicode, sans-serif;
background: #fff;
text-align: center /*uncool MSIE 5*/
}

table, tr, th, td, img, fieldset {border: 0 none;}

.hidden {
position: absolute;
left: -3000px;
top: -1000px;
}



.clear {
clear: both;
height: 0;
font-size: 0;
overflow: hidden;
}

/*  ------------------------------------------------------
TYPO AND COLOURS
--------------------------------------------------------*/
h1 {
font-size:1em;
margin: 0 0 12px 0;
}

/*  ------------------------------------------------------
CONTAINER
--------------------------------------------------------*/
div#container {
margin-top:15px;
width:766px;
margin: 0 auto;
text-align:left;
background: #FFF;
}

/*  ------------------------------------------------------
TOP-CONTAINER
--------------------------------------------------------*/
div#top-container {
height:90px;
position: relative;
}

div#top-container p {
font-size: 0.8em;
position: absolute;
right: 60px;
bottom:5px;
 }

/*  ------------------------------------------------------
HEADER
--------------------------------------------------------*/
div#header {
height:126px;
background: transparent url("header_bh.jpg") no-repeat top left;
position: relative;
}


/*  ------------------------------------------------------
BREADCRUMB + FLAGS
--------------------------------------------------------*/
p#breadcrumb {
font-size:0.7em;
padding: 10px 0 10px 15px;
background: transparent url("breadcrumb.gif") no-repeat bottom left;
}

p#breadcrumb em {
font-style: normal;
}


p#languages {
float:right;
padding: 10px 15px 10px 0;
 }

p#languages img {
vertical-align: top;
}


/*  ------------------------------------------------------
MAIN
--------------------------------------------------------*/
div#main-content  {
margin: 0 0 0 190px;
padding: 10px 20px 10px 20px;
  border-left: #333 1px dotted;

    }


div#main-content p  {
font-size: 0.8em;
line-height: 140%;
margin: 0 0 12px 0;
}
div#main-content h1
{

	color:#B51A1A;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
    }
div#main-content h2
{

	color:#003974;
	font-family:"Verdana", Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:1.0em;
	font-weight:bold;
	line-height:1.0em;
	padding-bottom:0.6em;
    }


div#main-content h4
{

	color:#003974;
	font-family:"Verdana", Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
	padding-bottom:0.6em;
    }
    
div#main-content h5
{
	
	font-family:"Verdana", Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
	padding:0.6em;
    background:#EEEFEF;
    border-bottom:1px solid #000;
    }


/*  ------------------------------------------------------
FOOTER
--------------------------------------------------------*/
p#footer {
color:#000;
border-top:2px solid #B51A1A;
margin: 10px 0 0 0;
clear:both;
padding:2px;
text-align:center;
font-size: 0.7em;

}

/* lightbox*/

.galimg
{
	background-color: #CCCCCC;
	border: 5px solid #333333;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
n-content h5
{
	
	font-family:"Verdana", Lucida Sans, Lucida Sans Unicode, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:1.0em;
	padding:0.6em;
    background:#EEEFEF;
    border-bottom:1px solid #000;}
    

img#zert
   {   float: right; margin: 0 0 0 15px;
    }

/*  ------------------------------------------------------
FOOTER
--------------------------------------------------------*/
p#footer {
color:#000;
border-top:2px solid #B51A1A;
margin: 10px 0 0 0;
clear:both;
padding:2px;
text-align:center;
font-size: 0.7em;

}
 /*  ------------------------------------------------------
E-MAIL GESCHUETZT EINBINDEN
--------------------------------------------------------*/
#button {
	font-size:1em;
	font-weight:bold;
	font-family:arial, verdana, helvetica, sans-serif;
	color:#C04040;
	border: 0;
	background:#fff;
	text-decoration:none;
}
    /*  ------------------------------------------------------
impressum
--------------------------------------------------------*/

p.jw {
border-top:1px dotted #B51A1A;
margin: 10px 0 0 0;
}
