body {
	font-size: 10pt; 
	font-family: Times New Roman, Times, serif;
	text-align: center;
	color: #999999;
}

a { 
	color: #999999; 
	text-decoration: underline; 
}
a:hover { 
	color: #666666; 
	text-decoration: underline; 
}

#mastercontainer {
	width: 790px;
	min-width: 791px;
	max-width: 820px;
	height: 440px;
	margin-left: 50px;
	margin: auto;
	margin-top: 50px;;
	text-align: left;
	background-image: url('/images/warum.jpg');
	background-repeat: no-repeat;
	background-position: 94px 0px;
}

#navicontainer {
	width: 90px;
	min-width: 90px;
	max-width: 120px;
	float: left;
	height: 440px;
	vertical-align: bottom;
	text-align: right;
	position: relative;
	border-right: 1px solid #999999;
}

#navigation {
	position: absolute;
	bottom: 30px;
	left: 0px;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-align: right;
	line-height: 130%;
}



#navigation li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	margin-right: 5px;
}

#navigation li a{
	color: #AAAAAA;
	text-decoration: none;
}

#navigation li a:hover{
	color: #666666;
}

#navigation li a.active {
	color: #666666;
}

#navigation span:first-letter{
	color: #666666;
}

#navigation li:first-letter{
	color: #666666;
}

#contentcontainer {
	float: right;
	width: 700px;
	position: relative;
	height: 440px;
	line-height: 140%;
	background-repeat: no-repeat;
	
}

.content_index {
	background-image: url('/images/index.jpg');
	background-position: 78px 0px;
}

.content_was {
	background-image: url('/images/was.jpg');
	background-position: 510px 190px;
}

.content_wer_und_wie {
	background-image: url('/images/wer.jpg');
	background-position: 380px 100px;
}

.content_mit_wem {
	background-image: url('/images/mit_wem.jpg');
	background-position: 400px 198px;
}

.content_fuer_wen {
	background-image: url('/images/fuer_wen.jpg');
	background-position: 450px 0px;
}

.content_kontakt {
	background-image: url('/images/wo_und_wie.jpg');
	background-position: 450px 0px;
}

.content_rechtliches {
	background-image: url('/images/rechtliches.jpg');
	background-position: 400px 180px;
}

.content_impressum {
	background-image: url('/images/impressum.jpg');
	background-position: 400px 170px;
}

.content_wann {
	background-image: url('/images/wann.jpg');
	background-position: 400px 210px;
}

.content_links {
	background-image: url('/images/links.jpg');
	background-position: 430px 170px;
}

.content_403 {
	background-image: url('/images/403.jpg');
	background-position: 75px 0px;
}

.content_404 {
	background-image: url('/images/404.jpg');
	background-position: 75px 0px;
}

.content_konzeption {
	background-image: url('/images/bahn.jpg');
	background-position: 75px 0px;
}

#leftbox {
	position: absolute;
	width: 274px;
	bottom: 85px;
	left: 75px;
	float: left;
}

#middlebox {
	position: absolute;
	bottom: 85px;
	left: 355px;
	float: left;
}

#rightbox {
	position: absolute;
	width: 295px;
	right: 0px;
	float: right;
	text-align: right;
}

#rightbox.unten {
	bottom: 85px;
}

.hideme {
	visibility: hidden;
}

#bottombox {
	position: absolute;
	height: 20px;
	overflow: hidden;
	bottom: 30px;
	left: 75px;
	text-align: justify;
	width: 625px;
}

#dick {
 font-weight: bold !important;
 font-size: 120%;
}


h1, h2, h3 {
	margin: 0px;
	font-size: 100%;
	margin-top: 8px;
	margin-bottom: 2px;
}

ul.squared, ul.squared li {
	margin: 0px;
	margin-left: 8px;
	padding: 0px;
	list-style-type: square;
} 

ul.undotted, ul.undotted li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
} 

ul.squared li.circled {
	list-style-type: circle; 
	font-weight: bold;
}

/* Formular Settings */

.kontaktdiv {
	width: 265px; 
	background-color: #FAFAFA; 
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding-left: 3px;
	text-align: right;
}

.kontaktinput {
	padding-left: 1px; 
	background-color: #FAFAFA;
	border-width: 0px; 
	width: 185px;
}

* html .kontaktinput {
	width: 172px;
}

label {
	display: block;
	width: 70px;
	float: left;
	text-align: left;
}

.no {
	display: inline;
	width: auto;
	float: none;
}

input, textarea {
	font-family: Times New Roman, Times, serif;
	color: #999999;
}

textarea {
	overflow-y: auto;
}

.button {
	width: 130px;
	border: 1px solid #999999;
	background-color: #FAFAFA;
	cursor: pointer;
	font-weight: bold;
}

* html button {
	width: 132px;
}

.button:hover {
	color: #666666;
}

.red {
	color: #990000;
}

#pflicht {
	width: 300px; 
	text-align: right; 
	font-size: 80%; 
	margin-bottom: 4px;
}
