body, html {
	margin:0;
	padding:0;
	border:0;
	/*height:100%;
	min-height:100%;*/
}

#main {
	margin: 0 auto;
	width: 800px;
	font-family:verdana, sans-serif;
	position:relative;
}

h1 {
	margin-top:15px;
	border-top:10px solid #A11820;
	padding-top:10px;
	background-image: url('blograngliste.jpg');
	background-repeat: no-repeat;
	font-size:0;
	color:white;
	height: 110px;
}

#menu ol {
	/*background-image: url(menu.jpg);*/
	height:30px;	
	padding-left:0px;
}

#menu li {
	display:block;
	float:left;
	margin-left:30px;
	margin-top:6px;
	vertical-align:middle;	
	list-style-type:none;
}

#footer {
	clear:both;
	font-size:70%;
	text-align:right;
}

#content {
	width:500px;
	height:250px;
	padding-left:30px;
	padding-top:30px;
	font-size:80%;
	float:left;
	margin-right:10px;
}
#sidebar {
	width:220px;
	float:left;	
	margin-left:10px;
}

#whatsyourplace {
	float:right;
	width:300px;	
	font-size:80%;
	text-align:center;
	/* text-align: justify; */
}

img {
	border:0;
}

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

#charts {
	border:1px solid black;
	margin-bottom:40px;
}

#blog {
	text-align:center;
	width:400px;
}

#rank, #delta, #platz {
	text-align:center;
	width:220px;
}

#legend {
	background-color:black;
	color:white;	
}

.grey {
	background-color:rgb(230,230,230);
}

.greyText {
	color:grey;
}

.error {
	color:red;
}

.confirm {
	color:green;
}

#blogform {
	padding-bottom:220px;
}	

#anmerkung {
	font-size:0.8em;
	line-height:1.2em;
	text-align:justify
}