/* basic elements */

body
{
	font: 10px Verdana;
	color: #000000;
	background: #F3F3F3;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 12px;
}

label{
	width: 200px;
	float: left;
	display: block;
}



UL
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 30px;
}



LI
{
	margin: 0px;
	padding-bottom: 3px;
}



DIV
{
	margin: 0px;
	padding: 0px;
	text-align: left;
}



INPUT
{
	font-size: 10px;
	width: auto;
}



a:link
{
	color: Black;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: Black;
}

a:hover, a:active
{
	text-decoration: underline;
	color: Black;
}





/* design */



html, body
{
	height: 100%;
}


label{
	width: 200px;
	display:table-cell;
	float: left
}


H1
{
	color: #222122;
	font-size: 16px;
	font-weight: bold;
	line-height:18px;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}

H2
{
	color: #222122;
	font-size: 12px;
	line-height:16px;
	font-weight: bold;
	margin: 5px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia,verdana;
	padding:8px;
	background-color:#dadbd3;
}

H3
{
	font-size: 12px;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}

P
{
	margin:0px;
	padding: 0px 0px 10px 0px;
}


DIV#container
{
	background-color: White;
	background-image: url(img/bg.jpg);
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}



DIV#top
{
	background-color: White;
	background-image: url(img/topbg.jpg);
	height: 302px;
	width: 900px;
}



/* menu design */

DIV#menu
{
	top: 268px;
	left: 80px;
	width: 750px;
	position: relative;
	font-size: 10px;
	background-position: 0px 0px;
}


DIV#top DIV#menu li
{
	list-style:none;
	padding:0px 15px 0px 0px;
	margin:0px;
	float:left;
}

.current_page_item
{
	font-weight:bold;
	}

DIV#content
{
	left: 80px;
	position: relative;
	width: 750px;
}



DIV#contentcontainer DIV
{
	float: left;
}



DIV#l
{
	width: 1px;
	left: 5px;
	position: relative;
}



DIV#c
{
	width: 384px;
	left: 56px;
	position: relative;
	line-height: 15px;
}



DIV#r
{
	left: 140px;
	position: relative;
	width: 205px;
	margin-top: 37px;
}



DIV#kontakt
{
	left: 20px;
	position: relative;
}



DIV#bottom
{
	bottom: 0px;
	background-color: White;
	background-image: url(img/floorbg.jpg);
	height: 47px;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

