@charset "utf-8";

/* Box für das gesamte Konstrukt */
body {background-color:#000000}

.in_body		{
	width: 982px;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 50%;
	margin-left: -491px;
	font-size: 18px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.start_content {
	float: left;
	height: auto;
	width: auto;
}
.header_moepse {
	background-image: url(../images/banner_moepse.jpg);
	height: 175px;
	width: 980px;
	text-align: center;
	border: 1px solid #000000;
	float: left;
}
.header_motoren {
	background-image: url(../images/banner_motoren.jpg);
	height: 175px;
	width: 980px;
	text-align: center;
	border: 1px solid #000000;
	float: left;
}
.banner_btn_abstand_oben {
	height: 53px;
	width: 980px;
	float: left;
}
.banner_abstand_moepse_links {
	height: 80px;
	width: 450px;
	float: left;
}
.banner_abstand_motoren_links {
	height: 80px;
	width: 50px;
	float: left;
}



.inhalt {
	height: auto;
	float: left;
	width: 980px;
	border: 1px solid #000000;
	padding-bottom: 50px;
}
.inhalt_abstand_links {
	float: left;
	width: 60px;
	height: 100px;
}
.inhalt_abstand_mitte {
	float: left;
	height: 400px;
	width: 60px;
}
.content_inhalt_links {
	height: auto;
	width: 410px;
	float: left;
	background-image: url(../images/scheinhintergrund_links.png);
	text-align: center;
}

.content_inhalt_rechts {
	float: left;
	height: auto;
	width: 410px;
	background-image: url(../images/infoplatte_rechts.jpg);
	background-repeat: repeat-y;
}
.content_inhalt_moepse {
	background-image: url(../images/infoplatte.jpg);
	float: left;
	height: auto;
	width: 880px;
	background-repeat: repeat-y;
}
.content_inhalt_motoren {
	background-image: url(../images/infoplatte_motoren.jpg);
	float: left;
	height: auto;
	width: 880px;
	background-repeat: repeat-y;
}
.text_eins {
	font-size: 12px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}

.text_zwei {
	font-size: 12px;
	margin-top: 40px;
	margin-right: 40px;
	margin-bottom: 40px;
	margin-left: 40px;
}
.spalte_1 {
	height: 400px;
	width: 380px;
	float: left;
	text-align: center;
}
.spalte_2 {
	height: 400px;
	width: 40px;
	float: left;
}

.spalte_3 {
	height: 400px;
	width: 380px;
	float: left;
	font-size: 11px;
}
.spalte_4 {
	height: auto;
	width: 800px;
	float: left;
	margin-top: 20px;
	padding-bottom: 40px;
	text-align: center;
}





/*link aussehen*/

a:link
	{
	color: #FFFFFF;
	outline:none;
	text-decoration: underline;

	}
a:visited
	{
	color: #CCCCCC;
	outline:none;
	text-decoration: underline;
	}
a:hover
	{
	color: #FFFFFF;
	outline:none;
	text-decoration: none;
	}
.toterlink {
	color: #666666;
	font-size: 18px;
	float: left;
	width: 196px;
	line-height: 28px;
	text-align: center;
	font-weight: bold;
}



.navi_inhalt {
	font-size: 16px;
	float: left;
	width: 196px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}


/*pseudoklasse für das (vom a:hover im normalen link) abweichendes navigationslink-Aussehen*/
.navi_inhalt:hover {
	font-size: 16px;
	width: 196px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.damen_navi{
	height: 250px;
	width: 800px;
	float: left;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.fett {
	font-size: 14px;
	font-weight: bold;
}
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index: 100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000000;
	z-index: 100;
}

.lbLoading {
	background: #000 url(../images/loading.gif) no-repeat center;
	z-index: 100;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0px;
	border: 8px solid #000;
	background-repeat: no-repeat;
	z-index: 100;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 100;
}

#lbPrevLink {
	left: 0;
	z-index: 100;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
	z-index: 100;
}

#lbNextLink {
	right: 0;
	z-index: 100;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
	z-index: 100;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	line-height: 1.4em;
	text-align: left;
	border: 8px solid #000;
	border-top-style: none;
	z-index: 100;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index: 100;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 100;
}

#lbCaption {
	font-weight: bold;
	z-index: 100;
}

/*PHP-CSS*/
.hinweis {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
}

.footer  {
	text-align: center;
	float: left;
	width: 982px;
	padding-top: 80px;
}

/*EinlogAdmin Pseudo-Linkaussehen*/
.pseudo:link {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
}
.pseudo:visited {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
}
.pseudo:hover {
	color:#333333;
	text-decoration:none;
	font-size: 10px;
}

