/************* BASIS-BOX-MODELL *********************************/
﻿
div#headerLine {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 10px;
	z-index: 5;
	background-color: #c3c3c3;
}

div#navLine {
	position: absolute;
	top: 200px;
	left: 0;
	width: 100%;
	height: 51px;
	background-image: url(../_img/navback.png);
	z-index: 5;
}

div#centerMain {
	position: relative;
	top: 0;
	margin: 0 auto;
	width: 1000px;
	height: 500px;
	z-index: 10;
}

/************* HEADER ******************************************/
div#centerMain div#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;
	height: 250px;
	text-align: left;
}

div#centerMain div#header div.logoContainer {
	position: relative;
	top: 35px;
	left: 25px;
	float: left;
	width: 107px;
	height: 138px;
	z-index: 10;
}

div#centerMain div#header div.HeadTitle {
	position: relative;
	float: left;
	top: 93px;
	left: 75px;
}

div#centerMain div#header div.HeadTitle .HeadImage {
	display: none;
}

/************* bildwechseler ***********************************/
div#bildwechseler {
	position: relative;
	margin: auto;
	width: 578px;
	height: 161px;
	overflow: hidden;
}

/************* HAUPTNAVIGATION *********************************/
div#centerMain div#navContainer {
	position: absolute;
	top: 207px;
	left: 0;
	width: 100%;
	height: 55px;
	z-index: 100;
	text-align: center;
}

div#centerMain div#navContainer ul {
	position: relative;
	top: 2px;
	height: 46px;
	width: auto;
	margin: 0 0 0 184px;
	padding: 0;
}

div#centerMain div#navContainer ul li {
	position: relative;
	float: left;
	padding: 0 0px 0 3px;
	/*display:inline;*/
	width: auto;
	list-style: none;
	background-image: url(../_img/navseparator.png);
	background-repeat: no-repeat;
	background-position: left top;
        
        display:block;
}

div#centerMain div#navContainer ul li.first {
	padding: 0 0px 0 14px;
	background-image: url(../_img/navLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#centerMain div#navContainer ul li.last {
	padding: 0 16px 0 0px;
	background-image: url(../_img/navRight.png);
	background-repeat: no-repeat;
	background-position: right top;
}

div#centerMain div#navContainer ul li.last span.menu-sep {
	position: relative;
	float: left;
	margin: 0;
	
	padding: 10px 0 19px 3px;
	background-image: url(../_img/navseparator.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div#centerMain div#navContainer ul li a:link, div#centerMain div#navContainer ul li a:visited {
	padding: 8px 7px 27px 6px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing:normal;
	color: #ffffff;
	background-image: url(../_img/navitemback.png);
	background-repeat: repeat-x;
        display:block;
}

div#centerMain div#navContainer ul li a:hover, div#centerMain div#navContainer ul li a:active, div#centerMain div#navContainer ul li a:focus, div#centerMain div#navContainer ul li.selected a:link, div#centerMain div#navContainer ul li.selected a:visited, div#centerMain div#navContainer ul li.selected a:visited, div#centerMain div#navContainer ul li.inrootline a.inrootline {
	color: #ffffff;
	background-image: url(../_img/navhover.png);
	background-repeat: repeat-x;
}



/************* MAINCONTENT *********************************/
div#centerMain div#MainArea {
	position: relative;
	float: left;
	top: 250px;
	float: left;
	width: 580px;
	z-index: 4;
	background-image: url(../_img/MainBack.png);
}

div#centerMain div#MainArea div.maintop {
	position: relative;
	top: 0;
	left: 0;
	width: 809px;
	height: 21px;
	background-image: url(../_img/MainTop.png);
	background-repeat: no-repeat;
	text-align: right;
	padding: 10px 0 0 0;
	z-index: 150;
}

div#centerMain div#MainArea div.maincontent {
	width: 560px;
	min-height: 630px;
	padding: 0 0 25px 0;
	background-image: url(../_img/maincontentBG.jpg);
	background-repeat: no-repeat;
	/*background-position:0 250px;*/
	background-position: 4px 220px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

