body {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	background-color:#EEF1DF;
}
html {
	width: 100%; /* important e.g. for googleMapDiv */
	height: 100%; /* important e.g. for googleMapDiv */
}
table {
	font-size: 1em;
}

a {
	color:#617200;
}

#printBody {
	background-color: #FFFFFF;
	background-image: none;
	margin: 10px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Allgemeines */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.field {
	border: 1px solid #333333;
	background-color:#FFFFFF;
}

.button {
	font-size:1em;
	border: 1px solid #333333;
	background-color:#EEEEEE;

}

.headline {
	font-size: 12px;
	font-weight:bold;
	padding:3px;
	color:#35537B;
	text-transform:uppercase;

}

.subHeadline {
	font-size: 1em;
	font-weight:bold;
	background-color:#DEEEFF;
	padding:3px;
}

.fliess {
	color:#35537B;
}

.info {
	font-weight:bold;
	color:#35537B;
}

.note {
	font-size: .8em;
}

.error {
	font-weight:bold;
	color: #FF0000;

}

.clearer{
	clear:both;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* cEasy */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.bar {
	width:100%;
	background-color:#DAE2AA;
	margin:20px 0px 10px 0px;
	clear:both;

}

.barHead {
	float:left;
	background-color:#A0BD00;
	color: #FFFFFF;
	font-size:1.1em;
	font-weight:bold;

}

.barCaps {
	width:15px;
	height:15px;
	margin: 5px;
	text-align:center;
}

.barMain {
	margin-left:30px;
	margin-right:30px;
	color: #3F60BF;
	font-size:1.1em;
	font-weight:bold;
	padding:5px;
}

.barRight {
	float:right;
	height:15px;
	padding:5px;
	color: #3F60BF;

}

.layoutTable {
	padding:0px;
	margin:0px;
	border: 0px solid #000000;

}

.layoutTable td {
	padding:0px 5px 2px 0px;
}

.dataTable {
	padding:0px;
	margin:0px;
	border: 1px solid #CCCCCC;
	border-collapse:collapse;
}

.dataTable th {
	background-color:#EEEEEE;
	padding:5px;
	border: 1px solid #CCCCCC;
}

.dataTable td {
	padding:5px;
	border: 1px solid #CCCCCC;
}

.list {
	margin:5px;
	padding:0px;
	/*list-style-type:square;*/
	list-style-position:outside;
	list-style-image: url(/_ceasy4/ceasy-develop/images/layout/bullet.gif);

}

.list a {text-decoration: none;}
.list a:hover {text-decoration: underline;}

.list li {
	margin-left:25px;
	padding-left:5px;

}

.listRowEven {
	margin:1px;
	margin-left:25px;
	padding:5px;
	/*background-color:#FFFFFF;*/
}

.listRowOdd {
	margin:1px;
	margin-left:25px;
	padding:5px;
	background-color:#EFF3DC;
}

.caps {
	margin:20px;
	margin-left:0px;
	padding:0px;
	list-style-type:none;
}

.caps a {text-decoration: none;}
.caps a:hover {text-decoration: underline;}

.capRowEven {
	margin:0px;
	padding:5px;
	display:inline;
	/*background-color:#FFFFFF;*/
}

.capRowOdd {
	margin:0px;
	padding:5px;
	display:inline;
	background-color:#F6F6F6;
}

.block {
	margin-bottom:10px;

}

.box {
	border-width: 1px;
	border-style: solid;
	border-color: #333333;
	padding:5px;
	background-color:#FFFFFF;
	width:400px;
	margin:auto;
}

.boxHeadline {
	background-color:#DEEEFF;
	font-size: 1.2em;
	font-weight:bold;
	padding:5px;
	margin:-5px;
	margin-bottom:5px;
}

.container {


}

.unit {
	margin:5px;

}

.headlineCell {
	font-weight: bold;
	background-color: #CCCCCC;
}

.infoCell {
	font-weight: bold;
}

.event {
	margin-bottom:30px;
	color:#000000;
}

.eventHeadline {
	margin-bottom:3px;
}

.eventHiLine {
	margin-bottom:3px;
}

.eventLine {
	margin-bottom:3px;
}

.eventLeftCol {
	float:left;
	width:60px;
	padding: 3px 5px;
	font-weight:bold;
}

.eventRightCol {
	margin-left: 73px;
	padding: 3px 5px;
}

.eventHeadline .eventLeftCol {
	background-color: #DAE2AA;
}

.eventHeadline  .eventRightCol {
	background-color: #DAE2AA;
}

.eventHiLine .eventLeftCol {
	background-color: #E5EBC9;
}

.eventHiLine  .eventRightCol {
	background-color: #E5EBC9;
}

.eventLine .eventLeftCol {

}

.eventLine  .eventRightCol {

}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Altensteig */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	margin: auto;
	padding: 0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
	text-align: center;
}
#all {
	margin: auto;
	padding: 0px;
	text-align: center;
	width:780px;
	_width:782px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;

}
#allSmall {
	margin: auto;
	padding: 0px;
	text-align: center;
	width:585px;
	_width:587px;
}
h1 {
	font-size: 1em;
	font-weight:bold;
}
h2 {
	font-size: 1em;
	font-weight:bold;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
h4 {
	font-size:1em;
	font-weight:bold;
}

#eventDateSearchForm {
	margin-top:10px;
	margin-left: 2px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* TopNavi */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#topNaviArea {
	clear:both;
	width:466px;
	height:49px;
	background-color:#073F6F;
	border-bottom:1px solid #FFFFFF;
}
.topNaviItem {
	float:left;
	position:relative;
	display:inline;
	height:19px;
	_height:49px;
	padding-top:3px;
/*
	padding-left:7px;
	padding-right:7px;
	font-size:0.85em;
*/
	padding-left:12px;
	padding-right:11px;
	font-size:0.80em;
	text-align:left;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#20537E;
	border-top:18px solid #073F6F;
	border-bottom:8px solid #073F6F;
	border-left:1px solid #90A9BF;
}
.topNaviItem a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
.topNaviItem a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
.topNaviItemFirst {
	float:left;
	position:relative;
	display:inline;
	height:19px;
	_height:49px;
	padding-top:3px;
	padding-left:13px;
	padding-right:14px;
	font-size:0.80em;
	text-align:left;
	font-weight:bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	background-color:#20537E;
	border-top:18px solid #073F6F;
	border-bottom:8px solid #073F6F;
}
.topNaviItemFirst a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}
.topNaviItemFirst a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* BannerArea */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#bannerAreaHome {
	width:780px;
	background-color:#073F6F;
}
#bannerArea {
/*	clear:both; */
	width:780px;
	background-color:#073F6F;
}
#banner_o {
	width:466px;
	height:50px;
	background-color:#A0BD00;
	text-align:right;
	vertical-align:bottom;
	overflow:hidden;
}

