/* ***************************************************************
* Orca Ringmaker v2.3d
*  A comprehensive web ring creation and managment script
* Copyright (C) 2004 GreyWyvern
*
* This program may be distributed under the terms of the GPL
*   - http://www.gnu.org/licenses/gpl.txt
* 
* See the readme.txt file for installation instructions.
*************************************************************** */

/* ***** Main ************************************************* */
#orm_main {
  text-align:center;
  width: 720px;
  padding: 15px;
}
#orm_main .orm_warn {
  color:#ff0000;
}
#orm_main form {
  margin:0px;
}
#orm_main img {
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}
#orm_main #orm_content {
  margin-right:19ex;
}
#orm_main .orm_drow {
  color:#000000;
  background-color:#a8d2ff;
}
#orm_main textarea.orm_tasans {
  font:normal 95% Arial, sans-serif;
}
#orm_main textarea.orm_tacode {
  text-align:left;
  font-size:95%;
}
#orm_main select {
  font-size:95%;
}


/* ***** Control Panel **************************************** */
#orm_control {
  float:right;
  width:17ex;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  position:relative;
  padding: 5px;
  
}
#orm_control h3 {
  margin:0px;
  padding:3px;
  color:#000000;
  background-color: #a8d2ff;
  font-weight:normal;
}
#orm_control .orm_cbox {
  font-size:80%;
  padding:3px;
  border-width: 1px;
  border-color: #ffffff;
  border-top-style: dotted;
  text-align: right;
}
#orm_control .orm_cent {
  text-align:center;
}
#orm_control .orm_announcement {
  text-align:center;
}
#orm_control .orm_cbox ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
  text-align:left;
}
#orm_control .orm_cbox table {
  font-size:100%;
  width:100%;
}
#orm_control .orm_cbox table tr th {
  text-align:right;
  padding:0px 3px 0px 0px;
}
#orm_control .orm_cbox table tr td {
  text-align:right;
  padding:0px 3px 0px 0px;
}
#orm_control .orm_cbox form {
  margin:0px;
  text-align:right;
}
#orm_control .orm_cbox form label {
  display:block;
  margin-bottom:3px;
}


/* ***** Success/Error Messages ******************************* */
#orm_notify {
  list-style-type:none;
  padding:0px;
  margin:5px;
}


/* ***** Default Control Box Layout *************************** */
.orm_box {
  font-size:90%;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  margin:0px auto 1em auto;
}
.orm_box thead tr th {
  padding:3px;
  font-size:130%;
  color:#000000;
  background-color: #a8d2ff;
  text-align:left;
  font-style:normal;
  font-weight:normal;
}
.orm_box thead tr th input {
  font-size:80% !important;
  float:right;
}
.orm_box tbody tr td {
  padding:2px;
  text-align:right;
}
.orm_box tbody tr td label {
  float:left;
  display:block;
  font-weight:bold;
  padding-right:1em;
}
.orm_box tbody tr td ul {
  list-style-type:none;
  margin:0px;
  padding:0px;
}
.orm_box tbody tr td h4 {
  font-size:175%;
  margin:5px;
  text-align:center;
}
.orm_box tbody tr td p {
  margin:3px;
  text-align:center;
}
.orm_box tbody tr td ul label {
  float:none;
  display:inline;
  padding:0px;
}
.orm_box tbody tr td div label {
  float:none;
  display:inline;
  padding:0px;
}


/* ***** Default Statistics Table Layout ********************** */
.orm_table {
  font-size:90%;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  margin:0px auto 1em auto;
  widht: 90%;
  padding: 15px;
}
.orm_table thead tr th {
  font-style:italic;
  text-align:left;
}
.orm_table thead tr th.orm_ttitle {
  padding:3px;
  font-size:130%;
  color:#000000;
  background-color: #a8d2ff;
  text-align:left;
  font-style:normal;
  font-weight:normal;
}
.orm_table thead tr th.orm_ttitle input, .orm_table thead tr th.orm_ttitle select {
  font-size:80% !important;
  float:right;
}
.orm_table thead tr th.orm_scol {
  color:inherit;
  background-color:transparent;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  cursor:pointer;
  cursor:hand;
}
.orm_table thead tr th.orm_scol_on {
  color:#000000;
  background-color:#a8d2ff;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  cursor:pointer;
  cursor:hand;
}
.orm_table thead tr td {   /* ***** NEW FOR v2.3 ***** */
  color:#000000;
  background-color: #a8d2ff;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
  font-weight:bold;
  text-align:left;
  font-size:90%;
}
.orm_table tbody tr th {
  font-style:normal;
  text-align:left;
  padding-right:3em;
  white-space:nowrap;
  font-weight:normal;
}
.orm_table tbody tr th img {
  vertical-align:middle;
}
.orm_table tbody tr td {
  text-align:center;
}
#orca_list {
  clear:both;
}

