@charset "utf-8";
/**
* Stylesheets für Picardie Thüringen
* Startseite
* 
* <i-D> internet & Design GmbH & Co. KG
* Erfurter Str. 35
* 99423 Weimar
* Deutschland
* Fon:     03643 7785 0
* Fax:     03643 7785 29
* E-Mail:  office@i-d.de
* Web:     http://www.i.d.de/
*
* @author Niels Bobogk <niels@i-d.de>
* @copy 2009 <i-D> internet & Design GmbH & Co. KG
*/

* {
	padding: 0;
	margin: 0;
	color: #1f8ec4;
}
html,  
body {
	width: 100%;
	height: 100%;
	background: #094684;
}
body {
	font: 82.9%/1.5em Verdana, Geneva, sans-serif normal;	
	font-weight: bold;
}
a {
	text-decoration: none;
}
a:hover,
a:focus {
	color: #E2002B;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 158px;
	background: #283f5e;
	color: #fff;
	z-index: 50;
	
}
#header h1 {
	position: absolute;
	top: 0;
	left: 50%;
	width: 608px;
	height: 158px;
	margin: 0 0 0 -368px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/de/bilder/thpi/txt-header-start.gif) top right no-repeat;
}
#middle {
	position: absolute;
	top: 158px;
	left: 0;
	width: 50%;
	height: 500px;
	background: #b3c700;
	text-align: center;
	z-index: 40;
	overflow: hidden;
}
#tagCloud {
	position: absolute;
	width: 50%;
	min-height: 100%;
	right: 0;
	top: 0;
}
#tagCloud .outer {
	margin: 0 0 0 238px;
	min-height: 100%;
}
#tagCloud .inner {
	margin: 158px 3px 10px 7px;
	width: 250px;
}
#tagCloud .footer {
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%; 
	left: -100%;
	padding: 0 238px 0 0;
	background: #f08b00;
}
#mapEU {
	position: absolute;
	z-index: 100;
	right: 50%;
	top: 158px;
	margin: 0 -238px 0 0;
}
#welcome {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	z-index: 200;
}
#welcome .outer {
	margin: 0 219px 0 0;
	height: 243px;
	background: #6f7d99;
}