@import url(reset.css);
@import url(defaults.css);

/* Seiten-Layout und Grundeinstellungen */


body {
	font: 13px/1.5  Helvetica, Arial, sans, sans-serif;
	color: #fff;
	text-align: center;
	background: #000;
}

a:link,
a:visited {
	color: #444;
	text-decoration: underline;
}

a:hover,
a:focus{
	color: #000;
}


h1 {
	font-size: 30px;
	font-weight: normal;
	padding-bottom: 8px;
	line-height: 1.3;
	color: #363636;
}
h1 a:link,
h1 a:visited {
	color: #363636;
	text-decoration: none;
}


h2{
	font-size: 20px;
	font-weight: normal;
	margin: 36px 0 27px 0;
	line-height: 1.11;
}


h3,h4 {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 6px 0;
	text-transform: uppercase;
}

	h1:first-child, h2:first-child, h3:first-child { margin-top: 0; }


h4 {
	font-weight: bold;
}

h5 {
	font-weight: bold;
	font-size: 14px;
}

p {
	margin-bottom: 6px;
	line-height: inherit;
}

.subline {
	color: #444;
	font-weight: bold
}


strong {
	font-weight: bold;
}

strong.extra {
	font-size: 20px;
}

em {
	font-style: italic;
}

small {
	font-size: 10px;
	line-height: 1.8;
	display: block;
	padding: 3px 0;
}

.neg_spaced {
	word-spacing: -1px;
}

img {
	border: 3px solid #000;
}

a:hover img {
	border-color: #fff;
}

img.noborder {
	border: none;
}
img.block {
	display: block;
}

		
blockquote {
	font-style: italic;
	margin-bottom: 27px;
}
	blockquote .source {
		font-weight: bold;
		margin-top: -6px;
	}


.overlay:target {
	display: block;
}
	


#newsletter {
	text-align: center;
	padding-top: 0px;
	position: fixed;
	right: 10px;
	top: 10px;
	font-size: 10px;
}

#newsletter input.text{
	padding: 1px 5px 1px 5px;
	width: 150px;
	font-size: 10px;
}

#newsletter .button{
	font-size: 10px;
}
#newsletter label{
	font-size: 11px;
}

#response {
	text-align: center;
	padding-top: 20px;
}


#message {
	position: absolute;
	width: 100%;
	height: 200px;
	top: 50%;
	margin-top: -100px;
	font-size:80px;
	font-weight: bold;
	text-align: center;
}


/* Forms ---------------------------------------------------------*/

form dl {
	overflow: hidden;
}

	form dl dt {
		float: left;
		width: 120px;
		padding: 5px 0;
	}
	
	form dl dt label {
		display: block;
		padding-top: 2px;
	}
	
	form dl dd {
		padding: 5px 0 5px 140px;
	}
	
	form dl dd.even {
		background: none;
	}

form dl.with_sep {
	padding: 0 0 20px 10px;
	margin-bottom: 18px;
	border-bottom: 1px solid #fff;
}


.loader img {
	vertical-align: middle;
	margin-top: -2px;
}


input,
select,
select option,
textarea,
button {
	font-family: Arial, Helvetica, sans, sans-serif;
	color: #616161;
	font-size: 12px;
	padding: 0;
}

input.text,
select,
input.file,
textarea{
	border: none;
	padding: 3px 5px 4px 5px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #cfcfcf;
	width: 220px;
}

input.text:hover,
input.text:focus,
select:hover,
select:focus,
input.file:hover,
input.file:focus,
textarea:hover,
textarea:focus {
	color: #363636 !important;
	border-color: #363636 !important;
}

label {
	font-weight: bold;
}

label.checkbox {
	font-weight: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}

.form_style_1 label {
	font-weight: bold;
	font-size: 10px;
	display: block;
	text-transform: uppercase;
	line-height: 14px;
}

.form_style_1 button {
	font-size: 12px;
}

input.radio,
input.checkbox {
	vertical-align: middle;
	margin: 0 3px 0 0;
	padding: 0;
}

textarea {
	height: 109px;
	vertical-align: top;
	overflow: auto;
}


input.short {
	width: 50px;
	margin-right: 8px;
}
input.medium {
	width: 135px;
}


select {
	padding: 2px 5px 3px 5px;
	width: 216px;
	height: 20px;
}

* html select {
	height: 21px;
}
*+html select {
	height: 21px;
}

select.full {
	width: 100%;
}

button {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 18px;
}
button[disabled] {
	opacity: .4;
	cursor: default;
}

	button:hover,
	button:focus {
		color: #363636 !important;
	}


