/* CSS Document */
html, body {
	background-image:url(../images/bg.jpg);
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}
.navigation {
	font-family: Arial;
	font-size: 12px;
	color: #FF6600;
}
.navigation a:link {
	color: #666666;
	text-decoration: none;
}
.navigation a:visited {
	color: #666666;
	text-decoration: none;
}
.navigation a:hover {
	color: #FF6600;
	text-decoration: none;
}
.navigation a:active {
	color: #FF6600;
	text-decoration: none;
}
.imprint {
	font-family: Arial;
	font-size: 10px;
	padding-right: 42px;
}
#bg_left {
	background-image:url(../images/left.png)
}
#bg_right {
	background-image:url(../images/right.png)
}
#bg_top {
	background-image:url(../images/top.png)
}
#bg_top_left {
	background-image:url(../images/top_left.png)
}
#bg_top_right {
	background-image:url(../images/top_right.png)
}
#bg_bottom_left {
	background-image:url(../images/bottom_left.png)
}
#bg_bottom_right {
	background-image:url(../images/bottom_right.png)
}
#bg_bottom {
	background-image:url(../images/bottom.png)
}
#bg_start_gams {
	background-image:url(../images/start_gams_bg.jpg)
}
#bg_gams {
	background-image:url(../images/gams_bg.jpg)
}
#bg_content {
	background-image:url(../images/content_bg.jpg)
}
#bg_navi {
	background-image:url(../images/navi_bg.jpg)
}
#bg_start_content {
	background-image:url(../images/start_content_bg.jpg)
}
#bg_start_navi {
	background-image:url(../images/start_navi_bg.jpg)
}
