body
{
	margin:0px;
	padding:0px;
	background-color:#000000;
	color:#ffffff;
	font-family:arial,sans-serif;
}

#top
{
	position:fixed;
	top:0px;
	left:0px;
	height:150px;
	width:100%;
	background-image:url('/_images/design/top_background.jpg');
	background-repeat:repeat-x;
	text-align:center;
}

#top_lang
{
	font-size: 12px;
	position:relative;
	top:-39px;	
	left:300px;
}
#top_lang a, #top_lang a:hover, #top_lang a:visited
{
	color:#000000;
	text-decoration:none;
}
#top_inner
{
	width:100%;
	height:150px;
	background-image:url('/_images/design/top.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	float:left;
}
#top_image
{
	width:1000px;
	text-align:left;
}

#bottom
{
	width:100%;
	height:185px;
	
	bottom:0px;
	left:0px;
	background-image:url('/_images/design/bottom_background.jpg');
	background-repeat:repeat-x;
}
#bottom_inner
{
	width:100%;
	height:175px;
	background-image:url('/_images/design/bottom.jpg');
	background-repeat:no-repeat;
	background-position:top center;

	padding-top:10px;
	color:#b9b9b9;
	font-size:10px;
}
#bottom_inner td
{
	text-align:left;
	padding-left:20px;
}
#main
{
	width:1000px;
	margin-bottom:170px;
}

#navigation
{
	margin-top:160px;
	float:left;
	width:230px;
	text-align:left;
}

#navigation ul
{
	list-style-type: none;
	margin: 0px;
  	padding: 0px 0px 0px 0px;

}
#navigation ul li
{
	background-image:url('/_images/design/trenner.png');
	background-repeat:no-repeat;
	background-position:left bottom;
	padding-bottom:15px;
	padding-top:15px;
	padding-left:25px;
}
#navigation ul li ul li { padding-left: 15px; }


#navigation ul li.open
{
	background-image:none;
}
#navigation a
{
	color:#a4a4a4;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}
#navigation a.active
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:hover
{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
}
#navigation a:visited
{
	text-decoration:none;
	font-weight:bold;
}
#navigation ul li ul li a { font-size: 12px; }

#content
{
	margin-top:180px;
	float:left;
	width:720px;
	text-align:left;
}
#content, #content td
{
	font-size:12px;
}
#content h1
{
	font-size:17px;
	margin-bottom:0px;
	padding-bottom:0px;
	font-weight:bold;
}
#content h2
{
	font-size:15px;
	font-weight:normal;
	margin-top:0px;
	padding-top:0px;
}

a,a:hover,a:visited,a:active
{
	color:#b90000;
	text-decoration:underline;
}

input,textarea
{
	border:1px solid grey;
	padding:2px;
	font-size:12px;
	font-family:arial,sans-serif;
}

.shoptable table
{
	background-color:grey;
	color:#000000;
}
 .shoptable td
{
	background-color:#ffffff;
	color:#000000;
}

#servicenav
{
	text-align:center;
	font-size:12px;
}

#servicenav ul 
{
	list-style-type:none;
	color:#000000;
}

#servicenav ul li 
{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}
#servicenav a, #servicenav a:hover,#servicenav a:visited
{
	color:#000000;
	text-decoration:none;
}

#message {display:none;}
