body {
	font-family: helvetica, verdana, arial;
	text-align: center;

	margin: 0;
	background: url(../img/test.jpg) left top repeat-x;
}
a img {
    border: none;
}
body.home {
    color: #fff;
}
body.default {
    color: #3a727c;
}
body,
table tr td {
	font-size: 13px;
}
h1 {
	font-size: 100%;
	margin: 0;
    padding: 0;
	text-transform: uppercase;
}
h2 {
	font-size: 140%;
	margin: 0 0 1em 0;
}
p {
	margin: 0 0 1em 0;
}
p.bold {
    font-weight: bold;
}
#navigation {
    text-align: left;
    padding: .5em 0 .5em 25px;
    background: #fff;
    border-top: 1px solid #4b6368;
}
#navigation ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
	font-size: 110%;
	font-weight: bold;
}
.home #navigation {
    color: #3a727c;
}
.default #navigation {
    border-bottom: 1px solid #4b6368;
}
#navigation li {
    margin: 0;
    padding: 2px 4px 2px 0px;
	display: inline;
	border-right: 1px solid #3a727c;
}
#navigation li.last {
    border: none;
}
#navigation {
    padding: 5px 0 5px 0;
}

#navigation li a {
	text-decoration: none;
	color: #3a727c;
	padding: 2px 5px 2px 5px;

	
}
#navigation li a:hover,
#navigation li a.active {
    background: #3a727c;
	color: #fff;
}
#navigation li a.active {
	text-decoration: none;
}
p a {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 15px;
}
p a:hover {
	text-decoration: none;
}
#save {
	margin: 0;
}
#wrap {
	text-align: left;
	width: 538px;
	margin: 0 auto;
	min-height: 620px;
}
.teaser_img {
	margin:-25px 0 25px -25px;
}
.home #wrap {
    border-left: 1px solid #4b6368;
    border-right: 1px solid #4b6368;
    background: #00aae0 url(../img/back_gradient.gif) center 335px repeat-x;
}
.home #wrap p a {
    color: #fff;
    background: url(../img/bullet.png) left 4px no-repeat;
}
.default #wrap {
    background-color: #fff;
    border-bottom: 150px solid #00AAE0;
    border-left: 1px solid #4b6368;
    border-right: 1px solid #4b6368;
    
}
#wrap p a {
    color: #3a727c;
    background: url(../img/bullet_default.png) left 4px no-repeat;
}
#head {
	font-size: 0px;
	padding: 0;
	height: 110px;
	line-height: 0px;

}
#teaser {
	font-size: 0;
	background: #fff;
	border-top: 1px solid #4b6368;
	border-bottom: 1px solid #4b6368;
}
#content {
    font-size: 15px;
	line-height: 1.5em;
}
.home #content {
    padding: 46px 25px 46px 25px;
}
.default #content {
    padding: 25px;
}
table {

}
table td.small {
	width: 150px;
}
ol {
    font-weight: bold;
    font-size: 18px;
}
ol li span {
    font-weight: normal;
    font-size: 15px;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.w30 {
    margin-right: 15px;
}
.block {
   
}
.block .left,
.block .right {
    margin-bottom: 15px;
}
#bilder .block {
    line-height: 0;
    text-align: center;
    background: #000;
    padding: 0;
    margin-bottom: 15px;
}
#bilder .block img {
    margin: 0;
    padding: 0;
}
.left h4 {
    font-size: 110%;
    margin: 0;
}
