@charset "utf-8";
/* 
Name: Print CSS for Pdf-Datalogger.com
Author: Benjamin Wiederkehr for Artillery :: Graphic Craft
Start:			2007-03-22
Last Update:	2007-05-10
/*
universal reset
/////////////////////////////////////////////////////////////////*/
*{
	padding: 0;
	margin: 0;
	border: 0;
}
/*
accessibility features
/////////////////////////////////////////////////////////////////*/
.hidden-elements {
	position:absolute;
	left:-9999px;
	width:0px;
	overflow:hidden;
}

#home-button,
.secondary-nav,
#main-nav,
#search-box,
.sub-navi,
.mod_changelanguage
{
	display:none;
	
}

/*
html and body
/////////////////////////////////////////////////////////////////*/
html{
}

body{
	font: 62.5%/1.4 Arial, Helvetica, sans-serif;
	color: #333;
	background: #fff;
}
/*
typography
/////////////////////////////////////////////////////////////////*/
/* Links */
a{
	color: #333;
}
	#sidebar ul li.page_item a:link,
	#sidebar ul li.page_item a:visited{
		font-size: 1.1em;
		line-height: 1.8;
		font-weight: bold;
		padding: 4px 14px;
		text-decoration: none;
		background: none;
		color: #333;
	}
	.post h2{
		font-family: Tahoma, Helvetica, sans-serif;
		font-size: 3.6em;
		font-weight: normal;
		color: #c00;
		background: none;
		text-decoration: none;
		margin: 0;
		padding: 0;
		
	}

	.post a.contact:visited,
	.post a.contact:link{
		font-weight: bold;
		color: #fff;
		background-color: #c00;
		text-decoration: none;
		margin: 0;
		padding: 0;
	}

/* paragrphs */
p {
	font-size: 1.4em;
	line-height: 1.4;
}
/* strong */
strong{
}

/* headlines */
h1 {
	/*wenn der header stimmt, dann diese zeile hier entkommentieren*/
	display: none; 
}

h2 {

}
	#header h2 {
		font-family: Tahoma, Helvetica, Arial, sans-serif;
		font-size: 1.4em;
		color: #333;
		/*wenn der header stimmt, dann diese zeile hier entkommentieren*/
		display: none;
	}
	.post h2{
		outline-width: 0;
		margin: 0;
		padding: 0;
		line-height: 44px;		
	}

h3 {

}
	#content h3{
		font-weight: bold;
		font-size: 1.4em;
		line-height: 1.4;
		margin: 1em 0 0 0;
		padding: 0;
	}

h4 {

}

.high{
		color:#CC0000;
}
.highfett{
		color:#CC0000;
		font-weight: bold;
}
.textrechts{
		position: absolute; left: 510px;
}
/*
lists
/////////////////////////////////////////////////////////////////*/
ul, ol {
	padding: 0;
	margin: 0;
}

	#header ul#lang_list{
		display: none;
	}
li {
	padding: 0;
	margin: 0;
}
	#header ul#lang_list li{
		display: none;
	}
	#content li{
		margin-left: 1em;
		font-size: 1.4em;
	}
/*
horizontal ruler
/////////////////////////////////////////////////////////////////*/
hr{
	
}
	hr.clearer{
		clear:both;
	}
/*
images
/////////////////////////////////////////////////////////////////*/
img, 
a:link img,
a:visited img,
a:hover img{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 0 0 0 0;
}
	#sidebar img.elpro_logo{
		margin: 150px 0 0 15px;
	}
	img.rechts{
		margin: 0 0 0 20px;
		float: right;
	}
	img.links{
		float: left;
	}

/*
tables
/////////////////////////////////////////////////////////////////*/
table{
	border-spacing: 0;
	border-collapse: collapse;
}
th{
	
}
tr{
	
}
td{
	
}
/*
forms
/////////////////////////////////////////////////////////////////*/

fieldset {
	/* Removes fieldset borders. even on Opea 7 */
	border: 1px solid transparent;
}
/*
layout
/////////////////////////////////////////////////////////////////*/
#container {
	width: 100%;
	min-height: 800px;
	height: auto;
	margin: 0 auto 0 auto;
	background: #fff;
	text-align:left;
	position: relative;
}
#header{
	padding: 0 0 0 20px;
	width: 845px;
	height: 163px;
	/*width: 100%;*/
	margin: 0 0 0 0;
	position: relative;
	background: url(images/header_bg_print.jpg) no-repeat; !important;
}
#sidebar{
	display: none;
	background: none;
}

#content {
	padding: 20px 20px 20px 20px;
	background: #fff;
}
