/* CSS Document by Sebastian Schmal - Wacon Internet GmbH */

* {
	margin: 0px;
	padding: 0px;
	}

body {
	background-color: #e7ffe7;
	background-image: url(img/bg_01.jpg);
	background-repeat: repeat-x;
	
	margin: 0px;
	padding: 0px;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

/* ###### TEXT ###### */

.content_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	
	margin-left: 10px;
	margin-bottom: 5px;
	}

.content_text a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}

#wrap {
	margin-left: 50px;
	width: 752px;
	
	border: 0px #0000FF solid;
	}

#head {
	background-image: url(img/header_01.jpg);
	background-repeat: no-repeat;
	
	width: 752px;
	height: 130px;
	}

#head h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #e2001a;
	
	padding-top: 85px;
	}

#anzeige h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	
	margin-top: 40px;
	}

.start_anzeige_01 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00925b;
	}

.start_anzeige_02 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #c16011;
	}
	
	
/* ###### NAVI ###### */

#navi_img {
	background-image: url(img/navi_01.jpg);
	background-repeat: no-repeat;
	
	width: 752px;
	height: 91px;
	
	margin-top: 20px;
	}

#navi {
	background-color: #ffcc60;
	background-image: url(img/navi_line_01.jpg);
	background-repeat: repeat-x;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	
	width: 752px;
	height: 30px;
	
	margin-top: 15px;
	}

#navi td {
	width: 142px;
	}

#navi td a {
	text-decoration: none;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
	

/* ###### CONTENT ###### */

#produkt_list {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
	}

#produkt_list li {
	background-image: url(img/list_image_01.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 30px;
	
	margin-bottom: 10px;
	}

#produkt_list a {
	color: #000000;
	text-decoration: none;
	}

#produkt_list a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1, .csc-firstHeader, .csc-header-n1, .csc-header, .csc-header-n2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	}

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin: 0px;
	padding: 0px;
	border: 1px #000000 solid;
	padding-left: 3px;
	padding-right: 3px;
	}

/* ###### FOOTER ###### */

#footer hr {
	width: 100%;
	border: 2px #ffcc5f solid;
	height: 2px;
	margin-top: 10px;
	margin-bottom: 5px;
	}

#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	}
	
