@import url("/se_data/global/css/menu_horizontal.css");


#body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #7c4303;
}

.content a {
	color: #7C4303;
}

.content a:hover {
	text-decoration: none;
}

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

#header {
	background: url(/gfx/bg_header.jpg) no-repeat;
	width: 880px;
	height: 178px;
	position: relative;
	z-index: 1000;
}

#logo {
	background: url(/gfx/logo.png) no-repeat;
	width: 230px;
	height: 105px;
	position: absolute;
	top: 19px;
	left: 325px;
	behavior: url(/se_data/global/js/behaviors/pngfix.htc);
	cursor: pointer;
}

*html #logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/logo.png', sizingMethod='scale');
}

img {
	padding: 0;
	margin: 0;
	border: 0;
}


/*Das Menü wird aus der menu_horizontal inkludiert und hier nur angepasst*/

#header .Menu {
	position: absolute;
	top: 125px;
	left: 44px;
	z-index: 1000;
}

#header .Menu ul {
	padding: 0px;
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
}

#header .Menu ul li {
	display: inline;
}

#header .Menu ul li.nav_1 a,
#header .Menu ul li.nav_2 a,
#header .Menu ul li.nav_3 a,
#header .Menu ul li.nav_4 a,
#header .Menu ul li.nav_6 a,
#header .Menu ul li.nav_7 a,
#header .Menu ul li.nav_8 a,
#header .Menu ul li.nav_9 a {
	background: url(/gfx/menu.gif) no-repeat;
	width: 72px;
	height: 53px;
	font-size: 12px;
	text-align: center;
	color: #b98a56;
	display: block;
	line-height: 85px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}

#header .Menu ul li.nav_5 a {
	background: url(/gfx/menu_home.jpg) no-repeat;
	width: 210px;
	height: 53px;
	font-size: 24px;
	text-align: center;
	color: #b98a56;
	display: block;
	line-height: 75px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}

#header .Menu ul li.nav_5 a:hover,
#header .Menu ul li.nav_5.on a {
	background: url(/gfx/menu_home_on.jpg) no-repeat;
	width: 210px;
	height: 53px;
	font-size: 24px;
	text-align: center;
	color: #8a5e2e;
	display: block;
	line-height: 75px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}

#header .Menu ul li.on a,
#header .Menu ul li a:hover,
#header .Menu ul li.hover a {
	background: url(/gfx/menu_on.gif) no-repeat;
	color: #8a5e2e;
	width: 72px;
	height: 53px;
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 85px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}


*html #header .Menu ul li.nav_5 a,
*html #header .Menu ul li.nav_5 a:hover {
	background: url(/gfx/menu_home.jpg) no-repeat;
	width: 210px;
	height: 53px;
	font-size: 24px;
	text-align: center;
	color: #8a5e2e;
	display: block;
	line-height: 75px;
	padding: 0px 0px 0px 0px;
	margin: 0px 1px 0px 0px;
}











#header .Menu ul li ul {
	background: #fff;
	width: 100px;
	padding: 10px;
	margin: 0px;
}

*html #header .Menu ul li ul {
	background: #fff;
	width: 100px;
	padding: 10px;
	margin: -30px 0px 0px 0px;
}

#header .Menu ul li.nav_6 ul,
#header .Menu ul li.nav_7 ul,
#header .Menu ul li.nav_8 ul,
#header .Menu ul li.nav_9 ul {
	margin-left: -48px;
}

#header .Menu ul li.off ul li a {
	background: transparent;
	width: 100%;
	height: 14px;
	font-size: 12px;
	color: #b98a56;
	display: block;
	line-height: 14px;
	margin: 3px 0px;
}


#header .Menu ul li ul li.hover a,
#header .Menu ul li.on ul li a,
#header .Menu ul li ul li a:hover {
	background: transparent;
	width: 100%;
	height: 14px;
	font-size: 12px;
	color: #b98a56;
	display: block;
	line-height: 14px;
	margin: 3px 0px;
}

#header .Menu ul li.nav_1 ul li a,
#header .Menu ul li.nav_2 ul li a,
#header .Menu ul li.nav_3 ul li a,
#header .Menu ul li.nav_4 ul li a {
	text-align: left;
	color: #b98a56;
}

