@charset "utf-8";
h1{
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ddd;
}	


body {
	background-color: #CCFFFF;
	text-align: center;
	display: block;
	background-image: url(bilder/ndx_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
}
#kopf {
	width: 1020px;
	height: 100px;
	margin: 0 auto;
	text-align: center;	
	padding: 20px 10px 10px 20px;
}
#bild1 {
	position: relative;
	top: -100px;
	background-image: url(bilder/ostblocktechnik_index.jpg);
	height: 772px;
	width: 970px;
	text-align: center;
	display: block;
	margin: 0 auto;
	font-size: 25px;
	text-decoration:none;
	color: fff;
}
#flagge1, #flagge2 {
	background-image: url(bilder/flagge1.gif);
	width: 152px;
	height: 99px;
	position: absolute;
	top: 320px;
	display: block;
	left: 70px;
}
#flagge2 {
	background-image: url(bilder/flagge2.gif);
	left: 760px;
}
#linkzeile1,#linkzeile2, #impressum_btn {
	position: relative;
	top: 680px;
	height: 40px;
	width: 860px;	
	display: block;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 0.2);
	
	border-color: #aaa #444 #222 #888; 
	border-style: solid;
	border-width: 2px;
	
	
	font-size: 30px;
	font-weight: bold;
	text-decoration:none;
	color: #ddd;
}
#linkzeile2 {
	top: 580px;
}
#impressum_btn {	
	top: 645px;
	height: 30px;
	width: 480px;			
	font-size: 20px;
}

#impress_info,#disclaim {
	position: absolute;
	top: 40px;
	left: 45px;
	width: 880px;
	height: 100px;
	border-color: #fff #444 #222 #bbb; 
	border-style: solid;
	border-width: 2px;
	background-image: url(bilder/ndx_bg.jpg);
	font-size: 25px;
	font-weight: normal;
	color: #063;
}
#disclaim {
	top: 590px;
	height: auto;
	text-align: left;
	font-size: 20px;
	padding: 5px 10px 5px 10px;
	width: 860px;
}