@import url("/basis.css") all;
html,body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size: 12px;
	font-style: normal;
}

.wappen {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.wrap0 {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 965px;
	min-width: 965px;
	max-width: 965px;
	border: none;
    padding: 0;
}

.wrap1 {
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	width: 965px;
	min-width: 965px;
	max-width: 965px;
	border: none;
    padding: 0;
}

.top {
	height: 85px;
	width: 965px;
	margin: 0;
    padding: 5px 0 0;
    background-color: #FFFFFF;
	border-bottom: 1px solid #777777;
}

.left {
	float: left;
	width: 180px; /* Spaltenbreite minus paddings */
	height: 100%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 10px;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	text-indent: 0;
	background-color: #777777;
	border: 1px solid #FFFFFF;
	clear: both;
}

.logindiv {
	background-color: #f9f9f9;
	border-top: 3px solid #FEBA02;
	border-bottom: 3px solid #FEBA02;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 5px;
	color: black;
}

.left * hr {
    padding: 0;
    width: 100%;
	border-top: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: none;
	border-right: none;
	clear: both;
}

.left * a { /*	margin-left: 10px; */
    margin: 0;
    padding: 3px 0 0 10px;
    width: 180px;
	height: 24px;
	display: block;
}

.middle {
	float: left;
	width: 578px;
	border: 0 solid #777777;
	margin: 0 10px 0 10px;
	padding: 2px;
}

.right {
	float: left;
	width: 168px;
	border-left: 1px solid #EEEEEE;
	margin: 0;
    padding: 5px 5px 10px;
    background-color: #DCECF4;
	font-family: Arial, Helvetica, sans-serif;
}

.bottom {
	clear: both;
	width: 965px;
	height: 70px;
	border: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#inhalt {
	width: 585px;
	margin: 0;
}

#navigationcontent {
	margin-left: 0;
	margin-right: 0;
	color: #F0F0F0;
	overflow: hidden;
}

#inhalt a:link {
	color: #10609D;
	text-decoration: none;
	font-weight: normal;
}

#inhalt a:visited {
	color: #10609D;
	text-decoration: none;
	font-weight: normal;
}

#inhalt a:hover {
	color: #10609D;
	text-decoration: underline;
	font-weight: normal;
}

#inhalt a:active {
	color: #10609D;
	text-decoration: underline;
	font-weight: normal;
}

#navigationcontent a:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #777777;
}

#navigationcontent a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #777777;
}

#navigationcontent a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #AC3320;
}

#navigationcontent a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #AC3320;
}

#navigationcontent ul {
	margin: 0; /* fuern IE */
	padding: 0; /* fuern firefox  */
	list-style: none;
	width: 100%;
}

#navigationcontent ul li {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #FFFFFF;
	width: 100%;
}

.right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.right ul li {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 16px;
	font-size: 12px;
	color: #10609D;
}

.right * a:link,.right * a:visited {
	color: #10609D;
	text-decoration: none;
}

.right * a:hover,.right * a:active {
	color: #10609D;
	text-decoration: underline;
}

ul.sublist {
	margin-left: 10px;
	margin-top: -10px; /* Abstand zum Oberpunkt ausgleichen */
	list-style: disc;
}

ul.sublist li {
	margin-left: 10px;
	margin-top: 0; /* Abstand zum Oberpunkt ausgleichen */
	list-style: disc;
}

h1 {
	color: #10609D;
	font-size: 18px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	background-color: #E0E0E0;
	border-bottom: 1px solid #BAA9A1;
	display: block;
	text-indent: 7px;
	margin-bottom: 10px;
}

h2 {
	color: #10609D;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 0;
}

h3 {
	color: #AC3320;
	font-size: 14px;
	font-weight: bold;
	padding-top: 0;
	padding-bottom: 0;
}

.markcolored {
	color: #AC3320;
}

.mifazentrieseven {
	background-color: #f1f1ff;
}

.mifazentriesodd {
	background-color: #e0e9f4;
}

hr {
	height: 2px;
	background-color: #10609D;
	color: white;
}

.boxright {
	float: right;
	padding-right: 30px;
	padding-left: 20px;
	padding-top: 20px;
	margin-top: 20px;
}

.login {
	color: #000000;
	font-size: 10px;
}

.loginfield {
	font-size: 10px;
}

.navientryul {
    list-style: none outside;
    margin: 0;
	padding: 0;
}

.navientry {
    padding: 5px 0 0 2px;
    margin: 5px 0 0 2px;
}

.userentry {
	color: #10609D;
	background-color: #EFF8FD;
}

th.userentry {
	background-color: #DCECF4;
}