#banner_o img{
	display:block;
	margin:0 0 0 155px;
}

#banner_u {
	width:469px;
	_width:470px;
	background-color:#5E8CB3;
	border-right:1px solid #FFFFFF;
	text-align:left;
	overflow:hidden;
}

#banner_u img{
	display:block;
}

#banner_u_wide {
	width:625px;
	_width:625px;
	background-color:#5E8CB3;
	text-align:left;
	overflow:hidden;
}

#banner_u_wide img{
	display:block;
}

#homeLogoBottom{
	width:314px;
	height:51px;
	overflow:hidden;
}

#homeLogoBottom img{
	display:block;
}

#homeLogoTop{
	width:314px;
	height:50px;
	overflow:hidden;
}

#homeLogoTop img{
	display:block;
}

#homeBanner{
	height:144px;
	width:148px;
}

#homeBanner img{
	display:block;
}

#logoArea{
	width:314px;
	height:101px;
	overflow:hidden;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Krümelleiste und Suche */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#crumbNaviArea {
/*	clear:both; */
	float:left;
	height:12px;
	_height:20px;
	width:429px;
	_width:449px;
	text-align:left;
	padding-left:12px;
	padding-top:6px;
}
#crumbNaviArea a {
	color:#35537B;
	text-decoration:none;
	padding-right: 4px;
	font-size: 10px;
}
#crumbNaviArea a:hover {
	color:#35537B;
	text-decoration:none;
}

