/*
Fiberline Sportboote GmbH
Dezember 2009 - http://www.tradepartner.at
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 5px 0 5px 0;	
	background: #F0FFFF;
	font: normal small Arial, Helvetica, sans-serif;
	color: #666666;
}

h1 {
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #0000D9;
	font-size: 22px;
	letter-spacing: 1px;
	vertical-align: middle;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #EC0000;
	font-size: 20px;
	padding: 0 0 20px 0;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 0;
	padding: 3px 0 3px 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	padding: 0 0 20px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 14px;
	padding: 0 0 20px 0;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 5px;
}

a {
	color: #0072BC;
}

a:hover {
	text-decoration: none;
	color: #59C700;
}

/* Header */

#header {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	border-bottom: 0px none;
	background: #FFFFFF url(content/main/pics/logo.jpg) no-repeat;
	border-top: 3px solid #CCCCCC;
	border-right: 5px solid #800000;
	border-left: 5px solid #800000;
}

/* Content */

#inhalt {
	width: 980px;
	height: 490px;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #800000;
	border-right: 5px solid #800000;
	border-bottom: 0px none;
	border-top: 0px none;
	background: #FFFFFF;
}

#cobtebt a {
	color: #FFFFFF;
}

#content a:hover {
	border-bottom-color: #FFFFFF;
}

#content .active a {
	border-bottom-color: #FFFFFF;
}

/* Seite */

#container {
	width: 980px;
	margin: 0 auto;
}

/* Menue */

#menu {
	width: 980px;
	height: 35px;
	background: #0000FF;
	margin: 0 auto;
	padding: 0;
	border-left: 5px solid #800000;
	border-right: 5px solid #800000;
}

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

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin: 0 0 0 18px;
	padding: 10px 0 2px 0;
	border-bottom: 2px solid #0000FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;

}

#menu a:hover {
	border-bottom-color: #FFFFFF;
}

#menu .active a {
	border-bottom-color: #FFFFFF;
}

#menu .first a {
}

/* Footer */

#footer {
	clear: both;
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto 0 auto;
	padding: 0;
	border-top: 0;
	border-left: 5px solid #800000;
	border-right: 5px solid #800000;
	border-bottom: 3px solid #CCCCCC;
}

#footer p {
	margin: 0;
	font-size: x-small;
	color: #999999;
}

#footer a {
	color: #666666;
}
