@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E9E9E9;
	margin: 0px;
	padding: 0px;
	line-height: 1.3em;
}
p {
	word-wrap: break-word;
}
#container {
	background: url(../images/bg.jpg) repeat-y center;
	width: 880px;
	padding: 0 50px;
	margin: 0 auto;
}
#container #wrapper {
	background: url(../images/bg_top.jpg) no-repeat center top;
	width: 880px;
	padding: 0 160px;
	margin: 0 -160px;
	overflow: hidden;
}

/* HEADER */
#header {
	background-image: url(../images/logo_bg.jpg);
	height: 220px;
	float: left;
	width: 100%;
	margin-top: -20px;
}
	#header #logo a {
		height: 190px;
		width: 510px;
		display: inline;
		float: left;
		margin-left: -60px;
		margin-right: 30px;
	}
	#header h2 {
		float: left;
		width: 390px;
		font-size: 20px;
		color: #FFFFFF;
		margin-top: 70px;
		font-weight: bold;
	}
	#header h3 {
		float: left;
		width: 390px;
		margin-top: 10px;
		font-size: 15px;
		color: #CEE7FF;
		font-weight: bold;
	}
	#header ul {
		position: relative;
		float: left;
		width: 390px;
		margin-top: 8px;
	}
	#header ul li {
		position: absolute;
		top: 0;
		left: 0;
		font-size: 13px;
		color: #AACCFC;
		font-weight: bold;
	}
	#header #lang {
		display: inline; /* IE-hack */
		float: right;
		width: 200px;
		margin-right: 4px;
		margin-top: 4px;
	}
	#header #lang ul {
		float: right;
	}
	#header #lang li {
		float: left;
		margin-left: 4px;
	}
	#header #lang li img {
		float: left;
	}


/* NAVIGATION */
#navigation {
	float: left;
	width: 100%;
	margin-top: -30px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#navigation a:link,
#navigation a:visited,
#navigation a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
#navigation a:hover {
	text-decoration: underline;
}
#navigation ul {
	display: inline;
	float: right;
	margin-right: 40px;
}
#navigation li {
	float: left;
	padding: 0 10px;
}
#navigation li.current {
	background-color: #FFFFFF;
	color: #000000;
}
#navigation li.current a:link,
#navigation li.current a:active,
#navigation li.current a:visited {
	color: #000000;
}
#navigation li.current a:hover {
	color: #000000;
	text-decoration: none;
}
#navigation li.bestall a {
	background: white url(../images/bestall.jpg) no-repeat left top;
	width: 63px;
	line-height: 21px;
	height: 21px;
	display: inline-block;
	color: black;
	text-align: center;
	margin-top: 5px;
}
#navigation li.bestall a:hover {
	background-position: left bottom;
	color: #22a;
	text-decoration: none;
}

/* SUBNAVIGATION */
#subnavigation {
	display: inline; /* IE-hack */
	float: left;
	width: 760px;
	margin-top: 10px;
	margin-right: 60px;
	margin-left: 60px;
	font-size: 12px;
}
#subnavigation li {
	float: left;
	margin-right: 15px;
}
#subnavigation a:link,
#subnavigation a:visited,
#subnavigation a:active {
	color: #193B6B;
	text-decoration: none;
	font-size: 12px;
}
#subnavigation a:hover {
	text-decoration: underline;
}
#subnavigation li.current a:link,
#subnavigation li.current a:visited,
#subnavigation li.current a:active {
	color: #000000;
	font-weight: bold;

}

/* CONTENT */
#content {
	display: inline; /* IE-hack */
	float: left;
	width: 760px;
	margin-top: 30px;
	margin-right: 60px;
	margin-bottom: 30px;
	margin-left: 60px;
	clear: both;
	color: #333333;
}
#content em {
	font-style: italic;
}
h1, h2, h3 {
	color: #193B6B;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 28px;
	line-height: 1.3em;
	font-weight: normal;
	margin-bottom: 20px;
}
#content h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 0.25em;
}
#content.start h2 {
	background: url(../images/v.gif) no-repeat 0 0;
	padding-left: 30px;
	/*margin-left: -30px;*/
	line-height: 24px;
}
#content h3 {
	font-size: 18px;
	font-weight: normal;
}
#content.questions h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
#content p {
	line-height: 1.3em;
	margin-bottom: 20px;
}
#content strong {
	font-weight: bold;
}
#content img.left {
	margin: 0px 15px 15px 0px;
	float: left;
}
#content img.right {
	margin: 0px 0px 15px 15px;
	float: right;
}
#content ul {
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}
#content ul li {
	margin-bottom: 10px;
}
#content table td {
	padding-right: 20px;
}
#content table td.price {
	text-align: right;
}

#content table {
	margin-bottom: 20px;
}
#content table th {
	padding: 4px 8px;
	font-size: 0.9em;
	font-weight: bold;
}
#content table td {
	padding: 4px 8px;
	font-size: 0.9em;
}
#content .pricelist .price {
	width: 50px;
	text-align: left;
}
#content .pricelist .title {
	width: 240px;
}
#content .pricelist tr:nth-child(2n) {
	background-color: #f0f0ff;
}

#tipfriend {
	display: inline;
	float: left;
	width: 760px;
	margin: 0 60px 30px 60px;
	text-align: center;
}

/* FOOTER */
#footer {
	display: inline; /* IE-hack */
	float: left;
	width: 720px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 20px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}

