html, body {
	margin:0; padding:0;
	height:100%;
}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	line-height:18px;
	/*font:"Trebuchet MS", Verdana, Geneva, sans-serif;*/
	color:#3e1a3e;
	font-family:'FuturaMedium', Arial, Helvetica,Sans-serif;
	background: url(/2011/img/structure/body-bg.jpg) repeat-y top center #f8f0e3;
	min-width:862px;
	min-height:819px;
	text-align:center;
	/*background: #4e7270;*/
}
	#wrapper {
		width:983px;
		height:auto;
		margin:0px auto;
		overflow:hidden;
		text-align:left;
		clear:both; 
	}
	#top {
		width:983px;
		height:271px;
	}
		#top-menu {
			width:983px;
			height:51px;
			margin-top:217px;
			background:url(/start/img/structure/menu/bg.png) no-repeat;
			float:left;
		}
			#top-menu a{
				margin-right:5px;
			}
				#top-menu .url {
					float:left;
					overflow:hidden;
					height:16px;
					background-image: url(/start/img/structure/menu/menu.png) !important;
					margin-top:3px;
					margin-right:14px;
				}
					#top-menu .active {
						background-position: inherit -16px !important;
					}
					
					#top-menu #start {
						width:48px;
						margin-left:20px;
						background-position:0px 0px;
					}
						#top-menu #start:hover {
							background-position: 0 -16px;
						}
						#top-menu #start-active {
							width:48px;
							background-position: 0 -16px;
						}
					
					#top-menu #festival {
						width:70px;
						background-position: -48px 0px;
					}
						#top-menu #festival:hover {
							background-position: -48px -16px;
						}
						#top-menu #festival-active {
							width:70px;
							background-position: -48px -16px;
						}
					
					#top-menu #kontakt {
						width:78px;
						background-position:-118px 0px;
					}
						#top-menu #kontakt:hover {
							background-position: -118px -16px;
						}
						#top-menu #kontakt-active {
						width:78px;
						background-position: -118px -16px;
					}
					
					#top-menu #arrangemang {
						width:140px;
						background-position:-196px 0px;
					}
						#top-menu #arrangemang:hover {
							background-position: -196px -16px;
						}
						#top-menu #arrangemang-active {
							width:140px;
							background-position: -196px -16px;
						}
					
					#top-menu #foundation {
						width:147px;
						background-position:-336px 0px;
					}
						#top-menu #foundation:hover {
							background-position: -336px -16px;
						}
						#top-menu #foundation-active {
							width:147px;
							background-position: -336px -16px;
						}

					
					#top-menu #artists {
						width:96px;
						background-position:-483px 0px;
					}
						#top-menu #artists:hover {
							background-position: -483px -16px;
						}
						#top-menu #artists-active {
							width:96px;
							background-position: -483px -16px;
						}
					
					#top-menu #cafe {
						width:76px;
						background-position:-579px 0px;
					}
						#top-menu #cafe:hover {
							background-position: -579px -16px;
						}
						#top-menu #cafe-active {
							width:76px;
							background-position: -579px -16px;
						}
					
					#top-menu #foreningen {
						width:147px;
						background-position:-655px 0px;
					}
						#top-menu #foreningen:hover {
							background-position: -655px -16px;
						}
						#top-menu #foreningen-active {
							width:147px;
							background-position: -655px -16px;
						}
					#top-menu #eng_flasg {
						width:28px;
						height:14px;
						margin-top:5px;
					}
					
					
	
	#main {
		width:983px;
		height:auto;
		overflow:hidden;
	}
		#main-content {
		float:left;
		overflow:hidden;
		height:auto;
		}
			#two-col-container {
				width:983px;
				padding: 0px 0px 0px 0px;
				margin:30px 0px 0px 0px;
				float:left;
			}
				#two-col-content-left {
					width:585px;
					padding: 0px;
					float:left;
					margin-top: 0px;
					margin-right: 35px;
					margin-bottom: 0px;
					margin-left: 0px;
				}
				
				#two-col-content-left a {
					color: #7c1f3e;
					text-decoration:none;
					font-weight:bold;
				}
				
				#two-col-content-right {
					width:353px;
					float:left;
					padding-top: 0px;
					padding-right: 0px;
					padding-bottom: 0px;
					padding-left: 10px;
					line-height:normal;
				}
					.big_button {
						float:left;
						display:block;width:352px;
						height:86px;
						background:url(/arrangemang/img/button.png) no-repeat;
						text-align:center;
						margin-bottom:20px;
					}
				
	
	
	#footer {
		width:983px;
		height:153px;
		margin-top:60px;
		background:url(/start/img/structure/footer.png);	
	}





/* Anchors */
a {
	color: #3e1a3e;
	text-decoration:none;
}
a:visited {
	color: #3e1a3e;
}
a:hover {
	color: #3e1a3e;
}

a:active {
	color: #3e1a3e;
}

.rounded {
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius:10px;
	-o-border-radius: 10px;
	behavior:url(/2012/css/PIE.htc);
}

.rounded-5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:5px;
	-o-border-radius: 5px;
	behavior:url(/2012/css/PIE.htc);
}

.rounded-15 {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius:15px;
	-o-border-radius: 15px;
	behavior:url(/2012/css/PIE.htc);
	
}

.rounded-20 {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius:20px;
	-o-border-radius: 20px;
	behavior:url(/2012/css/PIE.htc);
	
}


a img, img a, img {
	border:0px !important;
}

h1.title {
	margin:0px;
	padding:0px;
	margin-top:10px;
}
h2{
	margin-top:0px;
}

p {
	margin-top:0px;
}
