/* Stylesheet fuer die WIC/SIC/GIC/ Baustelle - Stand 251108 */


/*-------------------------------------------------------------
	1. Kalibrierung
-------------------------------------------------------------*/

* {
	padding: 0;
	margin-top: 0;
}

html, body, ul, dl, li, h1, h2, h3, h4, img, p	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul	{
	list-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

img	{
	border: 0;
}

body {
	color: #CC0000; /* Schriftfarbe */
	background-color: #C4C4C4;
	font-family:Helvetica, Arial, sans-serif;
	font-size:62.5%;
	line-height: 2em;
	margin: 0px;
	padding: 0px;
}

/*-------------------------------------------------------------
	2. DIV-Bereiche
-------------------------------------------------------------*/

#wrapper {
	width: 990px; /* Breite des Inhaltsbereiches */
	margin-top: 0px;
	margin-right: auto; /* Zentrierung der Seite: Aussenabstand rechts und links automatisch */
	margin-bottom: 0px;
	margin-left: auto; /* Zentrierung der Seite: Aussenabstand rechts und links automatisch */
	background: transparent url(images/obenhgr.png) repeat-y center top;
	padding-bottom: 0px;
	bottom: -30px;
	position: relative;
}

#kopfbereich {
	height: 44px;
	background-color: transparent;
	position: fixed;
	width: 100%;
	background-position: left top;
	background-image: url(images/leisteobenlinksschatten.png);
	background-repeat: no-repeat;
	z-index: 5;
	text-align: left;
	top: 0px;
	left: 0px;
}

#content {
	color: #000000;
	background-color: transparent;
	padding-left: 15px;
	padding-top: -15px;
}

#fussbereich {
	padding-bottom: 0px;
	padding-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

/*-------------------------------------------------------------
	3. Allgemeine HTML-Elemente
-------------------------------------------------------------*/

h1 {
	text-align: center;
	margin-bottom: 0.1em;
	margin-top: 50;
	color: ec8000;
	font-size: 2em;
}

h2 {
	margin-bottom: 0.5em;
	font-size:2em;
	color: #000000;
}

h3 {
	margin-bottom: 0.1em;
	font-size:2em;
	color: #000000;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 1.5em;
}

a:link, a:visited {
	text-decoration: none;
	color: #707845;
}

a:hover, a:active {
	color: #707845;
	font-weight: bold;
}

/*-------------------------------------------------------------
	4. Positionierung
-------------------------------------------------------------*/
 
#sicwicleiste {
	width: 960px;
	height: 29px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

#gicleiste {
	width: 960px;
	height: 29px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 1;
}

/*-------------------------------------------------------------
	5. Browserhacks
-------------------------------------------------------------*/

* html #wrapper { /* Hack fuer IE<7(Win) */
	background-image: none;
	bottom: 0px;
	
}

* html #kopfbereich {
	height: 29px;
	background-color: #333333;
	background-image: url(images/leisteobenlinks.png);
	text-align: left;
}

