
* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

hr {
	height: 1px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	border-right: 1px solid #ebebeb;
}

div, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4b4a4a;
	margin:0;
	padding:0;
	vertical-align:top;
}

a:link {
	color: #d0af46;
	font-weight:bold;
	text-decoration: none;
}

a:visited {
	color: #d0af46;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	color: #d0af46;
	font-weight:bold;
}

a:active {
	outline: none;
	font-weight:bold;
}

a#marke-link {
	color: #999;
}

h1 {
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
}

h2 {
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#underlay {
	width: 975px;
	text-align: left;
	margin: auto;
	margin-top: 10px;
	background-color: #ebebeb;
}

#menu-container {
	padding: 0;
	margin: 0;
	background-color: #ebebeb;
}

#contentcontainer {
	width: 975px;
	background-color: #ebebeb;
}

#maincontent {
	min-height: 475px;
	margin: 0 25px;
	padding-top: 5px;
	background-color: #ebebeb;
	border-top: 1px solid #999999;
}

#footer {
	margin: 0;
	padding: 0;
	height: 15px;
	vertical-align: bottom;
}

#servicemenu {
	position: absolute;
	top: -1000px;
	left: -1000px;
	width: 25px;
	background-color: #ebebeb;
}

#homemenu {
	float: left;
	width: 25px;
	background-color: #ebebeb;
}

#mainmenu {
	float: left;
	background-color: #ebebeb;
}

#logo {
	float: right;
	padding-top: 25px;
	padding-right: 25px;
}

.clear {
	clear: both;
}

p.nav {
	padding: 0;
	margin: 0;
	margin-right: 10px;
	margin-top: 2px;
}

p.nav img {
	vertical-align: bottom;
}

a.nav1 {
	padding: 0;
	margin: 0;
	margin-right: 5px;
}

a.nav1 img {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

a.nav2 {
	padding: 0;
	margin: 0;
	line-height: 20px;
}

a.nav2 span {
	line-height: 20px;
}

a.nav2 img {
	padding: 0;
	margin: 0;
	vertical-align: bottom;
}

.subnav img {
	opacity: 0;
	-moz-opacity: 0;
}

#div-sitemap {
	margin: auto;
	margin-top: 25px;
	width: 975px;
	text-align: left;
	background-image: url("img/dzine/sitemap_bg.png");
	background-repeat: repeat-x;
}

.div-sitemap-headline {
	float: left;
	margin: 20px 0 15px 30px;
	width: 435px;
	text-align: left;
	border-bottom: 1px solid #999;
}

.div-sitemap-inner {
	float: left;
	margin: 0px 0 30px 30px;
	width: 435px;
	text-align: left;
}

.div-sitemap-inner li p a, .div-sitemap-inner li p a:visited {
	font-weight:normal;
}

.div-sitemap-inner ul {
	list-style-type: none;
}

.div-sitemap-inner ul li {
	display: inline;
	float: left;
	width: 107px;
}

.div-sitemap-inner ul li a {
	font-size: 10px;
	color: #999;
}

.div-sitemap-inner ul li a:visited {
	font-size: 10px;
	color: #999;
}

.div-sitemap-inner ul li a:hover {
	color: #000;
}

.bold{
	font-weight: bold;
}

.c5style-einspaltig {
	padding: 5px;
	background-color: #fff;
}

.c5style-zweispaltig {
	float: left;
	padding: 5px;
	margin-right: 10px;
	width: 770px;
	background-color: #fff;
}

.c5style-zweispaltig-rechts {
	float: left;
	padding: 5px;
	width: 125px;
	background-color: #fff;
}

.c5style-dreispaltig {
	display:block;
	float: left;
	padding: 0;
	margin:0 10px 0 0;
	width: 470px;
	background-color: #fff;
}

.c5style-dreispaltig-mitte {
	display:block;
	float: left;
	padding: 0;
	width: 300px;
	margin:0 10px 0 0;
	background-color: #fff;
}

.c5style-dreispaltig-rechts {
	display:block;
	float: right;
	padding: 0;
	margin: 0;
	width: 135px;
	background-color: #fff;
}

.equal-height {
	background-color: #fff;
}

div.scrollable {
    position: relative;
    overflow: hidden;
    height: 312px;
	width: 300px
}

div.scrollable div.fade-out-top {
    position: absolute;
	top: -3px;
	left: 0px;
	width: 300px;
	height: 15px;
	z-index: 666;
	background-image: url(img/dzine/fade_out_top.png);
	background-repeat: no-repeat;
}

div.scrollable div.fade-out-bottom {
    position: absolute;
	top: 300px;
	left: 0px;
	width: 300px;
	height: 15px;
	z-index: 666;
	background-image: url(img/dzine/fade_out_bottom.png);
	background-repeat: no-repeat;
}

div.scrollable div.items {
	margin-top: 10px;
    position: absolute;
    /* this time we have very large space for the height */
    height: 20000em;
}

/* prev, next, prevPage and nextPage buttons */
a.browse {
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	font-size: 1px;
}

/* right */
a.right 		{ background-position: 0 -30px; clear: right; margin-right: 0px;}
a.right:hover 	{ background-position: -30px -30px; }
a.right:active 	{ background-position: -60px -30px; }


/* left */
a.left			{ margin-left: 0px; }
a.left:hover  	{ background-position: -30px 0; }
a.left:active  	{ background-position: -60px 0; }

/* up and down */
a.up, a.down {
	background:	url(img/dzine/vert_large.png) no-repeat;
	float: none;
	margin: auto;
}

/* up */
a.up:hover		{ background-position: -30px 0; }
a.up:active		{ background-position: -60px 0; }

/* down */
a.down			{ background-position: 0 -30px; }
a.down:hover	{ background-position: -30px -30px; }
a.down:active	{ background-position: -60px -30px; }

/* disabled navigational button */
a.disabled {
	visibility: hidden !important;
}

#marken_menu {
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	top: 0;
	position: relative;
	height: 100%;
	width: 300px;
}

#marken_menu li {
	padding: 0;
	display:block;
	cursor:hand;
	cursor:pointer;
}

#marken_menu li a {
	display: inline;
	padding: 0;
	text-decoration: none;
}

#marken_bild_links {
	width: 590px;
	text-align: center;
}


/* Gallery
----------------------------------------------- */
.gallery-image {
	display: none;
}

.gallery-thumb {
	float: left;
	padding: 0;
	margin: 10px 10px 0 0;
	cursor:hand;
	cursor:pointer;
}

.gallery-thumb img {
	border: 1px solid #999;
}


/* -------------------- FORM @ EDITMODE */
.c5form_head {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background: #d9daff;
	padding: 2px;
}

.c5form_title, .c5form_input {
	background: #d9dadb;
	padding: 10px;
}
.c5form_head, .c5form_title, .c5form_input {
	border-bottom: 1px solid white;
}

DIV#c5_halfmodal_dialog * .c5form_head, DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	border-bottom: 1px solid #d9d9fa;
}

DIV#c5_halfmodal_dialog * .c5form_title, DIV#c5_halfmodal_dialog * .c5form_input {
	background: #c9cacb;
	padding: 2px;
}

/* -------------------- FORM @ EDITMODE DONE */
