@charset "utf-8";

body {
	background: #FFF;
	line-height: 140%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;	
	padding: 0px;
	margin: 0px;
	
}

p {
	margin: 6px 0;
	font-family: verdana, arial;
	
	}


#wrapper {
	position: absolute;
	left: 50%;
	top: 0px;
	height: 100%;
	width: 1036px;
	margin-left: -518px;
}


#header {
	width: 100%;
	height: 296px;
}


#center {
	width: 100%;
	height: auto;
	background-image: url(images/bg-center.jpg);
	background-repeat: repeat-y;	
	padding-top: 10px;
}

#menu {
	width: 199px;
	height: 214px;
	margin-left: 83px;
	float: left;
	background-image: url(images/bg-menu.jpg);
}

	#menu ul {
		margin: 24px 0 0 10px;
	}

	#menu li{
		list-style-image: url(images/ring.png);
		margin-top: 8px;

	}


	#menu li a, #startlinks a {
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: italic;
	color: #4b5467;
	list-style-image: url(images/ring.png);
	font-size: 15px;
	padding: 2px;
	text-transform: uppercase;
}

	#menu li a:hover, #startlinks a:hover {
		text-decoration: underline;
	}


#content {
	width: 650px;
	margin-left: 308px;
	min-height: 400px;
	overflow: auto;
	background-color: #d6dce3;	
	padding: 9px;
}
	#content img {margin: 0 20px 20px 0; float: left}


div.pad {
	background-color: #FFF;	
	padding: 20px 60px; 
	border: 1px solid #9eb0c5;
}

#startlinks {margin-left: 110px;	font-size: 11px; line-height: 110%;}
	#startlinks img {float: left; margin: 0 20px 20px 0}
	#startlinks table td {
		border: 1px solid #d7dde4;
		background-color: #FFF;
		padding: 15px;
		
	}
	#startlinks h2 {margin: 0 0 6px 0}

div.small {font-size: 10px}


#footer {
	height: 192px;
	width: 100%;
	text-align:center;
	vertical-align:middle;
	background-image: url(images/footer-bootsverleih-seenplate.jpg);	
}

	#footer , #footer h2, #submenu a, #footer a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	}


#footer a:hover {color: #ccc}

.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

a img {border: none; padding: 0; float:left}




hr {clear: both; display: block; visibility: hidden; margin: 0;}


/* ------------------------------- T Y P O ------------- */

h1, h2, h3, h4 {
	margin: 12px 0 6px 0;
}

h1 {font-size: 150%; marign: 0 0 8px 0;}
h2 {
	font-size: 125%;
	color: #576173;
	xfont-style: italic;
	text-transform: uppercase;
}

a {color: #6985a6}




