@import url("vorlagen.css");

#body {
	background: #fff url(/gfx/bg_body.jpg) repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: "lucida sans","lucida grande", arial, sans-serif;
	font-size: 13px;
	color: #660000;
}

a:focus {
	outline: none;
}

#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#header {
	background: #fefbea url(/gfx/bg_header.jpg) repeat-x;
	width: 1000px;
	height: 118px;
	position: relative;
}

#header .logo {
	background: url(/gfx/kronenhof-logo.jpg) no-repeat;
	width: 220px;
	height: 109px;
	position: absolute;
	left: 250px;
	bottom: 0px;
}

#header .logo a {
	width: 220px;
	height: 109px;
	display: block;
}

#header .headerNav {
	position: absolute;
	right: 20px;
	bottom: 25px;
	z-index: 100;
}

#header .headerNav a {
	color: #660000;
	font-size: 12px;
	text-decoration: none;
}

#header .headerNav a:hover {
	color: #ff3333;
}

#header .crownBig {
	background: url(/gfx/crownBig.jpg) no-repeat;
	width: 120px;
	height: 110px;
	position: absolute;
	top: 5px;
	left: 35px;
	z-index: 1;
}

#header .crownSmall {
	background: url(/gfx/crownSmall.jpg) no-repeat;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 35px;
	left: 580px;
	z-index: 1;
}

#main {
	background: #f7f3d1 url(/gfx/bg_main.jpg) repeat-x;
	width: 1000px;
	position: relative;
	z-index: 1000;
}

#main .emotion {
	background: url(/gfx/bg_emotion.jpg) no-repeat 0px 0px;
	width: 985px;
	height: 499px;
	padding: 12px 0px 10px 16px;
	overflow: hidden;
}

#main .template_imageslider {
	position: relative;
	z-index: 1;
}

#main .emotion img {
	width: 965px;
	height: 485px;
	border: 1px solid #fff;
}

#main .emotionDefault {
	background: url(/gfx/bg_emotionDefault.jpg) no-repeat 0px 0px;
	width: 985px;
	height: 321px;
	padding: 14px 0px 0px 16px;
}

#main .emotionDefault img {
	width: 965px;
	height: 310px;
	border: 1px solid #fff;
}


/* HAUPTNAVIGATION */

#mainNav {
	width: 294px;
	height: 359px;
	position: absolute;
	top: 65px;
	right: 47px;
	z-index: 100;
}

#pngFix {
	background: url(/gfx/bg_mainnav.png) no-repeat 0px 0px;
	width: 294px;
	height: 359px;
	position: absolute;
	top: 65px;
	right: 47px;
	z-index: 1;
}

#mainNav ul {
	margin: 0px;
	padding: 50px 0px 0px 30px;
	list-style-type: none;
	position: relative;
		z-index: 1000;
}

#mainNav ul li {
	background: url(/gfx/cross.png) no-repeat;
	padding: 0px 0px 0px 13px;
}	

#mainNav ul li.nav_1 {
	display: none;
}

#mainNav ul li a {
	font-size: 16px;
	line-height: 37px;
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	text-decoration: none;
	color: #fbf7dd;
	padding: 9px 5px 9px 5px;
}

#mainNav ul li a:hover,
#mainNav ul li.hover a {
	background: #e39d9d;
	color: #660000;
}

/* HAUPTNAVIGATION UNTERSEITEN */

#mainNavDefault {
	background: url(/gfx/bg_mainnavDefault.jpg) no-repeat 0px 0px;
	width: 1000px;
	height: 54px;
	position: relative;
	z-index: 1000;
}

#mainNavDefault ul {
	margin: 0px;
	padding: 7px 0px 0px 17px;
	list-style-type: none;
}

#mainNavDefault ul li {
	display: block;
	margin: 0;
	float: left;
	position: relative;
}	

#mainNavDefault ul li.nav_1 {
	display: none;
}

#mainNavDefault ul li a {
	font-size: 14px;
	line-height: 35px;
	font-family: georgia, "times new roman", serif;
	font-weight: normal;
	text-decoration: none;
	color: #fbf7dd;
	padding: 8px 7px 8px 7px;
	position: relative;
}

#mainNavDefault ul li a:hover,
#mainNavDefault ul li.hover a,
#mainNavDefault ul li.on a {
	background: #e39d9d;
	color: #660000;
}



/* ZWEITE MENÜEBENE - AUFKLAPPMENÜ */

#mainNav ul li ul,
#mainNav ul li.on ul,
#mainNav ul li.off ul,
#mainNavDefault ul li.on ul,
#mainNavDefault ul li.off ul {
	background: #e39d9d url(/gfx/bg_mainnavUl.jpg) repeat-x 8px bottom;
	width: 230px;
	margin: -1px 0px 0px 0px;
	padding: 15px 0px 40px 0px;
	position: absolute;
	left: 43px;
	display: none;
}

#mainNavDefault ul li.on ul,
#mainNavDefault ul li.off ul {
	left: 0px;
}

#mainNavDefault ul li.nav_8 ul {
	left: -102px;
}

