@charset "UTF-8";
body {
	background-image:url(../bilder/hintergrund.png);
	background-repeat:repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	margin: 0px;
}
#container {
	width: 864px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#container  #header{
	height: 97px;
	text-align: right;
	color: #666;
	font-size: 13px;
	margin-bottom: 14px;
}
#container #header  #logo{
	float: left;
}
#container #header  a{
	color: #666;
	text-decoration: none;
}
#container #header a:hover {
	color: #2A66D0;
	text-decoration: underline;
}
#container #navi {
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
}
#container  #imagebar{
	height: 100px;
}

#container #sidenavi {
	width: 200px;
	float: left;
	margin-top: 15px;
	font-size: 13px;
	color: #666;
	padding-left: 38px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #000;
}
#container #sidenavi p a {
	color: #36C;
	text-decoration: none;
}
#container #sidenavi p a:hover {
	text-decoration: underline;
}

#container #content {
	background-color: #EEEDEE;
	width: 478px;
	margin-left: 346px;
	margin-top: 15px;
	margin-bottom: 20px;
	padding: 20px;
}
#container #content p a {
	text-decoration: none;
	color: #36C;
}
#container #content p a:hover {
	text-decoration: underline;
}
#container #content h1 {
	font-size: 18px;
	margin-top: 0px;
}
#container #content h2 {
	font-size: 16px;
	margin-top: 30px;
}
#container #content p {
	font-size: 14px;
}
#container #content #adobepartner {
	margin-bottom: 5px;
}
#container #content .web {
	float: left;
	width: 180px;
	height: 122px;
}
#container #content .webtext {
	float: left;
	width: 280px;
	margin-left: 10px;
	height: 122px;
	font-size: 14px;
}
#container #content .webtext a {
	color: #36C;
	text-decoration: none;
}
#container #content .webtext a:hover {
	text-decoration: underline;
}
#container #content .webclear {
	clear: both;
}
#container #content li {
	font-size: 14px;
}
#container #content .banner {
	float: left;
	height: 142px;
	width: 341px;
}
#container #content .button {
	float: left;
	height: 142px;
	width: 104px;
	margin-left: 10px;
	padding-top: 5px;
}
#container  #footer{
	font-size: 13px;
	color: #666;
	clear: both;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #333;
	padding-top: 8px;
	text-align: center;
}
#container #footer  a{
	color: #36C;
	text-decoration: none;
}
#container #footer a:hover {
	text-decoration: underline;
}

