@charset "UTF-8";

body {
background-color: #CCCCCC;

font-size: 10px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
color:#564b47;
padding:0px;
margin:0px;
}

a {
color: #CCCCCC;
text-decoration: none;
font-weight: bold;

}

a:link {color: #919191; text-decoration: none;}
a:visited {color: #919191; text-decoration: none;}
a:hover {color: #919191; text-decoration: underline;}

h1 {
	font-size:12px;
	font-weight: bold;
	padding: 5px 0px;
	margin:0px;
	color: #919191;
}


/* ----------container zentriert das layout-------------- */
#container {
width: 800px;
padding:100px;
margin: center;
margin-left: auto;
margin-right: auto;
} 

/* -----------------Inhalt--------------------- */
#content{ 
position: relative; 
margin: 0px; }

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

pre{
	font-size: 12px;
	padding: 5px 10px;
	margin:0px;
}

/*  ----------------footer---------------------- */ 
#footer {
height: 10px;
clear:left;
padding: 0px;
margin:0px;
text-align: right; }

#footer img {
	padding:0px 5px;
}

