body {
	/* Sommer */
	background: url(images/headers/header-gross.jpg) center -60px no-repeat #D4DFE3;
	/* Winter */
	/*background: url(/images/headers/winter2-eeeeee.jpg) center -90px no-repeat #EEEEEE;*/
	font-size: 10pt;
	font-family: sans-serif;
	margin: 0;
	padding: 0;
}

a, a:link, a:visited {
	color: #1F508D;
}

a img {
	border: none;
}

hr {
	clear: both;
	visibility: hidden;
}

#stopie6 {
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -320px;
	width: 600px;
	display: none;
	color: #800000;
	font-weight: bold;
	background-color: #fff;
	padding: 10px;
	border: 10px solid red;
}

#logo {
	float: left;
	margin: 20px 0 0 8px;
	background-color: white;
}

#logo img {
}


#rightoflogo {
	float: right;
	margin: 8px;
	background-color: white;


}

#page {
}

#topnav {
	height: 24px;
	background-color: white;
	text-align: right;
	font-size: 10pt;
	padding: 8px 8px 0 0;
}

#topnavlogin {
	/*float: left;*/
}

#topnav a {
	color: #666;
}

#header {
	width: 990px;
	background-color: white;
	margin: 0 auto;

	border-bottom: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;

	height: 96px;
	
}

#header h1 {
	display: none;
	margin: 0;
}

#content {
	width: 990px;
	margin: 200px auto 20px auto;

	padding-top: 8px;
	padding-bottom: 8px;

	background-color: white;
	border: 1px solid gray;
}

#content h1 {
	padding-top: 0;
	margin-top: 0;
	color: #214470;
	font-size: 16pt;
}

.menu {
}

.menu ul {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.menu ul li {
	padding: 0px;
	color: white;
	margin: 1px 0 1px 0;
}

.menu ul li a {
	display: block;
	padding: 3px;
	text-decoration: none;
}

/*
#menu ul li#m1		{ background-color: #900077; }
#menu ul li#m1  a	{ color: #fff; }
#menu ul li#m6		{ background-color: #6E5847; }
#menu ul li#m6  a	{ color: #fff; }
#menu ul li#m7		{ background-color: #FFD700; }
#menu ul li#m7  a	{ color: #333; }
#menu ul li#m9		{ background-color: #cccccc; }
#menu ul li#m9  a	{ color: #444; }
#menu ul li#m11		{ background-color: #009000; }
#menu ul li#m11 a	{ color: #fff; }
#menu ul li#m12		{ background-color: #002690 }
#menu ul li#m12 a	{ color: #fff; }
#menu ul li#m13		{ background-color: #90000B }
#menu ul li#m13 a	{ color: #fff; }
*/



.menu ul li#m5 {
	background-color: #ffffff;
	background-image: url(/images/lbs_nord_logo20.gif);
	background-position: right center;
	background-repeat: no-repeat;
	line-height: 20px;
	border: 1px solid #FF0000;
}

.menu ul li#m5 a {
	color: #f00;
}

.menu ul li h3 {
	margin: 0;
	padding: 3px;
	font-size: 1em;
}

.menu ul li ul li {
	background-image: url(/style/images/spacer50w.png);
	color: #303030;
	padding: 2px 2px 2px 10px;
}

.menu ul li ul li:before {
	/*content: "\00BB \0020";*/
}

#col1 {
	float: left;
	width: 200px;
	margin-left: 8px;
	margin-right: 1%;
}

#col1 h2, #col3 h2 {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 9pt;
	margin: 0.9em 0 0.9em 0;
	line-height: 1.9em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 0;
	border-bottom: 1px solid #ddd;
	color: #aaa;
}

#col2 {
	float: left;
	width: 520px;
	min-height: 400px;
	padding: 0 10px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#col2.wide {
	width: 750px;
	border-right: none;
	padding-right: 0;
}

#col2 p {
	line-height: 1.8em;
}

#col2 h2 {
	color: #214470;
	font-size: 10pt;
	margin: 0 0 0.9em 0;
	line-height: 1.9em;
	padding: 0;
	letter-spacing: 1px;
	border-top: 0;
}

#col2 h3 {
	font-size: 9pt;
	line-height: 1.9em;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 0;
}


#col3 {
	float: left;
	width: 200px;
	margin-left: 2%;
}

#profile {

}

#profile #profilelogo, #articles #profilelogo {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#profile h1, #articles h1 {
	margin: 0;
	font-size: 14pt;
}

#profile h2 {
	font-size: 1em;
	color: #aaa;
	letter-spacing: 2px;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
	
}

#profile h3 {
	margin-left: 60px;
	letter-spacing: 0;
	text-transform: none;
}

#profile a.rssfeed {
	clear: left;
	float: right;
	height: 32px;
	width: 32px;
	margin-right: 20px;
	background-image: url(images/feed-gray.png);
	text-decoration: none;
}

#profile a.rssfeed:hover {
	background-image: url(images/feed.png);
}

#profile a.rssfeed span {
	visibility: hidden;
}


#profile p, #profile table {
	clear: left;
	margin-left: 60px;
}

#profile p.description {
	clear: left;
	margin-left: 0px;
}

#profile ul {
	clear: left;
	margin-left: 60px;
	padding-left: 1.2em;
}

a.profilecounterBar {
	display: block;
	background-color: gray;
	height: 8px;
	margin: 2px 0;
}

a.profilecounterBar.maximum {
	background-color: red;
}


.goto:before {
	content: "\00BB \0020";
	text-decoration: none;
}

#col3 h3 {
	font-size: 10pt;
}