#header .Menu ul li.nav_1 ul li a:hover,
#header .Menu ul li.nav_1 ul li.on a,
#header .Menu ul li.nav_2 ul li a:hover,
#header .Menu ul li.nav_2 ul li.on a,
#header .Menu ul li.nav_3 ul li a:hover,
#header .Menu ul li.nav_3 ul li.on a,
#header .Menu ul li.nav_4 ul li a:hover,
#header .Menu ul li.nav_4 ul li.on a {
	text-align: left;
	color: #8a5e2e;
	font-weight: bold;
}

#header .Menu ul li.nav_6 ul li a,
#header .Menu ul li.nav_7 ul li a,
#header .Menu ul li.nav_8 ul li a,
#header .Menu ul li.nav_9 ul li a {
	text-align: right;
	color: #b98a56;
}

#header .Menu ul li.nav_6 ul li a:hover,
#header .Menu ul li.nav_6 ul li.on a,
#header .Menu ul li.nav_7 ul li a:hover,
#header .Menu ul li.nav_7 ul li.on a,
#header .Menu ul li.nav_8 ul li a:hover,
#header .Menu ul li.nav_8 ul li.on a,
#header .Menu ul li.nav_9 ul li a:hover,
#header .Menu ul li.nav_9 ul li.on a {
	text-align: right;
	color: #8a5e2e;
	font-weight: bold;
}

#frame {
	background: url(/gfx/frame.png) no-repeat;
	width: 880px;
	height: 210px;
	behavior: url(/se_data/global/js/behaviors/pngfix.htc);
	position: relative;
	z-index: 100;
}

*html #frame {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/gfx/frame.png', sizingMethod='scale');
}

#container .emotion {
	width: 825px;
	height: 185px;
	position: absolute;
	top: 187px;
	left: 27px;
	z-index: 1;
}

#container .emotion img {
	width: 825px;
	height: 185px;
	display: block;
}

#main .subNavHeader {
	background: url(/gfx/subnavHeader.jpg) no-repeat;
	width: 170px;
	height: 20px;
	overflow: hidden;
}

#main .subNavFooter {
	background: url(/gfx/subnavFooter.jpg) no-repeat;
	width: 170px;
	height: 20px;
	overflow: hidden;
}

#main .subNav {
	background: #62c3ee;
	width: 170px;
	float: left;
	margin: 5px 0px 0px 22px;
	overflow: hidden;
}

*html #main .subNav {
	margin: 5px 0px 0px 10px;
}

#main .subNav ul {
	margin: 0px 0px 0px 15px;
	padding: 0;
	list-style-type: none;
}

#main .subNav ul li {
	display: inline;
}

#main .subNav ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	padding: 2px 0px;
}

#main .subNav ul li a:hover,
#main .subNav ul li.on a {
	font-weight: bold;
}

#main .subNav ul li ul {
	margin: 0px 0px 10px 15px;
}

#main .subNav ul li ul li.off a {
	font-weight: normal;
	font-size: 12px;
}

#main .subNav ul li ul li a:hover,
#main .subNav ul li ul li.on a {
	font-weight: bold;
	font-size: 12px;
}

#main {
	background: url(/gfx/bg_main.jpg) repeat-y;
	width: 880px;
	position: relative;
	padding: 15px 0px 0px 0px;
}

#column {
	width: 840px;
	padding: 0px 20px 0px 20px;
}

#allowance {
	width: 840px;
	padding: 0px 20px 15px 20px;
}

#column .box {
	width: 210px;
	height: 172px;
	float: left;
}

#allowance .box {
	width: 420px;
	height: 172px;
	float: left;
}

#column .box .boxHeader {
	background: url(/gfx/box_header.jpg) no-repeat;
	width: 210px;
	height: 10px;
	overflow: hidden;
}

#allowance .box .boxHeader {
	background: url(/gfx/box_header_long.jpg) no-repeat;
	width: 420px;
	height: 10px;
	overflow: hidden;
}

#column .box .boxContent {
	background: url(/gfx/box_bg.jpg) repeat-y;
	width: 210px;
	height: 152px;
	position: relative;
}

#allowance .box .boxContent {
	background: url(/gfx/box_bg_long.jpg) repeat-y;
	width: 420px;
	height: 152px;
	position: relative;
}

