/** BASIC */

body {
	margin: 10px 0px;
	padding: 0px;
	background: #FFFFFF url(images/homepage01.gif) repeat-x left top;
font-family:"Times New Roman", Times, serif;
font-size:18px;}

h2, h3, h4, h5, h6 {
	margin-top: 0px;
font-family:"Times New Roman", Times, serif;
	font-weight: normal;
	color: #E3556B;
}

p, ul, ol {
	line-height: 1.6em;
	font-size: .8em;
	color: #333333;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #E3556B;
}

a:hover {
	text-decoration: underline;
}

b {
font-weight:bolder;
	color: #E3556B;
	font-size:19px;
	}
strong {
font-weight:bold;
font-size:14px;
text-decoration:none;
color:#8A8A8A;
}

.vline {
	margin: 0px -20px;
	padding: 20px 20px 0px 20px;
	border-top: 3px solid #FFF0D7;
}
.date {
font-size:11px;
color:#666666;
float:right;
overflow:hidden;
display:block;
}
h1{
    font-size:20px;
	font-weight: bold;
	color: #E3556B;
	font-family:"Times New Roman", Times, serif;
	margin-top:35px;
}
h2 {
font-weight:bolder;
text-decoration:underline;
color:#8A8A8A;
font-size:16px;
}
/** Bild Startseite */

.bild {
border:#8A8A8A solid 1px;
padding:3px;
float:left;
overflow:hidden;
display:block;
margin-right:10px;}

/** Bild Route */
iframe {
border:#8A8A8A solid 1px;
padding:3px;}


/** WRAPPER */

#wrapper {
	width: 700px;
	margin: 75px auto;
	background: #FFFFFF url(images/bg-content.gif) repeat-x left;
	border: 3px solid #ccc;
}

/** HEADER */

#header {
	height: 100px;
	background-color: #B6DDC7;
	border-bottom: 3px solid #FFF0D7;
	padding-left:170px;
	height:140px;
}
#header img{
	border: none;
}


/** MENU */

#menu {
	background-color: #FFF0D7;
	border-bottom: 3px solid #FFF0D7;
}

#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 20px;
}

/** CONTENT */

#content {
}

#left {
	float: left;
	width: auto;
	padding: 20px;
	height:auto;
	margin-bottom:0px;
}



/** FOOTER */

#footer {
	background-color: #FFFFFF;
	border-top: 3px solid #FFF0D7;
}

#footer p {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size:10px;
	color: #999999;
}

#footer a {
text-decoration:underline;
color: #999999;
font-size:10px;
}

#footer a:hover {
text-decoration:overline;
color: #999999;
font-size:10px;
}
