/*  
Theme Name: ipn systemhaus gmbh : Vorsprung durch Innovation
Theme URI: http://www.i-p-n.de
Description: PRINT Theme
Version: 1.0
Author: Projekt 77
Author URI: http://www.projekt-77.de/
*/

/* ------------------------------------------ DEFAULT --------------------------------------------------- */

body {
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1A1A1A;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
}

a:link {
	color: #1A1A1A;
	text-decoration: none;
}

a:visited {
	color: #1A1A1A;
	text-decoration: none;
}

a:hover {
	color: #1A1A1A;
	text-decoration: none;
}

a:active {
	color: #1A1A1A;
	text-decoration: none;
}

a:focus {
	color: #1A1A1A;
	text-decoration: none;
}


acronym {
	font-weight: bold;
	text-decoration: none;
}

acronym:after {
	content: " (Acronym: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

abbr {
	font-weight: bold;
	text-decoration: none;
}

abbr:after {
	content: " (Abkürzung für: "attr(title)") ";
	font-weight: normal;
	text-decoration: none;
}

.invisible {visibility: hidden;}

.hide {display: none;}

.hide_title, .hide_active, .jumptocontent {
	position: absolute;
  	top: -6000px;
  	left: -6000px;
 	height: 1px;
	width: 1px;
}


a img {border: 0;}

table {
	border: 0;
	font-size: 100%;
}

/* -------------------------------------------- LAYER --------------------------------------------------------- */

#language, #visual, #navigation, #ipn, #footer, .news_more {display: none;}

#address {
	width: 600px;
	border-bottom: 1px solid #333333;
	margin: 10px;
	padding: 0 0 10px 0;
}

#site {
	width: 600px;
	margin: 10px;
	padding: 0 0 10px 0;
}	

#left {
	width: 100%;
	border-bottom: 1px solid #333333;
	margin: 0;
	padding: 0 0 10px 0;
}	

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* -------------------------------------------- TITLE --------------------------------------------------------- */

h1 {font-size: 150%;}

h2 {font-size: 130%;}

h3 {font-size: 100%;}


