body {
margin: 0px;
padding: 0px;
background-image: url(camera.jpg);
background-repeat: no-repeat;
background-position: 50px 130px;
font-family:Arial, Helvetica, sans-serif;
font-size: 90%;
color:#575757;
}

.main a {
color: #6D96B8;
text-decoration: none;
}

a:hover {
text-decoration: underline;

}

h1 {
	font-size: 18px;
	color: #660033;
	font-family: Arial, Helvetica, sans-serif;
}

h2{
font-size: 150%;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top:  dotted 1px #6D96B8;
 border-bottom: transparent;
}

ul, li{
list-style-image: url(ul.jpg);
}

input{
border-bottom: 1px  solid silver;
border-top: 0px;
border-left: 0px;
border-right: 0px;
background-color: white;
}

button {
background-image: url(search.jpg);
background-color: white;
color: silver;
background-repeat: no-repeat;
border: none;
cursor: pointer;
height: 15px;
width: 15px;
}



.leftNav li {
list-style-type: none;
list-style-image: none;
margin: 0px;
padding: 0px;
line-height: 1.9em;
}

.leftNav ul {

margin: 0px;
padding: 0px;

}

.titel{
	position: relative;
	left: 150px;
	width: 700px;
	top: 30px;
}

.topNav {
position: relative;
right: 5%;
top: 20px;
font-size: 90%;
color: silver;
text-align: center;
}

.topNav a{
color: silver;
text-decoration: none;
}

.topNav a:hover{
text-decoration: underline;
}

.leftNav {
position: relative;
top: 200px;
left: 60px;
text-align: left;
margin: 0px 0px 0px 10px;

}

.leftNav li a{
color: silver;
text-decoration: none;
padding: 0px;
}

.leftNav li a:hover {
padding: 5px;
text-decoration: none;
}

.main {
	clear: left;
	position: relative;
	top: 0px;
	left: 180px;
	width: 60%;
}



.footer {
	position: relative;
	top: 200px;
	text-align: center;
	margin: 20px;
	font-size: 80%;
	color: gray;
}

.footer a {
color: silver;
text-decoration: none;
}

.footer a:hover {
text-decoration: underline;
}

blockquote{
float: right;
margin: 15px 0px 15px 15px;
width: 170px;
font-size: 120%;
color: gray;
text-align: right;
line-height: 1em;
}

blockquote:first-letter{
font-size: 190%;
}
