/* ----------------- Main Structure ---------------------------------- */
html, body { 
	margin: 0;
	padding: 0;
	background: #516988 url(../graphics/bg_screen.png) repeat;
	color: #fff;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em; 
}

#colcontainer {
	width: 600px;
	background: #f1f2ea url(../graphics/bg_rightcol.png) repeat-y right;
}
#colcontainer, #header1, #header2, #header3, #header4, #footer {
	margin: auto;
}
/*--------------------- header ------------------------------------------ */
#header1, #header2, #header3, #header4 {
	width: 600px;
	height: 80px;
	/*border-top: solid #FFE9A3;*/
	border-top: 5px solid #C2C29F;
	text-align: left;
}
#header1 { 
	background-image: url(../graphics/header_angebot.jpg); 
}
#header2 { 
	background-image: url(../graphics/header_philo.jpg);
}
#header3 { 
	background-image: url(../graphics/header_projekte.jpg);
}
#header4 { 
	background-image: url(../graphics/header_kontakt.jpg);
}
/* -------------------------- Two Columns Setup ---------------------------- */
#container {
	width: 100%;
	background: #f1f2ea url(../graphics/bg_rightcol.png) repeat-y right;
	float: left;
	margin-right: -150px;
}
#contentholder {
	background: #f1f2ea;
	margin-right: 150px;
}
#rightcol {
	width: 150px;
	float: right;
}
#footer {
	height: 65px;
	width: 600px;
	border-bottom: 3px solid #2F2F4F;
	padding: 0;
	background-color: #263442;
	background-image: url(../graphics/bg_footer.png);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 0.6em;
}
.clear {
	height: 0;
	clear: both;
}
/* ----------------------------- Content ------------------------------ */
.content, .navright {
	margin-top: 2em;
	text-align: left;
}
.content {
	color: #19456F;
	margin-right: 3em;
	margin-bottom: 3em;
	margin-left: 3em;
}
.content h1 {
	color: #19456F;
	font-size: 1em;
	font-family: "Georgia", serif;
	margin-bottom: 1em;
}
.content h2 {
	color: #6A612F;
	font-size: 0.8em;
	font-family: "Georgia", serif;
	margin-top: 1em;
	margin-bottom: -0.2em;
}
.content p, .content ul {
	font-size: 0.7em;
}
.content p {
	line-height: normal;
	margin-bottom: -0.5em;
}
.content ul {
	list-style-image: url(../graphics/listitem.gif);
}
.content li {
	margin-bottom: 1em;
}
.content table {
	background-color: #FFE9A3;
	width: 100%;
}
.content table.form {
	background-color: #EEE8AA;
	width: 100%;
	font-size: 0.65em;
	margin-top: 2em;
}
.content tr {
	vertical-align: top;
}
.content td {
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	border-bottom: 2px solid #FFD697;
}
.content table.form {
	border: 1px solid #19456F;
}
.content table.form td {
	border: 0;
	padding: 0;
}
.content table.form tr {
	vertical-align: middle;
}
.content table.form td.mandatory {
	font-weight: bold;
}
.content td span {
	font-weight: bold;
}
.content td img {
	border: 0;
}
.sitepic {
	height: 135px;
	width: 180px;
	border: 0;
}
td.pictxt {
	font-size: 0.65em;
}
/*------------------------ Navigation ---------------------------------- */
.navright ul {
	padding-left: 0;
	margin-left: 0;
	list-style-type: none;
}
.navright li {
	margin-left: 1em;
	font-size: 0.8em;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-bottom: 1.5em;
}
.navright li.showing {
	color: #fff;
}
.navright a:link, .navright a:visited {
	color: #592D0D;
	text-decoration: none;
}
.content a:link, .content a:visited {
	color: #640032;
	text-decoration: none;
	border-bottom: 1px dotted #640032;
}
.sitepic a:link, .sitepic a:visited {
	border-bottom: 0;
}
.navright a:hover, .content a:hover {
	color: #D2691E;
}
.navright a:hover {
		background-color: #F5F5DC;
}
/* ---------------------------------- footer --------------------------- */ 

#ftleft, #ftmid, #ftright {
	width: 200px;
	float: left;
	text-align: left;
	color: #588889;
} 
#ftleft p, #ftmid p, #ftright p {
	margin-top: 1em;
	padding-top: 0;
	margin-left: 2em;
	margin-bottom: 0.5em;
}
#footer p.copy, #footer a.w3 {
	text-align: center;
	padding-top: 0;
	margin-top: 0;
	font-size: 0.9em;
	color: #7C7C7C;
}
#footer a:link, #footer a:visited {
	color: #6B9A9B;	
}
#footer a:hover {
	color: #A9C7CB;
}