/* CSS Document */

html,body{height:  100%;
	margin:  0px;
	padding: 0px;
}
body{
	background-image: url(images/bg_body.jpg);
}
#container{
	border-left: 1px solid #1c92fe;
	border-right: 1px solid #1c92fe;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: auto;
	margin-top: 30px;
	border-top: 1px solid #1c92fe;
	background-color: #FFFFFF;
}
#header{
	height: 285px;
	width: 900px;
}
#navi{
	height: 25px;
	word-spacing: 50px;
	margin-top: 15px;
}
#logo{
	height: 250px;
	background-image: url(file:///H|/Websites/K&W/images/logo.jpg);
	width: 855px;
	margin-left: auto;
	margin-right: auto;
}
#body{
	height: auto;
	width: 900px;
	margin-top: 20px;
}
#main{
	height: auto;
	width: 844px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 1px solid #1c92fe;
}
#mainleft{
	height: 200px;
	width: 250px;
	float: left;
	background-image: url(file:///H|/Websites/K&W/images/bg_mainleft.jpg);
}
#maincenter{
	height: 200px;
	float: left;
	margin-left: 50px;
	width: 250px;
	background-image: url(file:///H|/Websites/K&W/images/bg_maincenter.jpg);
}
#mainright{
	height: 200px;
	width: 250px;
	float: right;
	background-image: url(file:///H|/Websites/K&W/images/bg_mainright.jpg);
}
#footer{
	width: 900px;
	height: 30px;
	margin-top: 25px;
}

a{
text-decoration:none;
}

a:hover{
color:#B4BCFE;
}

a img{
	border-width: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Stil1 {
	color: #1C92FE;
	font-weight: bold;
}
.Stil2 {font-size: 18px}
.Stil3 {font-family: "BankGothic Md BT"}
.Stil4 {color: #1c92fe}
.Stil5 {color: #1C92FE}
.Stil6 {
	color: #FF0000;
	font-weight: bold;
	font-size: 24px;}
