﻿body {
    font-family: "Helvetica", Sans-Serif; color: blue;
    background-image: url("../media/herz.jpg");
	min-width: 900px;
}
    
#header	    {border:0; height: 70px; text-align: center;}
#nav		{border:0; width: 180px; padding:10px; min-height: 400px; float:left; display: block;}
#main       {border:0; display: inline;}
#aside		{border:0; float: right; width: 180px; min-height: 0px; padding:10px; text-align: center;}
#footer		{border:0; clear: both; width:100%; text-align: center;}

h1, h2         {text-align: center;}

p { 
	line-height: 1.5;
	font-weight: normal;
	font-size: 20px; 
    font-style: italic;
}

.mainmenue li {display: inline; list-style: none; padding: 20px;}

.bereich {
    margin-left: 220px;
    margin-right: 220px;   
}
.bereich img {
    
    margin: 10px;
	width: 100%;
	max-width: 200px;
	border-radius: 10px;
    
}
.textbox-links {
    width: 100%;
    padding: 20px;
    background-color: #f2b3de;
    border-radius: 10px;
	
}
.textbox-links img {
	float: right;
	max-width: 20%;
}

.textbox-rechts img {
	float: left;
	max-width: 20%;
}

.bilder {

    margin-left: 240px;
    margin-right: 240px;  

}

#zentriert p {
	text-align: center;
}

.mittig {
	text-align: center;
}

label {
	float:left;
	display:block;
	width:150px;
	margin-bottom:10px;
	padding-left:10px;
	border:none;
}
input, textarea {
	float:left;
	display:block;
	border: 1px solid #333;
	background:#F4F4F4;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	margin-bottom:10px;
	padding:1px;
}
/*clearing all floats and fix firefox and ie backgroundcolor-bug */

form {
	margin: 10px auto 10px auto;
	width:500px;
	border:none;
}


.option {
	border:none;
	background:none;
	width:auto;
}




