@charset "utf-8";
/* default styles */
html
{
	height:				100%;
}

body
{
	height:				100%;
	margin:				0;
	background-color:	#dcdcdc;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

a
{
	color:				#245dc6;
}

img
{
	border:				none;
}

ul, li
{
	margin:				0;
	padding:			0;
}

ul
{
	margin-left:		20px;
	list-style:			none url('/img/common/li.gif') outside;
	line-height:		200%;
}

p
{
	margin:				0;
}

h1, h2, h3, h4, h5, h6
{
	font-size:			12px;
	margin:				0;
	font-weight:		normal;
}

h2
{
	color:				#fff;
	font-size:			16px;
	text-transform:		uppercase;
}

fieldset
{
	border:				none;
	margin:				0;
	padding:			0;
}

textarea
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
}

/* common classes */
.clear
{
	clear:				both;
}

.grid
{
	height:				14px;
	background:			transparent url('/img/common/dot.gif') scroll repeat left top;
}

#page
{
	position:			relative;
	margin:				0 auto;
	background-color:	#fff;
	padding:			0 1px;
	width:				973px;
}

img#header
{
	border:				none;
	width:				973px;
	height:				225px;
}

#nav
{
	width:				179px;
	float:				left;
}

#lang
{
	height:				33px;
	background:			transparent url('/img/lang/bg.gif') scroll repeat-x left top;
	font-size:			11px;
	color:				#666;
	text-align:			center;
	padding:			7px 0 0 0;
	margin-top:			1px;
}

#lang img
{
	border:				none;
	vertical-align:		middle;
}

#lang .spacer
{
	font-size:			16px;
}

#lang a
{
	text-decoration:	none;
}

/* Hauptmenü */
ul#mainmenu
{
	margin:				0;
	line-height:		normal;
	list-style:			none none outside;
}

ul#mainmenu li
{
	position:			relative;
	margin:				1px 0 0 0;
	background:			#f0f0f0 url('/img/nav/bg.gif') scroll repeat-x left top;
}

ul#mainmenu a
{
	display:			block;
	width:				159px;
	height:				25px;
	background:			transparent url('/img/nav/a.gif') scroll no-repeat 5px center;
	color:				#333;
	text-decoration:	none;
	padding:			9px 0 0 20px;
}


ul#mainmenu li:hover, ul#mainmenu li.active
{
	background-color:	#a1a1a1;
	background-image:	url('/img/nav/bga.gif');
}

ul#mainmenu a:hover, ul#mainmenu li.active a
{
	background-image:	url('/img/nav/ab.gif');
	color:				#fff;
}

#body
{
	width:				793px;
	margin:				1px 0 0 1px;
	float:				left;
}

#footer
{
	height:				100px;
	text-align:			right;
}

#footer .spacing
{
	padding:			10px;
}

#bottom
{
	position:			static;
	left:				0;
	bottom:				0;
	padding:			10px 20px 0 0;
	height:				24px;
	text-align:			right;
	color:				#fff;
	font-size:			10px;
	margin:				0 auto;
	background:			#666 url('/img/bottom/bg.gif') scroll repeat-x left top;
}

#bottom a
{
	color:				#fff;
	text-decoration:	none;
}
