* { /* Mit Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}

body {
	text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;	
}

div {
	text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

html, body {
	height: 100%; /* Anzeigebereich in der Vertikalen auf 100% strecken */
}

h3 {
	color: #9f0000;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;
}

h2 {
	color: #0067ac;
	font-size: 16px;
	font-weight: bold;
	margin: 7px 0px 7px 0px;	
}

a {
	text-decoration: none;
	color: #9f0000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#menu a {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

#menu a:hover {
	text-decoration: underline;
}

img {
	border: 0px;
}

ul { 
    list-style-type: square; 
}

li { 
	margin-left: 15px;
}

.table_padding td {
	padding: 10px 5px 15px 0px;
}

.table_padding_zamowienie td {
	padding: 5px 5px 5px 0px;
}

/* DIV-Boxen */

td {
	padding: 1px 5px 1px 0px;;
}
div#wrapper {
	position: relative;
	margin: 0 auto;
	width: 950px;
	min-height: 100%; /* Mindesthöhe in modernen Browsern */
	height: auto !important; /* !important-Regel für moderne Browser */
	height: 100%; /* Mindesthöhe in IE (<7) */
	border: 0;
}

.background_gradient {
	background: #fff url("../img/gradient_main.jpg") no-repeat top right;
	background-position: 0px 130px;
}

div#header {
	height: 130px;
	background: #fff url("../img/gradient_top.jpg") no-repeat bottom left;
	border: 0;
}

div#leftCol {
	width: 50%;
	float: left;
}

div#rightCol {
	width: 50%;
	float: right;
}

div#footer {
	clear: both;
	position: absolute;
	bottom: 0;
	width: 950px;
	height: 20px;
	background: #fff;
	border: 0px;
}

div#leftCol_home {
	width: 240px;
	height: 399px;
	float: left;
	background: url("../img/homepage_mainfoto.jpg") no-repeat top left;
}

div#rightCol_home {
	width: 710px;
	height: 399px;
	float: right;
	background: #fff url("../img/homepage_gradient_main.jpg") no-repeat top right;
}

div#footer_home {
	clear: both;
	bottom: 0;
	width: 950px;
	height: 26px;
	background: #fff url("../img/gradient_bottom.jpg") no-repeat top right;
	border: 0px;
}

div#text_top {
	width: 100%;
	padding: 10px;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#logo_menu {
	position: relative;
	top: 35px;
	height: 45px;	
}

#img_logo {
	margin-left: 50px;
	float: left;
}

#menu {
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}

#menu ul { 
    list-style-type: none; 
	margin: 0px;
	padding: 0px; 
}
#menu li { 
	display: inline; 
	margin: 0px 6px 0px 6px;
	padding-right: 10px;
} 

.border {
	border-right: solid 1px #000000;
}

.link_aktiv {
	font-weight: bold;
}

.content_block {
	clear: both;
	display: block;
	padding: 20px 20px 0px 20px;
}

.content_block_in {
	padding: 20px 0px 0px 0px;
}

#leftCol .content_block_in {
	padding-right: 10px;
}

#rightCol .content_block_in {
	padding-left: 10px;
}

.content_leftCol {
	float: left;
	width: 50%;
}

.content_rightCol {
	float: right;
	width: 50%;
}

.wiecej {
	text-align: right;
}

.ksiazeczka_img {
	text-align: right;
}

.ksiazeczka_img IMG {
	margin-bottom: 5px;
}

.zoom {
	margin-left: 5px;
	padding-top: 0px;
}

.align_top TD {
	vertical-align: top;
}

.center {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

.at {
	border: 0;
	padding: 0px 2px 0px 2px;
	margin: 0px;
}