#crumbNaviAreaWide {
/*	clear:both; */
	float:left;
	height:12px;
	_height:20px;
	width:555px;
	_width:595px;
	text-align:left;
	padding-left:12px;
	padding-top:6px;
}
#crumbNaviAreaWide a {
	color:#35537B;
	text-decoration:none;
	padding-right: 4px;
	font-size: 10px;
}
#crumbNaviAreaWide a:hover {
	color:#35537B;
	text-decoration:none;
}

/*
.crumbNaviItem {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	float:left;
	padding-right: 4px;
	color:#35537B;
	text-decoration:none;
	font-size: 10px;
	border:1px dotted blue;
}
.crumbNaviItem a {
	color:#35537B;
	text-decoration:none;
}
.crumbNaviItem a:hover {
	color:#35537B;
	text-decoration:none;
}
*/
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* mainArea */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#mainArea {
	clear:both;
	width:780px;
}
#sideNaviColor {
	background-color:#617200;
}
#contentColColor {
	background-color:#FFFFFF;
}
#rightColColor {
	background-color:#E5EBC9;
}

#contentColArea {
/*
	_width:470px;
*/
	padding:0px;
	margin:0px;
}
#contentArea {
	float:left;
	width:450px;
	_width:470px;
	padding-left:12px;
	padding-right:8px;
	padding-top:25px;
	padding-bottom:20px;
	text-align:left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#35537B;
}
#contentArea td {
	color:#35537B;
}
#contentArea a {
	color:#617200;
	text-decoration:none;
}
#contentArea a:hover {
	color:#617200;
	text-decoration:underline;
}
#contentAreaWide {
	float:left;
	width:575px;
	_width:595px;
	padding-left:12px;
	padding-right:8px;
	padding-top:25px;
	padding-bottom:20px;
	text-align:left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#35537B;
}
#contentAreaWide td {
	color:#35537B;
}
#contentAreaWide a {
	color:#617200;
	text-decoration:none;
}
#contentAreaWide a:hover {
	color:#617200;
	text-decoration:underline;
}

#rightColArea {
	float:left;
	width:155px;
}
#rightColContent {
	text-align:left;
	width:135px;
	_width:155px;
	padding:10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	color:#35537B;
}
#rightColContent td {
	color:#35537B;
}
#rightColContent a {
	color:#617200;
	text-decoration:none;
}
#rightColContent a:hover {
	color:#617200;
	text-decoration:underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* toolBarArea */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#toolBarArea {
	float:left;
