/*****************************************************************
						Tag Formatierung
*****************************************************************/

* {
	margin:					0;
	padding:				0;
}
body {
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
	font-size: 12px;
	line-height: 18px;
}

p {
	margin-bottom: 16px;
}

a {
	outline:none;
}

a,
a:visited {
	color: #029a64;
	text-decoration: none;
}

a:hover,
a:active,
a:focus {
	color: #f81000;
}
/*****************************************************************
						Klassen Formatierung
*****************************************************************/

.suchtext {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.clear {
	clear: both;
	height:	0px;
	font-size: 0px;
	line-height: 0px;
}

/*****************************************************************
						HP Formatierung
*****************************************************************/

#container {
	width: 998px;
	height: auto;
	overflow: hidden;
	border: 1px solid #086155;
	margin: 0 auto;
	text-align: left;
	background-color: #f7f2ed;
}
/*****************************************************************
						HEADER
*****************************************************************/

#header {
	width: 998px;
	height: 198px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: -1px -1px;
	border-bottom: 1px solid #086155;
}

#header h2 {
	padding-top: 50px;
	margin-left: 45px;
}

#header h2 a {
	display: block;
	height: 110px;
	width: 358px;
	text-indent: -9999px;
	line-height: 1px;
	font-size: 1px;
}

/*****************************************************************
						CONTENTCONTAINER
*****************************************************************/

#contentcontainer {
	width: 998px;
	height: auto;
	overflow: hidden;
	float: left;
}

/*****************************************************************
						NAI LEFT
*****************************************************************/

#mainmenu {
	width: 181px;
	float: left;
	height: auto;
	border: 1px solid #086155;
	background-color: #fff;
	position: relative;
	margin-left: 45px;
	display: inline;
}

#menu_top {
	width: 181px;
	height: 14px;
	background-image: url(../images/menu_top.jpg);
	background-repeat: no-repeat;
}

#menu {
	height: auto;
	padding-top: 12px;
}

#menu ul {
	margin: 0;
	padding-bottom: 10px;
}

#menu ul li {
	list-style-type: none;
	height: 15px;
	margin: 0;
	padding: 0;
	margin-bottom: 2px;
}

#menu ul li a,
#menu ul li a:visited {
	color: #533d17;
	text-decoration: none;
	padding-left: 7px;
	line-height: 15px;
	font-size: 11px;
	display: block;
	background-color: #fff;
	margin-bottom: 3px;
}

#menu ul li a:hover,
#menu ul li a:active,
#menu ul li a:focus,
#menu ul li.active a {
	background-color: #00b877;
	color: #fff;
}

#menu ul li.aktuelles,
#menu ul li.ruestungen,
#menu ul li.showroom  {
	margin-bottom: 10px;
}

#menu_bottom {
	width: 181px;
	height: 14px;
	background-image: url(../images/menu_bottom.jpg);
	background-repeat: no-repeat;	
	background-position: bottom;
}

/*****************************************************************
						CONTENT
*****************************************************************/

#content {
	height: auto;
	overflow: hidden;
}

h3 {
	color: #086155;
	font-size: 14px;
	margin-bottom: 20px; 
	padding-top: 40px;
}

/*****************************************************************
						NAVI TOP
*****************************************************************/

#submenu {
	float: right;
	padding-right: 37px;
}

#submenu ul {
	background-image: url(../images/subnavi.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 207px;
	height: 31px;
	border: 1px solid #086155;
	padding-left: 10px;
}

#submenu ul li {
	display: inline;
}

#submenu ul li a,
#submenu ul li a:visited {
	text-decoration: none;
	color: #533d17;
	font-size: 11px;
	padding: 5px 5px 0 5px;
	display: block;
	float: left;
}

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

/*****************************************************************
						INHALTSBEREICH
*****************************************************************/

#text {
	width: 550px;
	float: left;
	display: inline;
	margin-left: 20px;
	padding-bottom: 30px;
}

#links,
#rechts {
	width: 260px;	
	float: left;
	text-align: justify;
}

#rechts {
	margin-left: 30px;	
}

/*****************************************************************
						FOOTER
*****************************************************************/

#footer {
	width: 998px;
	height: 25px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: -1px bottom;
	text-align: center;
	clear: both;
	padding-top: 50px;
}

address {
	font-style: normal;	
	font-size: 11px;
}

