/* CSS Document, created by artbit.ch */
/* Copyright by artbit */
/* Contact info@artbit.ch */


/*---------------------------------- Basic ----------------------------------*/

/*---*/
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	background: #FFF;
	margin: 0px;
}

/*---*/
#clear_float  { 
	clear: left;
}


/*---------------------------------- Container - OK---------------------------------*/

#container {
	width:800px; 
	\width: 800px;
	w\idth: 800px;
	margin:0px auto; 
}

#banner {
	height:108px;
	background-image:url(../images/papagnibanner.jpg);
	background-position: 0% 0%;
	background-repeat: no-repeat;
}


/*---------------------------------- Navigation-Top - OK---------------------------------*/

#menu {
	float:left;
	width: 520px;
	margin-left:70px;
	margin-top: 75px;
}

*html #menu {
	margin-left:35px;
	margin-top: 87px;
	width: 550px;
}

#menu ul {
	list-style: none;
	text-align: left;
}

#menu li {
	display: inline;
	padding-left: 47px;
}

#menu a {
	color: #999;
	text-decoration: none;
	padding: 1px;
}

#menu a:hover {
	text-decoration: none;
	color: #666;
}

#menu a.naviactive {
	text-decoration: none;
	color: #666;
}


/*---------------------------------- Navigation-Left - OK---------------------------------*/

#navileft {
	float: left;
	height: 439px;
	background-image:url(../images/navileftline.gif);
	background-position: 135px 0px;
	background-repeat:repeat-y;
	margin-top: -23px;
}

*html #navileft {
	margin-top: -30px;
	background-position: 135px 0px;
}

#navileft ul {
	list-style:none;
	text-align: left;
margin-top: 0px;
}

#navileft li {
	width: 136px;
	color: #999;
	line-height: 25px;
	text-decoration: none;
	background-image: url("../images/navi_bottom.gif");
	background-position: 0% 100%;
	background-repeat: no-repeat;
	margin-left: -38px;
}

.last {
	padding-bottom: 10px;
}

* html #navileft li.last1 {
	padding-left: 12px;
	background-image: url("");
	line-height: 15px;
}

* html #navileft li.last {
	padding-left: 12px;
	background-image: url("");
	line-height: 15px;
	padding-bottom: 10px;
}

#navileft li>ul li {
	width: 136px;
	color: #999;
	line-height: 15px;
	text-decoration: none;
	background-image: url("");
	margin-left: -26px;
	display: none;
}

#navileft li:hover>ul li {
    display: block;
}

#navileft a {
	color: #999;
	text-decoration: none;
	background-image: url("../images/dreieck_norm.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
	padding-left: 15px;
}

#navileft a:hover {
	color: #666;
	background-image: url("../images/dreieck_over.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

#navileft a.naviactive {
	color: #666;
	background-image: url("../images/dreieck_over.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

#navileft a.navidown {
	color: #666;
	background-image: url("../images/dreieck_down.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
}


/*---------------------------------- Content-Structure ----------------------------------*/

#pagecontent_both {
	float: left;
	width:570px; 
	\width: 570px;
	w\idth: 570px;
	margin-left: 22px;
	margin-top: -2px;
}

* html #pagecontent_both {
	margin-left: 20px;
	margin-top: 0px;
}


#pagecontent_left {
	float: left;
	width:273px; 
	\width: 273px;
	w\idth: 273px;
	margin-left: 22px;
	margin-top: -2px;
}

* html #pagecontent_left {
	margin-top: 2px;
	margin-left: 6px;
}

* html .plus {
	padding-left: 14px;
}

#pagecontent_right {
	float: left;
	width:325px; 
	\width: 325px;
	w\idth: 325px;
	height: 336px;
	margin-top: 40px;
	margin-left: 5px;
	background-image: url("../images/trennlinie.gif");
	background-position: 0% 0%;
	background-repeat: repeat-y;
	padding-left: 25px;
}

* html #pagecontent_right {
	margin-top: 35px;
}


#pagecontent_left a, #pagecontent_right a {
	color: #999;
	text-decoration: none;
	background-image: url("../images/dreieck_norm.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: -2px;
}

#pagecontent_left a:hover, #pagecontent_right a:hover {
	color: #666;
	background-image: url("../images/dreieck_over.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

#pagecontent_left a.naviactive {
	color: #666;
	background-image: url("../images/dreieck_over.gif");
	background-position: 0% 45%;
	background-repeat: no-repeat;
}

h1 {
	color: #666;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

* html h2 {
padding-top: 7px;
line-height: 1px;
}



.normaltext {
	color: #666;
	font-size: 12px;
	text-decoration:none;
}

#kontakttext {
	color: #666;
	font-size: 12px;
	text-decoration:none;
	margin-top: 55px;
}

* html #kontakttext {
	margin-top: 66px;
}


.linktext {
	color: #999;
	font-size: 12px;
	text-decoration:none;
}

.linktext:hover {
	color: #666;
}

.feld {
	background-color:#fff; 
	border:solid #CCC 1px; 
	font-family:Arial, Verdana, sans-serif ; 
	font-size:11px;
}

/*---------------------------------- Footer ----------------------------------*/

#footer {
	float: left;
	position: absolute;
	width: 750px;
	\width: 750px;
	w\idth: 750px;
	height: 25px;
	font-size: 10px;
	margin-left: 1px;
	color: #999;
	background-image:url(../images/footer_bg.gif);
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 463px;
	margin-top: -16px;

}

#footer a {
	text-decoration:none;
	color: #999;
	background-image: url("../images/dreieck_norm.gif");
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding-left: 10px;

}

#footer a:hover {
	color: #666;
	background-image: url("../images/dreieck_over.gif");
}
