/*
Author: ogee / Stefan Gaertner
Website: http://www.ogee.de
*/
/* structure */
body {
	background: #e5e5e5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	color: #333333;
	margin-top: 1em;
	margin-right: 4em;
	margin-bottom: 1em;
	margin-left: 4em
}
#main {
  width: 800px;
	margin: 0 auto;
	background: #fff;
	padding: 10px;
}
hr {
	border: none;
	width: 100%;
	color: #cccccc;
	background-color: #cccccc;
	height: 2px;
	clear: both;
}
/* links */
a {
	color: #0000cc;
	text-decoration: underline
}
a:hover {
	color: #405156;
	text-decoration: underline;
	background: #eeeeee;
}
h1 a {
	color: #cccccc;
	text-decoration: none
}
h1 a:hover {
	color: #C0C7CA;
	text-decoration: none;
	background: none;
}
/* typo */
h1 {
	color: #cccccc;
	font: bold 3.9em "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0.3em 0 0 0;
}
h2 {
	color: #405156;
	font: bold 2em "Trebuchet MS", sans-serif;
	margin: 0;
	padding: 0.3em 0 0 0;
}
h3 {
	font: normal 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 1em 0;
	padding: 2px 0 0 4px;
	color: #405156;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
}
h4 {
	color: #000000
}
textarea {
	font-size: 1em
}
ul {
	list-style-type: square;
	list-style-position: outside
}
/* formats */
#hello {
	padding-left: 8px;
}
/* navigation */
#navigation {
	margin: 4px;
	padding: 4px;
	font-size: 0.9em
}
#navigation1 {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
}
#navigation-left1 {
	width: 40%;
	padding: 0 0 25px 0;
	float: left;
}
#navigation-right1 {
	width: 50%;
	padding: 0 0 25px 40px;
	float: left;
}
#navigation2 {
	clear: both;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
	background: transparent;
	text-align: left;
}
#navigation-left2 {
	width: 40%;
	padding: 0 0 25px 0;
	float: left;
}
#navigation-right2 {
	width: 50%;
	padding: 0 0 25px 40px;
	float: left;
}
/* Yahoo Map */
#mapContainer {
	height: 400px;
	width: 600px;
}
