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

	Project		:	Redaxo Demo

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




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

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

.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 Hier sind die Daten für die eigentliche Seite hinterlegt
*******************************************************************************/
#website {
	position:relative;
	display:block;
	margin:10px auto 10px auto;
	padding:0;
	height:100%;
	width:790px;
	color:#606060;
	text-align:left;
  background: White;
}

/*	header
im header sitzt die Auswahl deutsch/englisch
*******************************************************************************/
#header {
	position: relative;
	margin: 20;
	padding:0;
	height:150px;
	border: thin solid #3399FF;
	text-align: right;
}

/*	logo / breadcrumb
logo definiert, wo das Logo sitzt
*******************************************************************************/
#logo {
	position:absolute;
	top:30px;
  right:0px;
	left:100px;
  width:600px;
  height:90px;
  background-image: url(banner_sander.png);
}

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


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

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

#breadcrumb a:hover {
	text-decoration:underline;
}
#breadcrumb2 {
	position:relative;
	bottom:0px;
	left:000px;
}

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

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


#content {
	display:block;
	clear:both;
	position:relative;
	padding: 20px 0 20px;
}


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


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

#main {
	float:left;
	width:560px;
}

#main-block {
}

#main-block2 {
	padding:14px;
}


/*	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:0px;
	left:200px;
	width:560px;
	background: White;
}

#header-nav ul.nav1st {
}


#header-nav ul.nav1st li {
	display:block;
	float:left;
	padding: 5px 3px 5px 3px;background: White;
	border-color: white;
	border-style: solid solid none solid;
	border-width: thin;
}

#header-nav ul.nav1st li.active {
	background: White;
	border-color: #3399FF;
	border-style: solid solid none solid;
	border-width: thin;
}

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

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

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

/*---Navigationskopf---*/
#nav {
	padding:0;
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
	color: #3399FF;
}
#navigation {
	float:left;
	width:200px;
	padding:14px 0;
}
#navigation h1 {
	font-size: 12px;
	font-weight: bold;
	color: #3399FF;
}

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

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

#navigation ul.nav2nd a.current, 
#navigation ul.nav2nd a.current:link, 
#navigation ul.nav2nd a:hover {
	color: Gray;
	text-decoration: none;
	font-weight: bold;
}

/*---3te Ebene---*/
#navigation ul.nav3rd li {
	padding:0;
	margin-left:10px;
	font-size: 11px;
	font-weight:normal;
}

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

#navigation ul.nav3rd a.current, 
#navigation ul.nav3rd a.current:link, 
#navigation ul.nav3rd a:hover {
	color: Gray;
	text-decoration:none;
}

/*---4te Ebene---*/
#navigation ul.nav4th li {
	padding:0;
	margin-left:15px;
	font-size:11px;
	font-weight:normal;
}

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

#navigation ul.nav4th a.current, 
#navigation ul.nav4th a.current:link, 
#navigation ul.nav4th a:hover {
	color: Gray;
	text-decoration:none;
}

/*	Leite für Icons zum Druck, PDF o.ä.
------------------------------------------------------------------------------*/
#Icon-list {
	position: relative;
	left: 510px;
}


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


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

/* Headline 1 */
#main-block h1 {
	color: #3399FF;
	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:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight:bold;
	line-height:1.4em;
}

/* Headline 2 */
#main-block h3 {
	color:#000;
	font-family:arial, helvetica, verdana, sans-serif;
	font-size:1.4em;
	font-weight: normal;
	line-height:1.4em;
	font-style: italic;
}

/*	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 alle Arten von Links im Text
------------------------------------------------------------------------------*/
#main-block a, #main-block a:link {
	color: Blue;
	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:0.9em;
}
#main-block div.flLeft {
	margin-right:14px;
}
#main-block div.flRight {
	margin-left:14px;
}


/*	footer
------------------------------------------------------------------------------*/
.footer {
	display:block;
	width:100%;
  background: #3399FF;
	/* background-image:url(bg_body.jpg);
	background-position:0 -100px; */
  padding:0 0px;
}

}
.footer p {
	margin:0;
	padding:9px 0;
	font-size:10px;
	text-transform:uppercase;
}

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

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


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


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

#sitemap{
	float: left;
	width:560px;
	padding:00px;
}

#sitemap .langsitemap{
	float: left;
	width:200px;
	padding:14px;
}

#sitemap .sitemaplevel1 ul{
}
#sitemap .sitemaplevel1 ul a.level1{
}
#sitemap .sitemaplevel2 ul{
}
#sitemap .sitemaplevel2 ul a.level2{
}
#sitemap .sitemapartikel ul{
	list-style: circle;
}
#sitemap .sitemapartikel li{
	list-style: circle;
}
#sitemap .sitemapartikel a{
}

/* erwiterter Download mit Gifs */

.list_content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	padding-right:24px;
	width:520px;
	background-color:#E8E8E8;
	margin:0px;
    line-height: 18px;
}

.list_content2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	font-size:10px;
	color:#666666;
	padding-left:10px;
	padding-top:3px;
	padding-right:24px;
	padding-bottom:3px;
	width:520px;
	background-color:#d0d0d0;
	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:#F4F4F4;
	margin:0px;
    line-height: 18px;
}
	
/********************************************************
erweitertes Formular
********************************************************/

/*  Start Forms */
#formwrap {
   padding: 0px 0px 0px 0px;
   margin: 20px 0px 0px 50px;
}
#form {
   padding: 0px 0px 10px 0px;
   margin: 0px 0px 0px 0px;
   text-align: left;
}
/* Rahmenfarbe angeben für Opera */
fieldset {
   border: 1px solid #fff;
   padding: 0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
}
legend {
   border: 1px solid #fff;
}
Label {
   font:11px/20px verdana, arial, helvetica, sans-serif;
   padding:0px;
   margin-left: 0px;
}
.inpt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
.txt {
   width: 350px;
   border: 1px solid #999;
   background-color: transparent;
   color: #666666;
   font-family: Verdana, Arial, Sans-Serif;
   font-size: 11px;
   padding: 1px 1px 1px 3px;
   margin: 0px 0px 5px 0px;
   word-spacing: 0.2em;
}
input.inpt:focus, textarea.txt:focus {
   color: #000;
   font-family: Verdana, Arial, Sans-Serif;
}
.senden {
   width: 150px;
   font-weight: bold;
   font-size: 11px;
   margin: 15px 0px 0px 198px;
   padding: 3px 0px 3px 0px;
   background-color: #eee;
   color: #333;
   text-align: center;
   border: solid 1px #999;
   cursor: pointer;
}
label,
select,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
   cursor: pointer;
}

.formerror {
	color: red;
}
/*  End Forms */