@charset "iso-8859-1";
/* CSS Document */
body, div, dl, hr, ul, p, ol, table, form {
	margin: 0;	
	border: 0; 
	padding: 0;
}

h2 {
font-size: 120%;
color: red;
}

#box {
    width: 940px;
	margin:0em auto 0;
}

#drachenbox {
position: relative;
float: left;
width: 10px;
}

#drachenbild {
position: relative;
top: 15px;
left: 15px;
}

#kopfleiste {
    border-bottom: 3px solid #ffcccc;
	height:80px;
	width: 720px;
	margin-top:14px;
	margin-left: 220px;
	margin-right: 20px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 10px;
}

#kopfleiste a {
   text-decoration: none;
}


#content {
	width: 770px;
	margin-left: 120px;
	margin-right: 20px;
	margin-bottom:10px;
	margin-top:10px;
	padding-left: 0px;
	padding-right: 0px;
}

#inhalt {
	background-color: #f3f3f3;
	width: 760px;
	min-height: 350px;
	padding: 10px 30px 10px 30px;
}

#inhalt h1 {
    font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	color: #ff00cc;
	letter-spacing: 0.06em;
	font-weight: normal;
	}
	
#fussleiste {
	width: 820px;
	clear: both;	
	float: none;		
	border-top: 3px solid #ffcccc;
	margin-left: 120px;
	text-align: right;
}

#fussleiste a {
font-family: "Trebuchet MS", "Trebuchet", Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-decoration: none;
	padding-right: 5px;
}

.linkliste {
   list-style: none;
   margin-left: 20px;
}

/* ############### Impressum ############## */
.info {
margin-top: 1.5em;
margin-left: 1em;
margin-right: 0;
}

.info li {
font-weight: bold;
list-style: none;
}

.info ul li{
color: black;
background-color: transparent;
list-style: none;
padding-left: 11em;
font-weight: normal;
}

.info li.zeileeins{
margin-top: -1.1em;
}

	