/* ***** Statistics Deep Magic ******************************** */
.orm_graph {
  margin:5px auto;
  border-top:1px dashed #bbbbbb;
  font-size:100%;
  widht: 90%;
  padding: 15px;
}
.orm_graph tr.orm_chartrow th {
  vertical-align:top;
  font-size:90%;
  width:4ex;
  padding:0px !important;
}
.orm_graph tr.orm_chartrow td {
  vertical-align:bottom;
  padding-left:1px;
  height:100px;
}
.orm_graph tr.orm_chartrow td.orm_sb {
  padding-left:0px;
  border-left:1px dotted #bbbbbb;
}
.orm_graph tr.orm_chartrow td div {
  color:#000000;
  background-color:#a8d2ff;
  overflow:hidden;
  cursor:crosshair;
}
.orm_graph tr.orm_chartrow td div.orm_gmax {
  color:#000000;
  background-color:#ff0000;
}
.orm_gbase td {
  border-top:1px dotted #bbbbbb;
  font-size:90%;
  padding:1px 2px;
}
.orm_graph tr.orm_gbase td.orm_gbl {
  text-align:left;
  border-left:1px dotted #bbbbbb;
}
.orm_graph tr.orm_gbase td.orm_gbr {
  text-align:right;
  border-right:1px dotted #bbbbbb;
}


/* ***** Site Listings **************************************** */
#orm_site {
  list-style-type:none;
  padding:0px;
  margin:0px;
  widht: 90%;
  padding: 15px;
}

#orm_site li {
  text-align:left;
  margin-bottom:1ex;
  border-left:2px solid #bbbbbb;
  border-top:2px solid #a8d2ff;
}

#orm_site li h2 {
  font-size:110%;
  display:inline;
  padding:3px;
}

#orm_site li p {
  margin:0px;
  padding:3px;
  font-size:90%;
}


#orm_site li.orm_hr {
  text-align:center;
  margin:0.5ex;
  border-width: 2px;
  border-color: #ffffff;
  border-style: solid;
}
#orm_site li.orm_hr hr {
  width:75%;
}


/* ***** Ringmaker Help *************************************** */
#orm_help {
  text-align:left;
  widht: 90%;
  padding: 15px;
}
#orm_help h2 {
  text-align:center;
}
#orm_help h3 {
  margin:1em 4px 4px 0px;
  padding-left:0.5em;
  border-left:0.5em solid #bbbbbb;
  border-bottom:1px solid #bbbbbb;
}
#orm_help p {
  margin:5px 0px;
}


/* ***** Footer Items ***************************************** */
#orm_pagin {
  margin:0px 5% 10px 5%;
  font-size:90%;
  text-align:center;
  widht: 90%;
  padding: 15px;
}
#orm_pagin_prev {
  float:left;
  text-align:right;
  white-space:nowrap;
}
#orm_pagin_page {
  margin:0px 6em;
  text-align:center;
}
#orm_pagin_next {
  float:right;
  text-align:left;
  white-space:nowrap;
}


/*****Summer-Holidays-Stylesheet******************************************** */
body
{
	background-color: #FFF; 
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
	font-size: 82%;

}
strong 
{
color: #a8d2ff;
}
div.page
{
	/*background-color: #FFF;*/
	margin: 0 auto;
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
}
div.ads_and_pics
{
	/*background-color: #FFF;*/
	margin: 0 auto;
	width: 179px;
	position: absolute;
	top: 0px;
	left: 1001px;
}
div.header
{
	height: 137px;
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
}
div.header2
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/header-bg.gif') repeat-x;
	background-color: #1d7de3;
	color: #FFF;
	font-size: 0.95em;
	font-weight: bold;
	line-height: 100px;
	margin: 0 80px 0 10px;
}
div.header2-left
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/header-left.gif') top left no-repeat;
	height: 100px;
}
div.header2-right
{
	margin: 7px 20px 0px 210px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/header-right.gif') top right no-repeat;
	height: 100px;
}

