/* Sietzy Holding CSS
Global Layout Styles
author: freyhauer
version: 0807
*/



/* GENERAL LAYOUT PARAMETERS 
-----------------------------------------------------------*/

body {
	background: #fff url(../pix/body/body_bg.gif) repeat-x 0 0px;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
	font-size: 80%;
	color: #151c33;
	border: 0;
	margin: 0px;
	padding: 0px;
	}

div, img, table, td {
	border: 0;
	padding: 0;
	margin: 0;
	} 


/* BODY WRAPPER
-----------------------------------------------------------*/	

#wrapper {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	}


/* HEADER 
-----------------------------------------------------------*/

#header {
	width: 970px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	}
	
.logo {
	position: absolute;
	top: 23px; 
	left: 330px;
	}
	
	
/* MOOD
-----------------------------------------------------------*/		
	
#mood {
	background: url(../pix/body/abbildungen.jpg) no-repeat 0 0;
	clear: both;
	width: 970px;
	padding-top: 211px;
	}	
	
	
/* 2 COLUMNS
-----------------------------------------------------------*/		

#fullcolumn {
	width: 970px;
	}

#twocolumnleft {
	width: 444px;
	float: left;
	}

#twocolumnright {
	width: 444px;
	float: right;
	}

#imprint {
	width: 250px;
	float: right;
	}	

/* 3 COLUMNS
-----------------------------------------------------------*/	

#threecolumn, #threecolumnright {
	width: 250px;
	padding: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 105px;
	float: left;
	}
	
#threecolumn img, #threecolumnright img {
	padding-bottom: 10px;
	}

#threecolumnright {
	margin-right: 0px
	}
	
	
/* SITE FOOTER
-----------------------------------------------------------*/			

#footer {
	background: url(../pix/footer/footer-bg.gif) repeat-x 0 0;
	clear: both;
	width: 100%;
	height: 140px;
	}

#copyright {
	width: 970px;
	margin: 0 auto;
	}
	
/* TYPO STYLES
-----------------------------------------------------------*/			
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	}

h1 {
	font-family: arial, verdana, georgia, helvetica;
	font-size: 130%;
	letter-spacing: 1px;
	color: #80a306;
	padding-bottom: 15px;
	}
	
	
h2 {
	font-size: 11px;
	font-weight: bold;
	line-height: 18px;
	letter-spacing: 0.5;
	color: #80a306;
	padding-top: 0px;
	padding-bottom: 10px;
	}
	

h3 {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 5px;
	color: #151C33;
	}
	

p {
	font-size: 85%;
	line-height: 15px;
	padding: 0;
	margin: 0;
	padding: 0px 0px 10px 0px;
	}
	
#footer p {
	font-size: 9px;
	padding-top: 8px;
	float: left;
	}	

#footer a {
	font-size: 10px;
	}


ul {
	padding: 0;
	padding-left: 10px;
	margin: 0;
	}	

ul li {
	list-style: url(../pix/icons/list-icon.gif);
	color: #151c33;
	font-size: 90%;
	line-height: 15px;
	padding: 0px 0px 10px 5px;
	margin-left: 5px;
	}
	
a {
	font-size: 11px;
	text-decoration: none;
	color: #80a306;
	}

a:hover {
	text-decoration: underline;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
