/* Global Elements */

		body {
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 12px;
			line-height: 16px;
		}

		a  {
			text-decoration: none;
			color: #A40802;
			font-weight: normal;
			font-size : 12px;
			line-height: 14px;
		}

		a:hover {
			text-decoration : underline;
			color: #A40802;
			font-weight: normal;
			font-size : 12px;
			line-height: 14px;
		}		
		
		h1 {
			font-size : 20px;
			font-family : Georgia, 'Times New Roman', serif;
			padding-bottom : 0px;
			color : #000000;
			font-weight: normal;
			display: inline;
		} 
		
		.footer {
			color: #534640;
			font-size: 9px;
			font-weight: normal;
		}
		
		.bildtext {
			color: #534640;
			font-size: 9px;
			line-height: 12px;
		}
		
		.heading {
			color: #666666;
			font-size: 20px;
			font-weight: bold;
			margin-top: 20px;
		}
		
		.headtext {
			color: #ffffff;
			font-size: 12px;
			font-weight: normal;
		}
		
		.largetext {
			color: #000000;
			font-size: 16px;
			font-weight: bold;
		}

/* Layout */

#container {
			width: 760px;
			border: 0px;
			margin: 0px;
			margin-left: auto;
			margin-right: auto;
			padding: 0px;
			max-width: 760px;
			min-width: 760px;
		}
		
#banner {
			border-bottom: 1px dashed #534640;
			padding-top: 0px;
			padding-bottom: 5px;
			margin-bottom: 0px;
			background-color: #ffffff;
			vertical-align: baseline;
		}
		
#navigation {
			padding-top: 25px;
			padding-right: 5px;
			background-color: #ffffff;
			text-align: right;
			max-width: 140px;
		}

#content1 {
			border-top: 0px solid gray;
			border-left: 1px dashed #534640;
			border-right: 1px dashed #534640;
			padding: 5px;
			background-color: #ffffff;
			max-width: 380px;
		}	
		
#content2 {
			padding-top: 25px;
			padding-left: 5px;
			background-color: #ffffff;
			max-width: 240px;
		}	
		
#footer {
			border-top: 1px dashed #534640;
			padding: 5px;
			background-color: #ffffff;
		}	