@charset "utf-8";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:url(../img/backgrnd_main.gif) repeat;
	text-align:center;
}

	#container{
		width:812px;
		margin:0px auto;
		text-align:left;
		background:url(../img/backgrnd_contentbox.gif) repeat-y;
	}
	
		#top{
			width:812px;
			height:22px;
			background:url(../img/shadow_top.gif) no-repeat;
			overflow:hidden;
		}
		
		#header{
			background:url(../img/header_main.jpg) no-repeat;
			height:275px;
			overflow:hidden;
			width:812px;
		}
		
			img.logo{
				border:0;
				margin:133px 0 0 80px;
			}
		
		#content{
			width:812px;
			background:url(../img/backgrnd_contentbox.gif) repeat-y;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 18px;
			color:#000;
		}
		
			#crumbs{
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				width: 702px;
				height: 20px;
				background-color: #e2dae1;
				color: #913880;
				margin:12px 0 12px 50px;
				position: relative;
				padding: 3px 5px 0px 5px;
				float: left;
				display:inline;
			}
			
				#crumbs a {
					color:#913880;
					text-decoration: none;
				}
				#crumbs a:hover {
					color:#913880;
					text-decoration: underline;
				}

			
			#left{
				width:203px;
				float:left;
				margin:0 0 0 50px;
				background:#e67303;
				display:inline;
			}
			
				#left .submenu {
					list-style-type: none;
					padding: 15px 0 15px 15px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #FFFFFF;
					text-decoration: none;
					line-height: 16px;
					clear: both;
					font-weight:normal;
					margin:0;
				}
				
				#left .submenu a {
					color:#FFFFFF;
					text-decoration: none;
					font-weight:normal;
				}
				
				#left .submenu a:hover {
					color:#FFFFFF;
					text-decoration: underline;
					font-weight:normal;
				}

			
			#right{
				width:497px;
				float:left;
				margin:0 0 0 12px;
				display:inline;
			}
			
			div.clear{
				clear:both;
			}
		
			h1 {
				color: #913880;
				font-weight: normal;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 20px;
			}
			
			h2 {
				color: #e67303;
				font-weight: bold;
				font-family: Georgia, "Times New Roman", Times, serif;
				font-size: 15px;
				padding-bottom: 0px;
			}
			
			#content a {
				color:#913880;
				font-weight:bold;
				text-decoration: underline;
			}
			
			#content a:hover {
				color:#e67303;
				font-weight:bold;
				text-decoration: underline;
			}
			
			form{
				padding:0;
				margin:0;
			}
			
				.tdform1{
					font-size: 10px;
					color: #923880;
					font-weight: bold;
					text-transform: uppercase;
					margin: 0;
					padding: 0;
				}
				
				.formelement_single{
					border:	1px solid #A5AAAD;
					background-color: #FFFFFF;
					width: 213px;
					height: 18px;
					padding-left: 5px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #818181;
					margin-bottom:1px;
				}
				
				.formelement_text{
					border:	1px solid #A5AAAD;
					background-color: #FFFFFF;
					width: 213px;
					height: 75px;
					padding-left: 5px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #818181;
					margin-bottom:1px;
				}
				
				.formelement_button_klein{
					border: 1px solid #ffffff;
					background-color: #913880;
					width: 220px;
					height: 20px;
					padding-left: 5px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #ffffff;
					font-weight: bold;
				}
		
		#footer{
			width:762px;
			background:url(../img/backgrnd_footer.gif) no-repeat;
			height:221px;
			overflow:hidden;
			clear:both;
			padding:0 0 0 50px;
		}
		
			.adressbox {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #818181;
				font-size: 11px;
				line-height: 18px;
				float: left;
				padding-top: 5px;
				padding-right: 35px;
				padding-bottom: 5px;
				padding-left: 0px;
				margin-top: 91px;
			}
			
			.adressbox2 {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				color: #818181;
				font-size: 11px;
				line-height: 18px;
				float: left;
				padding-top: 5px;
				padding-bottom: 5px;
				padding-left: 0px;
				margin-top: 91px;
			}
			
			.adressbox2 a {
				color:#818181;
				text-decoration: none;
			}
			
			.adressbox2 a:hover {
				color:#e67303;
				text-decoration: underline;
			}

			
		
