body {
	background-color: #999999;
	font-family: Helvetica, sans-serif;
	height:100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFFFFF;
	
}

h1 {
	font-weight: bold;
	font-size: 13px;
	color: #f0a224;
	letter-spacing: 2px;
}

A:link {
	color: #FFFFFF; text-decoration: none;
}
	A:visited {
	color: #FFFFFF; text-decoration: none;
} 
	A:hover {
	/*color: #FF6600; */text-decoration: underline;
}
#container {
	position				: relative;
	margin				: 0 auto;
	/*margin-top			: 25px;*/
	width					: 990px;
/*	background-color:#010101;*/
	background-image: url(../images/bg1.jpg);
	display: table;
}
#left {
	width: 230px;
	height: 570px;
	background-image: url(../images/logo_totalglas.jpg);
	background-repeat:no-repeat;
	position: relative;
	left: 38px;
	top: 10px;
	float: left;
}
#header {
	width: 990px;
	height: 229px;
	background-image: url(../images/header.jpg);
	position: relative;
	float: left;
}

#menu {
	width: 161px;
	position: relative;
	float: left;
	background-image: url(../images/menu_bg.jpg);
}
#menu_home {
	width: 161px;
	height: 44px;
	background-image: url(../images/menu_home.jpg);
	/*position: absolute;
	font-size:11px;
	top: 229px;*/
}
.menu_home_text {
	position: absolute;
	font-size: 13px;
	margin-left: 40px;
	margin-top: 14px;
	font-weight: 600;
}
	.menu_home_text A:link {color: #000000; text-decoration: none;}
	.menu_home_text A:visited {color: #000000; text-decoration: none;} 
	.menu_home_text A:hover{color:#000000; text-decoration: underline;}
#menu_items{
	margin-top: 15px;	
	margin-left: 25px;	
}
	#menu_items A:link {color: #ffffff; text-decoration: none;}
	#menu_items A:visited {color: #ffffff; text-decoration: none;} 
	#menu_items A:hover{color:#ffffff; text-decoration: underline;}
	#menu_items ul
	{
	list-style-type: none;
	font-size: 13px;
	font-weight: 600;
	font-variant: normal;
	margin: 0px;
	padding: 0px;
	}
	#menu_items ul li 
	{
	background-image:url(../images/menu_button.jpg);
	height					: 30px;
	padding-left: 20px;
	background-repeat: no-repeat;
	}
	

#main {
	width: 990px;
	position: relative;
	min-height:400px;
	height:auto !important;
	height:400px;
	float:left;
	background-image: url(../images/main_bg.jpg);
}


#content{
	width: 829px;
	position:relative;	
	float: left;
}
#viewContent {
	margin-left: 30px;
	margin-top: 30px;
	width: 700px;
	color: #FFFFFF;
	font-size: 13px;
	left: 161px;
}
#viewContent h1{
	font-size: 14px;
	font-weight: bold;	
}
.titel {
	font-weight: bold;
	color: #FF6600;
}


#footer {
	position: relative;
	width : 990px;
	height: 132px;
	background:url(../images/footer_bg.jpg);
	float:left;
}
.footer_text {
	position: absolute;
	font-size: 11px;
	color: #726e64;
	margin-left: 20px;
	margin-top: 110px;
}
.footer_text A:link {color: #726e64; text-decoration: none;}
.footer_text A:visited {color: #726e64; text-decoration: none;} 
.footer_text A:hover{color: #726e64; text-decoration: underline;}
.footer_intro {
	font-size: 11px;
	color: #333333;
	margin-top: 7px;
}
.footer_intro A:link {color: #333333; text-decoration: none;}
.footer_intro A:visited {color: #333333; text-decoration: none;} 
.footer_intro A:hover{color: #333333; text-decoration: underline;}

