@charset "utf-8";
/* CSS Document */

body {
font-size:.8em;



background-color: #eae2e2;

}

#content {
	text-align: center;
	color: #000000;
}

img {
	max-width:100%;
	height:auto;
}


@media screen and (min-width:500px) {
body {font-size:0.95em;}
}


@media screen and (min-width:550px) {
body {font-size:1em;}
}


@media screen and (min-width:660px) {
#footer {padding-bottom:0;}
}

#kursiv  {
	font-family: cursive;
}

.links {
float: left;
margin-right: 10px;
} 

#schrift { 
font-size: 14px;
}

#rotweis {
	color:#FFF;
	background:red;
}
	