div.sonne-ecke
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}








div.logo-summer-holidays
{
	position: absolute;
	height: 100px;
	top: 8px;
	left: 363px;
	z-index: 1;
}

div.logo-sonne
{
	
	
	/*background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/sonne.png') top right no-repeat;		*/
	position: absolute;
	 top: 8px; 
	/*left: 230px;*/
	left:248px;
}



/* Alles für die hauptnavigation anfang */

/*div.hauptnavigation
{
	position: absolute;
	height: 12px;
	top: 10px;
	left: 366px;
	z-index: 2;
}


ul.hauptmenu
{
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
ul.hauptmenu li
{
	float: left;
	margin: 0;
}
ul.hauptmenu li a
{
	line-height: 23px;
	/* padding: 0 10px; */
	/*color: #FFF;*/
	/* font-size: 1.0em; */
	/*font-weight: normal;*/
	/* display: block; */
/*	float: left;
	text-decoration: none;
}
ul.hauptmenu li a:hover
{
	color: #86DF1E;
}

/* Alles für die hauptnavigation ende */


div.vert-line
{
	border-left: 1px solid #B9A37C;
	float: left;
	height: 40px;
	margin: 10px 0 0 20px;
}

div.top-menu
{
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/menu-bg.gif');
	padding: 0;
	text-transform: uppercase;
	height: 30px;
	margin: 0 10px 0 10px;
}
div.top-menu-left
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/menu-left.gif') no-repeat left;
	height: 30px;
}
div.top-menu-right
{
	clear: both;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/menu-right.gif') no-repeat right;
	height: 30px;
	margin: 0 10px 0 10px;
}
div.line
{
	background-color: #D2D2D2;
	height: 5px;
	width: 760px;
	height: 4px;
}
ul.search
{
	margin: 0 20px 0 20px;
	padding: 0;	
	color: #FFF;
}
ul.search li
{
	padding: 0;
}
ul.search li a
{
	color: #FFF;
	font-size: 0.9em;
	
}

ul.menu
{
	list-style-type: none;
	margin: 0;
	padding: 3px 0px 0px 5px;
}

div.menu a
{
	color: #B4A183;
}

ul.menu li
{
	float: left;
	margin: 0;
}
ul.menu li a
{
	line-height: 23px;
	padding: 0 10px;
	color: #FFF;
	font-size: 1.0em;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration: none;
}
ul.menu li a:hover
{
	color: #86DF1E;
	text-decoration: none;
}
ul.menu li.active
{
	color: #FFF;	
	font-weight: normal;
	font-size: 1.0em;
}
ul.menu li.active div
{
	line-height: 23px;
	padding: 0 10px;
}
ul.menu li.xml
{
	background-image: none;
	padding: 0 0 0 20px;
}
ul.menu li.xml a
{
	padding: 2px 0 0 0;
	background-image: none;
}
div.date
{
	position: absolute;
	left: 228px;
	top: 80px;
	color: #FFF;
	line-height: 15px;
	font-size: 0.85em;
	font-weight: normal;
	padding: 0px;
}
div.lang-switch
{
	position: absolute;
	right: 30px;
	top: 80px;
	line-height: 15px;
	font-size: 0.85em;
	font-weight: normal;
	padding: 0px;
}
ul.lang-switch
{
	list-style-type: none;
	margin: 0;
}
ul.lang-switch li
{
	color: #E1E1E1;
	border-right: 1px solid #FFF;
	float: left;
	padding-right: 4px;
}
ul.lang-switch li a
{
	color: #FFFFFF;
	text-decoration: underline;
}
div.link-sorting
{
	color: #a8d2ff;
	font-size: 0.95em;
	text-align: center;
}
div.link-sorting a
{
	color: #a8d2ff;
	font-weight: bold;
}
div.search-form
{
	position: absolute;
	left: 244px;
	top: 34px;
	line-height: 30px;
}
div.search-form img
{
	height: 18px;
}
div.search-form-left
{
	float: left;
	font-size: 1.0em;
	font-weight: normal;
	line-height: 1px;
	padding: 0;
	width: 268px;
}
div.search-form input
{
	margin-top: 3px;
}
input.what
{
	border-left: 2px solid #336699;
	border-top: 2px solid #336699;	
	border-right: 2px solid #99CCFF;
	border-bottom: 2px solid #99CCFF;	
}
div.footer
{
	margin-top: 10px;
	padding-left: 13px;
	height: 120px;
	border: 1px solid #FFFFFF;
}
div.statistics
{
	float: left;
	padding: 0;
	margin: 10px 0px 0px 2px;
	height: 90px;
	width: 180px;
	background-color: #e0ffd5;
}
div.statistics-content
{
	padding: 0;
	margin 0;
	color: #000;
	line-height: 22px;	
	font-size: 0.85em;
	font-weight: normal;
}
div.bottom-left
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/bottom-left.gif') no-repeat left;
	height: 90px;
}
div.bottom-right
{
	margin: 10px 20px 10px 197px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/bottom-right.gif') no-repeat right;
	background-color: #F36700;
	height: 90px;
}
div.bottom
{
	height: 90px;
	background-color: #dfffd4;
	margin: 0 10px 0 10px;	
}
div.bottom-content
{
	color: #346100;
	font-size: 0.85em;
	padding-top: 27px;
	position: relative;
	text-align: center;
}
div.bottom a
{
	color: #346100;
	font-weight: bold;
}
div.copyright
{
	margin: 10px 0;
	position: relative;
	text-align: center;
	color: #346100;
}
div.copyright a
{
	color: #346100;
}
input, textarea
{
input
	font-size: 0.85em;
	font-family: Verdana;
}
div.content
{
	clear: both;
}

