* {
	margin: 0;
	padding: 0;
}

body {
 	font: 12px/20px verdana, sans-serif;
	background: #c4c2c2;
}

img {
	border: 0;
}

p {
	padding-bottom: 20px;
}

a {
	color: #B10431;
}

h1 {
	font: bold 16px/20px verdana, sans-serif;
	padding-bottom: 8px;
}

#clearer {
	clear: left;
	height: 0px;
}

/* ====================================================================== Wrapper */

#shadowwrapper {
	width: 940px;
	margin: 0 auto;
	background: url(../img/bg.gif) no-repeat; 
}

#wrapper {
	background: #fff;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	width: 919px;
	margin: 0 auto 20px auto;
}

/* ====================================================================== Header */

#headerlinks {
	position: absolute;
	width: 195px;
	height: 16px;
	left: 50%;
	margin-left: 244px;
	top: 28px;
}

#headerlinks a {
	display: block;
	float: left;
	height: 15px;
}

#headerleft {
	width: 258px;
	float: left;
}

* html div #headerleft {
	margin-right: -3px;
}

#headerright {
	margin-left: 258px;
}

* html div #headerright {
	margin-left: 255px;
}

#grau {
	background: #e2e2e2;
	height: 32px;
	width: 258px;
}

#tel {
	position: absolute;
	color: #3f3f3f;
	top: 50px;
}

/* ====================================================================== Menu */

#headerleft ul {
	list-style: none;
	background: #919191;
	padding: 17px 0 11px 0;
	width: 258px;
}

#headerleft ul li {
	margin-bottom: 7px;
	height: 20px;
}

#headerleft ul li a {
	display: block;
	background: #919191 url(../img/pfeil_inactive.gif) no-repeat 17px 6px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	padding-left: 40px;
	height: 20px;
}

#headerleft ul li a:hover, #headerleft ul li a.active {
	background: #b10431 url(../img/pfeil_active.gif) no-repeat 17px 6px;
}


ul#topmenu {
	list-style: none;
	height: 35px;
	padding-top: 70px;
	padding-left: 260px;
	width: 400px;
	background: url(../img/hoett_trier_03.gif) no-repeat;
}

ul#topmenu li {
	float: left;
	margin-right: 30px;
}

ul#topmenu li a {
	display: block;
	color: #3f3f3f;
	text-decoration: none;
}

ul#topmenu li a:hover, ul#topmenu li a.active {
	color: #b10431;
	text-decoration: underline;
}

#submenu {
	border-left: 1px solid #ccc;
	margin-top: 4px;
}

#submenu ul {
	list-style: none;
	font: bold 11px/20px verdana, sans-serif;
	font-weight: bold;
	margin-left: 7px;
	padding-top: 45px;
	padding-bottom: 49px;
}

#submenu ul li a {
	padding-left: 18px;
	background: url(../img/hoett_pfeil_rot.gif) no-repeat 0 3px;
	text-decoration: none;
	color: #000;
}

#submenu ul li a:hover,  #submenu ul li a.active {
	color: #B10431;
}

/* ====================================================================== Banner */

#banner {
	margin-left: 1px;
	background: #999;
}

/* ====================================================================== Content */

#content {
	min-height: 361px;
   height: auto !important;
   height: 361px;
	padding-top: 30px;
	font-size: 14px;
}

.contentbg {
	background: url(../img/hoett_hintergrund.gif) no-repeat;
}

#contentleft {
	width: 258px;
	float: left;
}

#cotentmiddle {
	width: 447px;
	float: left;
	margin-left: 1px;
}

#cotentright {
	width: 213px;
	float: left;
}

#gal {
	width: 665px;
	float: left;
	padding-left: 41px;
}

#cotentmiddle2 {
	width: 330px;
	float: left;
	margin-left: 1px;
}

#cotentright2 {
	width: 330px;
	float: left;
}

ul#hook {
	font-size: 11px;
	line-height: 16px;
	list-style: none;
	margin-top: 51px;
	color: #999;
}

ul#hook2 {
	font-size: 11px;
	line-height: 16px;
	list-style: none;
}

ul.hookleft {
	margin-left: 27px;
}

ul#hook li {
	padding-left: 14px;
	background: url(../img/hoett_haken.gif) no-repeat 0 6px;
}

ul#hook2 li {
	padding-left: 14px;
	background: url(../img/hoett_haken.gif) no-repeat 0 6px;
}

p.tmp1 {
	font-size: 11px;
	padding-top: 1px;
	margin-bottom: -8px;
}

p.smaller {
	font-size: 11px;
	line-height: 16px;
}

a.arrowlink {
	padding-left: 18px;
	background: url(../img/hoett_pfeil_rot.gif) no-repeat 0 5px;
	text-decoration: none;
	color: #000;
	margin-left: -18px;
}

* html div a.arrowlink {
	margin-left: 0;
}

a.arrowlink:hover {
	color: #B10431;
}

input {
	border: 1px solid #ccc;
	width: 200px;
}

textarea {
	border: 1px solid #ccc;
	width: 269px;
	height: 140px;
	font: 14px/20px verdana, sans-serif;
}

input.button {
	width: auto;
	margin-top: 10px;
	margin-left: 2px;
}



