HTML>BODY	{ padding: 0px; }

body {
	background:#FFF5EC url(/pictures/Hintergruende/HG_Swing_light_beige01.jpg) center center fixed no-repeat;
	-moz-background-size: cover;
	background-size: cover;
} 	

.navbar-default {
    background-color:#FFE4CC;
	font-weight:bold;
	border-bottom:none;
	font-family:Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
}
/* title */
.navbar-default .navbar-brand {
    color:#000066;
}
.navbar-default .navbar-brand:hover {
    color:#000066;
}
.navbar-default .navbar-brand:focus {
    color: #000066;
}
/* link */
.navbar-default .navbar-nav > li > a {
    color: #000066;
}
.navbar-default .navbar-nav > li > a:hover {
    color: #ff0000;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #000066;
}

/**********  SUB MENUS  *********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	right: auto;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 1260px) {
	.navbar-left {
		display:none;
	}
}
@media (max-width: 1100px) {
	.navbar-brand {
		display:none;
	}
}


#LY_text1 {
	margin:70px 0 0 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#330000;
	text-align:center;
}

#terms {
	position:relative;
	top:0;
	width:600px;
	height:280px;
	overflow:scroll;
	left:200px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	text-align:justify;
	line-height:15px;
	padding:0 10px 30px 0;
}

.strike{border-bottom:2px dotted #330000;}

#accept {
	margin:150px 15%;
	width:750px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#330000;
	line-height:34px;
	text-align:center;
	border:1px solid #FFF;
	border-radius:15px;
	padding:25px;
	background-color:rgba(255,204,102,0.3);
	box-shadow: 5px 5px 15px #999;
}

#foot {
	margin-top:50px;
	width:100%;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#330000;
	text-align:center;
	padding-bottom:90px;
}

#foot a:link 	{color:#330000; text-decoration:none; border-bottom:1px dotted #330000;}
#foot a:visited {color:#330000; text-decoration:none; border-bottom:1px dotted #330000;}
#foot a:hover 	{color:#00FFFF; text-decoration:none; border-bottom:1px dotted #330000;}



