@charset "utf-8";
/* CSS Document */

/* Layout */

*
{
	padding:0px;
	margin:0px;
}

html
{
	height:100%;
}

body
{
	background:url(images/bg_body.gif);
	font-family:"Lucida Grande", Arial, san-serif; font-size:12px; line-height:18px;
	color:#505050;
	height:100%;
	position:relative;
}

p
{
	margin-bottom:12px;
}

a
{
	color:#505050;
	cursor:pointer;
}

a:hover
{
	color:#999999;
}

img
{
	border:none;
}

*html #page, *html #right
{
	text-align:center;
}

*html #wrapper, *html #content, *html #themepicture
{
	text-align:left;
}

#page
{
	min-height:600px;
	height:100%;
	position:relative;
}

#wrapper
{
	width:990px; height:590px;
	margin:0px auto;
	position:relative; top:50%; margin-top:-300px;
}

#container
{
	height:590px;
	background:url(images/bg_wrapper.png) left top no-repeat;
	padding:5px;
	position:static;
}

* html #container
{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg_wrapper.png', sizingMethod='crop');	
}

#left
{
	float:left;
	width:190px; height:590px;
	background:url(images/bg_left.png) left top repeat-x;
	position:relative;
}

#center
{
	width:186px; height:590px;
	margin:0px 602px 0px 192px;
	background:url(images/bg_center.png) left top repeat-x;
	position:relative;
}

#right
{
	float:right;
	width:600px; height:590px;
	background:url(images/bg_right.png) left top repeat-x;
	position:relative;
}

* html #left 
{ 
	margin-right: -3px; 
}

* html #center 
{ 
	margin: 0 599px 0 189px;
	display:inline-block; 
} 

* html #right 
{ 
	margin-left: -3px; 
}

#logo
{
	text-align:center;
	height:170px;
}


#imagebar
{
	background:url(images/img_bar_01.jpg) left top no-repeat;
	width:190px; height:400px;
	position:absolute; bottom:20px;
}

#themepicture
{
	margin:17px auto 20px;
	padding:33px 31px 14px;
	width:466px; height:258px;
	background:url(images/bg_themepicture.png) left top no-repeat;
}

#content
{
	width:480px; margin:0px auto;
	text-align:left;
	overflow:hidden;
	height:225px;
}

#ornament
{
	width:54px; height:22px;
	background:url(images/ornament.png) no-repeat;
	position:absolute; top:313px; left:65px;
}

/* Navigation */

#navigation
{
	list-style:none;
	text-align:right;
	margin-top:20px;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, san-serif;
	font-size:14px;
	font-weight:bold;
}

#navigation li
{
	height:26px;
	overflow:hidden;
}

#navigation a
{
	display:block;
	line-height:26px;
	height:26px;
	text-decoration:none;
	padding-right:35px;
	background:url(images/bg_navigation.gif) right top no-repeat;
}

#navigation a:hover
{
	background:url(images/bg_navigation_h.gif) right top no-repeat;
	color:#505050;
}

/* Toplinks */
 #toplinks
{
	list-style:none;
	text-align:left;
	margin-top:80px;
	padding-left:20px;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, san-serif;
	font-size:14px;
	font-weight:bold;
}

#toplinks a
{
	text-decoration:none;
	display:block;
	padding-left:25px;
	margin:5px 0px;
	width:80px;
}

#toplinks a:hover
{
	text-decoration:underline; background-color:transparent;
	color:#505050;
}


/* Kontaktdaten */

#contact
{
	text-align:right;
	margin-top:110px;
	padding:10px;
}

/* Textformate */

.bold
{
	font-weight:bold;
}

/* Sonstiges */

.phone
{
	height:16px; line-height:16px;
	background:url(images/icon_phone.gif) 45px center no-repeat;
	margin-bottom:6px;
}

.fax
{
	height:16px; line-height:16px;
	background:url(images/icon_fax.gif) 45px center no-repeat;
	margin-bottom:6px;
}



.letter
{
	background:url(images/icon_letter.gif) left center no-repeat;
}
.car
{
	background:url(images/icon_car.gif) left center no-repeat;
}
.info
{
	background:url(images/icon_info.gif) left center no-repeat;
}

.infobox
{
	float:right;
	width:240px;
}