/* =========================================================
ipetronik.de - Print-Stylesheet für die Website IPEMOTION
Datei: print.css
Media: print
Datum Erstellung: 18. Dezember 2008
Datum Änderung: 18. Dezember 2008
Autor: Ulf Mayer
Mail: mayer@navigate.de

 Farbangaben:
 Rot: #ad2626
 170,28,28
 Blau: #105ea6
 18,72,124
 Grau: #58595b
 88,89,91

 Grau Login: 113,115,118

========================================================== */

/* ===============================
   = Corrective Settings
=============================== */
:link,:visited { text-decoration:none }

ul,ol { list-style:none }

h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }

a img,:link img,:visited img { border:none }

address { font-style:normal }

dl {margin: 0 0 0 .8em;}
dl dt {margin: 0 0 .5em 0;}
dl dd+dt {margin-top: 1.5em;}
dl dd {margin: 0 0 1em 2em;}
ol {list-style: decimal;}

ol li {margin: 0 0 1em 2.5em;}
ol li ol {margin: 1em 0 1em 1em;}
ol li ul {margin: 1em 0 1em 1em;}

p {margin-bottom: 1em;}
ul {list-style: circle;}
ul li {margin: 0 0 0 2em;}
ul li ul {margin: 1em 0 1em 1em; list-style: square;}
ul li ol {margin: 1em 0 1em 1em;}

input, button, textarea, select {font: inherit;}

/* ===============================
   = General Settings
=============================== */

*{
font-size: 1em; /* don't edit! */
}

html {
font-size: 62.5%; /* don't edit */
}

body {
	font-family: Verdana, Arial, Tahoma, sans-serif;
	text-align: left;
	font-size: 1.2em; /* edit here to change font size globaly 1em = 10px */
	color: #000;
	background: none;
}

.clear {clear: both;}

/* ===============================
   = Container
=============================== */
#wrapper {
	font-size: 1.2em;
	margin: 0;
	width:100%;
}
#contentMiddle {
	float: none;
	width: 100%;
	margin: 0;
}
#tabs-wrapper,
div.breadcrumb,
#contentLeft,
#header,
#footer,
#footer,
.slogan {display: none;}
#contentMiddle h2,
#contentMiddle h3 {
	background: none;
	color:#000;
	margin:10xp 0 20px 0;
	padding:5px;
	font-weight: bold;
	border-bottom: 1px solid #000;

}

