﻿* {
	margin: 0px;
	padding: 0px;
}

html {
height: 101%;
}

body {
	font-family: "Verdana", "Arial", "Bitstream Vera Sans", "Helvetica", sans-serif;
	font-size: 9pt;
	background: white;
}

	#page {
		width: 700px;
		margin: 8px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 8px;
	}
		
		#header{
		}
		
		#header img{
		border: none;
		}
			
		#header ul li {
			display: inline;
			list-style-type: none;
		}
		
			#header_left {
				float: left;
			}
		
			#header_right {
				float: right;
			}
			
				#header_right img {
					margin-top: 15px;
				}
			
				#menue_main {
					margin-left: 6px;
					color: #079A8A;
				}
				
					#menue_main a {
						color: #079A8A;
						font-weight: bold;
						text-decoration: none;
					}
					
					#menue_main a:hover {
						text-decoration: underline;
					}
				
				#menue_sub {
					text-align: right;
					color: #666666;
					font-size: 80%;
					margin-right: 8px;
					margin-top: 25px;
				}
				
					#menue_sub a {
						color: #666666;
						font-weight: bold;
						text-decoration: none;
					}
					
					#menue_sub a:hover {
						text-decoration: underline;
					}
				
		
		#content {
			clear: both;
			background-color: #BFEBD6;
			border: 1px solid #666666;
			margin-bottom: 10px;
			padding-bottom: 15px;
			height: auto;
			overflow: auto;
		}		
		
			#content_main {
				min-height: 300px;
				width: 450px;
				background-color: white;
				margin-left: 15px;
				margin-right: 15px;
				padding-bottom: 7px;
				float: left;
				margin-top: 15px;
			}
			
				#content_main a {
					color: #079A8A;
					text-decoration: none;
					font-weight: bold;
				}
				
				#content_main a:hover {
					text-decoration: underline;
				}
				
				#content_main em {
					font-weight: bold;
					text-decoration: none;
				}
				
				.trennung {
					border-bottom: 1px black dotted;
				}
				
				#content_main table {
					border: none;
					margin-left: 15px;
				}
				
				#content_main table th {
					font-weight: normal;
					text-align: right;
					padding-right: 10px;
					vertical-align: top;
					width: 100px;
				}
				
				#content_main .thumb {
					border: 1px solid #079A8A;
				}
			
				#content_main h3 {
					background-color: black;
					color: white;
					font-size: 111%;
					text-decoration: none;
					text-align: right;
					width: 430px;
					padding: 3px 10px 3px 10px;
				}

				#content_main h3 a {
					color: white;
				}
				
				#content_main h2 {
					font-size: 111%;
					text-decoration: none;
					margin: 15px 15px 15px 15px;
				}

				
				#content_main h1 {
					background-color: #079A8A;
					color: white;
					font-size: 100%;
					text-decoration: none;
					text-align: left;
					padding: 3px 15px 3px 15px;
					width: 420px;
				}
				
				#content_main p {
					margin: 15px 15px 15px 15px;
				}
				
				#content_main img {
					margin: 0px 0px 0px 15px;
				}
				
				#content_main .partnerlogo {
					margin: 15px 15px 0px 15px
				}
			
			#content_sub {
			text-align: right;
			margin-right: 15px;
			margin-top: 15px;
			}
			
				#content_sub h2 {
					font-size: 111%;
					text-decoration: none;
					margin: 5px 0px 5px 15px;
				}	
		
			#footer {
			background: white;
			color: #666666;
			padding-bottom: 3px;
			padding-top: 3px;
			font-weight: bold;
			text-align: center;
			font-size: 80%;
		}

			#footer a {
				font-weight: bold;
				color: #666666;
				text-decoration: none;
			}

			#footer a:hover{
				text-decoration: underline;
			}