/* general definitions

dark brown: 	#7F3C21
bright brown: 	#DFBC6C
light brown:	#F4E9CF

*/

html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #404040;
	line-height: 16px;
	background-color: #F4E9CF;
}

p {
	margin: 10px 0px 10px 0px;
}

div {
	text-align: left;
}

form {
	margin: 0px;
}

h1 {
	font-size: 21px;
	line-height: 20px;
	margin-top: 20px;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 20px;
	margin-bottom: 5px;
}

h3 {
	padding: 0px;
	margin: 0px 0px 10px 0px;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

a, a:visited, a:focus, a:hover, a:active  {
	font-weight: bold;
	text-decoration: none;
	color: #7F3C21;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #6e6e6e;
	width: 225px; height: 13px;
	padding: 2px 5px 2px 5px;
}

textarea {
	height: 80px;
}

/*  die Seite */
#page {
	width: 900px;
	overflow: visible;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* der Titel */
#titel {
	width: 900px; height: 300px;
	background-color: ;
	background: #7F3C21 url(/images/logo_classic-cars-constance.gif) no-repeat right;
}

/* die Navigation */
#navigation {
	width: 898px; height: 25px;
	padding: 0px;
	border-top: 1px solid #F4E9CF;
	border-bottom: 2px solid #7F3C21;
	background: #DFBC6C url(/images/bkg_navigation.gif) no-repeat left;
	border-left: 1px solid #7F3C21;
	border-right: 1px solid #7F3C21;
}

#navigation a, #navigation a:visited, #navigation a:focus, #navigation a:hover, #navigation a:active {
	display: block;
	float: left;
	color: #7F3C21;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 10px 5px 10px;
	margin: 0px 1px 0px 0px;
	
}

#navigation a:hover {
	color: #DFBC6C;
	background-color: #7F3C21;
}

#navigation .active, #navigation .active:visited, #navigation .active:focus, #navigation .active:hover, #navigation .active:active {
	color: #DFBC6C;
	background-color: #7F3C21;
}

/* der Content */
#content {
	width: 898px;
	background-color: #F4E9CF;
	border-left: 1px solid #7F3C21;
	border-right: 1px solid #7F3C21;
}

#textBox {
	float: left;
	width: 555px;
	padding: 10px 20px 10px 20px;
	margin-bottom: 10px;
}

td .image {
	width: 300px; height: 200px;
	padding-top: 15px;
}

/* die Teaser */
#teaserBox {
	float:left;
	width: 280px;
	padding: 20px 10px 20px 10px;
}

.teaser {
	width: 250px;
	border: 2px solid #7F3C21;
	background-color: #DFBC6C;
	padding: 10px;
	color: #7F3C21;
	margin-bottom: 20px;
}

.teaser h2 {
	margin: -10px -10px 10px -10px;
	background-color: #7F3C21;
	color: #DFBC6C;
	padding: 5px 10px 5px 10px;
}

.teaser img {
	margin: -10px -10px 10px -10px;
}

/* the copyright box */
#copyright {
	width: 878px; height: 18px;
	clear: left;
	background-color: #7F3C21;
	padding: 3px 10px 3px 10px;
	color: #DFBC6C; 
}

#copyright p {
	margin: 0px;
	padding: 0px;
}

#copyright a {
	color: #F4E9CF;
	font-weight: normal;
}

#copyright a:hover {
	color: #DFBC6C;
	font-weight: normal;
}



