/**
* Stylesheet for http://www.regenwassercenter.ch/
*
* Standard Stylesheet
*
* @author Beat Schenkel
* @link http://www.webcenter.ch/
* @copyright Copyright 2009, Webcenter
* @license CC-A 3.0 / http://creativecommons.org/licenses/by/3.0/
* @date 27.01.2010
**/

/********************************************************* _Global Styles */

* {
	margin:0;
	padding:0;
	text-decoration: none;
	list-style: none;
	background: none;
   }

html, body {
	height: 100%;
}

body {
	background-color:#8dacd3;
   }

body, table, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000; 
   }

a {
   color:#8dacd3;
   text-decoration:none;
   }
a:hover, a:active, a:focus {
	color: #8dacd3;
   text-decoration:underline;
   }

hr {
	height:1px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom:15px;
      }

#content table {
   border-collapse:collapse;
   border-spacing:0;
   margin-bottom:15px;
   }
   #content table td {
   	vertical-align:top;
      }
   #content table table {
   	margin:0;
      }
   #content td,
   #content th {
   	padding:0 2px 2px 1px;
      }

   #content table p {
      margin:0;
      }   
abbr, acronym { 
	border:none;
   }
img {
	border:none;
   }

.clearer {
	display:block;
	clear:both;
	height:1px;
	overflow:hidden;
   background:#FFF;
   visibility:hidden;
   }

.clearfix {
	display:inline-block;
   }

.hidden {
	display: block;
	position: absolute;
	left: -1500px;
	top:  -1500px;
	overflow: hidden;
	width:0;
	height:0;
   }
   
.beitrag {
   margin-bottom: 20px;
}

/********************************************************* @font-faces */

/*
@font-face { 
	font-family:Test; 
   src:url(/fonts/Chunkfive.otf) format("opentype"); 
   }
*/

/********************************************************* _WYSIWYG Editor */

.editor_body {
	padding:5px;
	background:#FFF;
   }

/********************************************************* _Headings */

h1, h3 {
	color:#f48f00;
	font-size:15px;
	margin-bottom:16px;
   	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
   }

h2, h4 {
	font-size:11px;
	margin-bottom:10px;
	color:#000000;
   }
   
h5 {
	font-size:11px;
	margin-bottom:5px;
   }

/********************************************************* _Text Styles */

.msg_box {
   margin-bottom:15px;
   padding:10px 10px 10px 30px;
   border:1px solid #DDD;
   }

.msg_error {
	background:url(../images/icons/msg_error_icon.gif) 10px center no-repeat;
   color:#CC0000;
   }

.msg_success {
   background:url(../images/icons/msg_success_icon.gif) 10px center no-repeat;
   color:#336633;
   }

/********************************************************* _Forms */

select {
	background:#FFF;
   height:20px;
   }
   select option {
   	padding:2px;
      }

input,
textarea {
   color:#000;
   line-height:normal;
   }

.input_text {
	width: 180px;
}

textarea,
.input_text,
.input_captcha {
   cursor:text;
   height:16px;
   border:1px solid #999;
   padding-left:1px;
   padding-top:1px;
   }

textarea {
   width:300px;
   height:150px;
   }

.input_radio {
   background:none;
   border:none;
   }

.input_checkbox {
   background:none;
   border:none;
   }

.input_captcha {
   width:77px;
   }

.input_submit {
   padding:2px 4px 3px 4px;
   border:1px solid #CDCDCD;
   background-color: #e6e6e6;
   cursor:default;
   color:#000;
   overflow:visible;
   }
   
.input_submit:hover {
   background-position:0 -21px;
   }


/********************************************************* _Structure */

#contact {
	display:none;
	background:url(../images/layout/zwerg_hover.png) no-repeat;
   }

#wrapper {
	width: 955px;
	min-height: 100%;
	height:auto !important; /* moderne Browser */
	height:100%; /* IE */
	background-image:url(../images/layout/content_bg.gif);
	background-repeat:repeat-y;
	background-position:top;
}

	.inner_wrapper {
      border-left:1px solid #CDCDCD;
      border-right:1px solid #CDCDCD;
      }

#header_main {
	position: relative;
	height:90px;
	background:url(../images/layout/header.jpg) no-repeat;
   }
   
#menu_main {
	position:relative;
	width:100%;
   }
   
#content {
}
				
#content_main {
	position:relative;
	float:left;
	display:inline;
	width:450px;
	border-top: 18px solid #8dacd3;
	padding: 40px 20px 20px 25px;
   }

   #content_left {
	 float:left;
	 display:inline;
     width:220px;
	 border-top: 18px solid #5e8bc3;
}

   #content_right {
	 position: relative;
	 float:left;
	 display:inline;
     width:240px;
	 border-top: 18px solid #8dacd3;
}
      
   #content_wrapper {
   	position:relative;
      width:559px;
      overflow:hidden;
      float:left;
      }
   
      .inner_content {
         padding:35px 25px 10px 25px;
         }
         
         	#print {
               position:absolute;
               right:15px;
               top:10px;
               padding-left:15px;
               color:#999;
               background:url(../images/icons/icon_print.gif) left center no-repeat;
            }
   
   #sidebar {
      float:left;
      width:200px;
      height:100%;
      overflow:hidden;
      }
      
      	.inner_sidebar {
         	padding:10px 10px 0 10px;
            }

