/*
Theme Name: Bluewater Safaris
Theme URI:
Description: Exklusiv entwickelt f&uuml;r http://www.bluewater-safaris.com/
Version: 1.0
Author: Markus Niesen
Author URI: http://www.niesen.biz/
*/

body {
	font: 11pt/120% Arial, serif;
	background-color: white !important;
	background-image: none !important;
	color:black;
}

#header, #left, #sidebar, #searchform, #commentform, #container, #container_ie, #nav {
	display:none;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 13pt;
}

h2, h3 {
	line-height: 110%;
	margin: 10px 0 10px 0;
	padding: 0;
}

a:link, a:visited {
	background:white;
	text-decoration:none;
}

a img {
	border: none;
}

#footer {
    font-size: 9pt;
	text-align: center;
}


/* Begin Images */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	margin: 0 7px 40px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin: 0 0 8px 0;
	padding: 0 0 10px 25px;
	}

html>body .entry li {
	margin: 8px 0 0 0;
	padding: 0;
	}

.entry ol {
	margin: 0 0 8px 0;
	padding: 0 0 10px 25px;
	}

.entry ol li {
	margin: 8px 0 0 0;
	padding: 0;
	}

/* End Entry Lists



/*********************************************************************
 *********************************************************************
 **** Sonstige applikationsspezifische Klassen                    ****
 *********************************************************************
 *********************************************************************/

/* Formatierung der Termine/Preise */
#termine_preise {
	font: 8pt Arial, serif;
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}

#termine_preise li.header div {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	border-top: 1px solid #c0c0c0;
}

#termine_preise li div {
	display: block;
	float: left;
	border-bottom: 1px solid #c0c0c0;
	border-right: 1px solid #c0c0c0;
	padding: 3px 5px;
}

#termine_preise li div.listitem_monat {
	background-color: #ddd;
	width: 613px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #c0c0c0;
}

#termine_preise li div.listitem_termin {
	width: 100px;
	text-align: center;
	border-left: 1px solid #c0c0c0;
}

#termine_preise li div.listitem_dauer {
	width: 55px;
	text-align: center;
}

#termine_preise li div.listitem_route {
	width: 240px;
	text-align: center;
}

#termine_preise li div.listitem_preis {
	width: 55px;
	text-align: center;
}

#termine_preise li div.listitem_frei {
	width: 33px;
	text-align: center;
}

#termine_preise li div.listitem_reserviert {
	width: 33px;
	text-align: center;
}

#termine_preise li div.listitem_gebucht {
	width: 33px;
	text-align: center;
}

html>body #termine_preise li { /* Fix für veränderten Zeilenabstand */
	margin: 0;
	float: left;
}