#column .box .boxContent img {
	width: 192px;
	height: 100px;
	display: block;
	position: absolute;
	top: 0px;
	left: 9px;
}

#allowance .box .boxContent img {
	width: 192px;
	height: 152px;
	display: block;
	position: absolute;
	top: 0px;
	left: 9px;
}

#column .box.wellness .boxContent .text {
	background: url(/gfx/wellness_bg.jpg) repeat-x;
	width: 184px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 104px;
	left: 9px;
	font-size: 10px;
	font-weight: bold;
	color: #b98a56;
	z-index: 1;
}

#column .box.wellness .boxContent .text a {
	color: #b98a56;
}

#column .box.wellness .boxContent .text a:hover {
	color: #b98a56;
	text-decoration: none;
}

#column .box.golf .boxContent .text {
	background: url(/gfx/golf_bg.jpg) repeat-x;
	width: 184px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 104px;
	left: 9px;
	font-size: 10px;
	font-weight: bold;
	color: #6bb956;
	z-index: 1;
}

#column .box.golf .boxContent .text a {
	color: #6bb956;
}

#column .box.golf .boxContent .text a:hover {
	color: #6bb956;
	text-decoration: none;
}

#column .box.schrothkur .boxContent .text {
	background: url(/gfx/schrothkur_bg.jpg) repeat-x;
	width: 184px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 104px;
	left: 9px;
	font-size: 10px;
	font-weight: bold;
	color: #ae7d47;
	z-index: 1;
}

#column .box.schrothkur .boxContent .text a {
	color: #ae7d47;
}

#column .box.schrothkur .boxContent .text a:hover {
	color: #ae7d47;
	text-decoration: none;
}

#column .box.flug .boxContent .text {
	background: url(/gfx/flug_bg.jpg) repeat-x;
	width: 184px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 104px;
	left: 9px;
	font-size: 10px;
	font-weight: bold;
	color: #4b69a7;
	z-index: 1;
}

#column .box.flug .boxContent .text a {
	color: #4b69a7;
}

#column .box.flug .boxContent .text a:hover {
	color: #4b69a7;
	text-decoration: none;
}

#allowance .box .boxContent .text {
	width: 200px;
	height: 150px;
	position: absolute;
	top: 2px;
	left: 210px;
	font-size: 12px;
	font-weight: normal;
	color: #0e7395;
	z-index: 1;
	overflow: hidden;
}

#allowance .box .boxContent .text a {
	font-size: 13px;
	margin: 0px 0px 10px 0px;
	display: block;
	color: #0E7395;
	font-weight: bold;
	text-decoration: none;
}

#allowance .box .boxContent .text a:hover {
	text-decoration: underline;
}

#column .box .boxFooter {
	background: url(/gfx/box_footer.jpg) no-repeat;
	width: 210px;
	height: 10px;
	overflow: hidden;
}

#allowance .box .boxFooter {
	background: url(/gfx/box_footer_long.jpg) no-repeat;
	width: 420px;
	height: 10px;
	overflow: hidden;
}

#main .content {
	width: 670px;
	margin: 0px 16px 15px 0px;
	float: right;
	overflow: hidden;
}

*html #main .content {
	margin: 0px 8px 15px 0px;
}

#main .contentHeader {
	background: url(/gfx/contentHeader.jpg) no-repeat;
	width: 670px;
	height: 35px;
	overflow: hidden;
}

#main .contentContent {
	background: url(/gfx/content_bg.jpg) repeat-y;
	width: 645px;
	padding: 0px 12px 0px 13px;
	margin: 0px 0px -15px 0px;
}

#main .contentFooter {
	background: url(/gfx/contentFooter.jpg) no-repeat;
	width: 670px;
	height: 35px;
	margin: 0px 0px 0px 1px;
}




#footer {
	background: url(/gfx/footer.jpg) no-repeat;
	width: 880px;
	height: 125px;
	position: relative;
	color: #1b91bc;
	font-size: 10px;
}

#footer a {
	color: #1b91bc;
	font-size: 10px;
	text-decoration: none;
	display: block;
}

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

#footer .logo {
	position: absolute;
	top: 41px;
	left: 37px;
	background: url(/gfx/logo_kl.jpg) no-repeat;
	width: 130px;
	height: 60px;
}

#footer .text {
	position: absolute;
	top: 40px;
	left: 170px;
}