/*
	width:430px;
	_width:450px;
*/
	padding-left:12px;
	padding-right:8px;
	padding-top:30px;
	padding-bottom:15px;
	text-align:left;
}
#toolBarLeft {
	float:left;
	text-align:left;
	color:#617200;
	font-size:0.85em;
}
#toolBarLeft a {
	color:#617200;
	text-decoration:none;
}
#toolBarLeft a:hover {
	color:#617200;
	text-decoration:underline;
}
#toolBarRight {
	float:right;
	text-align:right;
	color:#617200;
	font-size:0.85em;
}
#toolBarRight a {
	color:#617200;
	text-decoration:none;
}
#toolBarRight a:hover {
	color:#617200;
	text-decoration:underline;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* SideNavi */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#sideNaviArea {
	float:left;
	width:155px;
	background-color:#617200;
}
#sideNaviAreaHome {
	font-family : Arial, Helvetica, sans-serif;
	float:left;
	width:139px;
	_width:155px;
	text-align:left;
	background-color:#8BA304;
	color:#FFFFFF;
	font-size:0.85em;
	line-height:20px;
	padding-top:55px;
	padding-bottom:110px;
	padding-left:16px;
	border-top:1px solid #FFFFFF;
}
#sideNaviCurrent {
 	float:left;
	width:140px;
	_width:155px;
	height:25px;
	_height:59px;
	padding-left:15px;
	padding-top:29px;
	_padding-top:25px;
	padding-bottom:5px;
	_padding-bottom:5px;
	text-align:left;
	font-weight:bold;
	background-color:#A0BD00;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.85em;
	text-transform:uppercase;
	color:#FFFFFF;

}
.sideNavi {
 	float:left;
	width:140px;
	_width:155px;
	padding-left:15px;
	text-align:left;
	background-color:#9AA55C;
	border-top:1px solid #617200;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
.sideNavi a {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNavi a:hover {
	color:#E5EBC9;
	text-decoration:none;
}
.sideNaviActive {
 	float:left;
	width:140px;
	_width:155px;
	padding-left:15px;
	font-weight:bold;
	text-align:left;
	color:#FFFFFF;
	background-color:#9AA55C;
	border-top:1px solid #617200;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
}
.sideNaviActive a {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNaviActive a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNaviSub {
 	float:left;
	width:140px;
	line-height:20px;
	text-align:left;
	font-weight:normal;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
}
.sideNaviSub a {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNaviSub a:hover {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNaviSubActive {
 	float:left;
	width:140px;
	line-height:20px;
	text-align:left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.sideNaviSubActive a {
	color:#FFFFFF;
	text-decoration:none;
}
.sideNaviSubActive a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Listen NewsListe */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

/* +++ news +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */

.newsList{
	margin:0 0 20px 0;
}
.newsList h2{
	margin:10px 0 10px 0;
}

.NewsItem{
	margin:0;
	padding:0
}

.NewsLineSpacer{
	margin:0 0px 0 12px;
}

.newsLine {
	clear: both;
	margin:0px 0 0 0px;
	padding:4px 0px 4px 0px;
}

.newsItemLeft {
	float:left;
	width:75px;
	color:#617200;
}

.newsItemRight {
	float:left;
	width:360px;
}

.newsItemLeft  .listBullet {
 	float:left;
	color:#617200;
	font-size:10px;
 	width:15px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Listen (dynamisch/manuell) */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.listHeader {
	clear:both;
 	float:left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin-top:16px;
	padding-top:8px;
	padding-bottom:10px;
 	width:440px;
	height:30px;
}
.listBullet {
 	float:left;
	color:#617200;
	font-size:10px;
 	width:20px;
}
.listItem {
 	float:left;
	clear:both;
 	width:440px;
	vertical-align:middle;
	margin:0px;
	padding:0px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#617200;
	font-size:1.0em;
}
.listItemText {
 	float:left;
 	width:420px;
	vertical-align:middle;
	margin:0px;
	padding-bottom:5px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color:#617200;
	font-size:1.0em;
}
.listItem a {
	color:#617200;
	text-decoration: none;
}
.listItem a:hover {
	color:#617200;
	text-decoration: underline;
}
.listBottom {
	clear:both;
 	float:left;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
 	width:440px;
 	height:25px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* DropDown-Menü */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.dropDownBox {
	position:absolute;
	visibility:hidden;
	text-align:left;
	left:0px;
	top:32px;
	width:180px;
	background-color:#073F6F;
}
.dropDownBoxContent {
}
.dropDownNavi {
	white-space:nowrap;
	width:180px;
	height:20px;
	padding-top:5px;
	text-transform:none;
	color:#FFFFFF;

	background-color:#20537E;
	border-bottom:1px solid #073F6F;
}
.dropDownBox a {
	display: block;
	padding: 3px 10px;
	width:180px;
	font-weight: normal;
}
.dropDownNaviActive {
	white-space:nowrap;
	width:180px;
	height:20px;
	padding-top:5px;
	text-transform:none;
	background-color:#073F6F;
	border-bottom:1px solid #073F6F;
}

.dropDownNavi a {
	text-decoration:none;
	font-weight: normal;
}
.dropDownNavi a:hover {
	text-decoration:none;
	font-weight: normal;
}

.dropDownNaviActive a {
	text-decoration:none;
	font-weight: normal;
}
.dropDownNaviActive a:hover {
	text-decoration:none;
	font-weight: normal;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Display-Area */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#displayArea{
	float:left;
	width:155px;
	height:59px;
	background-color:#A0BD00;
}
.displayText {
	float:left;
	padding-top:19px;
	padding-left:45px;
	padding-right:6px;
	font-size:0.85em;
	color:#FFFFFF;
	font-weight: bold;
}
.displayIcon {
	float:left;
	padding-top:18px;
	padding-left:3px;
	padding-right:3px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Search-Area */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#searchArea {

}
#searchForm {
	float:right;
	width:143px;
	_width:155px;
	height:42px;
	_height:60px;
	padding-top:18px;
	padding-left:12px;
	background-color:#8BA304;
	border-top:1px solid #FFFFFF;
}
.searchField {
	width: 90px;
	_width: 100px;
	height: 15px;
	_height: 21px;
	padding-top:3px;
	padding-left:10px;

	vertical-align:top;
	background-color:#AEBF50;
	border:1px solid #AEBF50;

	text-transform:uppercase;
	font-family :Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:0.85em;
	color: #FFFFFF;
}
#searchButton {
	width: 17px;
	font-weight: normal;
	height: 20px;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* StaticLink-Area */
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
#staticLinkArea {
	float:left;
	height:85px;
	width:143px;
	_width:155px;
	padding-left:12px;
	background-color:#A0BD00;
}
.staticLink {
	height:18px;
	_height:20px;
	padding-top:2px;
	text-align:left;
	color:#FFFFFF;
	font-family : Arial, Helvetica, sans-serif;
	text-align:right;
	font-size:0.9em;
}
.staticLink a {
	color:#FFFFFF;
	text-decoration:none;
}
.staticLink a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.staticLinkBold a{
	font-weight:bold;
	font-size:1.1em;

}
.staticLinkBold a:hover{
	font-weight:bold;


}

/* === lightbox ============================================================*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/ceasy/etc/icons/core/usage/lightbox/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/ceasy/etc/icons/core/usage/lightbox/next.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 110px; float: right;  padding-bottom: 0.7em; outline: none;}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* === core ============================================================*/
.cCore_headline {
	font-size: 1.2em;
	margin: 0px 0px 10px 0px;
}

.cCore_rowOdd {
	margin-bottom: 10px;
}

.cCore_rowEven {
	margin-bottom: 10px;
}

.cCore_addressBlock {
	_display: inline-block;
	overflow: hidden;
	margin-top: 20px;
}

.cCore_addressBlockLine {
	clear: both;
}

.cCore_addressBlockIcon {
	float: left;
	vertical-align: bottom;
	margin-bottom: 3px;
}

.cCore_addressBlockWithIcon {
	margin-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
	overflow: hidden;
}

.cCore_contactInformationBlock {
	_display: inline-block;
	overflow: hidden;
	margin-top: 20px;
}

.cCore_contactInformationBlockLine {
	clear: both;
}

.cCore_contactInformationBlockIcon {
	float: left;
	vertical-align: bottom;
	margin-bottom: 3px;
}

.cCore_contactInformationBlockWithIcon {
	margin-left: 25px;
	padding-top: 2px;
	margin-bottom: 3px;
	overflow: hidden;
	_position: absolute; /* Bugfix IE6: instead of this you may set width in px for Bugfix of "oversize-content" */
	_margin-left: 5px; /* Bugfix IE6 */
	_overflow: visible; /* Bugfix IE6: let infoLayerBox overflow */
}

.cCore_contactInformationBlockLabel {
	float: left;
	width: 70px;
	font-weight: bold;
}

.cCore_contactInformationBlockWithLabel {
	margin-left: 80px;
	margin-bottom: 5px;
	overflow: hidden;
	/* set width in px for IE6-Bugfix with "oversize-content" */
}

#cCore_loginHeaderDiv {
	margin: 50px auto 10px auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
	max-width: 400px;
	font-weight: bold;
}

#cCore_loginFormDiv {
	margin: 20px auto;
	padding: 10px;
	border: 1px solid #CCCCCC;
	max-width: 400px;
}

.cCore_swapListHeadline {
	margin-top: 3px;
	padding: 5px;
	cursor: pointer;
	background-color: #CCCCCC;
}

.cCore_swapListContent {
	padding: 5px;
	border: 1px solid #CCCCCC;
}

.cCore_infoLayerBoxParent {
	position: absolute;
}

.cCore_infoLayerBox {
	position: absolute;
	display: none;
	text-align: right;
	bottom: 0px;
	right: 10px;
	background-color: #EEEEEE;
	padding: 1px;
}

.cCore_infoLayerBoxContent {
	padding: 5px 10px;
}

.cCore_infoLayerBox a {
	color: #000000;
	white-space: nowrap;
}

a.cCore_infoLayerBoxHandle {
	font-size: 10px;
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 0px 3px;
}

/* === news ============================================================*/
#cNews_submitButton {
 margin-left: 10px;
}

.cNews_searchOff {
	border: 0px solid #DDDDDD;
	margin-top: 3px;
	padding: 0px;
}

.cNews_searchOff #cNews_searchDiv {
	display: none;
	padding: 10px;
}

.cNews_searchOn {
	border: 1px solid #DDDDDD;
	margin-top: 3px;
	padding: 0px;
}

.cNews_searchOn #cNews_searchDiv {
	display: block;
	padding: 10px;
}

.cNews_galleryThumb {
	border: 1px solid #EEEEEE;
	text-align: center;
	float: left;
	overflow: hidden; /* important for IE 6*/
	margin: 5px;
}

.cNews_articleDate {
	margin: 10px 0px 0px 0px;
}

.cNews_articleTeaser {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

.cNews_articleSubTitle {
	margin: 10px 0px 0px 0px;
	font-weight: bold;
}

/* === biga ============================================================*/
#cBiga_submitButton {
 margin-left: 10px;
}

.cBiga_searchOff {
	border: 0px solid #DDDDDD;
	margin-top: 3px;
	padding: 0px;
}

.cBiga_searchOff #cBiga_searchDiv {
	display: none;
	padding: 10px;
}

