body
{
	background: #e8e8e8 url('images/mainbg.jpg') repeat-x;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: Verdana;
	text-align: center;
}

div#leftdiv a
{
	color: #fff;
	text-decoration: none;
}

#main_tbl
{
	width: 100%;
	height: 100%;
}

div#header
{
	display: block;
	position: relative;
}
	
div#logo
{
	display: inline;
	margin-left: 25px;
	margin-right: 50px;
}

div#menu
{
	z-index: 1;
	position: absolute;
	top: 26px;
	display: inline;
}


div#button
{
	float: left;
	display: block;
}

div#button div#menu_left_active
{
	float: left;
	background: url('images/menu_left_active.png') no-repeat;
	width: 12px;
	height: 40px;
}

div#button div#menu_middle_active
{
	float: left;
	position: relative;
	background: url('images/menu_middle_active.png') repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: auto;
	height: 40px;
}

div#button div#menu_middle_active a
{
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding: 8px 10px;
	color: #000;
}

div#button div#menu_right_active
{
	float: left;
	background: url('images/menu_right_active.png') no-repeat;
	width: 12px;
	height: 40px;
}

div#button div#menu_left
{
	float: left;
	background: url('images/menu_left.png') no-repeat top right;
	width: 6px;
	height: 40px;
}

div#button div#menu_middle
{
	float: left;
	position: relative;
	background: url('images/menu_middle.png') repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	width: auto;
	height: 40px;
}

div#button div#menu_right
{
	float: left;
	background: url('images/menu_right.png') no-repeat top left;
	width: 6px;
	height: 40px;
}

div#button div#menu_middle a
{
	display: block;
	text-decoration: none;
	margin-top: 10px;
	padding: 8px 10px;
	color: #fff;
}

div#logo a img
{
	border: 0;
}

#container
{
	width: 810px;
	/*height: 540px;*/
	margin: 50px auto 0 auto;
	text-align: left;
}

#container_middle
{
	width: 810px;
	margin: 0 auto;
	background: url('images/leadsite_citynetworks_grund_left.png') no-repeat top left;
}

div#leftdiv
{
	float: left;
	width: 248px;
	height: 492px;
	background: url('images/leadsite_citynetworks_grund_left.png');
}

div#rightdiv
{
	margin-left: 248px;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 562px;
	background: url('images/leadsite_citynetworks_grund_right.png') no-repeat;
}

div#content
{
	padding-left: 30px;
	margin-top: 30px;
	color: #000;
	font-size: 11px;
}

div#content_top
{
	background: url('images/content_top.png') no-repeat;
	width: 500px;
	height: 20px;
}

div#content_main
{
	background: url('images/content_main.png') repeat-y;
	width: 450px;
	padding: 5px 25px;
}

div#content_main h1
{
	display: block;
	font-size: 19px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}

div#content_main h2
{
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}

div#content_main h3
{
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
}

div#content_btm
{
	background: url('images/content_btm.png') no-repeat;
	width: 500px;
	height: 20px;
}

div#orderbtn
{
	display: block;
	background: url('images/order_btn.png') no-repeat;
	width: 500px;
	margin: 10px 0 0 0;
	padding-top: 7px;
	height: 45px;
}

div#orderbtn:hover
{
	background: url('images/order_btn_hover.png') no-repeat;
}

div#orderbtn a
{
	display: block;
	padding: 10px 0;
	width: 500px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

div#orderbtn a:hover
{
	
}

div#footer
{
	width: 810px;
	height: 25px;
	background: url('images/footer.png') no-repeat;
	margin: 0 auto;
	font-size: 10px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
}