
body
{
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-color: #2d2d2d;
	font-size: 11px;
	font-family: Arial, Verdana, sans-serif;
/*
	height: 100%;
	width: 100%;
*/
	color: #535353;
}

#content a
{
	color: #e05c04;
	text-decoration: none;
	font-weight: bold;
}

#content a:hover
{
	text-decoration: underline;
}

#navi a
{
	color: #535353;
	font-size: 12px;
}

body#bg-one
{
	background-image: url(./gfx/hg_001.jpg);
}

body#bg-two
{
	background-image: url(./gfx/hg_002.jpg);
}

body#bg-three
{
	background-image: url(./gfx/hg_003.jpg);
}

body#bg-four
{
	background-image: url(./gfx/hg_004.jpg);
}

body#bg-five
{
	background-image: url(./gfx/hg_005.jpg);
}

body#bg-six
{
	background-image: url(./gfx/hg_006.jpg);
}

body#bg-seven
{
	background-image: url(./gfx/hg_007.jpg);
}

body#bg-eight
{
	background-image: url(./gfx/hg_008.jpg);
}

#frame
{
	text-align: center;
}

#main
{
	width: 864px;
	height: 505px;
	margin: auto;
	border: 0px solid black;
}

#logo
{
	position: relative;
	left: 500px;
	top: 30px;
	width: 351px;
	height: 61px;
	border: 0px solid magenta;
}

#navi
{
	position: relative;
	top: 43px;
	left: 0px;
	width: 100%;
	height: 31px;
	background-repeat: no-repeat;
}

#navi.no-active
{
	background-image: url(./gfx/reiter_inaktiv_4.png);
}

#navi.active-index
{
	background-image: url(./gfx/reiter1_4.png);
}

#navi.active-referenzen
{
	background-image: url(./gfx/reiter2_4.png);
}

#navi.active-leistungen
{
	background-image: url(./gfx/reiter3_4.png);
}

#navi.active-ueber_uns
{
	background-image: url(./gfx/reiter4_4.png);
}

#navi.active-five
{
	background-image: url(./gfx/reiter_inaktiv_4.png);
}


#navi ul
{
	margin: 0 0 0 11px;
	padding: 0;
	list-style-type: none;

}

#navi ul li
{
	margin-top: 11px;
	float: left;
	height: 20px;
	width: 112px;
	text-align: center;
	border: 0px solid magenta;
}

#navi ul li.active
{
}

#navi a, #navi a:link
{
	color: #535353;
	text-decoration: none;
	font-weight: bold;
}

#navi a.active, #navi a:hover
{
	color: #ff812a;
}


#area
{
	position: relative;
	top: 40px;
	width: 864px;
	border: 0px solid yellow;
	height: 370px;
}

#content
{
	margin-left: 10px;
	margin-top: 32px;
	width: 528px;
	height: 276px;
	float: left;
	background-image: url(./gfx/hintergrund.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 17px;
	border: 0px solid black;
}

#bar
{
	margin-right: 10px;
	margin-top: 32px;
	width: 247px;
	height: 225px;
	float: right;
	background-image: url(./gfx/box_rechts.png);
	background-repeat: no-repeat;
	text-align: left;
}

#bar #contact
{
	margin-top: 16px;
	margin-left: 13px;
}

#bar #contact-info
{
	padding: 13px 0 5px 15px;
	color: white;
	font-weight: normal;
	font-size: 11px;
}

#bar hr
{
	margin: 8px 0 8px 0;
	padding: 0;
	height: 1px;
	border-collapse: collapse;
	border: 0px;
	background-image: url(./gfx/blitzer.png);
	background-repeat: no-repeat;
}

#bar div.hr
{
	margin: 8px 0 8px 0;
	padding: 0;
	height: 1px;
	border-collapse: collapse;
	border: 0px;
	background-image: url(./gfx/blitzer.png);
	background-repeat: no-repeat;
	width: 200px;
}

#bar img.icon
{
	float: left;
	margin-right: 10px;
}

#bar a
{
	color: white;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
}

#copyright
{
	clear: left;
	text-align: left;
	margin-left: 16px;
	line-height: 27px;
	color: white;
	font-size: 11px;
}

#copyright a
{
	color: white;
	font-weight: bold;
}

img
{
	border: 0px;
}

/*
 ++++++++++ CONTENT ++++++++++++
*/

table
{
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	padding: 0;
	margin: 0;
}

td
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

td.txt-left
{
	padding-right: 10px;
	width: 50%;
	font-size: 11px;
}

td.txt-right
{
	padding-left: 10px;
	width: 50%;
	padding-right: 4px;
	font-size: 11px;
}

td.small-txt-left
{
	padding-right: 1px;
	width: 25%;
}

td.large-txt-right
{
	padding-left: 1px;
	width: 75%;
	padding-right: 4px;
}

td.justify, div.justify
{
	text-align: justify;
}

td.left
{
	text-align: left;
}

td.img-left
{
	text-align: left;
	width: 33%;
}

td.img-center
{
	text-align: center;
	width: 34%;
}

td.img-right
{
	text-align: right;
	width: 33%;
	padding-right: 4px;
}

h1
{
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	font-size: 16px;
}

h2
{
	margin: 2px 0 2px 0;
	padding: 2px 0 2px 0;
	font-size: 13px;
}

td.reference
{
	height: 58px;
	vertical-align: middle;
	text-align: center;
	background-color: white;
}

div.scroll
{
	overflow: auto;
	height: 250px;
	padding-right: 7px;
}
