html, body {
        margin: 0px;
        padding: 0px;
        }

body {
	font-size: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

#container {
	width: 1024px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	}

#content {
	height: 85px;
	width: 420px;
	position: absolute;
	left: 380px;
	top: 135px;
}

#content_pr {
	width: 570px;
	position: absolute;
	left: 380px;
	top: 100px;
}

#content_pr2 {
	width: 570px;
	position: absolute;
	left: 380px;
	top: 520px;
}	
		
#header {
	margin: 0px;
	height: 107px;
	width: 553px;
	left: 20px;
	top: 200px;
	position: absolute;
        }
		
#image {
	position: absolute;
	top: 275px;
}

#image_2 {
	position: absolute;
	top: 380px;
}

#footer {
	font-size: 18px;
	color: #666666;
	position: absolute;
	top: 520px;
	left: 20px;
    }
		
#navcontainer {
	position: absolute;
	top: 30px;
	left: 660px;
	text-align: right;
    }

#navcontainer ul {
	list-style: none;
	}

#navcontainer li {
	display: inline;
	margin: 0 0 0 2px;
	padding: 0;
	float: left;
    }

#navcontainer a {
	color: #666666;
	display: block;
	width: auto;
	text-decoration: none;
	margin: 0px;
	padding: 1px 10px;
    }

#navcontainer a:hover {
	color: #FF0033;
    }


#navcontainer a.passiv {
	text-decoration: underline;
	}
	
#navcontainer a:hover.passiv {
	color: #666666;
    }
	
#container #content p, h2, h5, h6 {
	margin: 0px;
}

#container #content p {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

#container #content h5 {	
	font-size: 16px;
	font-style: normal;
	line-height: 26px;
}

#container #content h6 {	
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
}

#container #content_pr p {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}
	
#container #content_pr2 p {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	}
	
#container #content_pr h6 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #ff0033;
	}
	
#container #content_pr h5 {	
	font-size: 14px;
	font-style: normal;
	}
	
#container #content_pr2 h6 {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #ff0033;
	}
	
#container td {
	font-size: 12px;	
	}

.red {
	color: #FF0033;
}

.kursiv {
	font-style: italic;
}

.fett {
	font-weight: bold;
	}
.sc {
	font-variant: small-caps;
}
.td_1 {
	font-weight: bold;
	color: #888888;
	}	
.td_2 {
	font-style: italic;
}
.td_3 {
	font-variant: small-caps;
	border-color: #FF3300;
	border-style: solid;
	border-width: thin;
	padding-left: 0.5em;	
}
.td_4 {
	font-weight: bold;
}
.td_5 {
	text-align: right;
}

