html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	background: #FFFFFF url(../layout/green-sidebar.gif) repeat-y left top;
	font-family: Tahoma, Geneva, Arial;
	font-size: 11px;
}

.clear {
	clear: both;
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	overflow: hidden;
}



#container {}

	#header {}
	
		#menu_top {
			float: left;
			width: 400px;
			margin-top: 30px;
			margin-left: 25px;
			font-style: italic;
		}
		
			#menu_top a { 
				text-decoration: none;
				color: #000000;	
			}
		
			#menu_top .aktiv1 {
				color: #5bac35;
			}
		
		#logo_kultig_link {
			float: left;
			display: block;
			width: 172px;
			height: 31px;
			margin-left: 350px;
			margin-top: 35px;
		}
		
			#logo_kultig_link img {
				border: none;
			}
	
	#main {
		margin-top: 25px;
		min-height: 550px;
   		height: auto  !important;
		height: 550px;
		line-height: 18px;
	}
	
		#trailer {
			width: 905px;
			height: 420px;
			border: 1px #5bac35 solid;
			margin-bottom: 10px;
			margin-left: 35px;
		}
		
		#content_main {
			float: left;
			width: 440px;
			margin-left: 45px;
		}
		
			#content_main h1{
				color: #5bac35;
				font-size: 14px;
				font-weight: normal;
			}
			
			#content_main a {
				color: #5bac35;
				border-bottom: 1px #5bac35 dotted;
				text-decoration: none;
			}
		
		#content_small_right {
			float: left;
			width: 200px;
			margin-left: 20px;
		}
			#content_small_right h1{
				color: #5bac35;
				font-size: 14px;
				font-weight: normal;
			}
			
			#content_small_right a {
				color: #5bac35;
				border-bottom: 1px #5bac35 dotted;
				text-decoration: none;
			}
			
		#content_small_left {
			float: left;
			width: 200px;
			margin-left: 20px;
		}
			#content_small_left h1{
				color: #5bac35;
				font-size: 14px;
				font-weight: normal;
			}
			
			#content_small_left a {
				color: #5bac35;
				border-bottom: 1px #5bac35 dotted;
				text-decoration: none;
			}

	#footer {
		margin-top: 30px;
		padding-bottom: 15px;
		font-size: 9px;
		color: #5bac35;
	}
	
		#menu_language {
			float: left;
			width: 0px;
			margin-left: 0px;
		}
			#menu_language a {
				color: #5bac35;
				text-decoration: none;
			}
		
		.footer_bold_text {
			font-weight: 700;
		}
	
		#kultig_wels_contact {
			float: left;
			width: 200px;
			margin-left: 45px;
		}
		
			#kultig_wels_contact .left {
				float: left;
				width: 100px;
			}
			
			#kultig_wels_contact .right {
				float: left;
				width: 100px;
			}
		
		#kultig_innsbruck_contact {
			float: left;
			width: 200px;
			margin-left: 15px;
		}
		
			#kultig_innsbruck_contact .left {
				float: left;
				width: 100px;
			}
			
			#kultig_innsbruck_contact .right {
				float: left;
				width: 100px;
			}
		
		#menu_bottom {
			float: left;
			width: 100px;
			margin-left: 400px;
		}
		
			#menu_bottom a {
				color: #5bac35;
				text-decoration: none;
			}
		
	