/* CSS Document */

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #F0F0F0;
}

body
{
	font-size: 0.75em;
	line-height: 1em;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
}

#container
{
	width: 1000px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}

#container #logo
{
 	position: absolute;
 	right: 5px;
 	top: 0;
}

#container #navigation
{
	width: 200px;
	height: auto;
 	position: absolute;
 	left: 36px;
 	top: 132px;
}

#container #navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
}

#container #navigation ul li
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 3px;
}

#container #navigation ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 1.0em;
	line-height: 1.25em;
	font-weight: bold;
	background: url(../images/bg_navigation.gif) 0 0 no-repeat;
	padding-left: 23px;
	width: 177px;
	display: block;
}

#container #navigation ul li ul
{
	margin-top: 3px;
}

#container #navigation ul li ul a
{
	background: none;
	padding-left: 60px;
	width: 140px;
	display: block;
}

#container #navigation a.aktiv
{
	color: #BF4642;
}


#container #content
{
	width: 416px;
	height: 554px;
 	position: absolute;
 	left: 256px;
 	top: 128px;
	background: url(../images/bg_content.png) 0 0 repeat-y;
	
 	overflow: auto;  
	
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	
}

#container #intro
{
	width: 430px;
	height: 564px;
 	position: absolute;
 	left: 256px;
 	top: 128px;
	background: url(../images/bg_content.png) 0 0 repeat-y;
	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

#container #content .cont
{
	width: 395px;
	height: auto;
	float: left;
}

#container #content .kontakt_form
{
	width: 395px;
	height: auto;
	float: left;
	margin-top: 20px;
}

#container #content .kontakt_form .txt
{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 10px;
}

#container #content .kontakt_form label
{
	width: 80px;
	height: auto;
	float: left;
}

#container #content .kontakt_form input,
#container #content .kontakt_form textarea
{
	width: 200px;
	height: auto;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #808080;
	background: #FFF;
	padding: 2px;
}

#container #content .kontakt_form textarea
{
	height: 80px;
}

#container #content .kontakt_form .btn
{
	width:100px;
	height: auto;
	float: left;
	margin-bottom: 10px;
	padding-left: 80px;
}

#container #content .kontakt_form .btn input
{
	width: auto;
	background: #58595B;
	color: #FFF;
}


#newsblock
{
	width: 266px;
	height: 238px;
}

#container #news
{
	width: 266px;
	height: 238px;
 	position: absolute;
 	left: 714px;
 	top: 128px;
	background: url(../images/bg_news.png) 0 0;
	overflow: hidden;
	color: #1A171B;
	
	/*padding-left: 15px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;	*/
}

.news
{
	width: 246px;
	height: 208px;
	overflow: hidden;
	color: #1A171B;
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;	
}

.news .header1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #1A171B;
	font-size: 1.2em;
	line-height: 2.0em;
	font-weight: bold;
	margin-bottom: 8px;
}

.news p
{
	margin-top: 0px;
	margin-bottom: 15px;
	display: block;
}

.news a
{
	color: #BF4642;
	text-decoration: underline;
	font-weight: bold;
}

#marqueecontainer
{
	position: relative;
	width: 235px;
	height: 208px;
	overflow: hidden;
}

#container #content p
{
	margin-bottom: 15px;
}

#container #content .header1
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 1.6em;
	line-height: 2.0em;
	font-weight: bold;
	margin-top: 5px;
}

#container #content .header2
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 1.2em;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 5px;
}

#container #content .header3
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
	font-size: 1.1em;
	line-height: 1.5em;
	font-weight: bold;
}

#container #content a
{
	color: #BF4642;
	text-decoration: underline;
	font-weight: bold;
}

#container #content ul, #container #content ol
{
	margin-left: 20px;
}

#container #content .produkte
{
	width: 385px;
	height: auto;
	border-collapse: collapse;
	margin-bottom: 15px;
}

#container #content .produkte td
{
	vertical-align: top;
	text-align: left;
}

#container #content .produkte td.pic
{
	width: 95px;
	text-align: center;
}

#container #content .produkte td.txt
{
	width: 290px;
}

#container #content img
{
	border: 0;
}


* html img,
* html .png{
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