div.box-breadcrumb-short-navigation
{
	clear: both;
	margin: 0px 5px 0px 5px;
	background-color: #1d7de3;
	padding-top: 5px;
	padding-left: 10px;
}

div.breadcrumb
{
	/*font-weight: bold;
	font-size: 0.90em;
	padding: 0;
	margin: 0;
	clear: both;*/
	
	background-color: #1d7de3;
	/*
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-caption-bg.gif') repeat-x;
	*/
	
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	/*line-height: 40px;*/
	margin: 0;
	float: left;
	clear: both;
	
	
}
div.breadcrumb a
{
	color: #FFFFFF;
}

/* Alles für das shortmenu anfang */

div.shortmenu
{
	background-color: #1d7de3;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*height: 12px;*/
}

div.shortmenu a
{
	background-color: #1d7de3;
	line-height: 23px;
	/* padding: 0 10px; */
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	/* display: block; */
	/*float: left;*/
	/*text-align: right;*/
	text-decoration: none;
	text-transform: lowercase;
	/*word-spacing: 1.0em;*/
}
div.shortmenu a:hover
{
	background-color: #1d7de3;
	color: #86DF1E;
}

/* Alles für das shortmenu ende */





div.content-teil1
{
	background-color: #1d7de3;
	clear: both;
	/*margin: 0px 5px 0px 5px;*/
	margin: 0px 5px 10px 5px;
	
}


div.content-statischeseiten
{
	background-color: #1d7de3;
	clear: both;
	/*margin: 0px 5px 0px 5px;*/
	margin: 0px 5px 0px 5px;
	
}


div.map
{
	background-color: #1d7de3;
	clear: both;
	margin: 0px 10px 0px 10px;
	float: left;
	padding-top: 5px;
}

div.text
{
	background-color: #1d7de3;
	/*clear: both;*/
	margin: 0px 5px 0px 10px;
	height: 280px;
}

div.text-header
{
	background-color: #1d7de3;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	/*clear: both;*/
	margin: 0px px 0px px;
}


div.text-text
{
	background-color: #1d7de3;
	color: #FFF;
	font-size: 0.9em;
	font-weight: normal;
	/*clear: both;*/
	margin: 0px px 0px px;
}

div.text-text a
{
	/*color: #3688C2;*/
	color: #a8d2ff;
	font-weight: bold;
}









p
{
	padding: 0;
	margin: 0;
}
p.date
{
	font-size: 0.85em;
}
p.news
{
	margin-top: 5px;
	font-size: 0.85em;
}
p.last
{
	font-size: 0.85em;
	margin-top: 5px;
	text-align: right;
}
h2
{
	font-size: 1em;
	margin: 0 0 10px 0;
	padding: 0;
}
img
{
	border: 0;
}

