/* sheetstyle fuer stilbruch77  		*/
/* Programmierer und Designer: Nina Bernhardt	*/

html {
	margin:0px; 
	padding:0px; 
	}

body {
	background-color:#FDA1D6;
	background-image:url(images/LayoutBackgroundImage.gif);     
	background-position: 50% 20%;
    	text-align:center;
    	font-family:Verdana,Helvetica;
	margin:0px;
	padding:0px;
    	font-size:14px;
	}

#box {
	width:700px;
	margin:0px auto;
	padding:0px;
	text-align:left;

	}

#kopf {
	background-image:url(images/kopfzeile-button.png);
	width: 700px;
	height: 150px;
	}

#kopf h1 {
	font-size: 12px;
	text-transform:uppercase;
	text-align: right;
	color: #564b47;
	padding:9px 15px;
	margin:0px
	}

#kopf p {
	padding:10px;
	margin:0px;
	}

#menu { 
	width:210px;
	height:450px;
	background-color:#FFFFFF;
	text-align:left;
	float:left;
	}

#content { 
	padding:0px;
	width:490px;
	height:450px;
	background-color:#FFFFFF;
	overflow:auto;
  	text-align:left;
	float:left;
    	color:#362F2D;
	}

#footer { float:left;}

a:link.l {
        color:#EC008C;
}

a:visited.l {
        color:#FF99CC;
}

a:hover.l {
        color:#303030;
}

div.btn {margin:5px;}



* html #box #kopf { width:700px; w\idth:700px; float:left; height:1%; }


