/*
	Werbestudio Mack
	Kunde: mack-online.de
	pink		f9f
	blau		09c
	grau		d3d0c8
	braun		c96
	grün		cf9
	gelb		ff9
*/



body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: "Trebuchet MS", helvetica,  sans-serif;
}

#container {
	margin: 0 auto 0 auto;
	width: 960px;
	height: 609px;
	background-color: #fff;
}

#topleiste {
	height: 80px;
	background: #fff url(../images/logos/mack_h77.png) no-repeat;
}
*html #topleiste { height: 78px; }	/*   ---   ---   IE Hack   ---   ---   */

#mitte {
	background-color: #f9f;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	border-bottom: 5px solid #fff;

}

/*   ---   ---   ---   ---   Navigation   ---   ---   ---   ---   */

#navigation {
	font-size: 14px;
	width: 160px;
	height: 269px;
	float: left;
	background-color: #f90;
	color: #666;
	border-right: 5px solid #fff;
}

#navlist li {
	list-style-type: none;
	border-bottom: 1px solid #fff;
	margin: 0 0 0 0;
	padding: 2px 0 0px 0;

	overflow: hidden;
}

/* *html #navlist li { padding: 0.25em 0 0.25em 0; }	  ---   ---   IE Hack   ---   ---   */

#navlist a:link {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#navlist a:hover {
	color: #fff;
	text-decoration: none;
}

#navlist a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #666;
}

/*   ---   ---   ---   ---   Überschriften der jeweiligen Seiten   ---   ---   ---   ---   */

#maintopic {
	height: 43px;
	text-align: right;
	background-color: #ff9;
	border-bottom: 5px solid #fff;
	margin:0;
	padding: 0;
	
	
}

*html #maintopic {width: -;}

#maintopic h1 {
	color: #000;
	font-size: 26px;
	margin: 0;
	padding: 0.2em 0.5em 0.25em 0.5em;
}

*html #maintopic h1 { padding: 0.3em 0.5em 0.15em 0.5em; }	/*   ---   ---   IE Hack   ---   ---   */

/*   ---   ---   ---   ---   Inahlt (Text) und das kleine Bild rechts   ---   ---   ---   ---   */

#inhalt {
	margin: 0 0 0 11em;
	padding: 0;
	height: 270px;
	/*overflow: none;*/
}

/**html #inhalt {height: 130px;}*/


#inhaltbild {
	float: right;
	background: transparent url(../images/jeans_b350.jpg) repeat x;
	border-left: 5px solid #fff;
   min-width: 320px;
	min-height: 222px;
   width: 320px; 
	height:220px;
	}


#unten {
	height: 240px;
	border-left: 5px solid #fff;
	border-right: 5px solid #fff;
	overflow: none;
}

/*   ---   ---   ---   ---   Footer und Links im Footer   ---   ---   ---   ---   */

#footer {
	font-size: 10px;
	text-align: right;
	padding: 0 15px 0; 
	/*background-color: #fff;*/
	color: #000;
	height: 10px;
}

#footer a:link {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #f00;
	text-decoration: none;
}

#footer a:visited {
	color: #000;
	text-decoration: none;
}

/*   ---   ---   ---   ---   Content im Inhalt   ---   ---   ---   ---   */

#innen {
	padding: 0 7px 0 40px;
	min-height:226px;
	width: 400px;
}

*html {padding: 0 7px 0 0px;}

#innen strong {
	font-weight: ;
}

#innen em {
	font-style: italic;
}


/*   ---   ---   ---   ---   Tradition   ---   ---   ---   ---   */
#tradition {
background-color: #f9f;
/*width: 770px;*/


}
#tradframe {
background-color: #f9f;
border-left: 5px solid #fff;
height: 465px;
 /*width: 750px;*/
}

*html #tradframe {border-left: 0px solid #fff; height: 465px;}	/*   ---   ---   IE Hack   ---   ---   */

#intframe {
width: 95%;
min-height: 465px;
}
*html #intframe { height: 465px;}	/*   ---   ---   IE Hack   ---   ---   */

/*   ---   ---   ---   ---   Lexikon   ---   ---   ---   ---   */

.pulldownjeans {
	border: 3px solid #fff;
	background-color: #09c;
	font-weight: bold;
	color: #fff;
	margin: 0 0 0 1em;
}

a.jeans {
	font-weight: bold;
	line-height: 0;
}

.rechtespalte {
	font-size: 12px;
	width: 50%;
	padding: 20px 30px 0 180px;
	float: left;
	background-color: #fff;
}

.bilderspalte {
	width: 50%;
	float: left;
}

/*   ---   ---   ---   ---   Links bei Links   ---   ---   ---   ---   */

a:link.extlinks {
	color: #000;
}

a:hover.extlinks {
	color: #fff;
	text-decoration: none;
}