/*
Author: BIG GmbH, Zürich
------------------------------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
}
html { height: 100%; margin: 0; }
body {
	font-size: 13px;
	line-height: 16px;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(images/tile.gif);
	background-repeat: repeat-y;
	background-position: center 0;
	text-align: left;
	height: 100%;
	margin: 0;
	padding: 0;
}
div, p, img, a, td { font-size: 100%; margin: 0; padding: 0; }
/* ---[ common elements ]--------------------- */
h1 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	line-height: 19px;
	padding: 0;
	margin: 0;
	text-align: center;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
}
h2 { color: #000000; font-size: 16px; font-weight: bold; line-height: 18px; padding: 0; margin: 0; text-align: center;}
h3 { color: #000000; font-size: 15px; font-weight: bold; line-height: 17px; padding: 0; margin: 0; text-align: center;}
h4, h5 { font-size: 14px; font-weight: normal; color: #000000; line-height: 15px; text-align: center;}
h6 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding: 4px;
	text-align: left;
	width: 100%;
	background-color: #666666;
	margin-bottom: 5px;
}

h1 span, h2 span, h3 span {
	color: #000000;
	}
ul {  }
li {
	margin-bottom: -9px;
}
hr { border-top: 1px solid #f3e58d; border-bottom: 1px solid #f3e58d; }
/* ---[ links ]------------------------------- */
a, a:link {
	color: #cc6600;
	/*text-decoration: none; */
	font-weight: normal;
}
a:visited { }
a:hover { color: #014f28; font-weight: normal; 
	/*text-decoration: none; */
}
a:active { font-weight: normal;}
/* Special  formatting
------------------------------------------------------------------------------- */
#page { width: 800px; margin: 0 auto; padding: 0; text-align: left; height: 100%;}
.topbar {
	background:#417b5e;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 5px;
/*	margin-top: 4px; */
	font-weight: normal;
	text-align: center;
}
#content {
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
		padding-top: 50px;
padding-bottom: 15px;
	padding-left: 20px;
}
/* Header/Footer
------------------------------------------------------------------------- */

#header { background-image: url(images/logo.gif); background-repeat: no-repeat; background-position: center 0; position: relative; top: 0; left: 0; height: 140px; width: 800px;  }
#header_z {  background:#92d7ff; top: 0; left: 0; height: 140px; width: 800px;  }
.footer {
	background:#a0bdae;
	margin-left: 7px;
	margin-right: 7px;
	margin-bottom: 5px;
	margin-top: 4px;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	padding-top: 4px;
	padding-left: 4px;
	color: #FFFFFF;
}
.footer a, .footer a:link {
	color: #ffffff;
	text-decoration: none; 
	font-weight: bold;
}
.footer a:visited { }
.footer a:hover { color: #014f28; font-weight: bold; 
	/*text-decoration: none; */
}
.footer a:active { font-weight: bold;}

/*  spezial
------------------------------------------------------------------------------- */
.inputbox { border: solid 1px #38b85b; background-color : white; margin-bottom: 3px; color: black; font-size: 12px; padding: 2px; }
.button {
	font-size: 12px;
	color: #940059;
	border: solid 1px #38b85b;
	margin-bottom: 0;
	background-color: #ededed;
	padding          : 2px;
	font-weight: bold;
}
.image_left{
	margin-right: 20px;
}
.image_right{
	margin-left: 20px;
}
#content li {
	margin-left: 25px;
	padding-bottom: 10px;
}
#zitat {
	font-weight: bold;
	color: #ffffff;
	background-color: #417b5e;
	text-align: center;
	padding: 15px;
}
/*  rounded corner
------------------------------------------------------------------------------- */
b.btop, b.btop b, b.bbot, b.bbot b{
    display: block;height: 10px;font-size: 1px;
    background-image:url(images/rc.png);
    background-repeat: no-repeat}
b.btop b{background-position: 100% -10px}
b.bbot{background-position: 0 -20px}
b.bbot b{background-position: 100% -30px}

.z_title {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	line-height: 28px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

/* Serach
------------------------------------------------------------------------- */
#SearchForm{
	position: absolute;
	top: 2px;
	left: 500px;
}
       #ajaxSearch_form {
            color: #444;
            width: auto;
        }
        #ajaxSearch_input {
            width: auto;
            display: inline;
            height: 17px;
            border: 1px solid #ddd;
            border-left-color: #c3c3c3;
            border-top-color: #7c7c7c;
            vertical-align: top;
        }
        #ajaxSearch_submit {
/*            display: inline;
            height: 22px;
            line-height: 22px;*/
 	font-size: 12px;
	color: #cc6600;
	border: solid 1px #014f28;
	margin-bottom: 0;
	background-color: #ededed;
	padding          : 0px;
	font-weight: bold;
       }
        #ajaxSearch_output {
            border: 1px solid #444;
            padding: 10px;
            background: #fff;
            /*display: block;*/
            display: none;
            height: auto;
            vertical-align: top;
        }
        .ajaxSearch_paging {
    
        }
        .AS_ajax_result {
            color: #444;
            margin-bottom: 3px;
        }
        .AS_ajax_resultLink {
            text-decoration: underline;
        }
        .AS_ajax_resultDescription{
            color: #555;
        }
        .AS_ajax_more {
            color: #555;
        }
