* {
	margin : 0;
	padding : 0;
}
.lynx {
	display : none;
}
.clear {
	clear : both;
}
body {
	background-color : #cccc99;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #0f4e31;
	text-align : center;
}
#rahmen {
	background-color : white;
	border : 1px solid black;
	width : 950px;
	margin : 10px auto;
	text-align : left;
}
#header {
	background-image : url(../img/logo.jpg);
	width : 441px;
	height : 117px;
}
#menu {
	width : 950px;
	margin-top : 5px;
	background-color : #DEDEC1;
	text-align : center;
}
#menu ul {
	text-align : center;
	margin-left : 80px;
	margin-top : 15px;
}
#menu ul li {
	display : block;
	width : 130px;
	float : left;
	background-color : #b3b37d;
	margin : 3px;
	line-height : 20px;
}
#menu ul li a:link, #menu ul li a:active, #menu ul li a:visited {
	text-decoration : none;
	color : #0f4e31;
	font-weight : bold;
	padding : 2px 10px;
	width : 120px;
}
#menu ul li a:hover {
	text-decoration : underline;
}
#sidebar {
	width : 150px;
	float : right;
}
#sidebar img {
	border : 1px solid #0f4e31;
	margin-bottom : 5px;
}
#content {
	float : left;
	width : 650px;
	margin : 10px 0px 0px 80px;
	min-height:450px;
  	height:auto !important;
  	height:450px;
}
#content em {
	font-size : 1.5em;
	font-weight : bold;
}
#content h1 {
	font-size : 1.6em;
	margin : 5px 0;
	font-weight : bold;
}
#content h2 {
	font-size : 1.4em;
	margin : 5px 0;
	font-weight : bold;
}
#content h3 {
	font-size : 1.2em;
	margin : 5px 0;
	font-weight : bold;
}
#content h4 {
	font-size : 1.1em;
	margin : 5px 0;
	font-weight : bold;
}
#content #suche {
	text-align : center;
}
#content .job {
	border : 1px solid black;
	text-align : left;
	margin : 5px 0;
	padding : 10px;
	width : 600px;
}
#content .job .job_desc {
	float : left;
	width : 400px;
}
#content .job .job_img {
	float : left;
	width : 150px;
	margin-left : 15px;
}
#content .job a:link.job_link, #content .job a:active.job_link, #content .job a:visited.job_link {
	border : 1px solid #969669;
	padding : 3px 10px;
	text-decoration : none;
	font-weight : bold;
	font-size : 10px;
	color : #0f4e31;
}
#content .job a:hover.job_link {
	background-color : #b3b37d;
	color : #f2f2d9;
}
#content table {
	font-size : 1em;	
}
#content ul {
	list-style : none;	
	line-height : 20px;
}
#content ul li {
	
}
fieldset.impressum {
	width : 250px;
	padding : 5px 0;
	margin : 20px;
	font-size : 11px;
	text-align : left;
	vertical-align : top;
	float : left;
	clear : both;
}
fieldset.impressum legend {
	border-bottom : 1px solid black;
	border-right : 1px solid black;
	padding : 1px 10px 2px 10px;
	margin : 0px 5px;
	color : #0f4e31;
	font : normal small-caps 14px Verdana;
	font-weight : bolder;
	letter-spacing : 1px;
	background-color : #CCCC99;
}
fieldset.impressum dt {
	font-weight : bolder;
}
fieldset.impressum dl {
	margin : 5px;
}
input.inputfeld {
    width: 185px; /* 90px + 2*5px = 100px, entspricht Grafikbreite */
    height: 40px; /* entspricht Grafikhöhe */
    background: url(../img/input.jpg); /* Hintergrundgrafik */
	 background-repeat : no-repeat;
    border: 0; /* Elementrahmen deaktivieren */
    padding: 8px 8px 0 8px; /* Innenabstand oben - rechts - unten - links */
}
#footer {
	margin-top : 20px;	
}
#footer ul li {
	display : inline;
}
#footer ul li a:link, #footer ul li a:active, #footer ul li a:visited {
	color : black;
	padding : 5px;
	font-size : 12px;
	text-decoration : none;
}
#oma {
	margin : 0 auto;
	text-align : right;
	width : 950px;
	color : #969669;
}
#oma a:link, #oma a:active, #oma a:visited {
	color : #969669;
	font-weight : bolder;
	text-decoration : none;
}
#oma a:hover {
	text-decoration : underline;
	color : #0f4e31;
}
fieldset {
	width : 600px;
	padding : 20px;
	margin : 10px 0;
}
fieldset legend {
	background-color : #cccc99;
	color : black;
	font-weight : bold;
	padding : 3px 10px;	
}
#feedback_form div {
	clear : both;
	margin : 5px 20px;
}
#feedback_form input.button {
	border : 1px solid;
	border-color : #ccc #999 #999 #ccc;
	padding : 2px 10px 2px 10px;
	margin : 10px 0px 0 auto;
	color : #fff;
	font : normal small-caps 11px Verdana, Arial, sans-serif;
	letter-spacing : 1px;
	background : #3F6CB1;
	float : right;
}
#feedback_form input.button:hover {
	border : 1px solid;
	border-color : #3F6CB1;
	padding : 2px 10px 2px 10px;
	margin : 10px 0px 0 auto;
	color : #3F6CB1;
	font : normal small-caps 11px Verdana, Arial, sans-serif;
	letter-spacing : 1px;
	background : #fffedf;
	float : right;
	cursor : hand;
	cursor : pointer;
}
#feedback_form input.feed {
	float : right;
	margin-right : 0px;
}
input.year {
	border-width : 0 0px 1px 0;
	border-style : dotted;
	background : transparent;
	border-color : #3F6CB1;
	width : 35px;
	margin-right : 5px;
	margin-top : 5px;
	font : 10px Verdana;
	color : #3F6CB1;
}
input.bem {
	border-width : 0 0px 1px 0;
	border-style : dotted;
	background : transparent;
	border-color : #3F6CB1;
	line-height : 35px;
	width : 400px;
	margin-right : 5px;
	font : 10px Verdana;
	color : #3F6CB1;
}
input.feed {
	border-width : 0 0px 1px 0;
	border-style : dotted;
	background : transparent;
	border-color : #3F6CB1;
	width : 250px;
	font : 10px Verdana;
	color : #3F6CB1;
}
textarea.textfeld {
	border : 1px solid;
	border-color : #3F6CB1;
	color : #000;
	float : left;
	margin-right : 0px;
	width : 495px;	
	height : 65px;
}
#feedback_form textarea {
	border : 1px solid;
	border-color : #3F6CB1;
	color : #000;
	float : right;
	margin-right : 0px;
	width : 470px;
}
label.inline {
	width : 200px;
/*	vertical-align : top;*/
	float : left;
	text-align : left;
}
.pager {
	position : relative;
	color : black;
	top : 0px;
	left : 400px;
	padding : 0px;
	width : 200px;
	text-align : right;
}
.pager a {
	padding-right : 3px;
	font-size : 11px;
}
.pager a img{
	border : none;
	vertical-align : bottom;
}
.pager b {
	font-size : 11px;
	padding-right : 3px;
}
.pager span {
	display : block;
	margin : 10px 5px 5px;
	font-size : 11px;
	font-style : normal;
	padding-right : 8px;
	padding-top : 0px;
}
