/* Standards */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

body {
	background-image: url(../img/bgr_top.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, Verdana sans-serif;
	font-size: 12px;
	color: #5A5A5A;
	line-height: 18px;
}

a {
	font-size: 12px;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 5px;
}

.kursiv {
	font-style: italic;
}

.through {
	text-decoration: line-through;
}

.clear {
	clear: both;
	line-height: 0px;
}


/* Wraps */

#wrap {
	width: 794px;
	position: relative;
	left: 50%;
	margin-left: -397px;
}


/* Head Navigation */


#mainnavi ul {
	list-style-type: none;
	margin-left: 28px;
	padding-top: 42px;
}

#mainnavi li {
	background-repeat: no-repeat;
	float: left;
}

#mainnavi li a {
	height: 144px;
	width: 169px;
	display: block;
	margin-right: 21px;
	text-decoration: none;
}

#mainnavi li a#navi1 {
	background-image: url(../img/button_kollektion.jpg);
}

#mainnavi li a#navi2 {
	background-image: url(../img/button_bestellen.jpg);
}

#mainnavi li a#navi3 {
	background-image: url(../img/button_prominent.jpg);
}

#mainnavi li a#navi4 {
	background-image: url(../img/button_kontakt.jpg);
}

#mainnavi li a:hover {
	background-position: 0px -144px;

}



/* Content */

#content {
	width: 794px;
	background-image: url(../img/bgr_content.jpg);
	background-repeat: no-repeat;
}


/* Footer */

#footer {
	margin-top: 5px;
	margin-bottom: 35px;
	text-align: center;
	font-size: 11px;
	color: #000;
}

img#tobiwabohu {
	margin-bottom: -3px;
}

img#verlosung {
	margin-bottom: 10px;
}

#footer a {
	color: #000;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover {
	color: #0073AC;
	text-decoration: none;
}


/* AGB */

#agb {
	padding: 20px;
}







