/*******************************************************************************

	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: 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(page_bg.gif);
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	voice-family: "\";
	background-color: #9CFFCE;
	background-repeat: repeat-x;
	background-position: top;
}\"";
	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 { color:#f00; }


/*	website
*******************************************************************************/
#website {
	position: relative;
	display: block;
	margin: auto auto;
	padding: 0;
	height: 100%;
	width: 1026px;
	color: #5d5d5d;
	text-align: left;
	background-color: #F7EDF7;
}

/*	header
*******************************************************************************/
#header {
	position:relative;
	margin-top:10px;
	padding:0;
	height:100px;
	width:100%;
	background-image:url(head_grafik.jpg);
}

/*	logo / breadcrumb
*******************************************************************************/
#logo {
	position:absolute;
	top:0px;
	left:0px;
}

#logo a {
	display:block;
	height:100px;
	width:400px;
	text-indent:-700em;
}


#breadcrumb {
	display: block;
	margin-top: 10px;
	margin-left: 550px;
	margin-right: 10px;
	height: 25px;
	font-size: 1.2em;
	text-align: right;
}

#breadcrumb a, 
#breadcrumb a:link {
	color: #333366;
	font-weight: bold;
	font-variant: small-caps;
}

#breadcrumb a:hover {
	text-decoration:underline;
}
/*	content
*******************************************************************************/
#leftcol{
 width:226px; 
 float:left; 
 position:relative; 
 background-color: #F7EDF7;
 }
 
#twocols{
 width:800px; 
 float:right; 
 position:relative; 
 min-height:300px;
 height:auto !important;
 height:300px;
background-image: url(content_bg.gif);
background-repeat: no-repeat;
background-color: #F7EDF7;
  }
 
#rightcol{
 width:220px; 
 float:right; 
 position:relative; 
 }
 
#maincol{
 float: left; 
 display:inline; 
 position: relative; 
 width:580px; 
 }

/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
/* hide from IE/MAC \*/
* html #content, * html #content2 {
	height:1px;
}
/* end hide */


#main-block {
	float:left;
	padding: 10px 10px 10px 20px;
}

#main-blockright-top {
	margin: 10px 0;
	padding: 5px 5px;
	width: 200px;
	background-color: #333366;
	color: white;
	-moz-border-radius: 10px;
	-khtml-border-radius: 30px;
	text-align: center;
}
#main-blockright-top h1.home {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
	color: white;
}

#main-blockright, #main-blockright a:link, #main-blockright a:visited{
	margin: 10px 0;
	padding: 5px 5px;
	width: 200px;
	background-color: #333366;
	color: white;
	-moz-border-radius: 10px;
	-khtml-border-radius: 30px;
}
#main-blockright a:link, #main-blockright a:visited{
	text-decoration:underline;
	color: white;
}

#main-blockright p {
	margin-bottom:1.2em;
	font-size:1.2em;
	line-height:1.6em;
}
#main-blockright h1.home {
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
	color: white;
	}

/*	Navigation vertical -
 für jede Ebene ein a.level? , a.current? und li.navhistory? zur Formatierung anlegen
------------------------------------------------------------------------------*/
#navigation {
	float:left;
	width:220px;
	height:100%;
	font-size:11px;
	line-height:25px;
}

#navigation ul.nav1st {
	position:relative;
	top:10px;
}

#navigation ul.nav1st a{
	display: block;
	color: #fff;
	font-weight: bold;
	height: 25px;
	background-image: url(nav_button1.gif);
	background-repeat:no-repeat;
	margin: 3px 0 8px 0px;
	padding: 0 10px 0 5px;
}

#navigation ul.nav1st a.level1,
#navigation ul.nav1st a.current1{
   padding: 0 10px 0 45px;
}
#navigation ul.nav1st a.level2,
#navigation ul.nav1st a.current2{
    padding: 0 10px 0 65px;
}
#navigation ul.nav1st a.level3,
#navigation ul.nav1st a.current3{
    padding: 0 10px 0 85px;
}
#navigation ul.nav1st a.level4,
#navigation ul.nav1st a.current4{
    padding-left:4.0em;
}
#navigation ul.nav1st a.level5,
#navigation ul.nav1st a.current5{
    padding-left:5.0em;
}

#navigation ul.nav1st li,
#navigation ul.nav1st li.navhistory1,
#navigation ul.nav1st li.navhistory2,
#navigation ul.nav1st li.navhistory3,
#navigation ul.nav1st li.navhistory4,
#navigation ul.nav1st li.navhistory5,
#navigation ul.nav1st li.navhistory {
	padding: 0px 0px 0px 0px;
	
}

#navigation ul.nav1st li.active {
	background: gray;
}

#navigation ul.nav1st li.active a,
#navigation ul.nav1st li.active a:link,
#navigation ul.nav1st li.active a:active,
#navigation ul.nav1st li.active a:focus,
#navigation ul.nav1st li.active a:visited, {
	color:#D5A7D6;
		}

#navigation ul.nav1st a:hover {
	color:#c9c9c9;
	
}


/*	Headlines
------------------------------------------------------------------------------*/

/* Headline 1 */
#main-block h1 {
	color:#333366;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.7em;
	font-weight:bold;
	line-height:1.8em;
}

#main-block .teaser h1 {
	font-size:1.4em;
}

/* Headline 2 */
#main-block h2 {
	color:#333366;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}
#main-block h3 {
	color:#333366;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	line-height:1.2em;
}
#main-block SPAN.fett {color:#12542b;
	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;
}


/*	Hyperlinks
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color:#6d6d6d;
	text-decoration:underline;
}

#main-block a:hover {
	color:#000;
}



/*	Images
------------------------------------------------------------------------------*/
#main-block div.image {
	margin-bottom:0;
}
#main-block div.image p {
	margin:0;
	font-size:1.0em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	position: relative;
	display: block;
	width: 1026px;
	border-top: thin solid #233f6f;
	border-bottom: thin solid #233f6f;
	margin-left: auto;
	margin-right: auto;
	background-color: #F7EDF7;
}
.footer2 {
	padding:0 10px;
}
.footer p {
	margin:0;
	padding:3px 0;
	font-size:10px;
	text-transform:uppercase;
	text-align: center;
}

.footer p, 
.footer p a,
.footer p a:link {
	color:#555555;
}
.footer p a:hover {
	text-decoration:underline;
}

.footer .col-right {
	float: none;
}

/* form-module
*******************************************************************************/
#form-module * {
	padding:0px;
	margin:0px;
}

#form-module {
	margin:0px;
	padding:0px;
	width:520px;
	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;
	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;
}


/* download
*******************************************************************************/
#main-block .download-hdl p, 
#main-block .download-file p, 
#main-block .download-desc p {
	margin:0;
}
#main-block .download-hdl p {
	padding:5px 7px;
	background-color:#393;
	font-weight:bold;
	color:#fff;
}

#main-block .download-file {
	padding:1.2em 7px;
	border-left:2px solid #393;
	border-right:2px solid #393;
}

#main-block .download-desc {
	margin-bottom:1.2em;
	padding:1.2em 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.2em;
	border-top:2px solid #393;
}