#popup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.locationname {
	margin: 3px 2px 2px 4px;
}

.locationinput {
	margin-top: 2px;
	margin-bottom: 2px;
}


#submitbutton {
	width: 120px;
	margin-left: 120px;
}

.mifazbutton {
    border: 1px solid #000000;
    background-color: #FEBA02;
}


.leftimg {
	float: left;
	margin: 4px;
	border: none;
}

#lklogo {
	border: none;
	margin-top: 12px;
}

#kartenzoom {
	width: 64px;
	height: 240px;
    margin-left: 5px;
    padding: 5px 0 0;
    text-align: center;
}

#navigationcontent * a.aismarked {
	color: #FFFFFF;
	background-color: #10609D !important;
}

#navigationcontent a:visited .aismarked,#navigationcontent a:link
	.aismarked {
	color: #ffffff;
}

* .right-topic {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #4D85E6;
	border-top: 1px dotted #BAA9A1;
	border-bottom: 1px dotted #BAA9A1;
	background-color: #F5FAFC;
	/*	height: 20px; */
	padding-top: 4px;
	display: block;
	padding-left: 5px;
}

select.right-topic {
	padding-top: 10px;
	padding-bottom: 10px;
}

.margin-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.leftimg-margin {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 15px;
	border-right: 1px solid #BAA9A1;
	border-bottom: 1px solid #BAA9A1;
}

#navigationcontent a:link .login {
	background-color: #f9f9f9;
	color: blue;
}

#navigationcontent a:visited .login {
	background-color: #f9f9f9;
	color: blue;
}

#navigationcontent a:hover .login {
	background-color: #f9f9f9;
	color: blue;
	text-decoration: underline;
}

#map
{
width:550px;
height:550px;
}

#compoundpulldown {
    z-index: 30;
  float: none;
  font-size: 12px;
  font-weight: bold;
  padding-top: 5px;
    margin: 3px 3px 10px;
}

.navigationbox {
	background-color: #ecf0fa;
	color: #000000;
	border: 1px solid #10609d;
	margin: 3px;
}

.navigboxtitle {
	background-color: #777777;
	color: #f0f0f0;
	font-weight: bold;
	padding: 5px 0px 5px 5px; /*hinzugefügt*/
}

.navigboxcontent {
	background-color: #ecf0fa;
	color: #000000;
	padding: 2px;
}

.compoundpulldownselect {
	font-size: 11px;
}

#usertabs ul li
{
 background-color: #777777;
}

#usertabs ul li.cur
{
background-color: #ffffff;
border-bottom:none;
}

#usertabs a:link, #usertabs a:visited, #usertabs a:hover, #usertabs a:active
{
 color: #FFFFFF;
}

#usertabs ul li.cur  a,#usertabs ul li.cur  a:link,#usertabs ul li.cur  a:visited
{
color:#777777;
}

#usertabs ul li.cur  a:hover,#usertabs ul li.cur  a:active
{
color:#777777;
text-decoration:underline;
}

.mifazlogo
{
    margin: 5px 5px 5px -20px;
}

/* ################################# */
/* Notizfeld im eingeloggten Zustand */
/* ################################# */
.notice {
	color: #A42215;
	background-color: #f9f9f9;
	width:270px;
	border: 1px solid #333333;
}
.noticefull {
    border: 1px double #333;
    margin: 5px;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    padding: 3px;
    background-color: #f9f9f9;
    color: #A42215;
}
/* ################## */
/* Biete-/Suchbereich */
/* ################## */
#offeringLooking {
    width: 130px !important;
}
img#helpInputQuestion {
	padding-right: 30px;
}
#helpInputQuestion{
    float: right;
    padding-right: 42px;
}
/*  Sortieren nach */
div.floattext:nth-child(2){
	margin-top: -5px;
	margin-left: 8x;
}
.floattext {
    margin-right: 5px !important;
}

/* ######################### */
/* Tabelle Angebote & Gesuch */
/* ######################### */
.web_zeit {
    width: 180px;
    margin-left: 5px;
    text-align: center;
    font-weight: bold;
    float: left;
}
/* ########################################### */
/* Vertikale Navigation: Mifaz weiterempfehlen */
/* ########################################### */
#navigationcontent > ul:nth-child(3) > li:nth-child(5){
	padding-top: 5px;
	padding-bottom: 15px;
}

/* ################################# */
/* Kontaktdaten bei Angebote/Gesuche */
/* ################################# */
.detailsleft {
    float: left;
    width: 285px;
    margin-right: 10px;
}

.detailsright {
	margin-left:10px;
	width: 280px;
}
