* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #fff;
	color: #fff;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}

.area_info{
	display:none;
	padding:16px;
}


.required_star{
	color: red;
}

.subtitle{	
    float:left;
    font-size:120%;
}

html>body .subtitle{
	clear:both;
    float:left;
    font-size:120%;
}



.resultbar{
    display:block;
    background:#E9EBFE;
    padding:0.8em;
    border:2px dotted #E8EEFA;
	border:1pt solid lightgray;
}

.resultlist{
    display:block;
    margin-top:0.7em;
    margin-bottom:1.0em;
}


.resultlist a:visited{    
	font-weight: normal;
}

.resultimage{
   float:right;
   margin-top:-2.0em;
   color: red;
   font-weight:bold; 
}



p {	
	line-height:1.3;

}

a.edit_en {
	vertical-align:top; 
	text-decoration:none;			
}

a.edit_en:hover{
	text-decoration:underline;
	color: #900;
}

a.edit_de {
	vertical-align:top; 
	text-decoration:none;			
}

a.edit_de:hover{
	text-decoration:underline;
	color: #900;
}

a.edit_por {
	vertical-align:top; 
	text-decoration:none;			
}

a.edit_por:hover{
	text-decoration:underline;
	color: #900;
}

a.edit_tr {
	vertical-align:top; 
	text-decoration:none;			
}

a.edit_tr:hover{
	text-decoration:underline;
	color: #900;
}

div.img
{ 
  margin-right: 10px;
  margin-bottom:10px;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}


div.desc
{
  text-align: left;
  width: 120px;
  margin: 2px;
}

div.desc a{
    font-weight: bold;
    color:green;
}


a {
	background:#fff;
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	background:#fff;
	color: #003d4c;
	text-decoration:none;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}


h1 {
	background:#fff;
	color: #003d4c;    
	font-size: 150%;
	margin: 0.3em 0;
}


h2 {
	background:#fff;
	color: #e32;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #993;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}


/* Layout */
#container {
	text-align: left;
	width:100%;
	margin:0 auto;	
}

#header{
    margin: 0 auto;
    width:96%;
	padding: 0px 0px;
	/*border-bottom: 2px solid #003d4c;*/
}

#header a{
    float:right;
    margin-right:5px;
    color:  #AAB883;
    font-weight:bold;
    background:#fff;
}



#header h1 {
    text-align:left;
	float:left;	
	/*color: #003d4c;*/
    color:#003d4c;
	font-weight:bold;
    font-size: 215%;
    background:#fff;
}

#header h1 a {
	font-weight: normal;
	text-decoration: none;
	float:left;	
	bottom:0px;
}
#header h1 div{
	float:left;
	background:#fff;	
	margin-top:40px;
}
#header h1 a:hover {
	text-decoration: underline;
}
/*#content{
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow:auto;
	width:750px;
}*/
#header ol{
   background:#fff;
   list-style:none;
   border:1pt solid white;
   margin-top:30px;
   margin-left:15em;
}
#navigation{
	background:#fff;
	color: #333;
	float:left;
    margin-left:1.5em;
}

* html #navigation{
	background:#fff;
	color: #333;
	float:left;
    margin-left:0.5em;
}

#footer {
    border-bottom:2px dotted gray;
	clear: both;
	padding: 6px 10px;
	text-align: center;
}

#footer a{
   color:#AAB883;
}


/* Tables */
table{
	background:#fff;
	border:0px solid #ccc;
    border-right:0px;
	clear: both;
	color: #333;
	/*margin-bottom: 10px;*/
	width: 100%;
}
th {
	/*background: #f2f2f2;*/
    background:#E9EBFE;
    /*padding:0.3em;*/
	/*border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;*/
	text-align: center;
}
th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}

table tr td {
    background:#fff;
	/*padding: 0px;*/
	text-align: left;
	vertical-align: top;
}

table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	margin: 0px 6px;
}

.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	font-size:110%;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 90%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {	
	clear: both;
    margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}

form div.checkbox{
    clear:none;
    float:left;
    display:inline;
}

form div.required {
	color: #333;
	font-weight: bold;   
}

form div.submit {
    border:0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 0px;
    font-weight:normal;
}


html>body input {   
	clear: none;
	/*width:40%;*/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 5px;	
    border:1px solid #A8C6FD;
}

input {
	clear: none;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 5px;	
    border:1px solid #A8C6FD;
}



