/* @group RESET */

/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	article: '';
	article: none;
}


/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

.clearFix:before, .clearFix:after { content: ""; display: table; }
.clearFix:after { clear: both; }
.clearFix { *zoom: 1; }

body {
	background: #fff url(../img/bg2.jpg) repeat-y center top;
	text-align: center;
	font-family: Verdana;
	line-height: 1.3;
}

a {
	text-decoration: none;
	color: #a70b16;
}

a:hover {
	text-decoration: underline;
}

.wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

.fullWidthBorder {
	border-top: 10px solid #a70b16;
}

.fullWidthBorder .wrapper {
	background: transparent url('../img/bg.jpg') no-repeat 140px bottom;
}

.nav, .content {
	float: left;
}

.nav {
	width: 180px;
	margin-top: 40px;
}

.nav li {
	background: transparent url(../img/dot.jpg) no-repeat left top;
	padding: 6px 0 6px 30px;
	margin-bottom: 5px;
}

.nav li a {
	color: #4c4c4c;
	font-weight: bold;
	display: block;
}

.nav li ul {
	margin-top: 10px;
}

.nav li li {
	padding: 0;
	background: none;
	margin-bottom: 0;
	
	margin-top: 5px;
	margin-left: 20px;
	list-style: disc;
	color: #a70b16;
}

.nav li li a {
	color: #a70b16;
	font-weight: normal;
}

.content {
	width: 380px;
	margin-top: 45px;
}

.content {
  color: #6c6d6b;
  margin: 50px 0 30px; }

.content p,
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content hr,
.content ul {
  margin-bottom: 15px; }

.content ul li ul {
  margin-bottom: 0px; }

.content h1,
.content h2 {
  font-size: 18px; }

.content h3,
.content h4 {
  font-size: 14px; }

.content h5,
.content h6 {
  font-size: 12px;
  font-weight: bold; }

.content h1, .content h3, .content h5 {
  color: #a70b16; }

.content ul {
  margin-left: 20px; }

.content ul li {
  list-style: disc; }

.redButton {
	background: #a70b16;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar {
	position: relative;
	float: right;
	margin-top: -160px;
	padding: 190px 20px 0 20px;
	background: #a70b16;
	color: #fff;
	height: 500px;
	width: 150px;
}

.sidebar p {
	margin-top: 20px;
	line-height: 2;
	font-weight: bold;
	font-size: 14px;
}

.sidebarFooter {
	position: absolute;
	bottom: 10px;
	width: 150px;
}

.sidebarFooter a {
	color: #fff;
}

.sidebarFooterLeft {
	float: left;
}

.sidebarFooterRight {
	float: right;
}

.cc_container .cc_btn {
background-color: #a70b16 !important; /* Farbe des Buttons */
color: #ffffff !important; /* Textfarbe des Buttons */
}
 
