/*
Design & Code by DLMR (http://dlmr.se)
*/

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#container{
	margin: 100px auto auto;
	width: 500px;
}

#header{
	margin-bottom: 20px;
}

#header a{
	background: url(images/logo.png) no-repeat 0 top;
	width: 265px;
	height: 29px;
	display: block;
}

#header a:hover{
	background-position: 0 bottom;
}

#image{
	background-image: url(images/home.png);
	width: 100px;
	height: 100px;
	float: left;
	margin-left: 10px;
	margin-right: 40px;
}

#links{
	list-style-type: none;
	float: left;
	width: 350px;
	height: 100px;
	text-transform: inherit;
	font-weight: bold;
	font-size: 22px;
	line-height: 50px;
	font-variant: small-caps;
}

#links li a{
	width: 175px;
	height: 50px;
	float: left;
	text-decoration: none;
	color: #838383;
}

#links li a:hover{
	color: #1c1c1c;
}
#content{
	display: inline-block;
}
#links a img {
	height: 0; 
	width: 0; 
	border-width: 0;
	background-color: #fff;
	position: absolute;
}

#links a:hover img{ 
    height: 100px; 
    width: 100px;
}

#mail a:hover img{
	margin-left: -140px;
}

#usercontrol a:hover img{
	margin-left: -315px;
}

#me a:hover img{
	margin-left: -140px;
	margin-top: -50px;
}

#projekt a:hover img{
	margin-left: -315px;
	margin-top: -50px;
}

#footer{
	text-align: center;
	font-size: 10px;
	color: #c1c1c1;
}

#footer a{
	text-decoration: none;
	color: #838383;
}

#footer ul {
	margin: auto;
	display: inline-block;
}

#footer li {
    list-style-position: inside;
    margin-left: 5px;
    display: list-item;
    list-style-type: disc;
    float: left;
}

#footer #first{
    list-style-type: none;
}