.cBiga_searchOn {
	border: 1px solid #DDDDDD;
	margin-top: 3px;
	padding: 0px;
}

.cBiga_searchOn #cBiga_searchDiv {
	display: block;
	padding: 10px;
}

.cBiga_galleryThumb {
	border: 1px solid #EEEEEE;
	text-align: center;
	float: left;
	overflow: hidden; /* important for IE 6*/
	margin: 5px;
}

.cBiga_galleryTeaser {
	margin: 10px 0px 0px 0px;
	font-style: italic;
}

.cBiga_galleryDate {
	margin: 10px 0px 0px 0px;
}

/* === cms ============================================================*/
#cCms_printPageMaster{
	margin: 5px auto 0px auto;
	padding: 0 0 10px 0;
	width: 640px;
	border-color: #000000;
}

#cCms_printTopClaim{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

#cCms_printButtonArea{
	padding: 12px 0 7px 0;
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #d5d5d5;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-image: url(../../../../ceasy/etc/icons/cms/usage/printHeadBg.jpg);
	border-color: #000000;
	text-align: right;
}


#cCms_printButtonArea input{
	margin: 0 10px  0 0;
}

#cCms_printStaticInformationArea{
	padding: 10px;
}

#cCms_printMiddleClaim{
	padding: 10px 0 10px 0;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #000000;
}