div#centerMain div#MainArea div.maincontent h1 {
	padding: 22px 0 10px 25px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 15px;
	color: #666666;
}

div#centerMain div#MainArea div.maincontent h3 {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
}

div#centerMain div#MainArea div.maincontent .full {
	padding: 20px 0 0 25px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

div#centerMain div#MainArea div.maincontent p {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
}

div#centerMain div#MainArea div.maincontent .full ul {
	padding: 10px 0 0 25px;
}

div#centerMain div#MainArea div.maincontent .full a:link, div#centerMain div#MainArea div.maincontent .full a:visited, div#centerMain div#MainArea div.maincontent .haendlersuche a:link, div#centerMain div#MainArea div.maincontent .haendlersuche a:visited {
	color: #333366;
}

div#centerMain div#MainArea div.maincontent .full a:hover, div#centerMain div#MainArea div.maincontent .full a:active, div#centerMain div#MainArea div.maincontent .full a:focus, div#centerMain div#MainArea div.maincontent .haendlersuche a:hover, div#centerMain div#MainArea div.maincontent .haendlersuche a:active, div#centerMain div#MainArea div.maincontent .haendlersuche a:focus {
	color: #333333;
}

div#centerMain div#MainArea div.mainbottom {
	position: relative;
	top: 0;
	left: 0;
	width: 550px;
	height: 25px;
	background-image: url(../_img/mainBottom.png);
	background-repeat: no-repeat;
	background-color: #ffffff;
	color: #666666;
	font-size: 12px;
	padding: 25px 0 0 30px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

div#centerMain div#MainArea div.mainbottom a:link, div#centerMain div#MainArea div.mainbottom a:visited {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #666666;
}

div#centerMain div#MainArea div.mainbottom a:focus, div#centerMain div#MainArea div.mainbottom a:active, div#centerMain div#MainArea div.mainbottom a:hover {
	color: #333333;
}

/************* LEFTAREA *********************************/
div#centerMain div#LeftArea {
	position: relative;
	top: 289px;
	clear: both;
	float: left;
	height: 159px;
	width: 184px;
}

div#centerMain div#LeftArea div.sideTopic {
	height: 14px;
}

div#centerMain div#LeftArea div.sideTopic img {
	margin: 0 0 0 17px;
}

div#centerMain div#LeftArea div.sideNav {
	position: absolute;
	width: 178px;
	height: 183px;
	margin: 13px 0 0 6px;
	background-image: url(../_img/sideNavMain.png);
	background-repeat: repeat-y;
}

div#centerMain div#LeftArea div.sideNav div.sideNavTop {
	width: 178px;
	height: 8px;
	background-image: url(../_img/sideNavTop.png);
	background-repeat: no-repeat;
}

div#centerMain div#LeftArea div.sideNav div.navArea {
	height: 140px;
}

div#centerMain div#LeftArea div.sideNav div.sideNavBottom {
	position: absolute;
	bottom: 0;
	width: 178px;
	height: 34px;
	margin: 8px 0 0 0;
	background-image: url(../_img/sideNavBottom.png);
	background-repeat: no-repeat;
}

div#centerMain div#LeftArea div.sideNav ul {
	padding: 7px 0 0 0;
}

div#centerMain div#LeftArea div.sideNav ul li {
	list-style: none;
	padding: 3px 0 2px 17px;
}

div#centerMain div#LeftArea div.sideNav ul li a:link, div#centerMain div#LeftArea div.sideNav ul li a:visited {
	color: #5b5b5b;
	font-size: 12px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

div#centerMain div#LeftArea div.sideNav ul li a:hover, div#centerMain div#LeftArea div.sideNav ul li a:active, div#centerMain div#LeftArea div.sideNav ul li a:focus, div#centerMain div#LeftArea div.sideNav ul li.selected a:link, div#centerMain div#LeftArea div.sideNav ul li.selected a:visited {
	color: #171747;
}

