@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: verdana, arial;
	font-size: 11px;
}

img {
	border: 0;
}
body {
	background-image:url(img/bg.jpg);
	background-repeat:repeat-y;
}
#conti {}
#links {
	width:401px;
	float: left;
}
#logo {
	margin-left:70px;
	margin-top:30px;
}
#menu {
	margin-left:150px;
	margin-top:100px;
}
#menu span {
	position:absolute;
	top:-10000px;
}
#menu ul{
	list-style-type:none;
}
#menu li a {
	height:22px;
	display:block;
	margin-bottom:40px;
}
#menu li a:hover {
	height:22px;
	display:block;
	
}
#mshow {
	background-image:url(img/menu/showcase.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:228px;
}
#mabout {
	background-image:url(img/menu/about-me.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:216px;
}
#mcontact {
	background-image:url(img/menu/contact.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:192px;
}
#mshow:hover {
	background-image:url(img/menu/selected/showcase.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:228px;
}
#mabout:hover {
	background-image:url(img/menu/selected/about-me.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:216px;
}
#mcontact:hover {
	background-image:url(img/menu/selected/contact.jpg);
	background-repeat:no-repeat;
	height:22px;
	width:192px;
}
#rechts {
	margin-left: 450px;
	margin-top: 20px;
	min-width: 270px;
	float: left;
	position: absolute;
	
}
label {
	font-size: 20px;
	font-weight: bold;
	color: #0074db;
}
#FromName, #From, #Body {
	background-color: #cdf78e;
}
#fotomod {
	width: 250px;
	height: 250px;
	margin-left: 20px;
	float: left;
}
#foto {
	width: 250px;
	height: 167px;
}
#dummy {
	clear: both;
	line-height: 0px;
	height: 0px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #0074db;
}
#rechts a {
color: green;

}
