/* Frontpage Keller Kom */

body {
	background: #E7E9ED url(images/framework/shadow.gif) center top no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
}
body, td, th, p {
	font-family: Arial, Helvetica, sans-serif;
}	
a {
	color: #727F89;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	color: white;
}
h1 {
	padding: 0;
	margin: 407px 0 0 10px;
	font-size: 20px;
	font-weight: normal;
	color: white;
	letter-spacing: 1.5px;
}
h2 {
	padding: 0;
	margin: 0;
}
p {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
li, ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
img {
	border: none;
}
#shadow_top {
	display: none;
	position: absolute;
	width: 920px;
	left: 50%;
	margin-left: -460px;
	height: 5px;
	background-image: url(images/framework/shadow_top.gif)
}
#container {
	position: relative;
	width: 910px;
	height: 514px;
	margin: 5px auto;
	text-align: left;	
	background: #AAB9C7 url(images/framework/bg-gray-bottom.gif) bottom repeat-x;
/*	border: 1px solid black;*/
}
#column_left {
	position: absolute;
	width: 367px;
	height: 493px;
	top: 0;
	left: 0;
	background-image: url(images/frontpage/bg-gb-technik.jpg);
/*	border: 1px solid red;*/
}
#column_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 369px;
	height: 493px;
	background-image: url(images/frontpage/bg-telekom.jpg);
/*	border: 1px solid red;*/
}
#text_left {
	position: absolute;
	color: #828139;
	top: 0;
	padding: 25px 20px;
/*	border: 1px solid green;	*/
}
#text_right {
	position: absolute;
	color: #0C2F61;
	top: 0;
	padding: 25px 20px;
/*	border: 1px solid green;		*/
}
#menu {
	position: absolute;
	top: 55px;
	left: 380px;
/*	border: 1px solid green;		*/
}
#text_left a, #text_left a:hover {
	color: #828139;
	font-size: 16px;
}
#text_right a, #text_right a:hover {
	color: #0C2F61;
	font-size: 16px;
}
#logo {
	position: absolute;
	top: 365px;
	left: 368px;
/*	border: 1px solid green;	*/
}
#footer {
	position: absolute;
	width: 100%;
	margin-top: 497px;
/*	border: 1px solid red;*/
}
#footer_left {
	float: left;
	width: 34%;
	margin: 0 0 0 2px;
	color: #DDDDDD;
	font-size: 10px
/*	border: 1px solid blue;	*/
}
#footer_left li, #footer_left div {
	display: inline;
}
#footer_right {
	float: right;
	width: 65%;
/*	border: 1px solid blue;*/
}
#footer_right p {
	color: #DDDDDD;
	font-size: 10px;
	text-align: right;
	margin: -4px 2px 0 0;
	padding: 0;
}
#footer_left a, #footer_right a {
	color: #DDDDDD;	
	font-weight: normal;
	font-size: 10px;
}
#footer_menu li a {
	padding: 0 0 0 5px;
}