/******* Eagle WebParts ***********/
div#centerMain div.WebPartAreaRight {
	position: relative;
	float: left;
	top: 320px;
	left: 15px;
}

div#centerMain div.WebPartAreaRight div.WPBox {
	width: 210px;
	margin-bottom: 25px;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPHead {
	width: 197px;
	padding: 8px 0 5px 15px;
	background-image: url(../_img/WPHeaderBG.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #d5d5d5;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	font-size: 12px;
        letter-spacing:normal;
	color: #171747;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPHead h3
{
    font-size:12px;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPFoot {
	width: 212px;
	height: 15px;
	background-image: url(../_img/WPFootBG.png);
	background-repeat: no-repeat;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents {
	width: 203px;
	height: auto;
	padding: 11px 0 25px 7px;
	font-size: 12px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
	color: #666666;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents p {
	padding: 0 0 0 7px;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents p.text {
	padding: 0 0 15px 0;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #333366;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents img {
	padding: 0 0 15px 0;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents span {
	margin: 0 0 5px 0;
	border-bottom: 1px solid #999999;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents a:link, div#centerMain div.WebPartAreaRight div.WPBox div.WPContents a:visited {
	color: #666666;
}

div#centerMain div.WebPartAreaRight div.WPBox div.WPContents a:hover, div#centerMain div.WebPartAreaRight div.WPBox div.WPContents a:active, div#centerMain div.WebPartAreaRight div.WPBox div.WPContents a:focus {
	color: #333366;
}

/******* Eagle Kontaktformular ***********/
.PartnerKontaktForm {
	width: 541px;
	border: 1px solid #999999;
	margin: 25px 0 0 20px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
}

.PartnerKontaktHeader {
	width: 541px;
	height: 24px;
	padding: 10px 0 0 0;
	background-image: url(../_img/KontaktFormHeaderBG.png);
	background-repeat: repeat-x;
}

.PartnerKontaktHeader span {
	margin: 0 0 0 10px;
	font-size: 14px;
}

.PartnerKontaktHeader div.info {
	position: relative;
	float: right;
	padding: 0 25px 0 0;
	font-size: 12px;
	font-weight: bold;
}

.PartnerKontaktForm li {
	margin: 10px 0 0 0;
}

.PartnerKontaktForm li.element-group {
	position: relative;
	left: 0;
	float: left;
	list-style: none;
	width: 260px;
	padding: 0 0 5px 10px;
}

.PartnerKontaktForm li.element-group label {
}

.PartnerKontaktForm li.element-group input {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #666666;
	margin: 5px 0 0 0;
	border: 1px solid #999999;
	width: 250px;
}

.PartnerKontaktForm li.nonfloat-element-group {
	position: relative;
	float: left;
	list-style: none;
	width: 250px;
	padding: 15px 50px 5px 10px;
}

.PartnerKontaktForm li.nonfloat-element-group label {
	position: relative;
	float: left;
	width: 50px;
	margin: 25px 20px 0 10px;
}

.PartnerKontaktForm li.nonfloat-element-group label input {
	margin: 0 10px 0 0;
}

.PartnerKontaktForm li.nonfloat-element-group label.optional {
	position: absolute;
	left: 10px;
	width: 250px;
	margin: 0 50px 5px 0;
}

.PartnerKontaktForm li.textarea-element-group {
	position: relative;
	clear: left;
	list-style: none;
	padding: 20px 0 5px 10px;
}

.PartnerKontaktForm li.textarea-element-group label.optional {
	margin-top: 20px;
}

.PartnerKontaktForm li.textarea-element-group textarea {
	width: 520px;
	margin: 5px 0 0 0;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #666666;
	border: 1px solid #999999;
}

.PartnerKontaktForm li.submit-group {
	list-style: none;
	padding: 0 0 10px 8px;
}

.PartnerKontaktForm li.submit-group input {
	height: 25px;
	background-color: transparent;
	background-image: url(../_img/kontaktButton.png);
	background-repeat: no-repeat;
	border: 0px;
	color: #333333;
	/*TextFarbe*/
	font-size: 11px;
	padding: 0 0 0 25px;
}

.PartnerKontaktForm ul li ul.errors li, .PartnerKontaktForm b.errors {
	list-style: none;
	color: #ff0000;
}

/******* Eagle Premiumpartner ***********/
.Partner {
	position: relative;
	width: 539px;
	height: 130px;
	margin: 0 0 16px 0;
	background-image: url(../_img/partnerbg.png);
	background-repeat: no-repeat;
	background-position: 0 30px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #2d2d2d;
}

.PartnerHeader {
	position: relative;
	width: 539px;
	height: 18px;
	padding: 6px 0 0 0;
	top: 10px;
	background-image: url(../_img/partnerheaderbg.png);
	background-repeat: repeat-x;
}

.PartnerHeader span {
	margin: 0 0 0 144px;
	font-size: 13px;
}

.PartnerLogo {
	position: absolute;
	top: 0;
	left: 0;
	width: 122px;
	height: 73px;
	margin: 0 0 0 10px;
}

.PartnerLogo img {
	width: 122px;
}

.PartnerAnschrift {
	position: relative;
	margin: 15px 0 0 144px;
	float: left;
	width: 140px;
	font-size: 13px;
}

.PartnerAdditional {
	position: relative;
	float: left;
	margin: 15px 0 0 0;
	width: 250px;
	font-size: 13px;
}

.PartnerAdditional table tbody tr td {
	overflow: hidden;
	white-space: nowrap;
}

/***** Custom Login *******/
div#partner-login,
div#cms-login{
	margin: 10px 10px 0 7px;
        text-align: right
}

div#partner-login span,
div#cms-login span
{
    padding:0 35px 0 0;
    text-decoration: none;
    border:0 !important;
}

div#partner-login a,
div#cms-login a
{
    margin:0 10px 0 0;
}

#si_username {
	position: relative;
	float: left;
	border: 0;
	margin: 0 0 5px 0;
	width: 100px;
	padding: 3px 10px 8px 6px;
	background-image: url(../_img/loginbg.png);
	background-repeat: no-repeat;
	color: #333333;
}

#si_password {
	position: relative;
	float: left;
	border: 0;
	margin: 0 0 5px 0;
	width: 100px;
	padding: 3px 10px 8px 6px;
	background-image: url(../_img/loginbg.png);
	background-repeat: no-repeat;
	color: #333333;
}

#si_login_custom, #si_logout_custom {
	position: relative;
	float: right;
	padding: 0 10px 10px 20px;
	background-image: url(../_img/kontaktButton.png);
	background-repeat: no-repeat;
	background-color: transparent;
	color: #666666;
}

#si_logout_custom {
	padding: 4px 15px 4px 25px;
}

