
/*	==================================

	Stylesheet fuer Website www.machinex.de

	
	Datum: 11. September 2008
	Autor: Alexander Metzler [a-fusion] new.media.design

	==================================*/
	


/*  ====================================
	1. Kalibrierung und allgemeine Styles
	====================================*/
	
	
/* CSS resetting work is done by famous Eric Meyer ------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-repeat: no-repeat;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
		font-family: Arial, Tahoma, Verdana, san-serif;
		font-size: small;
		color: #757575;
		background: url(../images/body_bg.jpg) repeat-x;
		background-color: #eff1f3;
		line-height:1.4;
}

h1 {
		color: #a2a2a2;
		font-size: 150%;
		margin: 40px 0 0 0;
}


h2 {
		
		font-size: 230%;
		color: #555;
}


/*	====================================
	2. Layoutbereich
	====================================*/
	
	

#header {
		float: left;
		width: 950px;
		height: 95px;
		background: url(../images/header.jpg) no-repeat;

}

#sprache {
		float: right;
		margin: 12px 35px 0 0;
		display: inline;
		
		font-size: 90%;
}

#sprache ul li{
		float: left;
		list-style: none;
		}
		
#sprache ul li a {
		padding: 0 4px;
		color: #6e6e6e;
		}

	 /* ====================================
	2.1. Navigation
	====================================*/

#nav {
		clear: both;
		float: left;
		font-size: 85%;
		width: 950px;
		height: 25px;
		background-color: #00538b;
		border-top: 1px #fff solid;
		border-bottom: 1px #fff solid;
}

#nav ul {
		float: right;
		margin: 0 25px 0 0;
		display: inline;
		
}

	 /* ====================================
	ENDE Navigation
	====================================*/

#contentbox {
		float: left;
		background: url(../images/content_bg.gif);
		background-repeat: repeat-y;
}

#silber {
		float: left;
		width: 950px;
		/*height: 644px;*/
		background: url(../images/silber.gif) no-repeat;
		
}

#flashmovie {float: right;}

#slogan {
		float: left;
		width: 360px;
		margin: 40px 0 0 45px;
		display: inline;
}

#content {
		float: right;
		width: 400px;
		margin: 0 90px 60px 0;
		display: inline;
}

#content p {
		margin: 20px 0 20px 0;
		font-size: 95%;
}

#footer {
		clear: both;
		float: left;
		width: 950px;
		height: 25px;
		color: #fff;
		font-size:85%;
		background-color: #00538b;
		border-top: 1px solid #fff;
		letter-spacing: 0.03em; 
}

#footer ul {
		margin: 1px 25px 0 35px;
		
		
}

#footer ul li {
		padding-top: 4px;
		margin-left:1px;
}

.right {
		float: right;
}
.left {
		float: left;
}

#footer ul li {
		float: left;
		margin-right: 10px;
		list-style: none;
		
}

#footer ul li a{
text-decoration: underline;
color: #fff;
}

/*sontiges*/

.cursor {

	cursor: default;

}

