@charset "utf-8";
/* CSS Document */

body {
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(../images/background.jpg);
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}

#container {
	width: 859px;
	margin: auto;
	background-image: url(../images/container.jpg);
}

#background-bottom {
	background-image: url(../images/bottom-background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}

#header {
	height: 78px;
	padding-top: 130px;
	padding-left: 36px;
	background-image:url(../images/header.jpg);
}

#navlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#navlist li {
	float: left;
	height: 29px;
	padding: 17px 7px 0 7px;
	background-image: url(../images/pipe.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#navcontainer {
	height: 46px;
}

#navlist li a {
	float: left;
	font-size: 14px;
}

#subnavcontainer {
	height: 12px;
	width: 425px;
	margin-left: 38px;
	padding: 9px 8px 8px 8px;
	border-bottom: 1px solid #CCCCCC;
}

.gron a {
	color: #009900;
}


#subnavlist {
	margin: 0;
	padding: 0;
	list-style: none;
}

#subnavlist li {
	float: left;
	padding: 0 5px 0 5px;
	background-image: url(../images/pipe-sub.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}

#subnavlist li#first { background: none; }

#right {
	float: right;
	width: 213px;
	padding-bottom: 190px;
}

#content {
	margin-right: 213px;
	padding: 20px 21px 30px 57px;
	background-image: url(../images/content.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#kontakt {
	height: 139px;
	width: 108px;
	padding: 39px 22px 0 22px;
	margin-left: 7px;
	margin-bottom: 25px;
	background-image: url(../images/kontakt.jpg);
}

td.bubble {
	display: block;
	background-color: #E1E1E1;
	padding: 10px;
}


a {
	text-decoration: none;
	color: #000000;
}

a:hover { color: #669900; }

h1 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	color: #669900;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight:normal;
}

img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#bildspel {width:162px;height:191px;overflow:hidden;position:relative;}
#bildspel .ram{position:absolute;top:0;left:0;z-index:999;}

#bildspel2 {width:162px;height:191px;overflow:hidden;position:relative;}
#bildspel2 .ram{position:absolute;top:0;left:0;z-index:999;}


