/***** CSS by Thomas Karolzyk - thomas@karolzyk.com ****/

/* make sure reset.css is loaded */

/********************************************************************/
/* GENERAL */
/********************************************************************/

body {
	background: #fff url(img/cartonia_bg.gif);
	margin: 0;
	color:#000;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 12px 0;
}

/********************************************************************/
/* LINKS */
/********************************************************************/

a {
	color: #f00;
	text-decoration: underline;
}

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

a img, img a { 
	border:0 
}


/********************************************************************/
/* LAYOUT */
/********************************************************************/

#main { 
	position: relative;
	width: 903px;
	background-color: #fff;
	margin: 0 auto;
} 

#header { 
	position: relative;
	height: 98px;
} 

#logo {
	position:absolute;
	top:18px;
	left:44px;
}

#telefon {
	position:absolute;
	top:0px;
	right:0px;
}


#footer {
	position: relative;
	width: 903px;
	margin: 0 auto;
	height: 83px;
	background-image: url(img/footer.gif);
	background-color: transparent !important;
	background-repeat:no-repeat;
}

div.intro-text {
	width:251px;
	height:230px;
	position:absolute;
	left: 30px;
	top:4px;
	color: #555;
	line-height: 150%;
}

/********************************************************************/
/* CONTENT */
/********************************************************************/

#content {
	position:relative;
	width: 903px;
	height: 456px;
}

.content-inner {
	position:absolute;
	left:465px;
	top:100px;
	width: 400px;
	height: 300px;
	color:#fff;
	line-height:130%;
}

.content-inner ul {
	list-style: disc;
	margin: 10px 0 10px 16px;
}

.content-inner ul li {
	padding: 2px 0 2px 4px;
}

.biggerList {
	font-size:15px;
}
.biggerList li {
	padding: 2px 0;
}

/********************************************************************/
/* BG BILDER */
/********************************************************************/

#content {
	background-image: url(img/content_produkte.jpg);
	background-repeat: no-repeat;
}

.produkte #content {
	background-image: url(img/content_produkte.jpg);
	background-repeat: no-repeat;
}

.logistik #content {
	background-image: url(img/content_logistik.jpg);
	background-repeat: no-repeat;
}

.profil #content {
	background-image: url(img/content_profil.jpg);
	background-repeat: no-repeat;
}

.technik #content {
	background-image: url(img/content_technik.jpg);
	background-repeat: no-repeat;
}

/********************************************************************/
/* TABLES */
/********************************************************************/

table.small-listing {
	margin: 10px 0 10px 0;
}

table.small-listing td {
	padding: 0 10px 0 0;
}


/********************************************************************/
/* WABEN */
/********************************************************************/

.waben-holder {
	height: 250px;	
	position:relative;
}

.wabe1 {
	position:absolute;
	top: 0px;
	left:20px;
}

.wabe2 {
	position:absolute;
	top: 35px;
	left:315px;
}

.wabe3 {
	position:absolute;
	top: 0px;
	left:607px;
}

/********************************************************************/
/* MISC CLASSES */
/********************************************************************/

.img-left {
	float:left;
	margin: 0 1em 1em 0;
}

.img-right {
	float:right;
	margin: 0 0 1em 1em;
}

/********************************************************************/
/* FORMS */
/********************************************************************/

input {
	font-size: 10px;
	font-family: inherit;
}

textarea {
	font-size: 10px;
	font-family: inherit;
}

select {
	font-size: 10px;
	font-family: inherit;
}

/********************************************************************/
/* HEADER */
/********************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-weight:normal;
	font-size: 100%;
}

h1 {
	font-size:2em;
	font-weight:bold;
	color:#f00;
}

h2 {
	font-size:110%;
	font-weight:bold;
	padding: 0 0 3px 0;
}

/********************************************************************/
/* NAVIGATION */
/********************************************************************/

#lv1 {
	position:absolute;
	height: 30px;
	width: 500px;
	top: 20px;
	left: 109px;
}

#lv1 ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}

#lv1 ul li {
	display: inline;
}

#lv1 ul li a { 
/*
	display: block;
	float:left;
*/
	color: #333; 
}

#lv1 ul li.active a { 
	color: #000; 
}



/*** META ***/


#meta {
	position: absolute;
	right: 273px;
	top: 3px;
}

#meta ul {
	list-style: none;
}

#meta ul li {
	display: inline;
	padding: 0 0 0 9px;
}

#meta ul li a { 
	color: #888; 
	font-size: 11px;
	text-decoration:none;
}

#meta ul li.active a { 
	color: #000;
}



/********************************************************************/
/* HELPER CLASSES */
/********************************************************************/

.clear {
	clear: both;
}

.out {
	position: absolute;
	top: -999px;
	left: -999px;
}