/***** Händlersuche *******/
form.haendler {
	text-align: right;
}

form.haendler img {
	margin: 0 0 0 18px;
}

#haendler_text {
	position: relative;
	float: left;
	border: 0;
	margin: 0 0 5px 0;
	width: 111px;
	padding: 3px 7px 8px 6px;
	background-image: url(../_img/loginbg.png);
	background-repeat: no-repeat;
	color: #333333;
}

#haendler_btn {
	position: relative;
	float: right;
	padding: 0 0 7px 23px;
	background-image: url(../_img/kontaktButton.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/***** News **********/
div.News {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

div.News div.NewsTitle {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

div.News div.NewsTitle a:link, div.News div.NewsTitle a:visited {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #5b5b5b;
	font-weight: bold;
}

div.News div.NewsTitle a:hover, div.News div.NewsTitle a:active, div.News div.NewsTitle a:focus {
	color: #171747;
}

div.News div.NewsContent {
	padding: 10px 0 15px 0;
}

/***** NewsBox *******/
div.WPBox div.WPContents div.NewsLink {
	padding: 20px 15px 0 7px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #333366;
	font-weight: bold;
	text-align: right;
}

div.WPBox div.WPContents div.NewsLink a, .LinkArrow {
	background-image: url(../_img/kontaktButton.png);
	background-repeat: no-repeat;
	padding: 4px 0 4px 25px;
}

div.WPBox div.WPContents div.NewsBox div.NewsTitle {
	padding: 0 0 5px 7px;
}

div.NewsBox div.NewsTitle a, div.NewsBox div.NewsTitle a:link, div.NewsBox div.NewsTitle a:visited {
	font-family: Calibri, Verdana, Helvetica, sans-serif;
}

/*********************************** Events *************************************/
.Events {
	position: relative;
	width: 590px;
	height: 130px;
	margin: 0 0 16px 0;
	background-image: url(../_img/eventbg.png);
	background-repeat: no-repeat;
	background-position: 0 23px;
	font-family: Calibri, Verdana, Helvetica, sans-serif;
	color: #2d2d2d;
}

.EventsHeader {
	position: relative;
	width: 589px;
	height: 18px;
	padding: 6px 0 0 0;
	top: 10px;
	background-image: url(../_img/partnerheaderbg.png);
	background-repeat: repeat-x;
}

.EventsHeader span {
	margin: 0 0 0 10px;
	font-size: 13px;
}

.EventsLogo {
	position: absolute;
	top: 0;
	width: 152px;
	height: 73px;
	margin: 0 0 0 10px;
}

.EventsAnschrift {
	position: relative;
	margin: 20px 0 20px 10px;
	float: left;
	font-size: 13px;
	width: 570px;
}

.EventsAnschrift table td {
	border: 0;
}

.EventsAdditional {
	position: relative;
	float: left;
	margin: 20px 0 0 0;
	width: 250px;
	font-size: 13px;
}

/*********************************** Händlersuche*************************************/
div.haendler-toolbar {
}

div.haendler-toolbar .PartnerKontaktForm {
	width: 541px;
}

div.haendler-toolbar .PartnerKontaktHeader {
	width: 541px;
    font-family: Arial,Helvetica,sans-serif;
}

div.haendler-toolbar label {
	position: absolute;
	width: 75px;
}

div.haendlersuche .element-group input {
}

div.haendler-toolbar select {
	border: 1px solid #666666;
	margin: 0 0 0 65px;
	width: 150px;
}

.haendlersuche div.HaendlerItem {
	margin: 30px 0 0 20px;
}

.haendlersuche .result {
	padding: 0 0 0 25px;
}

/***** EAGLE-Channel Content Element *******/
div.youtube-channel {
}

div.youtube-channel div.youtubecontent {
	padding: 0 0 10px 25px;
}

div.youtube-channel div.youtubecontent p {
	margin: 30px 0 0 0;
}

div.social {
	position: absolute;
	right: 7px;
	margin: 2px 0 0 0;
	padding: 0;
	z-index: 750;
}

/*********** VIDEOBAR ***********************/
.videocontent {
	width: 184px;
	border: 1px solid #b6b5b3;
	padding: 8px 6px 10px 6px;
	margin: 0 0 12px 0;
}

.videocontent .videotitle {
	font-size: 13px;
	padding: 5px 0 5px 0;
}

.videocontent .videoplay {
	position: relative;
	left: 8px;
	width: 183px;
	height: 139px;
	margin: -167px 0 10px 0;
}

.videocontent .time {
	position: relative;
	margin: -31px 0 0 145px;
	padding: 0 3px 0 0;
	color: #ffffff;
	background-color: #000000;
	width: 34px;
	text-align: right;
}

.youtubecontent object {
	width: 500px;
        height:305px;
}

.slidebox {
}

#sliderTop {
	width: 199px;
	height: 23px;
	margin: 0 0 5px 0;
	background-image: url(../_img/sliderTop.png);
}

#sliderBottom {
	width: 199px;
	height: 23px;
	margin: 5px 0 0 0;
	background-image: url(../_img/sliderBottom.png);
}
