@charset "UTF-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
/* Daniela Wiesemann CSS */
body {
}

#content,#header,#footer{
	width:795px;
	margin-left:auto;
	margin-right:auto;
}

.serif{
	font-family:"Times New Roman", Times, serif;
	line-height:21px;
	letter-spacing:1px;
}

.grotesk{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:3px;
}

.upper{
	text-transform:uppercase;
}

.ctr{
	text-align:center;
}

.fs10{
	font-size:10px;
}

.fs12{
	font-size:12px;
}

.fs14{
	font-size:14px;
}

.fs15{
	font-size:15px;
}


.fs16{
	font-size:16px;
}

.bold{
	font-weight:bold;
}

/* HEADER ///////////////////////////// */
#header{
	position:fixed;
	left:50%;
	margin-left:-397px;
	height:255px;
	background-color:white;
	z-index:100;
	border-bottom:1px solid black;
}

#header_unikate{
	position:absolute;
	margin-left:54px;
	margin-top:50px;
	cursor:pointer;
}

#header_middle{
	position:absolute;
	margin-top:37px;
	left:50%;
	display:block;
	margin-left:-143px;
}

#header_hilde{
	margin-bottom:7px;
}

#header_subline,#header_subline span{
	margin-top:20px;
	color:black;
	text-decoration:none;
	letter-spacing:8px;
	font-size:12px;
}


#header_info, #header_anfrage{
	margin-top:223px;
}

#header_info:hover, #header_anfrage:hover{
	text-decoration:underline;
	cursor:pointer;
}

#header_info{
	float:left;
}


#header_anfrage{
	float:right;
}

/* CONTENT ///////////////////////////// */
#content{
	padding-top:288px;
}

#content_impressum{
	padding-top:123px;
}

.card img{
	border:4px solid black;
}

.chapter{
	padding-bottom:7px;
	width:288px;
	border-bottom:1px solid black;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
	letter-spacing:8px;
}

.headline{
	margin-bottom:5px;
}

.content_text{
}

#content_cards,
#content_info,
#content_unique{
margin-bottom:110px;
}

#content_cards{
	
}

#content_info{
	margin-top:210px;
}

#content_unique{
}

#send_mail a img{
	margin-top:40px;
	border:none;
}

/* FOOTER ///////////////////////////// */
#footer{
	width:795px;
	border-top:1px solid black;
	height:400px;
}

.top_button{
	cursor:pointer;
	margin-top:-33px;
	text-align:center;
	
}

.top_button:hover{
	text-decoration:underline;
}

#impressum{
	float:left;
	padding-top:20px;
	
}

#impressum a{
	text-decoration:none;
	color:black;
}

#impressum a:hover{
	text-decoration:underline;
}

#copy_right{
	float:right;
	padding-top:20px;
}

#dani_link a{
	color:black;
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
	letter-spacing:6px;
}

#dani_link a:hover{
	text-decoration:underline;
}

#content_impressum a{
	color:black;
	text-decoration:none;
}

#content_impressum a:hover{
	text-decoration:underline;
}

.fb-like{
	position:absolute;
	margin-left:685px;
	margin-top:-196px;
}

/* Marked ///////////////////////////// */
::-moz-selection {
background: #cf9;
color: #222;
}
::selection {
	background: #ffffda;
	color: #333;
}
