/* General */
body {	background-color: #fff; margin: 40px 0 10px 0;	}
body, table, div {	font: 12px 'Lucida Grande', Arial, Geneva, Verdana, sans-serif; color: #000;	}
img	{	border: 0;	} /* keine Rahmen um Bilder mit Links im IE Win */
td, th	{	text-align: left; vertical-align: top; font-weight: normal;	}
a, a:visited {	text-decoration: underline; color: #000;	}
a:hover	{	text-decoration: none; color: rgb(0,134,194);	}

h1, h2	{	color: rgb(0,134,194);	}
h1{	font-size: 100%;	}
h2{	font-size: 100%; margin-top: 20px;	}
h3{	font-size: 100%;	}

.LogoNav, .content, .misc	{
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
.LogoNav img	{
	margin-bottom: 25px;
}
.LogoNav a, .LogoNav a:visited	{
	text-decoration: none;
}
#NavActive	{
	color: rgb(0,134,194);
	text-decoration: none;
}
.content {
	margin-top: 50px;
	line-height: 145%;
}
.misc, .misc div	{
	font-size: 0.9em;
	line-height: 140%;
}
.misc	{
	width: 600px;
	margin-top: 25px;
	padding: 10px;
	border: 1px solid rgb(230,230,230);
	background-color: rgb(250,250,250);
}
.misc div	{
	width: 48%;
}

#contactform {
	margin-top: 2em;
}

#contactform input, #contactform textarea {
	width: 26.7em;
}

#imagePopUp {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 5px solid #fff;
}