
/* Author: Jonas Hellwig */
/* Copyright: Euroweb Internet GmbH - www.euroweb.de */
/* Year: 2007 /*
/* Content: Print */

/* ----------------------------------------------------- */
/* -------------------| Global Tags |------------------- */
/* ----------------------------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
}


/* ----------------------------------------------------- */
/* ------------------| Hidden Elements |---------------- */
/* ----------------------------------------------------- */

h1, 
h4,
h5, 
div#sidebar,
div#footer,
div#loginbox,
.add-menu,
.main-menu {
	display:none;
}

/* ----------------------------------------------------- */
/* -----------------------| Adress |-------------------- */
/* ----------------------------------------------------- */

div#adressbox {
	font-size:1.2em;
}

/* ----------------------------------------------------- */
/* -------------------------| Ad |---------------------- */
/* ----------------------------------------------------- */

div#products ul {
	list-style:none;
	font-size:1em;
	font-weight:bold;
	margin:0 0 50px 0;
}

/* ----------------------------------------------------- */
/* -------------------| Content-Style |----------------- */
/* ----------------------------------------------------- */

h2 {
	font-size:1.1em;
	clear:both;
	float:none;
}

h3 {
	font-size:1.2em;
	clear:both;
	float:none;
	border-bottom:1px solid black;
	margin:20px 0 0 0;
}

h6 {
	font-size:1em;
	clear:both;
	float:none;
	border-bottom:1px solid black;
	margin:20px 0 0 0;
}

img {
	float:left;
}

/* ----------------------------------------------------- */
/* -----------------------| Tables |-------------------- */
/* ----------------------------------------------------- */

.tablemagenta {
	border:1px solid black;
}

.tablemagenta td {
	padding:8px;
	border:1px solid black;
}

.tablemagenta tr {
	padding:8px;
	border:1px solid black;
}