/********************************************************* _Search */

#search {
	position:absolute;
   bottom:0;
   right:0;
   height:30px;
   width:200px;
   }
   
   #search .inner {
      padding:6px 0 0 20px;
     	}

   #search .input_text {
      float:left;
      width:126px;
      margin:0;
      height:15px;
      background:#FFF;
      border:1px solid #e0e0e0;
      }
   
   #search .input_submit,
   #search .input_submit:focus {
      border:none;
      background:none;
      padding:0;
      cursor:default;
      width:18px; 
      height:18px;
      margin-left:6px;
      float:left;
      }

/********************************************************* _Lang */

#lang {
   position: absolute;
   width: 70px;
   left: 890px;
   top: 5px; 
}
   
   #lang img {
   border: none;
   } 

   #lang ul {
      padding-top:7px;
      }
   
   #lang li {
      display:inline;
      float:left;
      line-height:11px;
      }
   #lang .last {
      border:none;
      }
  
   #lang a {
      float:left;
      text-decoration:none;
      text-transform:uppercase;
      color:#666;
      display:block;
      padding:0 2px 0 2px;
      }
   #lang a:hover {
      color:#000;
      }

/********************************************************* _Banner */

#banner {
	position:absolute;
   left:302px;
   top:0;
	width:470px;
   height:62px;
   background:#999;
   }

	#banner a {
   	display:block;
		padding:1px;      
      }

/********************************************************* _Direct-Links */

#direct_links {
	position:absolute;
   right:0;
   top:0;
   height:100px;
   width:180px;
   overflow:hidden;
   background:url(../images/layout/direct_links_bg.png);
   }

#direct_links h2 {
	font-size:11px;
   color:#FFF;
   padding:10px 15px;
   }

#direct_links ul {
   padding:0 15px;
   margin:0;
   }

#direct_links li {
	margin:0;
   display:inline;
   position:relative;
   }

   #direct_links li a {
      width:100%;
      display:block;
      text-decoration:none;
      background:url(../images/layout/direct_links_border.gif) repeat-x bottom left;
      color:#FFF;
      }
   #direct_links li a:hover {
   	color:#DDD;
      }
   
   	#direct_links span {
         display:block;
         padding:0 10px 0 15px;
         line-height:20px;
         background:url(../images/layout/direct_links_arrow.gif) no-repeat 0 8px;
         }
      
   /* First / Last */
   
   #direct_links .last a {
   	background:none;
      }

/********************************************************* _Breadcrumb */

#breadcrumb {
	background:#F3F3F3;
   border-bottom:1px solid #e7e7e7;
   }

#breadcrumb ul {
	height:26px;
   line-height:26px;
	padding-left:200px;
	margin:0;
   }

   #breadcrumb li {
      display:inline;
      background:url(../images/layout/breadcrumb_arrow.gif) right 5px no-repeat;
      padding-right:13px;
      margin-right:5px;
      }
   
   #breadcrumb .last {
      background:none;
      padding:0;
      margin:0;
      }
   
      #breadcrumb a {
         font-size:9px;
         color:#999;
         text-decoration:none;
         text-transform:uppercase;
         }
      #breadcrumb a:hover {
         color:#333;
         }
      
      #breadcrumb .last a {
         color:#333;               	
         }


/********************************************************* _Service */

#service {
	position:absolute;
   top:0;
   right:180px;
   }

   #service ul {
      padding-top:7px;
      }
   
   #service li {
      display:inline;
      float:left;
      border-right:1px solid #666;
      line-height:11px;
      }
   #service .last {
      border:none;
      }
  
   #service a {
      float:left;
      text-decoration:none;
      color:#666;
      display:block;
      padding:0 10px 0 10px;
      }
   #service a:hover {
      color:#000;
      }


/********************************************************* _Header-Element */

#head_element {
	position: relative;
	height:92px;
	background:url(../images/layout/header.jpg) no-repeat;
   }

/********************************************************* _Menu 1 */

#menu {
	width: 220px;
	padding-top: 24px;
}
#menu ul {
   margin:0;
   overflow:hidden;
}
#menu li {
	display:block;
	position:relative;
}
#menu a:link,
#menu a:hover,
#menu a:visited {
	display:block;
	padding: 7px 10px 7px 10px;
    color: #000000;
	text-decoration:none;
	font-weight: bold;
	width: 200px;
}
#menu ul .current {
	background-color: #FFFFFF;
}

/********************************************************* _Menu 2 */

