/* *** css by miss monorom www.intensivstation.ch *** */
/* css released under Creative Commons License -  http://creativecommons.org/licenses/by/2.0/deed.en  */

body {
	background-color:white;
	background-image:url(/images/zwischenstueck.gif);
	background-repeat:repeat-x;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	color:black;
	padding:0;
	margin:0;
    margin: 20px 100px  20px 140px;

}


#main {
  width: 99%;
  padding: 0px;
  text-align: left;
  background-color:#fff;
}


#logo {
    position:absolute;top:0px;left:0px;
    background-image:url(/images/logo2.gif);
    background-repeat:no-repeat;
    width:600px;
    height:50px;
    padding-top:46px;
    padding-left:154px;
    font-size:12px;
    color:#666;
    font-style:italic;
}

#logo a {
    font-size:12px;
    color:#666;
    font-style:italic;
}

#top {
    position:absolute;top:0px;right:0px;
    font-size:80%;
    padding:5px;
}



#main {
    margin-top:80px;
}

#main #container_center {
	background-color: #ffffff;
	padding:12px;
	margin-right:160px;
}


#main #container_right {
	float:right;
	width:160px;
	margin:0;
	padding:0;
}

#footer {
    clear: both;
    margin-top:0px;
    font-size:80%;
    color:#666;
}

#footer a {
    color:#666;
}




.result_row {
    margin-bottom:3px;
    padding:6px;
    background-color:#EEE;
}




.red { color:red; }

.block {
    margin-bottom:32px;
}

.mapswitch_off { color:blue;  padding:3px; }
.mapswitch_on {  color:black; padding:3px;  }


h3 {
    font-size:100%;
    margin:0px;
    margin-bottom:6px;
    color:#333;
}
h4 {
    font-size:100%;
    margin:0px;
    margin-bottom:0px;
    color:#333;
}

p {
    margin-top:0px;
    font-size:90%;
}

div.content_block {
    margin-bottom:20px;

}

input.search {
    font-size:18px;
    padding:3px;
    border:1px solid #ffce3c;
    background-color:lightyellow;
    background-image:url(/images/silk/magnifier.png);
    background-repeat:no-repeat;
    background-position:center right;
}

input.searchsubmit {
    font-size:12px;
    padding:3px;
}


.goback {
    text-align:center;
    font-size:80%;
}

.mini {
    font-size:70%;
    color:#333;
}



td { padding:0px; margin:0px; }

/* Tables */
table.fancy {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	width:99%;
}
table.fancy th {
	background-color: #ffce3c;
	font-size:100%;
	font-weight:normal;
	text-align:left;
	border-top: 1px solid #ffceFF;
	border-left: 1px solid #ffceFF;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
table.fancy th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
table.fancy th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}


table.fancy tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	font-size:90%;
	vertical-align: top;
}

table.fancy tr.altrow td {
	background: #f4f4f4;
}
table.fancy td a {
	color:#226;
	text-decoration: none;
}
table.fancy td a:hover {
	color:#22A;
	text-decoration: underline;
}



table.fancy td.actions {
	text-align: center;
	white-space: nowrap;
}
table.fancy td.actions a {
	display: inline;
	margin: 0px 6px;
}

table.fancy td {
	padding: 4px 8px;
	text-align: left;
}





td.odd {
    background-color:lightyellow;
}






/* Debugging */
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	border: 4px dotted #ffcc00;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}
