@import url('reset.css');
@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond:700';
html {
}
body {
	margin: 0 auto;
	overflow-y:scroll;
	background:url(../images/schizoadvertising_hundm_clothes.jpg) no-repeat center;
	background-size:cover;
	font-family: 'Cormorant Garamond', serif;
	font-weight:700;
}

/* --- FORMATE --- */

#content ul li {
	text-indent:-0.79em;
	margin-left:5%;
}
#content ul li:before {
	content:"\00bb\00a0";
}
ul.linie {
	list-style-type:none;
	list-style-image: url(../images/li_line.gif);
	padding-left:25px;
}
ul.bullet {
	list-style-type:none;
	list-style-image: url(../images/li_bullet.gif);
	padding-left:25px;
}
#content ol li {
	list-style:decimal;
	margin-left:5%;
}
hr {
	clear:both;
	border: 0;
	height: 1px;
	background: #000;
}
sup {
	vertical-align: top;
	font-size: 0.6em;
}

/* --- LINKS --- */

a {
	color: #422201;
	text-decoration: none;
}
a:hover, a:active {
	color: #dd9552;
}


/* --- LAYOUT --- */

#seite {
}
#headwrap, #contwrap, #footwrap {
}
#header, #content, #footer {
	width: 980px;
	margin: 0 auto;
}
#header {
	height: 100px;
}
#content {
	min-height: 300px;
}
#footer {
	height: 100px;
}
#info {
	position:absolute;
	top:0;
	width:600px;
	padding:20px;
}
#info h1 {
	font-size:40px;
	color:#ff0;
}
#info p {
	font-size:40px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.8);
	/*background:rgba(255,255,255,.6);*/
}

/* --- HEADER --- */

#header {
}
.btmenu {
	display:none;
}

/* --- CONTENT --- */

#content {
}

/* Images, aligns */
#content img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin:0 auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 15px;
}

/* --- FOOTER --- */

#footer {
}


/* --- SONSTIGES --- */

.klar {
	clear:both;
}
.links {
	float:left;
}
.rechts {
	float:right;
}