body, html {
	color			: black;
	font			: 0.9em "Arial", sans-serif;
	height			: 100%;
	padding			: 0;
	margin			: 0;
}
html {
	background		: #efefef;
}
body {
	background		: #fff url("../images/bg.jpg") no-repeat;
	width			: 980px;
}



#navigation, #navigation ul {
	padding			: 0;
	margin			: 0;
	list-style-type		: none;
	z-index			: 100;
}

#navigation {
	padding-top		: 210px;
	position		: absolute;
}


#navigation ul {
	position		: absolute;
	left			: 250px;
}
#navigation ul li {
	position		: relative;
	top			: -27px;
}


#navigation li a {
	text-decoration		: none;
	color			: white;
	background-color	: #111;
	display			: block;
	width			: 220px;
	padding			: 5px 15px;
	height			: 16px;
	border-bottom		: 1px solid white;
}
#navigation li li a {
	border-left		: 1px solid white;
	width			: 240px;
}
#navigation li a:hover, #navigation li a.current {
	color			: white;
	background-color	: #a00;
}	

#navigation li a.expendable {
	background-image	: url("../images/arrow.png");
	background-repeat	: no-repeat;
	background-position	: right center;
}
#navigation ul {
	display			: none;
}




/* Content */

#content {
	padding			: 10px 110px 10px 270px;
	position		: absolute;
	left			: 0;
	width			: 600px;
	top			: 220px;
	z-index			: 0;
	background		: white;
}
#content ul {
	list-style-type		: square;
}
#content p {
	text-align		: justify;
}
#content a:link {
	color			: #a00;
	text-decoration		: underline;
}
#content a:visited{
	color			: #700;
}
#content a:hover, #content a:active {
	text-decoration		: none;
}

#contact .textInput {
	width			: 350px;
}
#contact #plz {
	width			: 60px;
}
#contact #ort {
	width			: 259px;
}
#contact .checkboxInput {
	margin-left		: 1.5em;
}

#content p#footer {
	text-align		: right;
	margin-top		: 3em;
}
#content #footer a {
	color			: black;
}

#subNav {
	background		:  url("../images/testBg.png") repeat-x;
	height			: 399px;
	width			: 250px;
	position		: absolute;
	left			: 0;
	top			: 345px;
}


h1 {
	font-size		: 1.2em;
	margin			: 1.5em 0;
}

h2 {
	font-size		: 1em;

}

.nobullets {
	list-style-type		: none;
}
.phase {
	margin-bottom		: 3em;
}
.phase li {
	margin-bottom		: 1em;
}
.phase li li {
	margin-bottom		: 0;
}

#breadcrumb {
	position		: absolute;
	top			: 200px;
	text-align		: right;
	width			: 975px;
	left			: 0;
}
* html #breadcrumb {
	top			: 210px;
}

.leftColumn {
	font-weight		: bold;
	padding-right		: 1em;
}