.cCms_printNote {
	font-size: .8em;
}

#cCms_printBottomClaim {
	padding: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}

@media print {
  #cCms_printButtonArea {
		display: none;
	}
	#cCms_printMiddleClaim{
		border-width: 0px;
	}
}


/* === googleMaps ============================================================*/
#googleMapBody {
	background-color: #FFFFFF;
	background-image: none;
	margin: 0px;
	width: 100%;
	height: 100%;
	text-align: left;
}

#googleMapBody h1 {
	font-size: 1em;
	font-weight: bold;
}

#googleMapDiv {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	width: auto;
	height: auto;
	min-width: 300px;
	min-height: 300px;
	background-color: #EEEEEE;
}

#googleMapScreen {
	width: 100%;
	height: 100%;
}

#googleMapLoaderDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-image: url(../../../../ceasy/etc/icons/core/usage/googleMaps/loaderDivBg.png);
	background-repeat:repeat;
}

#googleMapLoaderDivBox {
	border: 1px solid #000000;
	background-color: #FFFFFF;
	padding: 20px;
	text-align: center;
	width: 200px;
	height: 60px;
	margin: 100px auto;
}

#googleMapSearch {
	float:left;
	width: 250px;
	height: 100%;
	position: relative;
	z-index: 1; /*  important for IE hack on fix-sized selects with oversize content */
	background-color: #E2E1E4;
}

#googleMapSearchInput {
	margin: 5px;
}

#googleMapMain {
	margin-left: 250px;
	height: 100%;
	position: relative;
}

#googleMapResults {
	position: absolute;
	top: 260px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #999999;
	padding: 3px;
	overflow: scroll;
	background-color: #FFFFFF;
}

#googleMapResults:hover {
	overflow: visible;
	right: auto;
	min-width: 230px;
	width: auto;
}

#googleMapResults div.googleMapResultDiv {
	white-space: nowrap;
	cursor: pointer;
}

#googleMapResults div.googleMapResultTitle {
	margin-left: 30px;
	float: left;
}

