/* @override http://www.mikebeck.eu/fileadmin/theme/mike_s.css */

body {
	background-color:#ababab;
	margin:0;
	padding:0;
	color: #4f4f4f;
	font-size:80%;
	font-family:sans-serif;
}
div#wrap{
	padding:0;
	margin-top:2em;
	margin-left:3em;
	margin-right:3em;
	margin-bottom: 4em;
	background-color:white;
}
div#head{
	vertical-align: bottom;
	padding-left:1em;
	padding-right:1em;
}
#foto{
	float: left;
	margin-top:0.5em;
}
#foto img{
	width: 8.72em;
	height: 8em;
}
#name{
	margin-left: 12em;
}
.clearer{
	clear: both;
}
#name h1, #name h2, #name p{
	text-align: right;
	padding:0;
	margin:0
}
#name h1{
	font-size: 1.6em;
	line-height:1.62em;
}
#name h2{
	font-size: 1.3em;
	line-height:1.31em;
}
#name p{
	margin-top: 0.1em;
}
#navigation{
	background-color: #ffcc50;
	border-top: 1px solid #4f4f4f;
	border-bottom: 1px solid #4f4f4f;
	text-align: right;
	padding: 0;
}
#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li{
	margin: 0;
	padding: 0;
	display:inline-block;
	border-left: 1px solid #4f4f4f;
}
#navigation a{
	margin: 0;padding: 0;
	display:inline-block;
	padding-left: 0.4em;
	padding-right: 0.4em;
	font-size:1em;
	text-decoration:none;
	font-weight:bold;
	background-color: #ababab;
	color: #4f4f4f;
	line-height:2em;
	text-transform: uppercase;
}
#navigation a:visited, 
#navigation a:active{
	color: #4f4f4f;	
} 
#navigation a:hover {
	background-color: #ffcc50;	
} 
#content{
	min-height: 100px;
	padding: 10px;
}
#content h1{
	font-size:12px;
}
#content a{
	text-decoration:none;
	color: #0a0088;
	font-weight: bold;
}
#content a:hover{
	color: #ffcc50;
}

img, div {
   behavior: url(/iepngfix.htc);
}