form
{
	padding: 0;
	margin: 0;
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}
.button
{
	text-align: right;
	margin-bottom: 10px;
}
h1
{
	color: #ffffff;
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 3px 0px 0 0;
}
h1 a
{
	color: #ffffff;
	font-size: 1.1em;
	font-weight: bold;
	padding: 10px 0 0 10px;
	margin: 3px 0px 0 0;
	text-decoration: none;
}
p.date
{
	font-size: 0.85em;
	
}
p.news
{
	margin-top: 5px;
	font-size: 0.85em;
}
p.last
{
	font-size: 0.85em;
	margin-top: 5px;
	text-align: right;
}
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix
{
	height: 1%;
}

div.field
{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 10px;
}
fieldset
{
	border: 1px solid #AF1600;
	margin: 5px;
}
legend
{
	color: #333;
	background-color: #f1f1f1;
	border: 1px solid #AF1600;
	font-weight: bold;
	padding: 3px;
}
div.links
{
	/*text-align: justify;*/
}
/* Alle Links*/
div.links a
{
	/*color: #3688C2;*/
	color: #a8d2ff;
	font-weight: bold;
}

a.title
{
	color: #3688c2;
	/*font-size: 1.em;*/
	font-weight: bold;
	text-decoration: none;
}
div.url
{
	color: #a8d2ff;
	padding: 0;
	margin: 2px;
	font-size: 0.9em;
	font-style: italic;
}
div.description
{
	color: #ffffff;
	font-size: 1.0em;
	padding: 0;
	/*margin: 2px;
	font-size: 0.95em;*/
	/*font-weight: bold;*/
}
div.stat
{
	color: #a8d2ff;
	padding: 0;
	margin: 2px;
	font-size: 0.9em;
}
div.pr_stat
{
	color: #a8d2ff;
	font-size: 0.9em;
	margin: 2px 2px 15px 2px;
}
form
{
	margin: 0;
	padding: 0;
}
div.categories
{
	
	color: #FFFFFF;
	font-size: 0.95em;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	background-color: #1d7de3;
	border-bottom: none;
	width: 100%;
}
div.categories a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

div.categories-lma
{
	
	color: #ffffff;
	background-color: #1d7de3;
	
	/* font-size: 0.95em; */
	/* list-style-type: none; */
	/* padding: 0px 0px 0px 0px; */
	/* border-bottom: none; */
	/* width: 100%; */
	/* text-align: left; */
}
div.categories-lma a
{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
	text-align: left; 
}


div.categories div.col
{
	float: left;
	height: 100%;
	text-align: left;
	width: 195px;
	padding-top: 15px;
	position: relative;
}
div.categories div.last
{
	float: left;
	height: 100%;
	text-align: left;
	width: 205px;
	padding-top: 15px;
}
div.subcategories
{
	padding-left: 30px;
}
div.subcategories a
{
	font-size: 0.8em;
	/*font-weight: bold;*/
	color: #FFFFFF;
	text-decoration: none;
}
div.categories div.divider
{
	clear: both;
	height: 1px;
}
div.categories div.categ
{
	line-height: 22px;
	padding-left: 15px;
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/ico-dir.gif');
	background-position: top left;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-left: 25px;
}
.no
{
	border: none;
}
a.no
{
	text-decoration: none;
}
.editor-welcome
{
	padding: 0;
	text-align: left;
}
.editor-content
{
	padding: 0;
	text-align: center;
}
div.notification
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/notif.gif') top left no-repeat;
	background-color: #FFE9DF;
	border: 1px solid #EB5300;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px 50px;
}
div.error
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/error.gif') top left no-repeat;
	background-color: #FFE9DF;
	border: 1px solid #EB5300;
	font-weight: bold;
	margin: 10px;
	padding: 10px 10px 10px 50px;
}
div.navigation
{
	color: #a8d2ff;
	clear: both;
	margin: 0px 0 15px 0;
	text-align: center;
}
div.navigation a
{
	color: #a8d2ff;
}
div.pagerank
{
	border: 1px solid #ccc;
	height: 4px;
	margin: 0;
	padding: 0;
	width: 100px;
}
div.inner-pagerank
{
	margin-top: -1px;
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/pr10.gif');
	float: left;
	height: 5px;
	padding: 0;
}
div.preview
{
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/no-preview.gif');
	background-repeat: no-repeat;
	background-position: top left;
	border: 1px solid #ccc;
	height: 90px;
	width: 120px;
}
div.adsense
{
	margin: 10px 0;
	text-align: center;
}
div.box
{
	
	clear: both;
	margin: 10px 5px 0px 5px;
}
div.box-caption
{
	/*
	background-color: #86DF1E;
	*/
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/left-box-background.gif') repeat-x;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	height: 28px;
	margin: 0 10px 0 10px;
}
div.box-caption-left
{
	height: 28px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/left-box-left-background.gif') top left no-repeat;
	/*
	background-color: #86DF1E;
	*/
}
div.box-caption-right
{
	/*
	background-color: #86DF1E;
	*/
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/left-box-right-background.gif') top right no-repeat;
	
	/*
	border-bottom: 1px solid #B9F775;
	*/
	line-height: 28px;
}
div.box-categories
{
	clear: both;
	margin: 0px 5px 0px 5px;
	
	/*background-color: #1d7de3;*/
}
div.box-categories-caption
{
	background-color: #1d7de3;
	/*
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-caption-bg.gif') repeat-x;
	*/
	
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	/*line-height: 40px;*/
	margin: 0;
	padding-left: 10px;
	float: left;
	clear: both;
	padding-top: 5px;
}




