body  {
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 16px;
	letter-spacing:2px;
	width:100%;
	background:url(images/back.jpg); background-repeat:no-repeat;
	background-color:#000103;
	background-position: center top; 
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ffffff;
}
boldcopy    { 
	color:#FFFFFF;
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 22px;
	font-weight:bold;
	letter-spacing:2px;
	text-transform:none
}	
copy    { 
	color:#FFFFFF;
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 15px;
	letter-spacing:2px;
	text-transform:none;
	line-height:1.5;
}
copysmall    { 
	color:#FFFFFF;
	text-align:center;
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 13px;
	letter-spacing:2px;
	line-height:1.5;
}
copyitalic    { 
	color:#FFFFFF;
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 15px;
	letter-spacing:2px;
	font-style:italic;
	text-transform:none;
	line-height:1.5;
}
copybold    { 
	color:#FFFFFF;
	font-family:Palatino Linotype, Georgia, Palatino, serif;font-size: 15px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:none;
	line-height:1.5;
}
head1    { 
	color:#FFFFFF;
	letter-spacing:2px;
	font-family: Palatino Linotype, Georgia, Palatino, serif;font-size: 28px;
	text-transform:uppercase;
}
headcenter   { 
	color:#FFFFFF;
	text-align:center;
	letter-spacing:2px;
	font-family: Palatino Linotype, Georgia, Palatino, serif;font-size: 28px;
	font-weight:bold;
}
menue    { 
	color:#FFFFFF;
	letter-spacing:2px;
	font-family: Palatino Linotype, Georgia, Palatino, serif;font-size: 22px;
	text-transform:uppercase;
	line-height: 8pt;
}
#container { 
	width: 1200px;
	margin: 0 auto;
	text-align: left;
} 
#menuecontainer {
	padding-top:298px;
	width: 800px;
	height: 60px;
	text-align: left;
	width: 800px;
	top: 100px;
} 
#header {
	background-repeat:no-repeat;
	background-position: center bottom;
	height:356px;
	padding-right: 200px;
	padding-left: 196px;
	background-image: url(images/header.png);
} 
#mainstatisch {
	background:url(images/main-statisch.png);
	background-repeat:no-repeat;
	background-position: center top;
	height:399px;
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 200px;
} 
#mainelastisch {
	background:url(images/main-elastisch.png);
	background-repeat:repeat-y;
	background-position: center top;
	padding-top: 0;
	padding-right: 200px;
	padding-bottom: 20px;
	padding-left: 200px;
} 
#menue {  
	padding: 0 10px 0 20px;
	height: 200px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 50px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 10px;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background:url(images/footer.png);
	background-repeat:no-repeat;
	background-color:#000103;
	background-position: center top;
	height:200px;
	padding-top: 135px;
	padding-right: 200px;
	padding-bottom: 0;
	padding-left: 150px;
}
.floatright { 
	float: right; 
}
