* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}
/*---------*/
body {
	background: black;
	font-family: times; font-size: 14px; color: white;
}
/*---------*/
a {
	font-family: inherit; font-size: inherit; color: inherit;
}
a:hover {
	text-decoration: underline;
}
/*---------*/
h1,h2 {
	font-family: inherit; font-size: inherit; color: inherit;
}
/*---*/
#wrapper {
	position: relative; top: 50px; margin: 0 auto;
	width: 800px; height: 500px;
	background: #333 url(../images/blend_effect.png) top right no-repeat;
	border: 2px solid #999;
	-moz-border-radius: 40px; -webkit-border-radius: 40px;
}
/*---------*/
#headline {
	margin: 0 auto; padding-top: 40px;
	width: 720px; height: 35px;
	border-bottom: 1px dotted #999;
	font-family: arial; font-size: 24px; color: rgb(150,200,250);
	text-transform: uppercase;
}
#content {
	margin: 0 auto; padding: 20px 280px 20px 0;
	width: 440px; height: 235px;
	line-height: 16px;
	overflow: hidden;
}
#navi {
	margin: 0 auto;
	width: 720px; height: 150px;
	border-top: 1px dotted #999;
}
/*---------*/
#footer {
	position: relative; bottom: -50px;
	margin: 0 auto; padding-right: 40px;
	width: 760px; height: 20px;
	background: transparent;
	text-align: right; font-family: arial; font-size: 12px; color: #333; line-height: 20px;
}
#footer a {color: #333;}
#footer a:hover {color: #666; text-decoration: underline;}
/*---------*/
#navi ul li a {
	display: block;
	float: left;
	margin: 5px; padding: 10px;
	width: 330px; height: 40px;
	text-decoration: none;
	font-family: arial; color: #333;
	background: grey;
	-moz-border-radius: 20px; -webkit-border-radius: 20px;
}
/*----NAVIBUTTONS----*/

/*----NAVIBUTTONS----*/
#facebook {position: absolute; z-index: 0; top: -16px; right: 90px;
	width: 30px; height: 30px; background: url(../images/facebook.png) no-repeat; cursor: pointer;}
#xing {position: absolute; z-index: 0; top: -16px; right: 60px;
	width: 30px; height: 30px; background: url(../images/xing.png) no-repeat; cursor: pointer;}
#twitter {position: absolute; z-index: 0; top: -16px; right: 30px;
	width: 30px; height: 30px; background: url(../images/twitter.png) no-repeat; cursor: pointer;}
#facebook:hover {background: url(../images/facebook_h.png) no-repeat}
#xing:hover {background: url(../images/xing_h.png) no-repeat}
#twitter:hover {background: url(../images/twitter_h.png) no-repeat}
/*---------*/
td {
	vertical-align: top;
	font-size: 14px;
}
input {
	background: #bbb;
	font-family: arial; font-size: 12px; color: #333;
	margin: 2px; padding: 2px;
	height: 16px; width: 200px;
}
#kontaktformular input.inpRadio {
	width: 30px;
}
input.inpSubmit {
	background: #333; border: 1px solid white;
	font-size: 14px; color: white;
	padding: 0;
	height: 20px; width: 100px; line-height: 20px;
}
input.inpSubmit:hover {cursor: pointer; background: rgb(150,200,250); color: black;}
#kontaktformular textarea {
	background: #bbb;
	font-family: arial; font-size: 12px; color: #333;
	margin: 2px; padding: 2px;
	height: 60px; width: 200px;
}
#kontaktformular img {
}
img.mt_logo { position: relative; vertical-align: top; margin-top: -12px;}
img.mt_logo_large { position: absolute; top: 20px; left: 80px;}
/*---------*/

/*---------*/
