/* Stylesheet für die Website ipuw
   Copyright 2005 Sunbeam GmbH www.sunbeam-berlin.de        
   Version 1.0
   
   -Verknüpfte Dateien-
   Seitenhintergrund: ../sitepics/background.jpg
   
   -Farben-
   Fliesstext:	#000000	
   Überschrift:	#DDDDDD
   ...
   Hintergrund Seite: #EFEFEF
   Hintergrund Infobox:	#99CCFF
   ...
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 76%;
	margin: 0;
	padding: 0;
	text-align: center; /* Damit der Haupt-DIV auch im IE zentriert ist */
	width: 100%;
}

html, body {
	height: 100%;
}

/* ############## Textformatierungen */
p {
	color: #000000;
	font-size: 1em;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
        color: #0D552B;
	margin-bottom: 0.5em;
	margin-top: 2em;
}

a:link, a:visited {
	border-bottom: 1px solid #000000;
	color: #000000;
	font-size: 1em;
	text-decoration: none;
}

a:hover, a:active {
	border: 0;
	font-size: 1em;
}

/* ############## Hauptcontainer */
#haupt {
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	margin: auto;
	min-height: 100%;
	text-align: left;
	width: 690px;
        padding-bottom: 1em;
}

* html #haupt {
	height: 100%;
}

/* Kopf mit grünem Hintergrundbild */
#header {
	background-image: url(../images/header_gruen.gif);
	background-repeat: no-repeat;
	height: 304px;
	margin-left: 20px;
	width: 650px;
}

/* ############## Container mit einzelnen Menüpunkten (5) */
#menu {
	height: 200px;
	margin-left: 20px;
	margin-right: 20px;
	width: 650px;
}

* html #menu {
	margin-top: 2px;
}

#menu a:link, #menu a:visited {
	border: 0;
	text-decoration: none;
}

#menu1 {
	background-image: url(../images/menu1.gif);
	background-repeat: no-repeat;
}

#menu1, #menu2, #menu3, #menu4, #menu5 {
	float: left;
	height: 200px;
	margin-top: 6px;
	text-align: center;
	width: 120px;
}

* html #menu1, * html #menu2, * html #menu3, * html #menu4, * html #menu5 {
	margin-top: 2px;
}

#menu2 {
	background-image: url(../images/menu2.gif);
}

#menu3 {
	background-image: url(../images/menu3.gif);
}

#menu4 {
	background-image: url(../images/menu4.gif);
}

#menu5 {
	background-image: url(../images/menu5.gif);
}

/* Hintergrundbild für die Menüpunkte... */
.menu1 {
	background: url("../images/menu1.gif") 0 0 no-repeat;
}

.menu1, .menu2, .menu3, .menu4, .menu5 {
	border: 0;
	display: block;
	font-size: 0;
	height: 200px;
	letter-spacing: -999999px;
	padding: 0;
	text-decoration: none;
	text-indent: -999999px;
	width: 120px;
}

/* ...die per Hover gewechelt werden, sprich doppelt sind und verschoben, damit kein Nachladen */
.menu1:hover {
	background-position: -120px 0;
}

.menu2 {
	background: url("../images/menu2.gif") 0 0 no-repeat;
}


.menu2:hover {
	background-position: -120px 0;
}

.menu3 {
	background: url("../images/menu3.gif") 0 0 no-repeat;
}

.menu3:hover {
	background-position: -120px 0;
}

.menu4 {
	background: url("../images/menu4.gif") 0 0 no-repeat;
}

.menu4:hover {
	background-position: -120px 0;
}

.menu5 {
	background: url("../images/menu5.gif") 0 0 no-repeat;
}

.menu5:hover {
	background-position: -120px 0;
}


/* ############## Breadcrumbleiste: Einrückung nach links */
#breadcrumb {
       margin-left: 2em;
}


/* ############## Container für den Text und das Menü rechts */
#text {
	line-height: 1.5em;
	margin-left: 40px;
	margin-right: 40px;
	min-height: 100%;
	xborder: 1px solid red;
}

/* Partner: linke Spalte für die Logos */
#text table table {
        width: 200px;
        text-align: center;
}

/* Partner: damit die Logos zentriert sind */
#text table table img {
        margin-top: 0.5em;
}

#untermenu {
	background-image: url("../images/xbackground.gif");
	background-repeat: repeat;
	margin: 0;
	min-height: 100%;
	padding: 0;
	position: relative; /* damit #menue_rechts absolute positioniert werden kann */
	xborder: 1px solid red;
}

#untermenu #text {
	width: 50%;
}

* html #untermenu #text {
	margin-left: 42px;
}

#menue_rechts {
	font-size: 0.9em;
	margin: 0;
	margin-left: 63%;
	min-height: 100%;
	position: absolute;
	text-align: left;
	top: 0;
	width: 38%;
	xborder: 1px solid red;
}

* html #menue_rechts {
	margin-left: 58%;
}


#menue_rechts a {
	border: 0;
	color: #0D552B;
	text-decoration: none;
}

#menue_rechts ul {
	line-height: 2em;
	list-style-type: circle;
	margin: 0;
	margin-top: 2.5em;
	padding-left: 0;
}

* html #menue_rechts ul {
	margin-left: 1.4em;
}

#menue_rechts ul li.active {
	list-style-type: disc;
}