/**
* 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 07.01.2010
**/

/********************************************************* _Global Styles */

* {
	margin:0;
	padding:0;
	text-decoration: none;
	list-style: none;
	background: none;
   }


body {
	background:url(../images/layout/body_bg.gif) repeat-x #e7e7e6 fixed;
   }

body, table, input, select, textarea {
	font-family:Arial, Verdana, sans-serif;
	font-size:11px;
	color:#000;
   }

a {
   color:#61AAC6;
   text-decoration:none;
   }
a:hover, a:active, a:focus {
	color: #61AAC6;
   text-decoration:underline;
   }

hr {
	height:1px;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom:15px;
      }

table {
	border-collapse:collapse;
   border-spacing:0;
   margin-bottom:15px;
   }
   table td {
   	vertical-align:top;
      }
   table table {
   	margin:0;
      }
   td,
   th {
   	padding:0 2px 2px 1px;
      }

   table p {
      margin:0;
      }

ol, ul {
   list-style: none;
   }
   
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;
   }

/********************************************************* @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:#61aac6;
	font-size:17px;
	margin-bottom:16px;
   font-weight:normal;
   }

h2, h4 {
	font-size:12px;
	margin-bottom:10px;
	color:#61aac6;
   }
   
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;
   }

textarea,
.input_text,
.input_captcha {
   cursor:text;
   height:16px;
   border:1px solid #999;
   padding-left:1px;
   padding-top:1px;
   }

textarea {
	width:347px;
   height:150px;
   }

.input_radio {
   background:none;
   border:none;
   }

.input_checkbox {
   background:none;
   border:none;
   }

.input_captcha {
   width:77px;
   }

.input_submit {
   padding:1px 4px;
   border:1px solid #CDCDCD;
   background:url(../images/layout/input_submit_bg.gif);
   cursor:default;
   color:#000;
   overflow:visible;
   }
   
.input_submit:hover {
   background-position:0 -21px;
   }
   
.btn {
	display:inline-block;
   line-height:21px;
   color:#000;
   text-decoration:none;
   background:url(../images/layout/button_bg_left.gif) no-repeat;
   font-size:11px;
}
.btn:hover {
	text-decoration:none;
	background-position:0 -21px;
   color:#000;
}

	.btn span {
   	display:block;
	   margin-left:20px;
      padding-right:20px;
   	background:url(../images/layout/button_bg_right.gif) top right no-repeat;
   }
   .btn:hover span {
   	background-position:100% -21px;
   }


/********************************************************* _Structure */

#contact {
	display:none;
   background:url(../images/layout/zwerg_hover.png) no-repeat;
   }

#wrapper {
	width:962px;
	margin:0 auto;
   }

	.inner_wrapper {
      border-left:1px solid #CDCDCD;
      border-right:1px solid #CDCDCD;
      }

#header_main {
	height:128px;
   background:#FFF;
   }
   
#menu_main {
	position:relative;
	width:100%;
   }
				
#content_main {
	background:url(../images/layout/content_main_bg.gif) repeat-y;
	width:100%;
   }

   #content_left {
      float:left;
      width:201px;
      }
      
   #content_wrapper {
   	position:relative;
      width:559px;
      overflow:hidden;
      float:left;
      }
   
      .inner_content {
         padding:35px 25px 10px 25px;
         }
         
         	#print {
            	position:absolute;
               right:25px;
               top:10px;
               padding-left:20px;
               color:#999;
               background:url(../images/layout/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;
      }

/********************************************************* _Header-Element */

#head_element {
	height:127px;
	background:url(../images/layout/headerbild.jpg) no-repeat;
   }


/********************************************************* _Menu 1 */

#menu_1 {
  	background:url(../images/layout/main_menu_bg.gif) repeat-x #333;
   }

#menu_1 ul {
   margin:0;
   height:30px;
   }

#menu_1 li {
	position:relative;
	display:inline-block; 
   float:left;  
   }

	#menu_1 a {
		float:left;
		display:block;
		padding:0 10px;
		text-decoration:none;
		color:#FFF;
		line-height:30px;
      border-right:1px solid #666;
	   }
	
	#menu_1 a:hover {
		color:#CCC;
	   }

	#menu_1 .current a,
	#menu_1 .current a:hover {
		color:#000;
      font-weight:bold;
      background:url(../images/layout/menu_1_current_bg.gif) #FFF;
	   }
   
   #menu_1 .last a {
   	border:none;
      }
   
/************** aa2 Button */

#menu_1 .current .aa2adminbutton {
	position:absolute;
   bottom:-6px;
   left:43%;
   padding:0;
	display:block;
   width:12px;
   height:12px;
   border:none;
   background:none;
   }


/********************************************************* _Menu 2 */

#menu_2 {
   padding-top:15px;
   background:#FFF;
   margin-bottom:15px;
}

#menu_2 ul {
	margin:0;
   border-right:1px solid #CDCDCD;
   }

#menu_2 li a span {
	display:block;
	padding:4px 10px 4px 21px;
   line-height:18px;
   }

#menu_2 li {
   display:inline;
   position:relative;
   }

/* 2 Menüstufe NICHT AKTIV */

#menu_2 li a {
   width:100%;
   display:block;
   text-decoration:none;
   background:url(../images/layout/menu_2_bg.gif) repeat-x #ACCEDA;
   border-bottom:1px solid #FFF;
   color:#000;
   }

#menu_2 li a:hover {
   }

   #menu_2 span {
   	background:url(../images/layout/menu_2_symbol.gif) 10px 10px no-repeat;
      }
   
   #menu_2 a:hover span {
   	background-image:url(../images/layout/menu_2_hover_symbol.gif);
      }

/* 2 Menüstufe AKTIV */

