/* ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~
~oOo~ 													 ~oOo~ 
~oOo~ 			Author: Kay Müller						 ~oOo~ 
~oOo~ 			Name: Pixelpipeline						 ~oOo~ 
~oOo~ 			Date: 2007-Mai-04						 ~oOo~ 
~oOo~ 			URL: http://pixelpipeline.de			 ~oOo~ 
~oOo~ 													 ~oOo~ 
~oOo~ 			This css is create for a friend!		 ~oOo~ 
~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ ~oOo~ */

html font-family:  Verdana, san-serif;}
* {margin: 0;padding: 0;}
body {
	margin: 5% 20px 20px;
	background-color: #0080c0;
	font-family: Verdana, san-serif;
	}
form {
	display: inline;
}

img {
        behavior: url("pngbehavior.htc");
}


#SEARCH {
	display: inline;
	margin: 0;
}

#searchbar input {
	width:120px;
	height:12px;
	font-size:10px;
	display: inline;
}

#searchbar img {
	margin-top:-7px;
	margin-left:3px;
}

* html #searchbar img {
         margin-top:-2px;
}

#innencontainer {
	width: 1000px;
	background-color: white;
	border: solid 2px #f29602;
	background-image: url(pics/header_01.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0;
	min-height: 500px;
	height:auto !important;
	height:500px;
	}
#toprightmenu {
	position:relative;
	float:right;
	margin-top:130px;
	margin-right:10px;
}
#menuleft {
	float: left;
	width: 140px;
	height: 100%;
	margin-left: 10px;
	margin-right: 20px;
	/* margin-top: 166px; */
	margin-top: 200px;
	font-size: 12px;
	}

#menuright {
	float: right;
	width: 140px;
	height: 100%;
	margin-left: 10px;
	margin-right: 20px;
	margin-top: 166px;
	font-size: 12px;
	}
.menunav {
	width: 140px;
	position: relative;
	}
/* UL Ebene 1 */
.menunav ul.nav {
	padding:0;
	margin:0;
	border: 2px #fff;
	list-style-type: none;
	}
/* Listenelemente der Ebene 1 */
.menunav ul.nav li {
	float: left;
	height: 22px;
	line-height: 22px;
	}
/* Links der Listenelemente der Ebene 1 */
.menunav ul.nav li a,
.menunav ul.nav li a:visited {
	font-weight: normal;
	display:block;
	text-decoration:none;
	font-style: normal;
	color:#f87600;
	width:130px;
	height:22px;
	padding-left:10px;
	line-height:22px;
	background-color:transparent;
	}
* html .menunav ul li a, .menunav ul li a:visited {
 	w\idth:140px;  /* für IE */
 	width:140px;  /* für andere Browser*/ 
	}
/* li:hover  - nicht-IE-Browser  ---  a:hover  für IE */
/* Menu im ersten menu hover */
.menunav ul.nav li:hover a,
.menunav ul.nav li a:hover {
	color:#676767;
	background-image: url(pics/menu_active2.gif); 
	background-repeat: no-repeat;
	background-position: 0px 1px; 
	width: 129px;
	}

#maincontent {
	float: left;
	width: 780px;
	padding-left: 10px;
	margin-top: 60px;
	font-size:11px;
	line-height: 15px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	}
#maincontent a {
	color: #f87600;
	font-variant: small-caps;
	font-weight:normal;
	text-decoration: none;
	}
#maincontent a:link {
	color: #f87600;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
	}
#maincontent a:hover {
	color: #f87600;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
	}
#maincontent a:active {
	color: #f87600;
	font-variant: small-caps;
	font-weight: normal;
	text-decoration: none;
	}
.footer {
	clear: left;
	}
.abschluss { 
	position: relative; 
	color: #000000; 
	font: 0.6em sans-serif; 
	background-image: url(pics/abschluss_bg.png); 
	background-repeat: no-repeat; 
	background-position: 0 bottom; 
	/* width: 982px; height: 36px;  */
	width: 1000px; height: 36px; 
	padding-top: 10px; 
	/* padding-right: 12px;
	padding-left: 12px;  */
	}
.abschluss a { 
	color: #000000;
	text-decoration: none;
	}
.abschluss a:hover {
	color: #f29602;
	}
.loeschen {
	clear: both;
	font-size: 0;
	}
.left{
	float: left;
	margin-left: 12px;
	}
.right{
	float: right;
	margin-right: 12px;
	}
.middle{ 
	float: left; 
	padding-left: 250px; 
	}

.left, .right, .middle {
	margin-top: 10px;
}

/* Inhaltsgestaltung */
h1 { 
	font-size:1.4em;
	font-weight: bold;
	margin:0; 
	padding-top: 12px;
	}
h2 { 
	font-size:1.2em;
	font-weight: bold;
	margin:0; 
	padding-top: 12px;
	}
img {
	border-style: none;
	}
code {
	display: block;
	background: #fff;
	color: #666;
	font: 1em/1.6em Tahoma, sans-serif;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	padding: 8px 10px;
	border-color: #666 #666 #666 #0080c0;
	border-style: solid;
	border-width: 1px 1px 1px 6px;
	white-space: pre;
	}
p, pre{ 
	padding: 5px 10px;
	margin:0;
	}

.menu_selected {
	color:#676767;
	/* background:#dadee0; */
	background-image: url(pics/menu_active2.gif); 
	background-repeat: no-repeat;
	background-position: 0px 1px; 
	width: 140px;
}

#maincontent ul, #maincontent li {
	margin:5px 5px 0px 5px;
	padding:0;
	/* list-style:none; */
}
#maincontent li {
	margin:0px 0px 5px 7px;
}
#maincontent ul ul li {
	margin:0 0 0 10px;
} 

.servicelist {
	margin-bottom:10px;
}

.tablecontacs {
	margin-left:25px;
}

.emailaddress {
}

.menu_header {
	font-weight: bold;
}
