/* @override http://marina-lubmin.de/fileadmin/templates/css/global.css */

/*******************
* Magical Reset
*******************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
strong {
	font-weight: bold;
}
*:focus { 
	outline: none; 
	}
*::-moz-focus-inner { 
	border: none; 
	}



/*******************
* Basics
*******************/

body {
	background: #91b7ce url(/fileadmin/templates/images/marina_hintergrund_7.jpg) bottom right fixed;
}

#wrapper {
	width: 950px;
	margin: 0 auto;
	background: url(/fileadmin/templates/images/bg-transparent.png) repeat-y;
	padding: 0 20px;
	z-index: 4;
	position: relative;
}

#supersize {
	position: fixed;
	bottom: -10px;
}

#over {
	position: relative;
	z-index: 10;
}

/*******************
* Header
*******************/

#header {
	height: 130px;
}

#header div.links {
	width: 232px;
	float: left;
	height: 130px;
	background: url(/fileadmin/templates/images/logo.png) no-repeat;
}

#header div.links img {
	display: block;
}

#header div.rechts {
	width: 718px;
	float: left;
}

#header div.top {
	height: 67px;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
	text-align: right;
	line-height: 60px;
	padding-right: 20px;
}

#header div.bottom {
	height: 63px;
	background: url(/fileadmin/templates/images/tab-unselected.png) repeat-x;
	font-family: Georgia, Times, Serif;
	font-size: 16px;
}

#header div.top li {
	display: inline;
	padding: 0 10px;
}

#header div.bottom li {
	display: block;
	margin-top: 9px;
	padding: 12px 10px 12px 10px;
	width: auto;
	float: left;
}

#header div.bottom li.active {
	background: url(/fileadmin/templates/images/tab-selected.png) top repeat-x #64b3e5;
	padding-bottom: 13px;
}

#header div.bottom li.active a {
	color: #fff;
}

#header div.bottom li ul {
	position: absolute;
	left: -999em;
	background: #fcdc65;
	margin: 12px 0 0 -10px;
	z-index: 11;
}

#header div.bottom li.active ul {
	position: absolute;
	left: -999em;
	background: #64b3e5;
	margin: 13px 0 0 -10px;
}

/*
#header div.bottom li.active a:hover {
	color: #063385;
}
*/

#header div.bottom li ul li {
	list-style-type: none;
	float: none;
	margin: 0;
	width: 140px;
	display: block;
}

#header div.bottom li:hover ul,
#header div.bottom li.sfhover ul {
	position: absolute;
	left: auto;
}

#header div.top a,
#header div.bottom a {
	color: #063386;
	text-decoration: none;
}

#header div.top a:hover {
	color: #ee8f01;
}

/*
#header div.bottom a:hover {
	color: #6fc1f0; 
}
*/

#header div.bottom li:hover li {
	padding: 5px 10px;
	width: 140px;
}

#header div.bottom li:hover li:hover {
	background: #87c8f2;
}

#header div.bottom li:hover li ul {
	position: absolute;
	left: -9999px;
}

#header div.bottom li:hover li:hover ul {
	position: absolute;
	left: auto;
	margin: -25px 0 0 150px;
	background: #64b3e5;
}

#headimage {
	padding-bottom: 20px;
	background: url(/fileadmin/templates/images/blaubar.png) repeat-x bottom;
}

#headimage img {
	display: block;
}



/*******************
* Main
*******************/
#mainwrap {
	overflow: auto;
}

#mainwrap div.links {
	width: 548px;
	float: left;
	padding: 0 30px;
}

#mainwrap div.rechts {
	width: 282px;
	float: left;
	padding: 0 30px;
}
#mainwrap div.text {
	width: 750px;
	float: left;
	padding: 0 30px;
}
div.breadcrump {
	margin: 15px 0;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
	color: #063386;
}

div.breadcrump a {
	color: #063386;
	text-decoration: none;
	border-bottom: 1px dotted #063386;	
}

div.breadcrump a:hover {
	color: #ee8f01;
	border-bottom: 1px dotted #ee8f01;
}

div.breadcrump li {
	display: inline;
	
}


/*******************
* Content Main Links
*******************/

#mainwrap div.links h1 {
	background: #fcdc65;
	display: inline-table;
	color: #063386;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	padding: 8px 8px 8px 30px;
	position: relative;
	left: -30px;
	margin: 10px 0;
}

#mainwrap div.links p {
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 9px 0;
}

#mainwrap div.links p a {
	color: #063386;
	text-decoration: none;
	border-bottom: 1px dotted #063386;
}

#mainwrap div.links p a:hover {
	color: #ee8f01;
	border-bottom: 1px dotted #ee8f01;
}

#mainwrap div.links img {
	margin: 10px 0;
}
.csc-default ol {
	list-style-type: decimal;
	padding: 8px 8px 8px 30px;
}

/*******************
* Content Main Text
*******************/

#mainwrap div.text h1 {
	background: #fcdc65;
	display: inline-table;
	color: #063386;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	padding: 8px 8px 8px 30px;
	position: relative;
	left: -30px;
	margin: 10px 0;
}

