@charset "utf-8";
/* CSS Document */

body {
	font-family:"Times New Roman", Times, serif;
	background-image:url(../image/hg.gif);
	background-repeat:repeat-x;
	background-color:#f9f9f7;
	line-height: 1.35;
}

h1 {
	font-size: 1.7rem;
	line-height: 1.4;
}

a:link,
a:visited {
	line-height: 1.5;
	color: #5b5756;
}

a:hover,
a:active {
	line-height: 1.5;
	color: #000;
}

.nav {
	list-style: none;
	padding: 0 16px;
}
#maincontainer {
	width:960px;
	height:1550px;
	margin:auto;
	border-width:1px;
  border-style:solid;
  border-color:#333;

}
#datenschutz #maincontainer {
	height:1120px;
}
#logo {
	width:960px;
	height:170px;
	background-image:url(../image/logo.jpg);
}
#content {
	height: 500px;
	width: 780px;
	float: left;
	background-color: #FFF;
	padding-top: 60px;
}

#datenschutz #content {
	height: 950px;
	padding: 0 16px;
	width: 748px;
}
#content table {
	margin-left:2em;
	margin-top:1em;
	font-size:17px;
	line-height:1.25em;
	text-align:justify;
}
#content table a {

	font-size:17px;
text-decoration:none;
color:#666;

}
#content table img {
	margin-top:5.9em;
}
#links {
	width:180px;
	height:560px;
	float:left;
	background-color:#FFF;
}
#datenschutz #links {
	height: 950px;
}
#links table {
	margin-left:0.7em;
	margin-right:1em;
	margin-top:0.5em;
	font-size:15px;
	line-height:1.2em;
	text-align:justify;
}
.gross {
	font-size:22px;
	line-height:1.3em;
}
.klein {
	font-size:13px;
}