/* Extends CSS-Dokument */
* {
margin: 0;
padding: 0px;
}
a {
	text-decoration: none;
}
a:hover{
	font-weight:bold;
}

p {
font-size: 13px; /*vorher 14px*/
color: #575757;
}

p a{
font-size: 14px;
color: #575757;
text-decoration: none;		/*!!!!!!*/
border: none;
}

p img{
border: none;		/*!!!!!!*/
}

img{
	border: none;
}

h1 {
font-size: 21px;
padding-left: 50px;
padding-top: 30px;
color: #ff609b;
}
h1 a {
color: #ff609b;
}
h2 {
font-size: 14px;
/*padding-left: 50px;*/
color: #575757;
font-weight: normal;
}

h2 a{
font-size: 14px;
color: #575757;
font-weight: normal;
}
	
h3 {
font-size: 18px;
padding-left: 50px;
color: #ff609b;
font-weight: normal;
}

h3 a{

text-decoration: none;
color: #ff609b;

}
h4 {
font-size: 21px;
color: #ff609b;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

li a{
font-size: 14px;
color: #575757;
list-style-type: none;
}
	
#meinheader {
background: #e2e2e2;
/*width: 900px;*/
height: 100px;
}


#container {
	padding-top: 30px;
	width: 960px;
	height: 550px;
}

#container1 {
	width: 910px;
	height: 180px;

}
#container2 {
	background: yellow;
	width: 910px;
	height: 360px;

}
#container3 {
	width: 910px;
	height: 480px;
}
#linie {
	width: 880px;
	margin-left: 30px;
	height: 2px;
	background: #e2e2e2;
}
#sidebar1 {
	padding-top: 30px;
	padding-left: 50px;
/*	background: green;*/
	float: left;
	width: 200px;
	height: 150px;
}
#sidebar2 {
	padding-top: 30px;
	padding-left: 50px;
	float: left;
	width: 200px;
	height: 150px;
}

#sidebar3 {
	padding-top: 30px;
	padding-left: 50px;
/*	background: yellow;*/
	float: left;
	width: 200px;
	height: 450px;
}
p sidebar{
	font-size: 14px;
	color: #575757;
	list-style-type: none;
}

#content1 {
float: left;
width: 650px;
height: 180px;
}
#content2 {
float: left;
width: 650px;
height: 360px;
/*background: #e2e2e2;*/
}
#content3 {
float: left;
width: 650px;
height: 480px;
/*background: #e2e2e2;*/
}

#flaeche2 {
width: 650px;
height: 480px;
}

#flaeche p {
	float: left;
	width: 180px;
	height: 120px;
	margin-top: 26px;
	margin-left: 30px;
}

/*.stopp-float {
clear: left;
}
*/
#backToHome{
	position:absolute; 
	top:660px; 
	left:50px; 
}
#aboutme p{
	width: 390px;
	height: 120px;
	margin-top: 26px;
	margin-left: 30px;
}
#aboutme{
	float: left;
	width: 390px;
	height: 120px;
}
/*#footer {
	padding-top: 30px;
	width: 200px;
	height: 50px;
	float: left;
	width: 250px;
	height: 120px;
}*/
#footer {
	padding-left: 50px;
	padding-top: 20px;
		clear: both;
		width: 910px;
		height: 40px;
}