.connectedprofiles {
	font-size: 8pt;
}

.connectedprofiles ul {
	padding-left: 1.3em;
}

.authorinfo {
	margin-bottom: 1em;
	
}

.articleitem {
	margin-bottom: 20px;
}

.articleitem div.date {
	float: right;
	text-align: right;
}

div.date {
	float: right;
	border: 1px solid black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;;
	border-radius: 4px;
}

div.date div.dateDay {
	float: left;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	text-align: right;
	padding: 1px 4px 1px 3px;
	color: #f0f0f0;
	background-color: black;
}

div.date div.dateMonthYear {
	float: left;
	height: 24px;
	margin: 1px 3px;
}

div.date div.dateMonth {
	float: left;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	text-align: left;
}

div.date div.dateYear {
	clear: left;
	float: left;
	font-size: 10px;
	line-height: 12px;
	height: 12px;
	text-align: left;
}


a.thumbnail {
	display: block;
	float: left;
	text-align: center;
	line-height: 80px;
	height: 80px;
	width: 80px;
	border: 1px solid #d0d0d0;
	margin: 0 5px 5px 0;
}

a.thumbnail span {
	font-size: 70px;
	line-height: 1em;
	margin: 0;
	padding: 0;
}

a.thumbnail span img {
	vertical-align: middle;
}

.serif {
	font-family: Georgia,"Times New Roman",Times,serif;
}

#footer {
	width: 970px;
	margin: 0 auto 20px auto;
}

#footer .col {
	float: left;
	width: 33.33%;
}

#footer h4 {
	font-weight: normal;
	color: #888;
}

#footer ul {
	color: #888;
}

#footer a {
	color: #888;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#homemap {
	/*background-image: url(/images/hafen-pfade.png);
	background-repeat: no-repeat;
	background-position: left 40px;
	width: 750px;
	height: 400px;*/
}

.map {
	
}

.map .mapimage img {
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
}

.pfeil {
	position: relative;
	z-index: 2;
	width: 0;
	height: 0;
	line-height: 0;
	overflow: visible;
}


.pfeil .pfeilkopf {
	position: relative;
	z-index: 4;
	text-decoration: none;
	display: block;
	margin: 0 0 0 0;
	width: 14px;
	height: 28px;
	line-height: 0;
	font-size: 0;
}

.pfeil .pfeilkopf:hover {
	z-index: 5;
}

.pfeil .pfeilbg {
	position: relative;
	top: -28px;
	left: 0px;
	z-index: 3;
	width: 14px;
	height: 47px;
	background-repeat: no-repeat;
}

#restaurants .pfeil .pfeilbg, .pfeil .red {
	background-image: url(images/map/arrow_red.png);
}

#clubs .pfeil .pfeilbg, .pfeil .green {
	background-image: url(images/map/arrow_green.png);
}

#business .pfeil .pfeilbg, .pfeil .yellow {
	background-image: url(images/map/arrow_yellow.png);
}

#mapselect label {
	padding: 2px 6px 2px 6px;
	margin: 0 5px 0 0;
	font-size: 8pt;
}

#mapselect label input {
	vertical-align: middle;
}

#buttonClubs {
	background-color: #4A900E;
	color: #f0f0f0;
}
#buttonRestaurants {
	background-color: #ED1B00;
	color: #f0f0f0;
}
#buttonBusiness {
	background-color: #E4AF05;
	color: #303030;
}


div.nulldim {
	float: left;
	height: 0;
	width: 0;
	font-size: 0;
	line-height: 0;
	overflow: visible;
}

ul#listclubslogo {
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}

ul#listclubslogo li {
	display: block;
	float: left;
	width: 33.0%;
	height: 130px;
	border-style: solid;
	border-color: #ccc;
	border-width: 0px 0px 0 0px;
	text-align: center;
}

ul#listclubslogo li a {
	display: block;
	height: 130px;
	text-decoration: none;
}

ul#listclubslogo li a span.linktext {
	text-decoration: underline;	
}

ul#listclubslogo li a span.logo {
	line-height: 70px;
}

ul#listclubslogo li a span.logo img {
	vertical-align: middle;
}



ul#listclubs {
	clear: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid #ccc;
}

ul#listclubs li {
	display: block;
	border-style: solid;
	border-color: #ccc;
	border-width: 1px 0px 0 0px;
}

ul#listclubs li a.listlink {
	display: block;
	height: 40px;
	line-height: 40px;
}



table.mystyle {
	border: 1px solid #ccc;
	/*border-collapse: collapse;*/
	border-spacing: 2px;

	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}

table.mystyle td {
	padding: 4px;
}

td.calendarmonth {
	width: 8.333333333%;
	background-color: #999;
}

td.calendarMonths {
	width: 16.6666666%;
	background-color: #999;
}


.calendarmonthname {
	color: #eee;
	font-size: 9px;
	background-color: #999;
}

td div.calendarmonthinner {
	margin: 1px;
}

td div.calendarmonthevents {
	background-color: #ddd;
	font-size: 9px;
	min-height: 100px;
	height: 100%;
}


.row1 {
	background-color: #f0f0f0;
}

.row2 {
	background-color: white;
}

.imagerounded {
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#webcamContainer {
	width: 540px;
	height: 375px;
	margin-bottom: 1em;
}

.error { color: #ee0000 }
.success { color: #008000 }

.first {
	margin-top: 0;
}

.border-radius-bottom-8 {
	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-radius-bottomright: 8px;
	-khtml-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.border-radius-8 {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.border-radius-3 {
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

