/* CSS Document */

/* 	Farben
*********************************************	
	Navigation Hintergrund:	#D3D8C4
	Balken unter Navi:			#8B9FAA
	Subnavi Hintergrund:		#E2E7EA
	Impressum:							#8B9FAA
	oberer Contentbereich:	#F4F5F0
	hover link:							#790000
*/
/*	undo
*******************************************************************************/

:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1.1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }
address { font-style:normal }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.1em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


legend { display:none; }

div,p,li { background-repeat:no-repeat; }


/*	reset some basic style
*******************************************************************************/
dl			{margin: 0 0 0 0;}
dl dt		{margin: 0 0 0 0;}
dl dd+dt	{margin-top: 0;}
dl dd		{margin: 0 0 0 0;}

ol			{list-style: none;}
ol li		{margin: 0 0 0 0;}
ol li ol	{margin: 0 0 0 0;}
ol li ul	{margin: 0 0 0 0;}

p			{margin-bottom: 0em;}

ul			{list-style: none;}
ul li		{margin: 0 0 0 0;}
ul li ul	{margin: 0 0 0 0;}
ul li ol	{margin: 0 0 0 0;}

pre			{font-size:1.2em; }

a:hover { text-decoration:none; }


/*	laayout elements
*******************************************************************************/
html {
	overflow-x:hidden;
}
#areanavigation {
	width:100%;
	height:120px;
	background-color:#D3D8C4;
	background-image:url(images/logo_upper_right.gif);
	background-position:right;
	background-repeat:no-repeat;
}
#navigation {
	position:relative;
	top: 96px;
	height: 24px;
}
#barheader {
	width:100%;
	height:30px;
	background-color:#8B9FAA;
	border-bottom: solid 1px #fff;
	border-top: solid 1px #fff;
}

#subnavigation {
	background-color:#E2E7EA;
	width:150px;
	height:290px;
}

#contentarea {
	width:750px;
	height:290px;
	position:absolute;
	left:151px;
	top:152px;
}

#blankarearight {
	background-color:#E2E7EA;
	height:290px;
	width:100%;
	border-left: solid 1px #fff;
	position:absolute;
	left:901px;
	top:152px;
}
.contentarea1 {
	background-color:#F4F5F0;
	height:290px;
	border-right: solid 1px #fff;
}
.imagearea {
	background-color:#F4F5F0;
	height:290px;
}
.impressum {
	background-color:#8B9FAA;
}

/* navigation
*******************************************************************************/
#navigation ul li {
	display:block;
	float:left;
}
#sprachen a
{
	color: #999999;

}
#sprachen a:hover
{
	text-decoration: underline;
	color: #790000;
}
#sprachen
{
	color: #999999;
	position:absolute; 
	padding: 5px 15px;
}

/* Content
*******************************************************************************/
body {
	font-size: 10px;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif
}
a {
	color: #790000;
	text-decoration:none;
}


a:hover {
	color: #790000;
	text-decoration:underline;
}

#breadcrumb {
	padding: 5px 0 10px 20px;
}

#breadcrumb a{
	font-size:0.9em;
	color:#999999;
}

#breadcrumb a:hover{
	color: #790000;
	text-decoration:underline;
}

#content1 {
	font-size:11px;
	padding: 20px 20px 0 20px;
	line-height:1.5em;
}

#subnavigation a {
	font-size:1.0em;
	color: #656666;
}

#subnavigation a:hover {
	color: #790000;
}

#subnavigation ul{
	padding: 0 0 10px 10px;
}

#subnavigation ul li{
	padding: 0 0 1px 0px;
}

#content1 h1 {
	font-size:1.6em;
	margin: 0 0 1em 0;
}

p 
{

	margin: 0 0 0.5em 0;
}

#content2 {
	padding: 20px;
	line-height:1.5em;
	border-left: solid 1px #eee;
	border-right: solid 1px #eee;
	min-height: 250px;
	_height: 250px;
}
#content2 .img_headline {
	margin:  2em 0 0 0;
}
#content2 h1 {
	margin: 0 0 1em 0;
}
#content2 h2 {
	font-size:1.1em;
	margin: 0 0 0.6em 0;
	font-weight:bold;
}
#content2 p {
	margin: 0 0 1em 0;
}

.article-list  {
	display:block;
	height:170px;
	padding-top:10px;
}

.article-list .articlethumb {
	width: 162px;
	height:162px;
	border:solid 1px #c0c0c0;
	text-align:center;
	float:left;
	display:block;
	margin: -5px 10px 10px 0;
}

.article-list h2 {
	color: #990000;
	padding-top: 5px;
}
.image_flLeft {
	float: left;
	padding: 5px 10px 0 0;
}
.image_flRight {
	float: right;
	padding: 5px 0px 0 10px;
}

.dealerelement {
	padding: 20px 0 10px 0;
	border-bottom: solid 1px #CCCCCC;
}
.produktThumb
{
	border: solid 1px #a5a5a5;
	left:367px;
	position:absolute;
	top:211px;
}

/* FORMULAR
*************************************************************************/
#form-module .element {
	display:block;
	clear:both;
}

#form-module label {
	float:left;
	padding:15px 0 0 0;
	width:120px;

}
#form-module input.text, 
#form-module select, 
#form-module textarea {
	float:left;
	width:400px;
	border:1px solid #333;
}
#form-module input.submit { 
	position: relative;
	left:310px;
	margin: 10px 0;
	width:auto;
	padding:2px 5px;
	cursor:pointer;
}

#plzsuche {
	margin-top: 30px;
}
