@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}

body {
	background-color:#DDDDDD;
	color: #333333;
	}

img {  
	border-style: none;
}

a {
	text-decoration: none;	
	color: #eecccc;
}

div.foreground {
	width: 100%;
	height: 720px;
	}
	
div.card {
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	background-image: url(images/background.jpg);
	background-position:center;
	background-repeat:no-repeat;
	width: 900px;
	height: 720px;
	left:50%;
	top:10px;
    margin: 0px 0 0 -450px;
	}
	
div.language {
	position:absolute;
	right: 23px;
	top: 53px;
	width: 23px;
	height: 17px;
}

#en {	background-image:url(images/englishflag.jpg); }
#de {	background-image:url(images/germanflag.jpg); }


.language, .language a, .language a:hover {
	color: #ffffff;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
}

.content {
	position: absolute;
	top: 257px;
	left: 179px;
	width: 540px;
	height: 285px;	
}

.title {
	font-size: 23px;
	color: #550011;
	position: absolute;
	top: 19px;
	left: 0;
	vertical-align: bottom;
	width: 100%;
	height: 40px;
}

.text {
	font-size: 15px;
	line-height: 19px;
	text-align:justify;
	position: absolute;
	top: 65px;
	left: 0;
	width: 100%;
	height: 150px;
}

.text label {
	width: 85px;
	float: left;
}

#Name, #Telephone, #Email {
	width: 179px;
	font-size:10px;
	font-family:Verdana;
}

#Message {
	width: 179px;
	height: 35px;
	overflow: auto;
	font-size:10px;
	font-family:Verdana;

}

#Submit {
	float: right;
	width: 150px;
	font-size:11px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.right {
	margin-left: 270px;
	width: 50%;
	}

.small {
		font-size: 11px;
	}

.text p {
	margin: 0 0 10px 0;
}

.small p {
	margin: 0 0 5px 0;
}

.image {
	display: none;
	position: absolute;
	left: 55px;
	top: 82px;
}

.linkspace {
	font-size: 15px;
	position: absolute;
	top: 663px;
	left: 130px;
	width: 640px;
	height: 28px;
}

.link {
	position: absolute;
	text-align: center;
	height: 28px;
	width: 25%;
	padding: 8px 0 0 0;
}

.active, .active a {
	color: #ffffff;
}

.link a:hover {
	cursor: pointer;
	color: #ffffff;
}

#link1 { left: 0%;}
#link2 { left: 25%;}
#link3 { left: 50%;}
#link4 { left: 75%;}



div.designedby {
	position: absolute;
	right: 20px;
	bottom: 0px;
}

div.impressum {
	position: absolute;
	left: 20px;
	bottom: 0px;
}

.footer, .footer a, .footer a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	text-decoration: none;
	font-weight: bold;
}

.footer, .footer a {
	color: #888888;
}

.footer a:hover {
	color: #555555;
}