#menu ul li ul {
   margin:0;
   overflow:hidden;
}
#menu ul li ul li {
	background-color: #cccccc;
}
#menu ul li ul li a:link,
#menu ul li ul li a:hover,
#menu ul li ul li a:visited {
	display:block;
	padding: 2px 20px 2px 25px;
    color: #000000;
	text-decoration:none;
	font-weight: normal;
	width: 175px;
	line-height: 16px;
	background-image:url(../images/icons/icon_punktleer.gif);
	background-position:16px 2px;
	background-repeat:no-repeat;
}
#menu ul li ul .current a:link,
#menu ul li ul .current a:visited,
#menu ul li ul .current a:hover { 
	font-weight: bold;
	background-image:url(../images/icons/icon_punktvoll.gif);
	background-position:16px 2px;
	background-repeat:no-repeat;
	background-color:#CCCCCC;
}
   
/************** aa2 Button */

#menu .aa2adminbutton:link,
#menu .aa2adminbutton:visited,
#menu .current .aa2adminbutton:link,
#menu .current .aa2adminbutton:visited {
   position: absolute;
   top:8px;
   right: 6px;
   display:block;
   width:12px;
   height:12px;
   background:none;
   z-index:100;
   padding:0;
}

#menu ul li ul .current .aa2adminbutton:link,
#menu ul li ul .current .aa2adminbutton:visited,
#menu ul li ul .current .current .aa2adminbutton:link,
#menu ul li ul .current .current .aa2adminbutton:visited {
   position: absolute;
   top:3px;
   right: 6px;
   display:block;
   width:12px;
   height:12px;
   background:none;
   z-index:100;
   padding:0;
}



/********************************************************* _Content */

#content_main {
	line-height:18px;
   }

#content_main .required {
	color:#CC0000;
	}
/*
#content_main li {
	list-style-type:none;
	background:url(../images/layout/li.gif) 0 7px no-repeat;
	padding-left: 15px;
	margin-left:5px;
   }
*/
#content_main .img_left {
	float:left;
   margin:0 10px 10px 0;
   }
#content_main .img_right {
	float:right;
   margin:0 0 10px 10px;
   }
   
/*a img {
	border:1px solid #EFEFEF;
   padding:2px;
	}
a:hover img {
	border-color:#CDCDCD;
   }
*/
#content_main ol,
#content_main ul,
#content_main p {
	margin-bottom:15px;
   }
   
#content_main ul li {
	list-style-type:square;
	margin-left: 30px;
}
   
#content_main .back_link {
   padding-left:12px;
   background:url(../images/icons/zurueck.gif) left center no-repeat;
   }

/* WYSIWYG Editor, mark as !important */

#content_main.editor_body a,
#content_main.editor_body a:hover {
   color:#8dacd3 !important;
   text-decoration:none !important;
   }

/********************************************************* _Container */

#container {
	position: relative;
   }

/********* Bild-Container */   

#container_bild {
	margin: 30px 12px 12px 12px;
	witdh: 100%;
}

/********* Container-Box */

#container .container_box {
	border: 1px solid #cdcdcd;
	witdh: 100%;
	margin: 30px 12px 0px 12px;
}

/********* Titel */

#container .container_titel {
   background-color: #dddddd;
   padding: 5px 10px 5px 10px;
   }

#container h3, #container_bild h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:11px;
   color:#666666;
   font-weight:bold;
   margin: 0;
   }
#container_bild h3 {
	border-bottom: 1px solid #cdcdcd;
	padding-bottom: 8px;
   }   

/********* Container Content */

#container .container_content {
   background-color: #FFFFFF;
   line-height:16px;
   padding:0px 10px 0px 10px;
   }

#container p {
   padding-bottom:10px;
   padding-top:10px;
   }

#container a {
   }
#container a:hover {
   }



/********* Aufzählung */

#container ul {
   padding-bottom:10px;
   padding-top:10px;
   }

#container li {
   margin-bottom:2px;
   padding-left: 12px;
   line-height:18px;
   }

   /********* Aufzählung Icons */

   #container .tel {
      background:url(../images/icons/phone.gif) no-repeat 0 5px;
      }
   #container .email {
      background:url(../images/icons/email.gif) no-repeat 0 6px;
      }
   #container .link {
      background:url(../images/icons/link.gif) no-repeat 0 4px;
      }
   #container .download {
      background:url(../images/icons/download.gif) no-repeat 0 2px;
      }
   
/********* Erste / Letzte Container-Box */

#container .first {
   }
#container .last {
   border:none;
   padding-bottom:0;
   }
   
/********* aa2adminbutton */

#content_right  #container .aa2adminbutton {
	position: absolute;
	top:-15px;
	left: 12px;
}

   

/********************************************************* _Footer */

#footer {
   background:#FFF;
   display: block;
   padding-top: 5px;
   margin-top: 0px;
   font-size:10px;
   color:#666666;
   border-top:1px solid #CDCDCD;
   }
