html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, object {margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus { outline: 0;}
table { border-collapse: separate; border-spacing: 0;}
caption, th, td { text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q { quotes: "" "";}

body {
font: 14px/20px 'Open Sans', sans-serif;
background: #b7ce41 url('images/Crystal-Background.jpg');
padding: 0;
margin: 0;
color: black;
}

i {
font-size: 11px;
}

p {
margin: 15px 0; line-height: 20px;
}

a {color: #b7ce41;}

a:hover {text-decoration: none;}

ol, ul {
margin-top: 10px; 
padding: 0 0 0 20px;
list-style-position: outside;
}

ul li {
padding-left: 25px;
margin-bottom: 10px;
color: #4b4c47;
list-style: square;
}

ol li {
padding-left: 15px;
margin-bottom: 10px;
list-style-type:decimal
}

h1 a {
font-size: 40px;
color: #6e6e6e;
line-height: 30px;
text-transform: uppercase;
margin: 0px 0px 0 0;
text-decoration: none;
}

h2 {
font-size: 24px;
color: #b7ce41;
text-transform: uppercase;
line-height: 26px;
margin: 20px 20px 0 0;
}

h3 {
font-size: 20px;
color: #b7ce41;
text-transform: uppercase;
line-height: 26px;
margin-top: 20px;
}

strong {font-weight: bold;}



/*****   MENUE    *****/

#logo {
	margin: 30px 0 10px 30px;
	position: relative;
	width: 215px;
	height: 258px;
}

#logo a {
	text-decoration: none;
}

#menue {
	position: relative;
	left: 0;
	top: 0;
	width: 260px;
	float: left;
	background: #b7ce41;
	height: 100%;
}

#menue ul,
#menue ul li {
margin: 0;
padding: 0;
list-style: none;
font-size: 14px;
text-align: right;
}

#menue ul li a {
color: #fff;
text-decoration: none;
float: left;
width: 210px;
padding: 2px 10px 2px 10px;
margin: 0 0 2px 0;
 }

#menue ul li a:hover {
color: #000;
background: #fff;
text-decoration: none;
}

#menue ul li a.aktiv {
color: #000;
background: #fff;
text-decoration: none;
}

/*****   CONTENT    *****/



#content {
	margin: 0 auto;
	width: 980px;
	min-height: 580px;
	_height: 580px;
	position: relative;
	text-align: left;
	
}

.rahmen {
	width: 980px;
	float: left;
	background: #fff;
	border: 1px solid #000;
	box-shadow: 0 0 5px #000;	}

.inhalt {
	background: #fff;
	width: 580px;
	margin: 0px 50px 30px 0;
	float: right;
	}

.cse-branding-right {
	float: right;
	margin-bottom: 20px !important;
	}