/* CSS Document */

/*Container*/
body {
	background-repeat:no-repeat;
	background-position:center top;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
	margin-top:50px;
	width:800px;
	float: none;
	background-attachment: fixed;
}

#header{
	width:800px;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	height: 250px;
	text-align: center;
	font-variant: normal;
	margin-bottom: 10px;
	 -webkit-border-radius:10px; -moz-border-radius:10px; 
	border: 7px solid #3F3F3F;

}

#navigation{
	width:810px;
	color: #666666;
	 -webkit-border-radius:10px; -moz-border-radius:10px;
	border: 1px solid #3F3F3F;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#main {
	line-height:16px;
	background-color:#FFFFFF;
    -webkit-border-radius:10px; -moz-border-radius:10px; 	
	border-color:#3F3F3F;
	border-style:solid;
	border-width:1px;
	clear:none;
	height:auto;
	width:640px;
	float:right;
	margin-left: 10px;
	margin-bottom: 50px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	color: #666666;
}

#links {
	background-color:white;
    -webkit-border-radius:10px; -moz-border-radius:10px; 	
	border-color:#3F3F3F;
	border-style:solid;
	border-width:1px;
	float:left;
	height:auto;
	padding:10px;
	width:100px;
}

#footer{
	width:800px;
	display:block;
	font-weight:bold;
	color:#FFFFFF;
	height: 50px;
	text-align: center;
	font-variant: normal;
	margin-bottom: 10px;
	 -webkit-border-radius:10px; -moz-border-radius:10px; 
	border: 7px solid #3F3F3F;
	background-color: #FFFFFF;
}

/*kontakt*/

#or{
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: none;
	font-size: 12px;
	color: #666666;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	width: 300px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	float: right;
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#ol{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-left-color: #333333;
	border-left-width: 1px;
	border-left-style: none;
	font-size: 12px;
	color: #666666;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	width: 310px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	float: left;
}

/*tourenbuch*/

#liste{
	font-size: 12px;
	color: #666666;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	height: auto;
	width: 550px;
	margin-right: 50px;
	margin-left: 50px;
	margin-bottom: 30px;
}

a:link {
	text-decoration: none;
	color: #CC6600;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #CC6600;
}
a:active {
	text-decoration: none;
}

h1,h2,h4,h5,h6 {
	font-weight: bold;
}

h1  {
	color: #666666;
	font-size: 14px;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 15px;
	padding-bottom: 5px;
}
h2  {
	color: #666666;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

h3  {
	color: #CC6600;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

