body {
	font-family: Helvetica, Arial, Geneva, sans-serif;
	color: black;
	background: #eeeeee;
}
#container {
	border: 1px solid silver;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background: white;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#title_container {
	border: 3px ridge silver;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	width: 300px;
	background: #eeeeee;
}

#title {
	width: 300px;
	background: #a5b2ba url(images/title.png) no-repeat;
	text-align: center;
	font-size: 40px;
	font-weight: bold;
	height: 87px;
	color: white;
	padding-top: 29px;
	margin-bottom: 8px;
}

.small {
	text-transform: uppercase;
	font-size: 14px;
	color: white;
	position: relative;
	bottom: 29px;
}
small{
     letter-spacing:0px;
}
.pic {
	background: url(images/manhattan.jpg) no-repeat right top;
	height: 132px;
	float: right;
	width: 425px;
	border: 3px double silver;
}

#navigation {
     clear:right;
	margin-bottom:10px;
}

#navigation h2 {
	
}

ul {
	list-style: none;
	margin: 0;
	font-size: 13px;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
	padding: 2px;
}

li {
	display: inline;
	padding: 8px;
}

a ,.a {
	color: #575f6e;
	text-decoration: none;
}

a:hover {
	color: gray;
}

#content {
	padding: 8px;
	font-size: 11px;
     word-spacing:4px;
     letter-spacing:1px;
     font-size:12px;
     
}
#content h1{
     float:left;
}
#content p{
     clear:left;
}
#nav{
     text-align:right;
     display:block;
     padding-top:15px;
     font-size:10px;
}
#content img {
     float:left;
     
}
h1 {
	color: #575f6e;
	
	padding-bottom: 4px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	font-size: 16px;
}
hr{
     border-bottom: 1px solid gray;
}
#head h2{
     color:#ffffff;
     font-size:48px;
     padding:0;
     margin:0px;
     border:0px;
     margin-top:10px;
}
#footer {
	border-top: 1px solid silver;
	text-align: center;
	font-size: 12px;
	color: gray;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	padding: 10px;
}
td.bgImage a{
     background-image:url(images/keinevorschau.gif);
     background-repeat:no-repeat;
     display:block;
     height:60px;
     width:90px;
     border: 1px solid #575f6e;
}
td.bgImage a:hover{
     border:1px solid red;
}
