/* ----------------------------------------------------------------- */
/*     CSS developed by Smartforce.ch                                */
/*     Shed-net, Copyright 2006 by Smartforce.ch                     */
/* ----------------------------------------------------------------- */

/* ----------------------------------------------------------------- */
/* Allgemein */
/* ----------------------------------------------------------------- */
body{
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #E2E2CB;
	color: #3b3c3c
	}
hr{ display:none;}
img{border:0;vertical-align: bottom; }

/* Links */
a{text-decoration:underline; color:#cbcb98;}
a:hover {color:#e1e1ca;}
a.active {color: #3b3c3c;}

h1, h2, h3, h4, h5, h6 {padding: 0; margin: 0;}
h3, h4, h5, h6 { color: #466ca0}

/* ----------------------------------------------------------------- */
/* Main */
/* ----------------------------------------------------------------- */
#main{
	position: absolute;
	width: 745px;
	height: 569px;
	margin-top: -284px;
	margin-left: -372px;
	top: 50%;
	left: 50%;
	text-align: left;
	background-color: #cccc99;
}


/* ----------------------------------------------------------------- */
/* Header */
/* ----------------------------------------------------------------- */
#header{
	height: 30px;
	background-color: #E2E2CB;
}

/* Startseite */
#startseite h1{ visibility: hidden; display: none; }

#header h1 { padding: 0 0 0 0; margin: 0 0 0 30px; display: block; width: 100px; height: 28px; background: url(../images/header-logo.gif) no-repeat; text-indent: -9000px; overflow: hidden; }
#header h1 a{ display: block; height: 28px; width: 100px}

/* ----------------------------------------------------------------- */
/* Startseite (Logo) */
/* ----------------------------------------------------------------- */
#startlogo{
	/* Achtung: Hier 1px mehr als auf den Folgeseiten, da Bildleiste integriert */
	height: 366px;
	background: #cccc99 url(../images/startlogo-shed.gif) no-repeat 50% 50%;
	border: 1px solid #cccc99;
	border-bottom: none;
}

/* ----------------------------------------------------------------- */
/* Bildcontent */
/* ----------------------------------------------------------------- */
#bildcontent{
	height: 350px;
	background-color: #fff;
	border: 1px solid #cccc99;
	border-bottom: none;
}

/* ----------------------------------------------------------------- */
/* Bildreihe */
/* ----------------------------------------------------------------- */
#bildreihe{
	margin:0;
	padding:0;
	width: 744px;
	height: 15px;
	background-color: #cccc99;
	border-top: 1px solid #cccc99;
	border-right: 1px solid #cccc99;
}
#bildreihe span{
	margin:0;
	padding:0;
	display: block;
	text-indent: -9000px;
	overflow: hidden;
	float: left;
	height: 15px;
	width: 30px;
	border-left: 1px solid #cccc99;
}
#bildreihe a{
	display: block; text-decoration: none; white-space: nowrap; height:15px; width: 30px
}
#bildreihe a:hover{
	background-color: #E2E2CB;
	background-image: none;
}
#bildreihe a.active{
	background-color: #E2E2CB;
	background-image: none;
}

/* ----------------------------------------------------------------- */
/* Content (Menu und Text)  */
/* ----------------------------------------------------------------- */
#content{
	/* Achtung: Hier 1px mehr als auf den Folgeseiten, da Bildleiste integriert */
	height: 170px;
	background-color: #fff;
	border: 1px solid #cccc99;	
}

/* ----------------------------------------------------------------- */
/* Menu */
/* ----------------------------------------------------------------- */
#menu{float:left; padding: 30px 0 0 30px; width:341px;}
#menu ul{ list-style: none; margin: 0; padding: 0; }
#menu li{ margin:0 0 15px 0; }
#menu li a{ color: #cbcb98; text-decoration: none;}
#menu li a:hover {color:#e1e1ca; }
#menu li a.active {color: #3b3c3c;}

/* ----------------------------------------------------------------- */
/* Text */
/* ----------------------------------------------------------------- */
#text{float:left; padding: 28px 30px 0 0; width:342px; line-height: 1.5em;}
#text p{margin: 0; padding: 0;}