div.box-categories-caption-center
{
	background-color: #1d7de3;
	/*
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-caption-bg.gif') repeat-x;
	*/
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	line-height: 40px;
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
}
div.box-categories-caption-left
{
	/*
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-caption-left.gif') no-repeat left;
	*/
	height: 40px;
}
div.box-categories-caption-right
{
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-caption-right.gif') no-repeat right;
	background-color: #1d7de3;
	line-height: 40px;
}
div.box-categories-footer
{
	background-color: #1e7ee3;
	height: 15px;
	margin: 0 15px 0 15px;
}
div.box-categories-footer-left
{
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-footer-left.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 15px;
}
div.box-categories-footer-right
{
	background-color: #3688C2;
	background-image: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/box-categories-footer-right.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 15px;
}
div.box-content
{
	/*
	border-top: 1px solid #C0C3BD;
	*/
	padding: 5px;
	/*background-color: #e0ffd5;*/
	/*background-color: #c4ffbf;*/
	background-color: #d8ffd5;
}









/* Anfang - Zweites Box-Set für die Listings (Links) */


/* Für Top-links, suggest a link, usw.; Äußerer Block*/
div.box-peripherie
{
	
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
}


/* Für die Anzeige der Link-Blöcke, vielleicht auch Category-Blöcke; Äußerer Block*/
div.box-link
{
	
	clear: both;
	margin: 10px 0px 0px 0px;
	padding: 5px;
	/*background-color: #1e7ee3;*/
}

/* Für die Anzeige der Header der Link-Blöcke, vielleicht auch Category-Blöcke*/
div.box-caption-link
{
	/*
	background-color: #86DF1E;
	*/
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/left-box-background-link.gif') repeat-x;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	height: 28px;
	margin: 0 10px 0 10px;
	float: left;
}
/* Für die Anzeige der Header der Link-Blöcke, vielleicht auch -Blöcke*/
div.box-caption-left-link
{
	height: 28px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/left-box-left-background-link.gif') top left no-repeat;
	/*
	background-color: #86DF1E;
	*/
}
/* Für die Anzeige der Header der Link-Blöcke, vielleicht auch Category-Blöcke*/
div.box-caption-right-link
{
	/*
	background-color: #86DF1E;
	*/
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/left-box-right-background-link.gif') top right no-repeat;
	background-color: #1e7ee3;
	/*
	border-bottom: 1px solid #B9F775;
	*/
	line-height: 28px;
}


/* Für die Anzeige der Link-Blöcke, vielleicht auch Category-Blöcke UND peripheren Seiten; innerer Block*/
div.box-content-link
{
	/*
	border-top: 1px solid #C0C3BD;
	*/
	padding: 10px;
	/*background-color: #e0ffd5;*/
	/*background-color: #c4ffbf;*/
	background-color: #1e7ee3;
}



/* Ende - Zweites Box-Set für die Listings (Links) */








