@charset "ISO-8859-1";

/* ********************************************************************************** */
/* LOGO UND SECOND LEVEL NAVI */
/* ********************************************************************************** */

#logo_secondlevelnavi_container {
	padding: 0px;
	height: 85px;
	width: 804px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
#logo {
	width:230px;
	height:60px;
	margin: 0px;
	float:left;
	vertical-align: middle;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}



#secondlevelnavi_container {
	width:574px;
	height:85px;
	margin: 0px;
	padding: 0px;
	float:right;
	position:relative;
}
#secondlevelnavi {
	position: absolute;
	bottom:0;
	right: 0px;
	float: right;
	width: 574px;
}

#secondlevelnavi ul {
	list-style-type: none;
}
#secondlevelnavi ul {
	list-style-type: none;
}
#secondlevelnavi ul, li {
margin:0;
padding:0;
}
#secondlevelnavi li {
	border:1px solid #666666;
	margin-bottom:5px;
	margin-left:4px;
	background-color:#ffffff;
	float:right;
	display: inline;
}
/* ******** */
/* SHOWROOM */
/* ******** */
.showroom #secondlevelnavi li {
	border:1px solid #333;
	background-color:#666;
	color:#ccc;
}
.showroom #secondlevelnavi li.blog {
	border:1px solid #333;
	background-color:#333;
	color:#ccc;
}


/* SHOWROOM ENDE */



#secondlevelnavi a {
	color:#333333;
	text-decoration:none;
	font-size: 11px;
	display:block;
	background-color:#ffffff;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

#secondlevelnavi a:hover {
	background-color:#F3EA7C;
	color:#000000;
}

#secondlevelnavi a.blog {
	color:#000;
	text-decoration:none;
	font-size: 11px;
	display:block;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-image: url(../images_site/2stnavi_bg_blogbutton.gif);
	background-repeat: repeat;
}

#secondlevelnavi a.blog:hover {
	color:#fff;
	background-image: url(../images_site/333.gif);
	background-repeat: repeat;
}

/* ******** */
/* SHOWROOM */
/* ******** */
.showroom #secondlevelnavi a {
	color:#ccc;
	background-color:#666;
}

.showroom #secondlevelnavi a:hover {
	background-color:#333;
	color:#fff;
}

.showroom #secondlevelnavi a.blog {
	background-color:#333;
	color:#fff;
	background-image:none;
}

.showroom #secondlevelnavi a:hover {
	color:#fff;
	background-color:#000;
}


/* SHOWROOM ENDE */


#center #logo_secondlevelnavi_container #secondlevelnavi_container #secondlevelnavi .current {
	border:1px solid #666666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	float:right;
	display: inline;
	background-color:#F3EA7C;
	color:#000000;
	font-size: 11px;

}


/* ********************************************************************************** */
/* FACEBOOK BUTTON */
/* ********************************************************************************** */


#facebookbutton {
	position: absolute;
	right: 0px;
	top:-3px;
	float: right;
	width: 133px;
	height: 25px;
}

#facebookbutton a {
	display: block;
	width: 133px;
	height: 25px;
	background-repeat: no-repeat;
}

#facebookbutton a:link, #facebookbutton a:visited {
	background-image: url(../images_site/2stnavi_facebook_out.gif);
}

#facebookbutton a:hover, #facebookbutton a:active {
	background-image: url(../images_site/2stnavi_facebook_over.gif);
	text-decoration:none;
}

#facebookbutton a span {
	position:relative;
	left:-10000px;
}


/* ******** */
/* SHOWROOM */
/* ******** */
.showroom #facebookbutton a:link, .showroom #facebookbutton a:visited {
	background-image: url(../images_site/2stnavi_facebook_showr_out.gif);
}

.showroom #facebookbutton a:hover, .showroom #facebookbutton a:active {
	background-image: url(../images_site/2stnavi_facebook_showr_over.gif);
}