@charset "utf-8";
/* CSS Document
    Farben:
    
	pink: rgb(237, 85, 112);  #ed5570
	grau: rgb(165, 165, 169); #a5a5a9
	dunkelgrau: rgb(107, 89, 86); #6b5956

 
*/

a:focus {outline: none;}
a:active {outline: none;}

img {
    border: none;
}
img#logo {
    position:absolute;
    top: 70px;
    left: 125px;
    border: none;
}





body {
    font-family: Arial, Helvetica, "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    background-color: #fff;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 30px;
	border: 1px solid #999;
	height: 600px;
	
	-moz-box-shadow:1px 1px 6px #292929; /* Firefox */
	-webkit-box-shadow:1px 1px 6px #292929; /* Chrome, Safari */
	-khtml-box-shadow:1px 1px 6px #292929; /* Konqueror */
	box-shadow:1px 1px 6px #292929; /* CSS3 */
}

div#head {
    height: 20px;
    position: relative;
	background-color: #ed5570;
}

div#container {
    position:absolute;
    top: 240px;
    left: 125px;
    float:right;
    z-index: 0;
    width: 600px; 
    
    display: inline;
    overflow: hidden;
	color: #6b5956;
	font-size: 25px;
	font-weight: bold;
	font-style: italic;
	z-index: 1;
}

div#foot_home{
    position: absolute;
    z-index: 1;
    height: 50px;
    width: 775px;
    color: #fff;
	background-color: #ed5570;
    font-weight: bold;
	font-size: 18px;
    top: 500px;
    padding-left: 125px;
}

div#foot_home p{
    padding-top: 0;
	margin-top: 10px;
}

h1{
    font-size: 24px;
	margin-top: 100px;
	padding-bottom: 10px;
	color: #000;
	font-style: italic;
}
h2{
    font-size: 16px;
}
.bez {
	font-size: 15px;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}


a {
    color: rgb(98, 174, 55);
}
a:hover{
    color: #000;
}