#footer .adress {
	float: left;
	border-left: 1px solid #1b91bc;
	padding: 15px 15px 10px 15px;
}

#footer .kontakt {
	float: left;
	border-left: 1px solid #1b91bc;
	padding: 15px 15px 10px 15px;
}

#footer .footerNav {
	float: left;
	border-left: 1px solid #1b91bc;
	border-right: 1px solid #1b91bc;
	padding: 15px 15px 10px 15px;
}

#footer .kopf {
	position: absolute;
	top: 30px;
	right: 209px;
	background: url(/gfx/kopf.jpg) no-repeat;
	width: 55px;
	height: 70px;
}

#footer .wellvital {
	position: absolute;
	top: 30px;
	right: 25px;
	background: url(/gfx/wellvital.jpg) no-repeat;
	width: 180px;
	height: 70px;
}



/* SEITENSUCHE */

#sitesearch {
	position: absolute;
	top: 0px;
	right: 22px;
	width: 142px;
	height: 19px;
}

#sitesearch .input {
	background: url(/gfx/input_bg.gif) no-repeat;
	width: 117px;
	height: 19px;
	color: #666;
	font-size: 10px;
	border: none;
	float: left;
	padding: 4px 0px 0px 5px;
}

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

.content .template_search {
	width: 645px;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.content .template_search form {
	margin: 0px 0px 15px 0px;
}

.content .template_search a {
	color: #7C4303;
}

.content .template_search a:hover {
	text-decoration: none;
}

/* VORLAGEN */


.content .template {
	width: 645px;
	margin: 0px 0px 15px 0px;
}

.content .template h1 {
	font-size: 16px;
	color: #7c4303;
}

.content .template h3 {
	font-size: 13px;
	color: #7c4303;
}

.content .template p {
	color: #7c4303;
}

.content .bild br {
	display: none;
}

.content .template_default small,
.content .template_1bild small,
.content .template_2bild small,
.content .template_3bild small {
	margin: 3px 0px 3px 0px;
	display: block;
}

.content .template_text2bild small,
.content .template_2bildtext small {
	margin: -15px 0px 5px 0px;
	display: block;
}

.content .template_2bild .template_left,
.content .template_2bild .template_right, 
.content .template_2bild .template_left img,
.content .template_2bild .template_right img {
	width: 315px;
}

.content .template_3bild img {
	margin: 0px;
}

.content .template_text2bild .abstandRechts,
.content .template_2bildtext .template_left {
	width: 425px;
	margin-right: 0px;
}

.content .template_text2bild img,
.content .template_2bildtext img {
	display: block;
	margin: 4px 0px 15px 0px;
	width: 205px;
}

.content .template_2bildtext .abstandRechts {
	width: 205px;
	margin-right: 15px;
}

.content .template_2bildtext .template_left.abstandRechts br {
	display: none;
}

.content .template_fileview {
	background: #fff;
	color: #333;	
	border: 1px solid #ffd8b1;
}

.content .template_fileview h1 {
	font-family: arial, helvetica, sans-serif;
	background: #ffd8b1;
	color: #7c4303;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 4px 15px;
}

.content .template_fileview .item {
	padding: 0px 15px 15px 15px;
}

.content .template_fileview .icon {
	display: block;
	float: right;
} 

.content .template_fileview .minitext.link a {
	color: #333;
	font-size: 12px;
} 

.content .template_fileview .imgfont {
	color: #333;
	font-size: 12px;
}

.content .template_fileview .minitext.link a:hover {
	color: #7c4303;
}

.content .template_fileview .minitext.size {
	color: #333;
	font-size: 11px;
}

.content .template_fileview .minitext.link {
	padding-bottom: 5px;
}

.content .template_divider {
	background: #ffd8b1;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.content .template_divider h1 {
	font-family: arial, helvetica, sans-serif;
	color: #7c4303;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	padding: 3px 15px;
	line-height: 14px;
	margin: 0px;
}

.content .template_table th {
	background: #ffd8b1;
	color: #7c4303;
	padding: 2px 5px;
	margin: 0px;	
}

.content .template_table td {
	background: #fff;
	padding: 5px;
	margin: 0px;
}

.content .template_table {
	background: #FFD8B1;
	color: #333;	
	margin: 0px 0px 15px 0px;
}










