body {
	background-color:#EBEBEB;
	font-size:70%;
	font-family: Verdana, Arial, Times New Roman, sans-serif;
}

a {
	color: #004779; 
	text-decoration: none; 
}

h1 {
	margin:10px 0;
	padding:0;
	color: #4769B2;
	font-size:20px;
	font-weight:bold;
	text-align:center;
}

h2 {
	margin:1em 0;
	padding:0;
	color: #4769B2;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}

h3 {
	text-align:center;
}

h4 {
	color: #004779;
	font-weight:bold;
}

div#page {
	background-color:#D7D7D7;
	margin:50px 20px 0px 50px;
	padding:30px 0px 27px 0px;
	border:10px solid #B956B9;
}

div.wuerfel_top {
	position:absolute;
	left:45%;
	width:88px;
	height:83px;
	margin:-75px auto 0 auto;
	background-image: url(grafics/page/logo_wuerfel.png);
	background-repeat:no-repeat;
}

div.wuerfel_bottom {
	position:absolute;
	left:45%;
	width:88px;
	height:83px;
	margin:0px auto;
	background-image: url(grafics/page/logo_wuerfel.png);
	background-repeat:no-repeat;
}

div#footer {
	text-align:center;
	margin:30px 0px 10px -6em;
	padding-bottom:20px;}
}

.italic {
	font-style:italic;}

div#menu_left {
	position:absolute;
	width:200px;
	top:200px;
	margin-left:-100px;
}

#menu_left a {
	padding:15px 0px 0px 70px;
	display:block;
	height:26px;
}

#menu_left a:hover {
	text-decoration:underline;
	color:#3077A9;
}

#menu_left li {
	list-style-type: none;
	height:42px;
	margin:10px 2px;
	background-image: url(grafics/page/wuerfel_menu.png);
	background-position: left center;
	background-repeat:no-repeat;
}

div#content {
	text-align:justify;
	padding-right:20px;
	margin-left:11em;}

img.thumbnail {
	clear:left;
	float:left;
	border:1px solid #444;
	margin:0px 30px 5px 5px;
}

img.thumbnail2 {
	clear:left;
	float:right;
	border:1px solid #444;
	margin:0px 30px 5px 5px;
}

.quote {
	font-family:times, arial, verdana;
	font-style:italic;
	font-size:150%;
	width:120px;
	float:right;
	text-align:center;
	margin:20px 10px 10px 10px;
	padding:0px 10px;
	border-top:5px solid #666;
	border-bottom:5px solid #666;
}

ul.content li{
	list-style-type:square;
	margin-left:0px;
}

p.entry {
	/*clear:left;*/
	padding-top:10px;
}