/* CSS Document */

/* einsttellungen basics*/
* {
	margin: 0;
	padding: 0;
}
p,li, h1,h2,h3,h4 {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
}
img {
	border: 0;
}

span.main {
	margin-left: 20px;
}


/* clearfix fuer alle browser */
.cf {
	clear: both;
}
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
/* IE-mac \*/
* html .cf {
	height: 1%;
}
/* clearfix end */

.left {
	float: left;
}
.right {
	float: right;
}

#box-head {
	margin: 0;
	padding: 0;
	width: 679px;
	height: 81px;
	background-color: #525161;
}

#head {
	width:679px;
	text-align:left;
}

#logo {
	margin: 0;
	padding:0;
}
#flash {
	margin: 0;
	padding:0;
}

#shp-h-menue {
	margin: 0;
	padding-left: 150px;
	width: 529px;
	height: 25px;
	text-align: left;
	background-color: #525161;
}

#h-menue {
	padding-left: 10px;
	width:528px;
	height:23px;
	text-align:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
}


#content {
	margin: 0;
	padding:0;
	width: 679px;
	height: 373px;
	background-color: #525161;
}

#shp-left {
	margin: 0;
	padding:0;
	width: 567px;
	height: 373px;
	text-align:left;
	background-image:url(../images/mario_sw_hg.jpg);
	background-repeat:no-repeat;
}

#shp-php {
	margin: 0;
	padding:0;
	width: 108px;
	height: 373px;
	text-align:right;
}


#scroll { /* scrollbereich */
	margin-top:  25px;
	margin-left: 30px;
	padding-rigth: 0px;
	position: 	static;
	left:		0px;
	top:		0px;
	width:		500px;
	height:		310px;	
	/* funktioniert nur bei IE-WIN */
	SCROLLBAR-FACE-COLOR: #B7C1C6; 
	SCROLLBAR-HIGHLIGHT-COLOR: #B7C1C6; 
	SCROLLBAR-SHADOW-COLOR: #CCCCCC; 
	SCROLLBAR-3DLIGHT-COLOR: #f5f5e7; 
	SCROLLBAR-ARROW-COLOR: #333333; 
	SCROLLBAR-TRACK-COLOR: #E0E5E7; 
	SCROLLBAR-DARKSHADOW-COLOR: #B7C1C6;
	overflow: 	auto;
	z-index:	1;

}
