html {
	padding             : 0px;
	margin              : 0px;
}

body, div, p, a, img {
	padding             : 0px;
	margin              : 0px;
}

body {
	background          : #c0c0c0;
	font-family         : "trebuchet MS", Verdana, Arial, Helvetica, sans-sarif;
	color               : rgb(75, 75, 75);
	font-size           : 12px;
}

h1 {
	color               : rgb(75, 75, 75);
	font-family         : "trebuchet MS", Verdana, Arial, Helvetica, sans-sarif;
	font-size           : 14px;
	font-style          : italic;
	font-weight         : normal;
	text-align          : left;
	visibility          : hidden;

}

ul {
	margin-bottom       : 0;
	margin-top          : 0;
	list-style-position : outside;
	list-style-type     : disc;
}

a:link, a:visited {
	color               : rgb(75, 75, 75);
	font-family         : "trebuchet MS", Verdana, Arial, Helvetica, sans-sarif;
	font-size           : 1em;
	font-weight         : bold;
	line-height         : 12px;
	letter-spacing      : 0em;
	text-decoration     : overline;
}

a:hover {
	color               : #cccccc;
}

.bgbottom {
	background-color    : #c0c0c0;
	height              : 100%;
	width               : 100%;
}

.bgtop {
	background-image    : url(../img/1px.jpg);
	height              : 42px;
	width               : 100%;
}

.borderbottom {
	background-image    : url(../img/menu/rahmen_neu_leer_long.png);
	background-position : center;
	height              : 76px;
	width               : 100%;
}

.bordertop {
	background-image    : url(../img/rahmen_ohne_menu.png);
	height              : 32px;
	width               : 100%;
}

.content {
	background-color    : #fff;
	height              : 430px;
	width               : 100%;
}

.logospacer {
	height              : 15px;
	width               : 100%;
}

.thumbnail
{
	background-image    : url(../img/thumbnail_bg.png);
	height              : 72px;
	text-align          : center;
	vertical-align      : middle;
	width               : 100px;
}

div.contact {
	background          : url(../img/bg_form.jpg);
	background-repeat   : repeat-x;
	height              : 290px;
	margin              : auto;
	border              : 3px solid #B3B2B2;
	background-color    : #f9dc5c;
	width               : 350px;
	float               : left;
	text-align          : center;
}

input.contact, textarea.contact {
	background-color    : #ffffc7;
	border              : 1px solid #a4a4a4;
	color               : rgb(75, 75, 75);
	display             : block;
	font-family         : Georgia, "Times New Roman", Times, serif;
	font-size           : 12px;
	margin              : 2px 0pt 0pt;
	padding             : 3px 4px 4px;
	width               : 320px;
}

select.contact {
	background-color    : #ffffc7;
	border              : 1px solid #a4a4a4;
	color               : rgb(75, 75, 75);
	display             : block;
	font-family         : Georgia, "Times New Roman", Times, serif;
	font-size           : 12px;
	margin              : 2px 0pt 0pt;
	padding             : 3px 4px 4px;
	width               : 100%;
}