#mainwrap div.text p {
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 9px 0;
}

#mainwrap div.text p a {
	color: #063386;
	text-decoration: none;
	border-bottom: 1px dotted #063386;
}

#mainwrap div.text p a:hover {
	color: #ee8f01;
	border-bottom: 1px dotted #ee8f01;
}

#mainwrap div.text img {
	margin: 10px 0;
}
/*******************
* Content Main Links
*******************/

#mainwrap div.links h1 {
	background: #fcdc65;
	display: inline-table;
	color: #063386;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	padding: 8px 8px 8px 30px;
	position: relative;
	left: -30px;
	margin: 10px 0;
}

#mainwrap div.links p {
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
	line-height: 18px;
	padding: 0 0 9px 0;
}

#mainwrap div.links p a {
	color: #063386;
	text-decoration: none;
	border-bottom: 1px dotted #063386;
}

#mainwrap div.links p a:hover {
	color: #ee8f01;
	border-bottom: 1px dotted #ee8f01;
}

#mainwrap div.links img {
	margin: 10px 0;
}

/*******************
* Content Main Rechts
*******************/

#mainwrap div.rechts {
	margin: 55px 0 0 0;
}

#mainwrap div.rechts div.teaser {
	background: url(/fileadmin/templates/images/bg-teaser.png) repeat-x #ceedff;
	padding: 15px;
	margin: 0 0 20px 0;
}

#mainwrap div.rechts div.teaser h1 {
	color: #063386;
	font-family: Georgia, Times, Serif;
	font-size: 18px;
	margin: 10px 0;	
}

#mainwrap div.rechts div.teaser p {
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
	line-height: 15px;
	margin: 0 0 7px 0;	
}

#mainwrap div.rechts div.teaser a {
	color: #063386;
	text-decoration: none;
	border-bottom: 1px dotted #063386;
}

#mainwrap div.rechts div.teaser a:hover {
	color: #ee8f01;
	border-bottom: 1px dotted #ee8f01;
}



/*******************
* Bottom
*******************/

#bottom {
	background: url(/fileadmin/templates/images/bg-bottom.png) no-repeat top;
	height: 50px;
	margin: 0 auto;
	width: 1000px;
}




/*******************
* Tabellen allgemein
*******************/

table.contenttable {
	margin: 10px 0 15px 0;	
	overflow: auto;
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
	line-height: 15px;
}

table.contenttable th {
	font-weight: bold;
	padding: 5px 10px;
}

table.contenttable tr.tr-odd {
	background: #ddf2fd;
}

table.contenttable tr.tr-even {
	background: #cdedff;
}

table.contenttable td {
	padding: 5px 10px;
}



/*******************
* Tabellen spezifisch
*******************/

table.dauerliegeplaetze {
	width: 450px;
}

table.liegeplatzdaten {
	width: 300px;
}

table.gastronomie {
	width: 100%;
}




/*******************
* Gästebuch
*******************/

div.tx-veguestbook-pi1 {
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
	color: #063386;
}

div.tx-veguestbook-pi1 input,
div.tx-veguestbook-pi1 textarea {
	background: #ddf2fd;
	border: 1px solid #7a8cae;
	padding: 3px;
	color: #063386;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
}

div.tx-veguestbook-pi1 input.tx-guestbook-submit {
	background: #fcdc65;
	padding: 8px;
	width: 100px;
	border: none;
	color: #063386;
	font-weight: bold;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
	position: relative;
	left: 130px;
}

div.tx-veguestbook-pi1 input.tx-guestbook-submit:hover {
	background: url(/fileadmin/templates/images/tab-selected.png) top repeat-x #64b3e5;
	padding: 8px;
	width: 100px;
	color: #fff;
}






/*******************
* Kontaktformular
*******************/

div.tx-thmailformplus-pi1 {
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
	color: #063386;
}

div.tx-thmailformplus-pi1 td {
	padding: 5px 0;
}

div.tx-thmailformplus-pi1 input,
div.tx-thmailformplus-pi1 textarea {
	background: #ddf2fd;
	border: 1px solid #7a8cae;
	padding: 3px;
	color: #063386;
	width: 250px;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 13px;
}

div.tx-thmailformplus-pi1 textarea {
	height: 100px;	
}

div.tx-thmailformplus-pi1 td.fielddescription.textarea {
	vertical-align: top;
}

div.tx-thmailformplus-pi1 input.submit,
div.tx-thmailformplus-pi1 input.submit2 {
	background: #fcdc65;
	padding: 8px;
	width: 100px;
	border: none;
	color: #063386;
	font-weight: bold;
	font-family: Verdana, "Trebuchet MS", Arial, Sans, sans-serif;
	font-size: 11px;
}

div.tx-thmailformplus-pi1 input.submit:hover,
div.tx-thmailformplus-pi1 input.submit2:hover {
	background: url(/fileadmin/templates/images/tab-selected.png) top repeat-x #64b3e5;
	padding: 8px;
	width: 100px;
	color: #fff;
}

span.red {
	color: #990000;
}