#mainNav ul ul li,
#mainNavDefault ul ul li {
	background: none;
	display: inline;
	padding: 0px;
}

#mainNav ul ul li a,
#mainNav ul ul li.off a,
#mainNavDefault ul ul li a,
#mainNavDefault ul ul li.off a {
	background: none;
	width: 195px;
	display: block;
	color: #660000;
	font-size: 14px;
	line-height: 120%;
	margin: 0px;
	padding: 8px 10px 8px 25px;
}

#mainNav ul ul li a:hover,
#mainNav ul ul li.on a,
#mainNavDefault ul ul li a:hover,
#mainNavDefault ul ul li.on a {
	color: #fbf7dd;
	background: #a53333;
}

#mainNav ul li.off:hover ul,
#mainNavDefault ul li.off:hover ul {
	display: block;
}


/* UNTERNAVIGATION */

#subNav,
#crowns .columnLeft .box {
	background: #e39d9d url(/gfx/bg_subnav.jpg) repeat-x left bottom;
	width: 198px;
	margin: 0px 0px 35px 0px;
	border-bottom: 8px solid #660000;

}


#subNav {
	padding-bottom: 100px;

}

#crowns .columnLeft .box {
	background: #e39d9d url(/gfx/bg_box.jpg) repeat-x left bottom;

}	

#crowns .columnLeft .box a {
	color: #660000;
	display: block;
	text-align: right;
	padding: 0px 10px 0px 0px;
	text-decoration: none;
	font-size: 12px;
}

#crowns .columnLeft .box a:hover {
	color: #fff;
	text-decoration: underline;
}

#subNav h3 {
	font-size: 14px;
	font-family: georgia, "times new roman", serif;
	color: #ac5656;
	padding: 15px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#crowns .columnLeft .box h3 {
	font-size: 14px;
	font-family: georgia, "times new roman", serif;
	color: #660000;
	padding: 15px 0px 15px 10px;
	margin: 0px 0px 0px 0px;
}

#crowns .columnLeft .box img {
	width: 60px;
	height: 72px;
	padding: 0px 10px 30px 10px;
	float: left;
}

#subNav ul {
	width: 198px;
	padding: 15px 0px 50px 0px;
	margin: 0px;
	list-style-type: none;
}

#subNav ul li {
	display: inline;
}	

#subNav ul li a {
	display: block;
	font-size: 13px;
	line-height: 100%;
	font-family: georgia, "times new roman", serif;
	font-weight: bold;
	text-decoration: none;
	color: #660000;
	padding: 6px 0px 6px 20px;
	margin: 0px 0px 1px 0px;
}

#subNav ul li a:hover,
#subNav ul li.hover a,
#subNav ul li.on a {
	background: #b43e3e url(/gfx/subnavArrow.jpg) no-repeat left center;
	color: #330000;
}


/* INHALTSBEREICH */

#contentStart {
	background: url(/gfx/bg_contentTop.jpg) no-repeat 0px 0px;
	width: 1000px;
	height: 30px;
}

#content {
	background: url(/gfx/bg_content.jpg) repeat-y 0px 0px;
	width: 990px;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#contentDefault {
	background: url(/gfx/bg_contentDefault.jpg) repeat-x left bottom;
	width: 990px;
	padding: 45px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

#crowns {
	background: url(/gfx/sidebarCrowns.png) no-repeat left bottom;
	width: 990px;
	position: relative;
	overflow: hidden;
}

#content .columnLeft {
	width: 357px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 35px 0px 15px;
}

#contentDefault .columnLeft {
	width: 218px;
	float: left;
	overflow: hidden;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 40px 0px;
}

#contentDefault .columnLeft .gradient {
	background: url(/gfx/gradient.png) repeat-x left top;
	width: 198px;
	height: 380px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
}

#content .columnRight {
	width: 485px;
	float: left;
	overflow: hidden;
	padding: 0px 25px 0px 70px;
}

#contentDefault .columnRight {
	width: 748px;
	float: left;
	overflow: hidden;
}

#content .columnRight a {
	color: #660000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 0px 0px 15px;
}

#content .columnRight .template a {
	padding: 0px;
}

#content .columnRight a:hover {
	text-decoration: underline;
}

#contentEnd,
#contentEndDefault {
	background: url(/gfx/bg_contentBottom.jpg) no-repeat 0px 0px;
	width: 1000px;
	height: 47px;
}

#contentEndDefault {
	background: url(/gfx/bg_contentEndDefault.jpg) no-repeat 0px 0px;
}


/* PAUSCHALE */

#content .columnLeft .box {
	width: 357px;
	margin: 10px 0px 0px 0px;
	position: relative;
}

#content .columnLeft .box iframe {
	margin: -2px 0px 0px -2px;
}

#content .columnLeft .box img {
	background: url(/gfx/bg_pauschPic.jpg) no-repeat 0px 0px;
	width: 120px;
	height: 80px;
	padding: 5px 10px 10px 5px;
	float: left;
}

#content .columnLeft h1 {
	margin: 0px 0px 0px 0px;
}

#content .columnLeft .box h3 {
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 6px 145px;
}

#content .columnLeft .box p {
	margin: 0px 0px 10px 145px;
}

