html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;

	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;

	background-color: #fff;
	color: #000;
}

a img
{
	border: none;
	text-decoration: none;
}

a
{
	text-decoration: none;
	color: #661e1d;
}
#container2
{
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
}
#header
{
	width: 100%;
	height: 90px;
}

#header_main
{
	position: relative;
	top: 30px;
	left: 140px;
	width: 860px;
	height: 60px;
	background-image: url('/res/images/webseite/bni_logo_120x60.png');
	background-repeat: no-repeat;
	background-position: top left;
}

#header_main #header_heading
{
	position: relative;
	top: 1px;
	left: 234px;
	width: 626px;
	height: 58px;
	background-color: #661e1d;
	color: #fff;
	text-transform: uppercase;
}

#header_main #header_heading h1
{
	font-size: 24px;
	font-weight: normal;
	padding: 15px 0 0 20px;
	margin: 0;
}
#header_main #header_heading a{color:#fff;}

#horz_menu
{
	margin-top: 10px;
	width: 100%;
	height: 35px;
	background-color: #bdbdbd;
	color: #fff;
	text-align: center;
}

#horz_menu p
{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	padding: 7px 0 0 0;
}

#vert_menu, #vert_menu_right
{
	width: 188px;
}

#vert_menu
{
	float: left;
	font-size: 12px;
	font-weight: bold;
}

#vert_menu ul, #vert_menu ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#vert_menu ul li a
{
	display: block;
	width: 173px;
	height: 28px;
	background-image: url('/res/images/webseite/menu_arrow_6x11.gif');
	background-repeat: no-repeat;
	background-position: 90% 50%;
	text-decoration: none;
	background-color: #651f1d;
	color: #fff;
	border-top: 1px solid #fff;
	padding: 10px 0 0 15px;
}

#vert_menu ul li ul li a
{
	background-color: #323232;
	height: 20px;
	padding: 5px 0 0 15px;
	background-image: none;
	color: #fff;
}


#vert_menu ul li ul li ul li a
{
	background-color: #bdbdbd;
	color: #000;
}

#vert_menu ul li a.selected, #vert_menu ul li ul li a.selected, #vert_menu ul li ul li ul li a.selected
{
	background-color: #bdbdbd;
	color: #000;
}

#vert_menu_right
{
	float: right;
}

#vert_menu_right h3
{
	font-size: 16px;
	padding: 0; margin: 0;
	padding: 8px 0 8px 12px;
	border-bottom: 1px solid #661e1d;
}

#vert_menu_right ul, #vert_menu_right ul li
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#vert_menu_right ul li a
{
	display: block;
	width: 173px;
	height: 20px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #661e1d;
	padding: 5px 0 0 15px;
}

#text
{
	width: 600px !important;
	width: 596px;
	margin: 0 2px 0 2px;
	padding: 25px 10px 0 10px;
	margin-left: 190px !important;
	margin-left: 188px;
	font-size: 12px;
	/*height: 1750px;*/
	min-height: 600px;
	border-left: 1px solid #661e1d;
	border-right: 1px solid #661e1d;
}


#text_main ul, #text_main ul li, #names, #branches, #company
{
	list-style-image: url('/res/images/webseite/text_arrow_6x11.gif');
	padding-bottom: 3px;
	padding-top: 3px;
}

#text_main ul li a, #names, #branches, #company
{
	font-weight: bold;
	color: #661e1d;
	text-decoration: none;
}

#text_main table
{
	border: none;
	/*für ie 5*/
	font-size: 12px;
}

#text_main #info
{
	float: left;
	/*width: 438px;*/
	padding-right: 20px;
}

#text_main #info table tr td
{
	padding: 0 3px 0 3px;
}
#imgPane
{
	position: realtive;
	height:185px;
	width: 600px !important;
	width: 596px;

}
#imgPane .single
{
	/*float:right;
	background-repeat: repeat-y;
	background-position:top right;
	width: 175px;
	min-height: 100%;
	max-height: 100%;*/
}
#imgPane .multi
{
	height:185px;
	min-height:185px;
	max-height:185px;
	max-width: 194px;
	min-width: 194px;
	width: 194px;
	background-repeat: no-repeat;
	background-position: top center;
	border: 2px solid white;
	float: left;
}

.name
{
	font-weight: bold;
}

.name, .company
{
	color: #661e1d;
}
/*
#text_main #names, #text_main #branches, #text_main #company
{
	float: right;
	width: 165px;
}
*/

#names ul, #names ul li, #branches ul, #branches ul li, #company ul, #company ul li
{
	padding-top: 0px;
	padding-bottom: 16px;
}
img.fright
{
	float: right;
}

img.fleft
{
	float: left;
}

p.clear
{
	padding: 0; margin: 0;
	line-height: 0;
	clear: both;
}

#eventtable
{
	border-collapse: collapse;
	border: 1px solid #efefef;
}

#eventtable tr th
{
	text-align: left;
	padding: 2px;
}

#eventtable tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px;
}
#copyright, #version
{
	text-align:center;
}
.kill_floats
{
	clear:both;
}
#reftable
{
	border-collapse: collapse;
	border: 1px solid #661e1d;
}

#reftable tr th
{
	text-align: left;
	padding: 2px;
	border: 1px solid #661e1d;
}

#reftable tr td
{
	vertical-align: top;
	text-align: left;
	padding: 2px;
	border: 1px solid #661e1d;
}

