/* ukulele-schoppe.de Global CSS */
/* 2019-02-25 */




html {

}


body {
	background: url( ../files/css/2018-2020_bretters-weiss.jpg ) fixed no-repeat;
	background-size: cover;
	color: #3c2105;
}

a {
	color: black;
	outline: none;
}

a:hover {
	color: black;
}









/* WRAPPER */
#wrapper-body {
	width: 1150px;
	padding: 0 0 0 30px;
	overflow: hidden;
}

#fus-logo {
	position: fixed;
	margin: 35px;
	float: left;
}

#wrapper-copy {
	float: right;
	width: 680px;
	overflow: hidden;
	padding: 20px 50px 20px 70px;
	
	background-color: white;
	
}


#decl {
	border: 1px dotted black;
	padding: 8px 15px;
	margin: 20px 0 80px -20px;
	
	width: 500px;
}



#savethedate {
	clear: both;
	
	margin-top: 80px;
	margin-bottom: 90px;
	text-align: center;
}




#sponsoren {
	margin-top: 100px;
}




/* Social Network Links // 2012-04-04 */
ul#socialnetwork-links {
		position: absolute;
		margin: 0px;
		right: 10px;
		top: 10px;
	}
	
	ul#socialnetwork-links li {
		float: left;
		padding: 2px;
	}



















#copyright {
	clear: both;

	font-family: TradeGothicLT, Helvetica, grotesque;
	font-size: 80%;
	line-height: 16px;

	margin-top: 46px;
	padding: 0 0 6px 0;
}