#content .columnLeft .box a {
	/*background: url(/gfx/pfeilPauschale.jpg) no-repeat right 2px;
	 float: right; */
	color: #660000;
	font-size: 13px;
	line-height: 100%;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
}

#content .columnLeft .box a.more {
	padding: 0px 0px 0px 15px;
}

#content .columnLeft .box h3 a {
	display: block;
}


#content .columnLeft .box a:hover {
	text-decoration: underline;
}

.button {
	margin: 10px 0px;
	text-align: right;
}

.button a {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.button a:hover {
	color: #ff3333;
}


.buttonAktuelles {
	margin: 10px 0px;
	text-align: right;
	background: #e39d9d url(/gfx/bg_box.jpg) repeat-x left bottom;
	width: 360px;
	margin: 25px 0px 25px 0px;
	border-bottom: 8px solid #660000;
}



.buttonAktuelles a {
	color: #660000;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

.buttonAktuelles a:hover {
	color: #fff;
}




/* FOOTER */


#footer {
	background: url(/gfx/bg_footer.jpg) repeat-x 0px 0px;
	width: 1000px;
	height: 200px;
	position: relative;
	z-index: 1;
}

#footer a {
	color: #660000;
	font-size: 12px;
	text-decoration: none;
}

#footer a:hover {
	color: #ff3333;
}

#footer .footerNav {
	width: 1000px;
	border-top: 3px solid #f2edc2;
	border-bottom: 3px solid #f2edc2;
	height: 29px;
	position: relative;
}

#footer .footerNav .globale {
	position: absolute;
	top: 6px;
	right: 80px;
}


#footer .footerNav .language {
	width: 40px;
	height: 30px;
	position: absolute;
	top: 2px;
	right: 20px;
}

#footer .footerNav .language a {
	background-image: url(/gfx/flaggen_Sprite.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 33px;
	height: 25px;
	display: block;
}

#footer .footerNav .language a.en {
	background-position: 0px 0px;
}

#footer .footerNav .language a.en:hover {
	background-position: 0px -50px;
}

#footer .footerNav .language a.de {
	background-position: 0px -25px;
}

#footer .footerNav .language a.de:hover {
	background-position: 0px -75px;
}

/* Alte Flaggen
#footer .footerNav .language a.en {
	background: url(/gfx/flagge_enOff.jpg) no-repeat 0px 0px;
	width: 40px;
	height: 29px;
	display: block;
}

#footer .footerNav .language a.en:hover {
	background: url(/gfx/flagge_enOn.jpg) no-repeat 0px 0px;
	width: 40px;
	height: 29px;
	display: block;
}

#footer .footerNav .language a.de {
	background: url(/gfx/flagge_enOff.jpg) no-repeat 0px 0px;
	width: 40px;
	height: 29px;
	display: block;
}

#footer .footerNav .language a.de:hover {
	background: url(/gfx/flagge_enOn.jpg) no-repeat 0px 0px;
	width: 40px;
	height: 29px;
	display: block;
}
*/

#footer .banner {
	width: 175px;
	height: 106px;
	position: absolute;
	top: 60px;
	left: 20px;
}

#footer .banner a {
	width: 76px;
	height: 106px;
	display: block;
	margin: 0px 10px 0px 0px;
	float: left;
}

#footer .banner img {
	width: 76px;
	height: 106px;
	display: block;
	border: none;
}

#footer .address {
	width: 230px;
	position: absolute;
	bottom: 50px;
	left: 230px;
	font-size: 12px;
	line-height: 165%;
}

#footer .contact {
	width: 230px;
	position: absolute;
	bottom: 50px;
	left: 470px;
	font-size: 12px;
	line-height: 165%;
}


/* SEITENSUCHE */

#footer .search {
	width: 130px;
	position: absolute;
	bottom: 50px;
	left: 700px;
	font-size: 12px;
	line-height: 165%;
}

#footer .sitesearch form {
	padding: 3px 0px 0px 0px;
	margin: 0px;
}

#footer .sitesearch .query {
	background: #f4efc8;
	width: 105px;
	height: 16px;
	color: #660000;
	font-size: 12px;
	border: 1px solid #7a673f;
	float: left;
	padding: 1px 0px 0px 2px;
}

#footer .sitesearch .button {
	border: 0px;
	padding: 0px;
	margin: 0px 0px 0px 2px;
	float: left;
}

#footer .footerCrown {
	background:url(/gfx/footerCrown.jpg) no-repeat 0px 0px;
	width: 113px;
	height: 91px;
	position: absolute;
	top: 65px;
	right: 15px;
}

#footer .author {
	position: absolute;
	bottom: 5px;
	right: 20px;
	font-size: 11px;
}

#footer .author a {
	font-size: 11px;
	text-decoration: underline;
}

#footer .author a:hover {
	text-decoration: none;
}


/* Face-Book Test*/
.facebook {
	padding: 10px;
	border: 5px solid #fefbea;
	overflow: hidden;
	height: 70px;
}

.facebook iframe {
	width: 350px;
	height: 155px;
	font-size: 10px;
	margin: -15px;
}

