/* Start of CMSMS style sheet 'Default' */
body {
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 130%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}

a:focus {
	outline: none;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
}

.widthFix {
	width: 996px;
	position: relative;
}

#header {
	border-bottom: 6px solid #669933;
	position: relative;
	z-index: 100;
}

#header .widthFix {
	height: 190px;
}

#header .logo {
	background: url(images/zita-ferienwohnungen.png) no-repeat;
	width: 243px;
	height: 28px;
	position: absolute;
	top: 35px;
	left: 25px;
}

#header .logo.white {
	background: url(images/zita-ferienwohnungen_white.png) no-repeat;
}

#header .logo a {
	display: block;
	width: 243px;
	height: 28px;
}

#mainNav {
	position: absolute;
	top: 160px;
	right: 0px;
}

#mainNav ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#mainNav ul li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}

#mainNav ul li a  {
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
}

#mainNav ul li a:hover,
#mainNav ul li a .sectionheader:hover {
	color: #000;
}

#mainNav ul li.active a {
	color: #000;
	font-weight: bold;
}

/* ZWEITE MENÜEBENE */

#mainNav ul li .expand {
	position: absolute;
	top: 40px;
	left: 0px;
}

#mainNav ul ul li {
	float: left;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 40px;
}

#mainNav ul ul li a  {
	background: url(/images/dot_grey.gif) no-repeat 0px 3px;
	font-size: 12px;
	font-weight: normal;
	color: #555;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0px 0px 0px 12px;
}

#mainNav ul ul li a#pic23  {
	background: url(/images/dot_green.gif) no-repeat 0px 3px;
	color: #669933;
}

#mainNav ul ul li a#pic24  {
	background: url(/images/dot_red.gif) no-repeat 0px 3px;
	color: #cc0033;
}

#mainNav ul ul li a:hover,
#mainNav ul ul li a#pic23:hover,
#mainNav ul ul li a#pic24:hover {
	background: url(/images/dot_black.gif) no-repeat 0px 3px;
	color: #000;
}

#mainNav ul ul li.active a {
	background: url(/images/dot_black.gif) no-repeat 0px 3px;
	color: #000;
	font-weight: bold;
}

#header .picture {
	width: 160px;
	height: 135px;
	position: absolute;
	top: 1px;
	right: 0px;
	overflow: hidden;
}

#header .picture img {
	display: block;
	float: left;
	padding: 0px 0px 0px 14px;
	
}

#main .widthFix {
	height: 535px;
}

#main .widthFix h3 {
	font-size: 12px;
	margin: 11px 0px 0px 0px;
}

#main .widthFix a {
	color: #669933;
	text-decoration: none;
}

#main .widthFix a:hover {
	text-decoration: underline;
}

#footer {
	background: url(images/bg_footer.gif) repeat-x;
	padding: 0px 0px 60px 0px;
}

#footer .widthFix {
	background: url(images/zita.jpg) no-repeat 25px 15px;
	height: 40px;
}

#footer .name {
	position: absolute;
	top: 12px;
	left: 20px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#footer .contact {
	position: absolute;
	top: 12px;
	left: 105px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

#footer .widthFix span {
	padding: 0px 10px 0px 0px;
}

#footer .contact a {
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

#footer .contact a:hover {
	color: #336600;
}

#footer .footerNav {
	position: absolute;
	top: 12px;
	right: 0px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
}

#footer .footerNav a {
	display: block;
	float: left;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	margin: 0px 0px 0px 35px;
}

#footer .footerNav a:hover {
	color: #336600;
}

/* BILDLEISTEN */

#main .bildleisteEdelweiss,
#main .bildleisteMaigruen,
#main .bildleisteRosenrot,
#main .bildleisteSilbergrau,
#main .bildleisteDasein,
#main .bildleisteInfo {
	width: 996px;
	height: 125px;
	position: absolute;
	top: 240px;
	left: 0px;
}

#main .bild1 a,
#main .bild2 a,
#main .bild3 a,
#main .bild4 a,
#main .bild5 a,
#main .bild6 a {
	display: block;
	float: left;
	width: 166px;
	height: 125px;
}

#main .layer {
	display: none;
	position: absolute;
	bottom: -160px;
	z-index: 1000;
}

#main .layer .left {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#main .layer .right {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

#main table.links {
	width: 996px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	bottom: 165px;
	border-collapse: collapse;
}

#main table.links td {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#main table.links a {
	padding: 0px 10px 0px 0px;
}

#main table.links .grey a {
	color: #666;
}

#main table.links .green a {
	color: #669933;
}

#main table.links .red a {
	color: #CC0033;
}

#main table.links a:hover {
	text-decoration: underline;
}




/* End of 'Default' */