textarea {
	clear: both;
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 5px;
	/*width: 100%;*/
    border:1pt solid #A8C6FD;
}
select{
    display:inline;	
	font-size: 105%;
	vertical-align: text-bottom;
    border:1pt solid #A8C6FD;
    margin-right:10px;
    margin-left:8px;
    padding:2px;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}

input[type=file]{
	display: block;
	font-size: 110%;
	padding: 2px 5px;
    margin-left:8px;
	/*width: 800px;*/
}

input[type=button]{
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
    background:#E8EEFA;
}

input[type=button]:hover{
    color:maroon;
    font-weight:bold;
    background:#fff;
}

.contact_owner_button{
	background-color: #F3F3EE;
	border: 2px outset silver;
	padding:2px;	
	text-decoration:none;

}

.button{
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
    background:#E8EEFA;
}

.button:hover{
	color:maroon;
    font-weight:bold;
    background-color:#fff;
}

input[type=checkbox]{
    /*clear: none;
	float: left;*/
	margin: 0px 6px 7px 2px;
	width: auto;
    border: 3pt solid #fff;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
    background:#E8EEFA;
}

input[type=submit]:hover{
    color:maroon;
    font-weight:bold;
    background:#fff;
}

/*Edit und Add input Felder links ausgerichtet*/
.price{
clear:none;
float:left;

}

.test{
clear:none;
float:left;
display:inline;
}

* html .test{
clear:none;
float:left;
display:inline;
width:20%;
}

.test2{
float:left;
clear:right;
}

.test3{
width:55%;
margin-right:-208px;
background:#fff;
clear:none;
float:left;
display:inline;
}

/*Textfelder im Add und Edit unsichtbar*/
.textarea_por{
    background:#fff;
	

}

.textarea_en{
	
     background:#fff;
}

.textarea_de{
   
     background:#fff;
}

#copyright{
    text-align:center;
}

#copyright h4{
    color:gray;
    font-weight:bold;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {	
	clear: none;
	/*clear:both*/
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* My actions*/
ul.submenu{
   /*background:#eee;*/	
   
   background:#fff;	
   width:117px;    
   border:1pt solid #D6E4FE;/* #D6E4FE*/
   padding:0.1em;
   /*margin-left:-1px;*/
   margin-bottom:10px;
   float:left;
   clear:both;
   font-size:85%;
 
}

ul.submenu li {
    /*height: 39px;*/
    list-style-type: none;
    background:#E8EEFA;
    /*padding-right:10px;*/
    padding-left:2px;
	line-height:2em;	
    margin:0;
	border-bottom: 1pt solid #E8EEFA;
	text-align:left;

}

ul.submenu li a{
    background:#E8EEFA;
    text-decoration:none;
    width:100%;
}

ul.submenu li a:hover{
    background:#E8EEFA;
    color:maroon;
    font-weight:bold;
    text-decoration:underline;
}

/* My actions*/
ul.submenu_partner{
   background:#fff;	
   width:117px;    
   padding:0.1em;  
   margin-bottom:10px;
   float:left;
   clear:both;
   font-size:100%;
   font-weight:bold;
 
}

ul.submenu_partner li {
    list-style-type: none;
    padding-left:2px;
	line-height:2em;	
    margin:0;
	text-align:left;
	
}

ul.submenu_partner li a{
	/*color: dimgray;*/
    text-decoration:none;
    width:100%;
}

ul.submenu_partner li a:hover{
    color:maroon;
    font-weight:bold;
    text-decoration:underline;
}


.submenu_extern{
   margin-bottom:10px;
   float:left;
   clear:both;
   font-size:100%;
   font-weight:normal;

}

.submenu_extern li {
    list-style-type: none;
    padding-left:2px;
    line-height:2em;
    margin:0;
    text-align:left;

}

.submenu_extern li a{
    /*color: dimgray;*/
    /*text-decoration:none;*/
    width:100%;
}

.submenu_partner li a:hover{
    color:maroon;
    font-weight:bold;
    text-decoration:underline;
}



#content{
    background:#fff;
	min-height:960px;
	height:auto !important;
	height:900px;
    float:right;
	overflow:auto;
	color: #333;
	padding: 1px 20px 40px 3px;
    width:79%;
}

* html #content{  
  /* CSS-Hack für IE6 und kleiner */  
    background:#fff;
	height:1900px;
    float:right;
	overflow:auto;
	color: #333;
	padding: 1px 20px 40px 3px;
    width:79%; 
}  

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

/* 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: #000;
	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: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}