#menu_2 .current a {
   background:url(../images/layout/menu_2_bg.gif) repeat-x #ACCEDA;
   font-weight:bold;
   color:#000;
   }

   #menu_2 .current a span {
      background:url(../images/layout/menu_2_current_symbol.gif) 10px 10px no-repeat;
      }

/* 3 Menüstufe NICHT AKTIV */

#menu_2 li ul {
	border-right:none;
	border-bottom:1px solid #e7e7e7;
   }

#menu_2 .current li a span {
	padding:0 10px 0 30px;
   border:none;
   line-height:18px;
   }

#menu_2 .current li a {
   background:#FFF;
   border:none;
   color:#000;
   font-weight:normal;
   border-bottom:1px solid #CDCDCD;
   }
#menu_2 .current li.last a {
	border-bottom:none;
  	}
#menu_2 .current li a:hover {
	font-weight:normal;
   color:#61aac6;
   }
   
   #menu_2 .current li span {
   	background:url(../images/layout/menu_3_symbol.gif) 21px 8px no-repeat;
      }

/* 3 Menüstufe AKTIV */

#menu_2 .current .current a,
#menu_2 .current .current a:hover {
   font-weight:bold;
   text-decoration:none;
   color:#61aac6;
   }

   #menu_2 .current .current a span {
      background:url(../images/layout/menu_3_current_symbol.gif) 21px center no-repeat;
      }

/* 4 Menüstufe NICHT AKTIV */

#menu_2 li li ul {
	border-top:1px solid #e7e7e7;
   border-bottom:1px solid #e7e7e7;
   }

#menu_2 .current .current li a span {
	padding:0 10px 0 35px;
   border:none;
   }

#menu_2 .current .current li a {
   background:url(../images/layout/menu_2_sub.gif) 23px 8px no-repeat #FFF;
   border:none;
   color:#000;
   font-weight:normal;
   }
#menu_2 .current .current li a:hover {
	font-weight:normal;
   text-decoration:underline;
   color:#777;
   background:url(../images/layout/menu_2_sub.gif) 23px 8px no-repeat #FFF;
   }

/* 3 Menüstufe AKTIV */

#menu_2 .current .current .current a,
#menu_2 .current .current .current a:hover {
   background:url(../images/layout/menu_2_sub_current.gif) 23px 8px no-repeat #FFF;
   font-weight:bold;
   text-decoration:none;
   color:#61810f;
   }

#menu_2 .current .current li.current a span {
   }

/************** aa2 Button */

#menu_2 .current a.aa2adminbutton {
	position:absolute;
	display:block;
   width:12px;
   height:12px;
   background:none;
   border:none;
   padding:0;
   }
   
#menu_2 .current .aa2adminbutton {
	left:-6px;
   top:5px;
	}
   
#menu_2 .current .current .aa2adminbutton {
   left:-6px;
   top:1px;
	}

/********************************************************* _Content */

#content {
	line-height:18px;
   }

#content .required {
	color:#CC0000;
	}

#content li {
	list-style-type:none;
	background:url(../images/layout/li.gif) 0 7px no-repeat;

	padding-left: 15px;
	margin-left:5px;
   }

#content .img_left {
	float:left;
   margin:0 10px 10px 0;
   }
#content .img_right {
	float:right;
   margin:0 0 10px 10px;
   }
   
a img {
	border:1px solid #EFEFEF;
   padding:2px;
	}
a:hover img {
	border-color:#CDCDCD;
   }

#content ol,
#content ul,
#content p {
	margin-bottom:15px;
   }
   
#content .back_link {
	padding-left:12px;
   background:url(../images/icons/zurueck.gif) left center no-repeat;
   }

/* WYSIWYG Editor, mark as !important */

#content.editor_body a,
#content.editor_body a:hover {
   color:#61AAC6 !important;
   text-decoration:none !important;
   }

/********************************************************* _Container */

#container {
	margin-bottom:100px;
   }

/********* Container-Box */

#container .container_box {
   margin-bottom:15px;
   }

/********* Titel */

#container .container_titel {
	border-bottom:1px solid #e7e7e7;
   padding:0 15px;
   }

#container h3 {
	height:26px;
   line-height:26px;
   font-size:12px;
   margin:0;
   }

/********* Container Content */

#container .container_content {
   line-height:16px;
   padding:10px 0 0 0;
   }

#container p {
   margin-bottom:8px;
   }

#container a {
   }
#container a:hover {
   }



/********* Aufzählung */

#container ul {
   margin-bottom:5px;
   }

#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/layout/link_intern.gif) no-repeat 0 6px;
      }
   #container .download {
      background:url(../images/icons/download.gif) no-repeat 0 4px;
      }
   
/********* Erste / Letzte Container-Box */

#container .first {
   }
#container .last {
   border:none;
   padding-bottom:0;
   }

/********************************************************* _Footer */

#logo {
	width:100%;
   padding-bottom:10px;
   background:url(../images/layout/zwerg.png) top center no-repeat;
   }

#logo a {
	display:block;
   width:90px;
   height:84px;
   margin:0 auto;
   }
#logo a:hover {
   background:url(../images/layout/zwerg_hover.png) no-repeat;
}


/********************************************************* _Footer */

#footer {
   height:40px;
   background:#FFF;
   }
   
   #footer .inner {
   	border-top:1px solid #CDCDCD;
      border-bottom:2px solid #CDCDCD;
      line-height:37px;
      font-size:10px;
      width:100%;
      color:#666;
   }

	#footer p.copyright {
   	width:700px;
   	float:left;
      padding-left:10px;
	   }
   
	#footer p.aa2_login {
   	width:200px;
   	float:right;
	   }
   
      #footer a {
      	cursor:pointer;
		   }
		#footer a:hover {
		   }