@charset "utf-8";
/* CSS Document for Maislinger-Snoli TYPO3 Template */
/*
	created by: Klaus Hoermann <klaus@3b-solutions.net>
	created for: Brandlab - Werbeagentur
	Client: Maislinger Snoli
	Description: main css file
	Copyright: (C) 3B-Solutions Klaus Hoermann 2010
*/

/********************************************************************/
/* BROWSER REST */

html, body, div, dl, dt, dd, ul,  h1, h2, h3,  pre, form, label, fieldset, input, p, blockquote, th, td { 
	margin:0;
	padding:0 
}

table { 
	border-collapse:collapse; 
	border-spacing:0 
}

fieldset, img { 
	border:0 
}

ul { 
	list-style:none 
}

/********************************************************************/
/* HTML */

/* html style */
html {
	height:100%; 
}

/********************************************************************/
/* BODY */
body {
	background-color:#adadae;
	background-image:url(../img/background/background.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	color:#666666;	
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;	
}

/* general link color */
a {
	color:#666;
	text-decoration:underline;
}

/* general link color on hover */
a:hover {
	color:#E31619;
}

/********************************************************************/
/* CLEARER */
.clearer {
	clear:both;
}

/********************************************************************/
/* CONTAINER */

/* container for the website, centered horizontaly */
#container {
	margin: 0px auto;
	width:920px;	
}

/* top header */
#containerheader {
	height:30px;	
	width:920px;
}

/* bottom footer */
#containerfooter {
	margin-top:8px;
	width:920px;
}

/* paragraph style for the footer */
#containerfooter p {
	color:#666;
	font-size:11px;
	padding-top:3px;	
	text-align:center;	
}

/* links in the footer */
#containerfooter a {
	color:#666;
	text-decoration:underline;
}

/* hover style */
#containerfooter a:hover {
	color:#E31619;
}


/********************************************************************/
/* MAIN CONTAINER */

/* main container holding all the website infos */
#maincontainer {
	border:2px solid white;
	min-height:630px;
	width:916px;
}

/* main container header */
#maincontainerheader {
	background-image:url(../img/background/maincontainerheader_background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-bottom:2px solid white;
	height:86px;
	width:916px;
}

/* main container header logo 1, the url logo image */
#maincontainerheaderlogo1 {
	float:left;
	height:23px;
	left:30px;
	position:relative;
	top:45px;
	width:300px;	
}

/* link style for the link in the logo 1 */
#maincontainerheaderlogo1 a {
	color:white;
	letter-spacing:1px;
	font-family:Myriad Pro;
	font-stretch:expanded;
	font-size:20px;	
	font-weight:bolder;
	text-decoration:none;
}

/* main container header logo 2, the logo itselfs */
#maincontainerheaderlogo2 {
	float:right;
	height:42px;
	position:relative;
	top:23px;
	width:250px;
}

/* main container content */
#maincontainercontent {
	background-color:#E5E5E6;
	min-height:500px;
	width:916px;
	z-index:-1000;	
}

/* main container content text*/
#maincontainercontenttext {
	background-color:#E5E5E6;
	min-height:500px;
	width:856px;
	z-index:-1000;
	padding-left:30px;
	padding-right:30px;
}


/* heading 1 */
#maincontainercontent h1, #maincontainercontentleft h1, #maincontainercontentright h1, #maincontainercontenttext h1 {
	color:#666;
	font-family:Myriad Pro;
	font-size:23px;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:5px;
	font-weight:bolder;
}

/* paragraph style */
#maincontainercontent p, #maincontainercontentleft p, #maincontainercontentright p, #maincontainercontenttext p {
	padding-left:30px;
	padding-right:30px;
	text-align:justify;
	padding-top:5px;
	padding-bottom:5px;
	line-height:16px;
	font-size:13px;
}

/* remove padding for text content */
#maincontainercontenttext h1, #maincontainercontenttext p {
	padding-left:0px;
}

/* left container content for contact page */
#maincontainercontentleft {
	background-color:#E5E5E6;
	float:left;
	width:400px;
	z-index:-1000;
	padding-bottom:10px;
}

#maincontainercontentleft img {
}

/* right container content for contact page */
#maincontainercontentright {
	background-color:#E5E5E6;
	float:left;
	padding-top:40px;
	padding-right:30px;
	padding-bottom:10px;
	width:486px;
	z-index:-1000;
}


/********************************************************************/
/* MENU STUFF */

/* main container menu for the products */
#maincontainermenu {
	background-image:url(../img/background/maincontainermenu_background.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	border-top:2px solid white;
	height:40px;
	width:916px;
}

/* the unordered list for the menu */
#maincontainermenu ul {
	list-style-type:none;
}

/* the listitems of the menu */
#maincontainermenu ul li {
	border-right:2px solid white;
	float:left;
	height:33px;
	text-align:center;	
	width:304px;
	padding-top:8px;
}

/* the links in the listitems */
#maincontainermenu ul li a {
	color:white;
	letter-spacing:1px;
	font-family:Myriad Pro;
	font-stretch:expanded;
	font-size:20px;	
	font-weight:bolder;
	text-decoration:none;	
}

/* the last listitem doesnt have a border to the right */
#maincontainermenu ul li:last-child {
	border-right:0px;
}

/* images in the listitems */
#maincontainermenu ul li img {
	margin-top:5px;
}
