/* 
	thomas fellow
	30.10.2008
*/

html, body { 
   font-family: Verdana, Helvetica, sans-serif; 
   text-align: center;
   color: #EEE;
   background-color: #111;
}

body {
	line-height: 1.6em;
	font-size: 12px; 
}

img, a {
	border: none;
}

ul, li, fieldset, label, html, body, img, em {
	margin: 0;
	padding: 0;
}

h1, h2 {
	color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.06em;
	margin: 15px 0 10px 0;
	line-height: 1.6em;
}

strong {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

p {
	margin: 10px 50px 10px 80px;
	line-height: 1.65em;
}

li {
	list-style-type: none;
	margin: 3px 0 3px 15px;
}

ul.list {
	padding-left: 80px;
}

.list li {
	list-style-type: circle;
	line-height: 1.35em;
	margin: 5px 0 5px 0;
}

table.list {
	margin-left: 80px;
	border: none;
}

.list td {
	border: none;
}

.no-pad p {
	margin-left: 0;
}

a, a:link, a:visited {  
	color: #FFCC00;
	letter-spacing: 0.02em; 
	text-decoration: none; 
}

a:hover, a:active { 
	text-decoration: underline; 
	color: #FFCC00;
}

#container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
	text-align: left;
}

#logo {
	float: left;
	width: 400px;
	height: 60px;
	text-align: left;
	margin: 40px 0 0 20px; 
}

#logo img {
	border: none;
	margin-bottom: 10px; 
}

#main {
	float: left;
	width: 620px;
	padding-bottom: 50px;
}

#menu {
	float: right;
	width: 200px;
	height: 270px;
}

#menu li a {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.06em;
}

#menu li a.sel, .sel {
	color: #FF7200;
}

#menu a, #menu a:link, #menu a:visited {  
	color: #CCC;
	text-decoration: none; 
}

#menu a:hover, #menu a:active { 
	color: #FFF;
	text-decoration: none; 
}

.small {
	font-size: 0.9em;
	color: #ccc;
}

/* Kasten Seitenanfang */
.box {
	float: left;
	width: 280px;
	margin: 0 0 0 20px;
}

.box p img {
	border: none;
	margin: 0 1.2em 2.0em 0;
}

/* Kasten mit Rahmen für Foto */
.imgbox {
	float: left;
	width: 280px;
	margin: 0 0 20px 20px;
}

.imgbox img {
	border: 5px solid #FFF;	
}

/* Überschrift unten ausgerichtet */
.bottom {
	position: relative;
	height: 272px;	
}

.bottom p, .bottom h1 {
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	vertical-align: text-bottom;
}

.clear {
	clear: both;
	margin: 0;	
	padding: 0;
}

/* Namen, Orte */
em {
	font-size: 0.92em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	font-weight: normal;
	font-style: normal;
	color: #FFF;
}

/* Zitate */

.zt {
	margin: 0 0 20px 65px;
	background: url(img/raquo.gif) no-repeat left top;
}

.zt p {
	display: inline;
	letter-spacing: 0.04em;
	margin: 10px 0 2px 0;
	padding: 15px 15px 5px 15px;
	line-height: 30px;
	background: url(img/laquo.gif) no-repeat right bottom;
}

.zt em {
	margin: 0 0 0 120px ;
	font-size: 0.92em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* Pics */
.wrap {
	float: right; 
	margin: 0 0 10px 30px;
	width: 155px;
	height: 185px;
}

.wrap p {
	letter-spacing: -0.01em;
	line-height: 1.3em;
	font-size: 0.9em;
	text-align: center;
	margin: 5px 0 0 0;
}

.pic {
	padding: 10px 10px;
	margin: 0;
	width: 135px;
	height: 135px;
	line-height: 135px;
	text-align: center;
	border: 1px solid #EEE;
	background: #222;
	vertical-align: middle;
}

.pic img {
	vertical-align: middle;
}

/* Kontaktformular */
.err {
	background: #FF7200;
	color: #000;
	letter-spacing: 0.04em;
	padding: 0 10px 0 10px;
}

.f fieldset {
	border: none;
}

.f label {
	float: left;
	width: 480px;
	margin: 10px 0 0 80px;
	line-height: 1.4em;
}

.f input, .f textarea {
	float: left;
	width: 480px;
	border: 1px solid #999;
	padding: 3px;
	margin: 3px 0 3px 80px;
	background-color: #EEE;
}

table {
	border: none;
	padding: 2px;
}

td {
	vertical-align: top;
	line-height: 1.5em;
	padding-right: 10px;
}

