/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

html 	{ text-align: center; background-color: #fff; padding-bottom:20px;}
body { 
	width : 808px; margin: 0 auto; text-align : left; padding-top : 20px; 
	font : 80%/1.5 "Arial", "Helvetica", sans-serif; color : #333;
}

a { color: #33c; }
a:hover { color: #333; }

h1 { background: url(images/logo_waser.gif) no-repeat; height:60px; }
h1 a { text-decoration:none; vertical-align:top; display:block; width:185px; height:45px; outline: none;}
h1 span { visibility:hidden;  }

div#nav_main {
	width:816px;
/*	margin-bottom:8px; */
}

div#nav_main ul {
}

div#nav_main li {
	display:block; 
	float:left; 
	margin-right:8px;
	padding:1em 0;
	background: #069;
}

div#nav_main a {
	outline: none; /* gepunktete Linie im Firefox ausblenden */
	display:block;	/* ganzer Block klickbar */
	color:#fff;
	text-decoration:none;
	font-weight: bold;
	padding-left:1em; 
}

#nav_home { width:200px; }
#nav_portrait { width:195px; }
#nav_kontakt { width:195px; }
#nav_stellen { width:194px; }


div#maincontainer {
	margin-top:8px; float:left; display:inline; width:808px; background:url(images/bg.gif) repeat-y;
}


div#nav_sub {
	float:left;
	width:200px;
	margin-right:8px;
	background:#39f;
}

div#nav_sub a {
	outline: none;
/*	height:1.5em; */
	display:block;
	color: #000;
	text-decoration:none;
	border-bottom:1px solid #fff;
	padding-left:.5em;
	padding-bottom:3px;
}

div#nav_sub a:hover {
	background:#069;
	color: #fff;
}

div#nav_sub ul li.current a { color:#fff; }
div#nav_sub ul li.current { background: #069; }




#leftclaim { position:relative;  padding-left:8px; color:#fff; font-size:1.5em; }
/*
#leftclaim1 { padding-left:8px; color:#000; font-size:1.5em; }
#leftclaim2 { position:relative; padding-left:8px; color:#fff; font-size:1.5em;  } /* position:relative: damit z-index klappt */


#leftimage  { background:url(images/sackmesser3.jpg); height:335px; margin-top:-2.8em;}



div#content {
	float:left;
	display:inline;
	width:576px;
	padding:0 10px;
	padding-bottom:10px;
}

div#content h2 {
	margin-top:10px;
	font-size:1.4em;
}

div#content p {
	padding-top:1em;
}

table { margin-top:1em; }
td { vertical-align:top; padding-left:1em; }


.submitbutton {
	background: #D4130D;
	border: 1px solid; 
	border-color: #940D09 #F47470 #F47470 #940D09;
	font-size: 12px; color: #fff;
	font-weight: bold;
	cursor: pointer;
}

#langselect, #langselect a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	text-align: right;
	margin-top:-22px;
	margin-bottom: 6px;
	font-weight: bold;
}

h3 { font-size: 1.4em; margin-top:1em; font-weight:bold; border-bottom:1px solid #999; }
h4 { margin-top:1em; }
div#content p.nopad { margin-top:0; padding-top:0; }


h2 span { font-weight:normal; font-size:12px; text-decoration:none; color: #000;}
div.pic_pt {background:#ccc; float: left; width: 130px; height: 210px;padding: 12px; margin: 4px 12px; border: 0; margin-bottom:20px; text-align:center;}
div.pic_pt img { border: 1px solid #ccc; }
div.pic_pt div { border:1px solid #bbb; width:130px; height:160px; }
div.pic_pt div p { text-align:center; font-size:10px; margin-top:60px; }
li.name {list-style: none; text-align: center; margin: 0; font:bold 11px Arial;}
li.funktion {list-style: none; text-align: center; margin: 0; font-size:11px; }