#googleMapSearchItemSelect {
	width: 240px;
	margin-bottom: 5px;
}

#googleMapSearchCategorySelect {
	width: 240px;
	margin-bottom: 5px;
}

#googleMapSearchDistrictSelect {
	width: 240px;
	margin-bottom: 5px;
}

#googleMapSearchTitleField {
	width: 230px;
}

#googleMapSearchButtonDiv {
	text-align: center;
}

#googleMapSearchButton {
	width: 130px;
}

.googleMapInfoWindowDiv {
	margin-top: 10px;
	max-width: 400px;
}

#googleMapTabArea {
	padding-top: 60px;
	background-color: #FFFFFF;
}

#googleMapTabAreaHeadline {
	font-weight: bold;
	margin: 0px 5px 10px 5px;
	position: absolute;
	top: 10px;
	left: 5px;
	height: 50px;
	overflow: hidden;
}

.googleMapTabActive {
	padding: 5px 10px 3px 10px;
	width: 90px;
	background-image:url(../../../../ceasy/etc/icons/core/usage/googleMaps/tab.gif);
	margin-top: 0px;
}

.googleMapTabInactive {
	width: 90px;
	padding: 6px 10px 2px 10px;
	background-image:url(../../../../ceasy/etc/icons/core/usage/googleMaps/tabInactive.gif);
	margin-top: 0px;
}

#googleMapSearchTabHandle {
	float: left;
	cursor: pointer;
	margin-left: 0px;
	text-decoration: none;
	color: #000000;
}
#googleMapSearchForm, #googleMapSearchForm input {
	margin: 0px; /* important for IE7 */
}

#googleMapAddressTabHandle {
	float: left;
	cursor: pointer;
	margin-left: 1px;
	text-decoration: none;
	color: #000000;
}

#googleMapAddressTab {
	clear: both;
	display: none;
	padding-top: 3px;
	background-color: #E2E1E4;
}

#googleMapSearchTab {
	clear: both;
	padding-top: 3px;
	background-color: #E2E1E4;
}

#googleMapAddressInput {
	margin: 5px;
}


#googleMapAddressResults {
	position: absolute;
	top: 230px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding: 3px;
	overflow: scroll;
}

#googleMapAddressResults:hover {
	overflow: visible;
	right: auto;
	width: auto;
	min-width: 220px;
}

#googleMapSearchAddressField {
	width: 220px;
}

#googleMapSearchTownField {
	width: 220px;
}

#googleMapAddressButtonDiv {
	text-align: center;
}

#googleMapAddressButton {
	width: 130px;
}

#googleMapAddressResults div.googleMapResultDiv {
	cursor: pointer;
	white-space: nowrap;
}

div.googleMapResultDiv:hover {
	background-color: #EEEEEE;
}

/* IE lower 7 hacks */
#googleMapDiv {
	_width: expression(this.parentNode.clientWidth-10);
	_height: expression(this.parentNode.clientHeight-10);
}

#googleMapResults {
	_top: 270px;
	_width: 220px;
	_height: 320px;
}

#googleMapAddressResults {
	_top: 240px;
	_width: 220px;
	_height: 360px;
}

#googleMapResults:hover {
	_overflow: scroll;
	_width: 220px;
}

#googleMapAddressResults:hover {
	_overflow: scroll;
	_width: 220px;
}

.googleMapInfoWindowDiv {
	_width: 400px; /* instead of max-width */
}



/* +++ gallery +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.galleryArea {
	margin-bottom: 30px;

}

.galleryArea h2 {
	margin-bottom: 20px;
	font-size: 1em;

}

.galleryArea h2 img {
	margin-right: 10px;
	vertical-align: middle;
	border-width: 0px;

}

.galleryThumb {
	float:left;
	margin: 0px 10px 10px 0px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden; /* IE6 */
}

.galleryThumb img {
	display: block;
	margin: auto;

}

.galleryImage {
	text-align: center;
	margin: 20px 0px;

}

.galleryNaviArea {
	text-align: center;
	max-width: 100px;
	margin: auto;
}

.galleryNaviPrev {
	float: left;
	text-align: left;
}

.galleryNaviHome {
	text-align: center;
}

.galleryNaviNext {
	float: right;
	text-align: right;
}

