/* (c)2006 Dennis Baesmann  */

html {}
img {margin:0px;border:0;}
body {
margin:0;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana,Helvetica;
	font-size:11px;
	color:#818286;
	line-height:150%;
	*line-height:170%;
	}

body a{
	color:#818286;
	text-decoration:none;
}

body a:hover{text-decoration:underline;}

#center { 
	width:5px;
	height:50%;
	margin-bottom:-250px;
	float:left;
}

#Rahmen {
    position:relative;
	margin:0 auto;
	text-align:left;
	height:500px;
	width:850px;
	clear:left;
	background: url(../images/Hintergrund.gif);
	background-repeat:no-repeat;
	border:1px solid #818286;
}
	
#Logo{
	position:absolute;
	top:50px;
	left:50px;
}

/**Navigation**/
#Navi {
	position:absolute;
	top:180px;
	left:53;
	width:150px;
	height:100px;
	border-right:1px solid #818286;
	padding-right:10px;
	font-size:12px;
}

#Navi a {
	color:#EC008C;
	text-decoration:none;
}

#Navi a:hover {
	color:#ed73bb;
}

.active {
	color:#ed73bb;
}

#Subnavi-Shirts{
	position:absolute;
	top:104px;
	left:668px;
}

/**Inhalt**/
#Inhalt {
	position:absolute;
	top:180px;
	left:266;
	width:478px;
	height:275px;
	overflow:hidden;
}

.main {
	background-color:#FFFFFF;
	font-family:Verdana,Helvetica;
	font-size:11px;
	color:#818286;
	line-height:150%;
	*line-height:170%;
}

/**Impressum **/
#Impressum {
	position:absolute;
	bottom:7px;
	right:42px;
	width:200px;
	text-align:right;
	font-size:12px;
}

#Impressum a{
	color:#818286;
	text-decoration:none;
}

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

.active2 {
	font-weight:bold;
}