div.featured-link
{
	margin: 5px 0;
}
div.featured-link a
{
	font-size: 0.85em;
}
div.sponsored-link
{
	margin: 5px 0;
}
div.sponsored-link a
{
	font-size: 0.85em;	
}
div.partner-link
{
	margin: 5px 0;
}
div.partner-link a
{
	font-size: 0.85em;
}
span.highlight
{
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}
ul.editor-menu
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	line-height: 20px;
	margin-top: 10px;
}
ul.editor-menu li
{
	text-transform: uppercase;
}
td.link
{
	padding-bottom: 20px;
}
div.comment
{
}
div.posted
{
	font-size: 0.75em;
	margin-bottom: 10px;
	text-align: right;
}
p.user
{
	padding: 0;
	margin: 8px 0;
}
div.news-title
{
	/*color: #3688c2;*/
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 0;
}
/* linke-box-hyperlink */
div.news-title a
{
	color: #0aa21a;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 5px 0;
}

div.news-date
{
	font-size: 0.75em;
	text-align: right;
	margin: 0 0 10px 0;
}
td.column
{
	width: 189px;
	padding: 0px 5px 0px 12px;
}
td.dotted
{
}
p.field
{
	font-size: 11px;
	margin: 0 0 10px 0;
	color: #fff;
}
div.payment
{
	border: 2px solid #FFF;
	background-color: #fff;
	padding: 10px 0 0 10px;
	margin: 0 0 10px 0;
}
a
{
	color: #3688C2;
}
ol
{
	padding: 0;
	margin: 0 0 0 30px;
}
.suspended
{
	background-color: #eee;
}
.approval
{
	background-color: #FFEFC7;
}


/* Ab hier für statische Seiten */


div.text-gruene-box
{
	color:#000000;
	font-size: 10pt;
	font-weight: normal;
	/*clear: both;*/
	margin: 0px px 0px px;
}

div.text-gruene-box a
{
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

div.text-gruene-box a:hover
{
	color: #0aa21a;
}

div.text-gruene-box-ueberschrift
{
	color:#0aa21a;
	font-size: 11pt;
	/* font-weight: bold; */
}

div.breadcrumb-statisch
{
	background-color: #1d7de3;
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	/*line-height: 40px;*/
	margin: 0;
	float: left;
	clear: both;
}
	
div.breadcrumb-statisch a
{
	color: #FFFFFF;
}

/* Alles für das shortmenu anfang */

div.shortmenu-statisch
{
	font-size: 0.8em;
	background-color: #1d7de3;
	text-align: right;
	padding-right: 10px;
	margin-right: 10px;
	margin-left: 10px;
	/*height: 12px;*/
}

div.shortmenu-statisch a
{
	background-color: #1d7de3;
	line-height: 23px;
	/* padding: 0 10px; */
	color: #FFF;
	font-size: 0.8em;
	font-weight: normal;
	/* display: block; */
	/*float: left;*/
	/*text-align: right;*/
	text-decoration: none;
	text-transform: lowercase;
	/*word-spacing: 1.0em;*/
}
div.shortmenu-statisch a:hover
{
	background-color: #1d7de3;
	color: #86DF1E;
}

div.summer-holidays-maps-text
{
	/* text-align: justify; */
	color: #FFFFFF;
	font-size: 0.9em;
}

div.summer-holidays-maps-text a
{
	/* text-align: justify; */
	color: #a8d2ff;
}

div.summer-holidays-maps-text a:hover
{
	color: #86DF1E;
	text-decoration: none;
}

div.summer-holidays-maps-text-bei-swf
{
	/* text-align: justify; */
	color: #FFFFFF;
	font-size: 0.8em;
}

/* Alles für statische Seiten ende */



/* Alles für Info-Popup-Seiten start */


div.header-info-popup
{
	
	background-color: #FFF;
	border-top: 1px solid #FFFFFF;
}

div.box-peripherie-popup
{
	
	position: absolute;
	top: 130px;
	width: 724px;
	left:13px;
	
}

div.box-content-link-popup
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #1e7ee3;
}

/* Alles für Info-Popup-Seiten ende */



#wizard-links {
	height: 284px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/Expedia-runde-ecken-links.gif') top left no-repeat;
	}
	
#wizard-rechts {
	height: 284px;
	background: url('http://www.summer-holidays.eu/accommodation-directory-europe/templates/Aqua/img/Expedia-runde-ecken-rechts.gif') top right no-repeat;
	}
	
#wizard {
	width: 300px;
	height: 276px;
	border-top-width: 5px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #45acf3;
	border-bottom-color: #45acf3;
	/*font-size: .7em;*/
	background-color: #45acf3;
	margin: 0 22px 0 22px;
	}
#smallfont {
	font-size: .7em;
}
