/*******************************************************************************

	Projekt:	LINDINGER+SCHMID

*******************************************************************************/


/*	grundformatierungen
*******************************************************************************/

a { cursor:hand; cursor:pointer;}
:link,:visited { text-decoration:none; }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; font-weight:normal; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, dl, dt, dd { margin:0; padding:0 }
img, a img,:link img,:visited img, fieldset { border:none }
img { margin:0; padding:0; vertical-align:bottom; }

table {	border:none; padding:0px; margin:0px; border-spacing:0px; font-size:1.1em; line-height:1.5em;}
tr { border:none; padding:0px; margin:0px; }
td { border:none; padding:0px; margin:0px; vertical-align:top; border-spacing:0px; }


/*	html / body
*******************************************************************************/

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

.clearer {
	display:block;
	clear:both;
	line-height:0;
	height:1px;
	font-size:0;
	visibility:hidden;
}


/*	hauptcontainer
*******************************************************************************/

#distance_helper { 
	width:1px;
	height:50%;
	margin-bottom:-291px; /* halbe Höhe des Containers */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* setzt den Container vor "distance_helper" */
	text-align:left;
	height:583px;
	width:900px;
	clear:left;
}

/*	left
*******************************************************************************/

#left {
	width:210px;
	height:544px;
	float:left;
	border-right:2px solid #fff;
}

#left_bottom .footer_left {
	width:210px;
	height:42px;
	position:absolute;
	top:232px;
}

#address {
	position:absolute;
	top:164px;
	left:10px;
	line-height:170%;
}

/*	right
*******************************************************************************/

#right {
	width:684px;
	height:274px;
	margin-top:270px;
	float:left;
}

#right .text {
	width:643px;
	height:215px;
	line-height:145%;
	background-color:#fff;
	padding:12px 25px 5px 16px;
}

#right .text h1 {
	font-size:12px;
	font-weight:bold;
}

#right .text .ltext {
	width:316px;
	height:205px;
	margin-right:11px;
	float:left;
}

#right .text .rtext {
	width:316px;
	height:205px;
	float:left;
}

#right .text .rbild{
	width:316px;
	height:205px;
	float:left;
	text-align:right;
}

#right .footer_right {
	width:684px;
	height:42px;
}

/*	navi
*******************************************************************************/
#nav {
	position:relative; 
	top:-262px;
}

#nav {}

#nav li {
	width:195px;
	margin-bottom:3px;
}

/*	sub navi
*******************************************************************************/

#left_bottom .sub_navi {
	padding-top:9px;
}

#left_bottom ul {}

#left_bottom ul li {
	margin-bottom:4px;
	width:195px;
}

#left_bottom a.stellen {
	display:block;
	height:20px;
	background:url(../images_uu/stellen_bt.gif) no-repeat;
}
#left_bottom a.stellen:hover,
#left_bottom a.stellen_akt {
	display:block;
	height:20px;
	background:url(../images_uu/stellen_bt_roll.gif) no-repeat;
}

#left_bottom a.mitarbeiter {
	display:block;
	height:20px;
	background:url(../images_uu/mitarbeiter_bt.gif) no-repeat;
}
#left_bottom a.mitarbeiter:hover,
#left_bottom a.mitarbeiter_akt {
	display:block;
	height:20px;
	background:url(../images_uu/mitarbeiter_bt_roll.gif) no-repeat;
}

#left_bottom a.impressum {
	display:block;
	height:20px;
	background:url(../images_uu/impressum_bt.gif) no-repeat;
}
#left_bottom a.impressum:hover,
#left_bottom a.impressum_akt {
	display:block;
	height:20px;
	background:url(../images_uu/impressum_bt_roll.gif) no-repeat;
}
