* {margin: 0; padding: 0; font-family: helvetica, arial, sans-serif; }

body { background: url('../images/bg.jpg') repeat-x top left; }
body.homepage { background: url('../images/bg_home.jpg') repeat-x top left; }

p { padding-bottom: 0; }

a { color: #08448c; }
a:hover { text-decoration: none; }

#website {width: 960px; margin: 0 auto;}
#header { width: 960px; height: 174px; position: relative; display: block;}
body.homepage #header { height: 345px;}
h1 {
	background: url('../images/logo_jogg.jpg') no-repeat scroll top left;
	width: 312px;
	height: 141px;
	position: absolute; 
	left: 20px;
	top: 0px;
}
#intro {
	position: absolute; 
	width: 400px;
	top: 180px;
	left: 20px;
	font: normal 12px/19px helvetica, arial, sans-serif;
	color: black;
}
#intro p {margin-top: 40px;}
.homepage h2 {
	background: url('../images/title.jpg') no-repeat scroll top left;
	width: 350px;
	height: 28px;
	position: absolute;
} 
h1, .homepage h2 {overflow: hidden; text-indent: -9999px; margin: 0;}
#header img {
	background: url('../images/photos.jpg') no-repeat scroll top left;
	width: 445px;
	height: 255px;
	position: absolute;
	right: 20px; 
	bottom: 0;
} 

#content {
	margin-top: 30px;
	width: 960px;
	display: block;
	position: relative;
}
body.homepage #content {
	margin-top: 50px;
}
#content #links { float: left; width: 570px; margin-left: 10px; font-size: 13px; line-height: 17px;}
#content #rechts {float: right; width: 310px; margin-right: 10px;}

.box.red {font-size: 13px; line-height: 17px;  border: 1px solid #f59328; background-color: #fac993; margin-bottom: 20px; padding: 15px 0 0px 0;}
.box.green {font-size: 13px; line-height: 17px; border: 1px solid #8cc540;  padding: 15px 0 0 0;margin-bottom: 20px;
	background-color: #c5e29f;
}

#content #rechts .box.green {
	background: #c5e29f url('../images/men.gif') no-repeat scroll center right;
}

.box.red h4,
.box.red a {color: #cc1100;}

.box h4,.box h3 {font-size: 13px; font-weight: bold; padding: 0px 15px 15px 15px;}
.box p { padding: 0px 15px 15px 15px;}

#links li {margin-left: 15px;}
#links p {padding-bottom:20px;}

.box li {margin-left: 30px;}
 ul {padding: 0 0 20px 0 ;}

.box.green * {color: #07448c;}

#rechts .photos {
	margin-top: 57px;
	line-height: 0;
}

#rechts .photos img {
	margin-bottom: 90px;
}

h2, .homepage h3 {color: #07448c; font-size: 18px; font-weight: bold; margin-bottom: 20px;}

h3, .homepage h4 {color: #cc1100; font-size: 13px; line-height: 17px;}

p.contact img {
float: right;
border: none;
}

p.goBack {
	text-align: right;
}

table {
	margin-bottom: 17px;
}

td, th {
	 font-size: 13px; line-height: 17px; vertical-align: top;
}

th {
	font-weight: bold;
	color: #8AB141;
	text-align: left;
	padding-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

img.left {
	float: left;
	margin-right: 15px;
}