html * {
	margin: 0px;
	padding: 0px;
}
img {
	border: none;
}

/* LAYOUT */
html {
	background: #202020;
}
body {
	width:960px;
	padding: 4em 0em;
	margin: 0 auto;
}
header,
#contentWrap,
footer,
.tx_powermail_pi1_fieldwrap_html {
	float: left;
	width: 100%;
	position: relative;
}
header h1 {
	margin-bottom: .33em;
}
header hgroup {
	margin-bottom: 4em; /* -> body padding */
}
header,
#content {
	padding-bottom: 2em;
}
footer {
	border-top: 1px solid #545454;
	padding-top: .75em;
}
#naviMain {
	border-bottom: 1px solid #545454;
	padding-bottom: .75em;
}
#naviMain li {
	display: inline;
	padding: 0em .5em; 
	border-right: 1px solid #d8d8d8;
}
#content {
	float: left;
}
#marginalie {
	float: right;
}
#content section {
	padding: 1em 20px 1em 0px;
}
#marginalie section {
	padding: 1em 0px 1em 20px;
}
#content h2,
#content h1 {
	margin-top: 1em;
	margin-bottom:.5em;
	padding-bottom: .25em;
	border-bottom: 1px solid #d8d8d8;
}
#content h3,
#marginalie h2,
#marginalie h3,
#marginalie h1 {
	margin-top: 1em;
	margin-bottom: .57em;
}
#content h4,
#marginalie h4 {
	margin-top: 1em;
	margin-bottom: .5em;
}
#content p,
#marginalie p {
	margin-bottom: 1em;
}
#content blockquote {
	margin: 1em 1.5em;
	border-left: 2px solid #545454;
	padding-left: 1em;
}
#content section {
	padding-right: 20px;
}
#marginalie section {
	padding-left: 20px;
}
.col6-8 {
	width: 720px;
}
.col2-8 {
	width: 240px;
}
.csc-mailform-label {
	margin-bottom: .5em;
}
.csc-mailform-field label {
	display: block;
	margin-bottom: .25em;
}
#mailformuser,
#mailformpass {
	display: block;
	margin-bottom: .5em;
	width: 200px;
	padding: .25em .5em;
}
#mailformsubmit {
	display: block;
	padding: .5em 1em;
}
.tx-powermail-pi1 legend {
	font-size: x-small;
	padding: 0em .5em;
}
.tx-powermail-pi1 fieldset {
	border: 1px dotted #545454;	
	padding: 1em;
}
.tx-powermail-pi1 label {
	display: block;
	float: left;
	width: 12em;
}
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	width: 20em;
	float: left;
	margin-bottom: .5em;
	padding: .25em .5em;
}
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea,
#mailformuser,
#mailformpass {
	border: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: inset 0px 0px 4px #545454;
	-webkit-box-shadow: inset 0px 0px 4px #545454;
	box-shadow: inset 0px 0px 4px #545454;
}
.tx_powermail_pi1_fieldwrap_html .powermail_submit {
	padding: .5em 1em;
	margin-left: 12em;
}
.powermail_mandatory_js {
	margin-left: 12em;
	float: left;
	margin-bottom: .5em;
}

/* LISTEN */
#content ul,
#marginalie ul {
	list-style: disc outside;
	margin-bottom: 1em;
	margin-left: 2.5em;
}
#content ol,
#marginalie ol {
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 1.5em;
}
#content .linkList,
#marginalie .linkList,
#content .csc-textpic ul,
#marginalie .csc-textpic ul {
	list-style: none;
	margin-left: 0em
}
ul.linkList li,
p.addLink,
.csc-uploads-fileName p {
	margin-left: 1em;
	padding-left: 10px;
	background: url(../lib/arrow.png) left .25em no-repeat;
}

/* Ausnahmen */	
#naviMain li:first-child {
	padding-left: 0em;
}
#naviMain li:last-child {
	padding-right: 0em;
	border-right: none;
}
#content section:first-child,
#marginalie section:first-child {
	padding-top: 0px;
}
#content section:last-child,
#marginalie section:last-child {
	padding-bottom: 0px;
}
#content h2:first-child,
#content h1:first-child,
#content h3:first-child,
#marginalie h2:first-child,
#marginalie h1:first-child,
#marginalie h3:first-child,
#content h4:first-child,
#marginalie h4:first-child {
	margin-top: 0px;
}
#content p:last-child,
#marginalie p:last-child,
#content ul:last-child,
#marginalie ul:last-child,
#content ol:last-child,
#marginalie ol:last-child {
	margin-bottom: 0px;
}

/* TEXTFORMATIERUNG */
body {
	font: 400 small/150% 'Play', Verdana, sans-serif;
	color: #D8D8D8;
}
em,
#content blockquote p {
	font: 400 italic small/150% 'Play', Verdana, sans-serif;
}
header a,
header a:visited,
footer a,
footer a:visited,
#contentWrap a,
#contentWrap a:visited {
	color: #fff;
	border-bottom: 1px dotted #fff;
	text-decoration: none;
}
#naviMain .cur,
header a:hover,
header a:active,
footer a:hover,
footer a:active,
#contentWrap a:hover,
#contentWrap a:active {
	color: #fff;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
#logo a,
#logo a:visited,
#logo a:hover,
#logo a:active {
	text-decoration: none;
	color: inherit;
	border: none;
}
footer {
	font-size: 90%;
}
#naviMain {
	list-style: none;
	font: 400 1.25em/125% 'Play', Verdana, sans-serif;
}
header h1 {
	font: 3em/100% 'Russo One', sans-serif;
	color: #fff;
}
header h2 {
	font: 700 1.6em/100% 'Play', sans serif;
}
#content h2,
#content h1 {
	font: 700 2em/100% 'Play', sans serif;
	color: #fff;
}
#content h3,
#marginalie h1,
#marginalie h3,
#marginalie h2 {
	font: 400 1.75em/100% 'Play', sans serif;
	color: #fff;
}
#marginalie h3 {
	font-size: 1.5em;
}
#content h4,
#marginalie h4 {
	font: 700 1em/100% 'Play', sans serif;
	color: #fff;
}
::selection,
*::-moz-selection {
    background: none repeat scroll 0 0 #D8D8D8;
    color: #202020;
}
#mailformuser,
#mailformpass,
.tx_powermail_pi1_fieldwrap_html_text input,
.tx_powermail_pi1_fieldwrap_html_textarea textarea {
	font-size: 1.25em;
	font-family: "Courier New", Courier, monospace;
	line-height: 100%;
}
#mailformsubmit {
	font-size: 1.25em;
}
.powermail_mandatory_js {
	font-style: italic;
}


/* EXTENSIONS */
.theme-default .nivoSlider {
	box-shadow: none;
}
#contentWrap .nivo-directionNav a,
#contentWrap .nivo-directionNav a:hover,
#contentWrap .nivo-directionNav a:active,
#contentWrap .nivo-directionNav a:visited {
	border-bottom: none;
	text-decoration: none;
}
.gv_galleryWrap {
    background: none repeat scroll 0 0 #000;
}