/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul,li { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table {
}

/* Removes border from fieldset and img */
fieldset,img {
	border : 0;
	float: left;

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }



body {
	background-color:#67b8d4;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	line-height:120%;
	}

#Branding {
	position:absolute;
	left:100px;
	}

#Container900 {
	position:absolute;
	z-index:1;
	top: 150px;
	left: 100px;
	float:left;
	width:900px;
	height:20px;
}

#Bodycontainer {
	position:absolute;
	z-index:1;
	top: 170px;
	left: 100px;
	float:left;
	width:900px;
	min-height:600px;
}

#whoiscontainer1 {
	position:absolute;
	z-index:1;
	top: 50px;
	left: 100px;
	float:left;
	width:600px;
	height:30px;
	background-color: #003366;
	text-align:center;
	border:2px #003366 solid;
}

#whoiscontainer2 {
	position: absolute;
	z-index: 1;
	top: 83px;
	left: 100px;
	float: left;
	width: 600px;
	height: 500px;
	border: 2px #003366 solid;
}

.beschreibung {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
	text-align: center;
	white-space: normal;
	background-color: #003366;
	border-style: none;
	height:30px;
}

.worx {
	width: 218px;
	text-align:center;
}

.whois_bild {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	padding:8px;
	color: #FF9900;
}

.whois_text {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #FF9900;
}

.whois_text2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	font-style: normal;
	color: #003366;
}

.impressum {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #003366;
	text-align: center;
}

.img_uvo {
	float:left;
	margin-right:10px;
	}
	
.img_ratte {
	float:right;
	margin:10px;
	}
