/* Stylesheet */

/* (en) Global reset of paddings and margins for all HTML elements */
/* (de) Globales Zur_cksetzen der Innen- und Au_enabst_nde f_r alle HTML-Elemente */
* {
	margin: 0;
	padding: 0;
}

/* (en) Correction: margin/padding reset caused too small select boxes. */
/* (de) Korrektur: Das Zur_cksetzen der Abst_nde verursacht zu kleine Selectboxen. */
option {
	padding-left: 0.4em;
}


/* (en) Clear borders for <fieldset> and <img> elements */
/* (de) Rahmen f_r <fieldset> und <img> Elemente l_schen */
fieldset, img {
	border: 0 solid;
}

/* (en) new standard values for lists, blockquote and cite */
/* (de) Neue Standardwerte f_r Listen & Zitate */
ul, ol, dl {
	margin: 0 0 1em 1em;
}


/* quickfix IE6 float / position: relative bug for list elements */
ul, ol, dl {
	position: relative;
}


		
/*
li {
	margin-left: 1.5em;
	line-height: 1.5em;
}
*/
	
dt {
	font-weight: bold;
}

dd {
	margin: 0 0 1em 2em;
}

blockquote, cite {
	margin: 0 0 1em 1.5em;
	font-size: 0.93em;
	width: auto;
}


	body {
		background: #000;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
		
	a:link, a:visited {
		color: #368;
		font-size:11px;
		font-weight:bold;
		line-height:12px;
	}
	
	a#actual, a:hover, a:active {
		color: #444;
		font-size:11px;
		font-weight:bold;
		line-height:12px;
	}
	
	#logoContainer {
		font-size: 62.5%; /* 1em auf 10px setzen */
		width: 900px;
		height: 69px;
		background: #fff url(../img/right_logo.jpg) top right repeat-y;
		padding: 7px 0 0 20px;
		border-left: 2px solid #ddd;
	}
	
	#logoContainer h1 {
		font-size: 2.3em;
	}
	
	#logoContainer h3 {
		color: #555;
		font-size: 1.4em;
	}
	
	#logoLink {
		float: right;
		width: 150px;
		height: 50px;
	}
	
	#logoLink a {
		width: 150px;
		height: 50px;
		display: block;
	}
		
	#container {
		width: 900px;
		background: #fff url(../img/right.jpg) top right repeat-y;
		padding: 0 0 0 20px;
		border-left: 2px solid #ddd;
	}
	
	#scaleForm div {
		float: left;
		margin: 0 30px 0 0;
	}
	
	#outputContainer {
		width: 810px;
		font-family: Courier;
		background: #eee;
		border: 1px solid #ddd;
		margin: 20px 0 20px 0;
	}
	
	#outputContainerBorder {
		background: #fff;
		margin: 5px;
		padding: 10px;
		
	}
	
	#linkContainer, #poweredByContainer {
		font-size: 0.8em;
		float: left;
		margin: 0 30px 0 10px;
		padding: 0 0 20px 0;
	}
	
	.miniHeader {
		font-weight:bold;
		color:#555;
		font-size:10px;
	}
	
	.scaleOutput {
		font-size: 1.4em;
		font-weight: bold;
	}
	
	#footerContainer {
		position: fixed;
		background: #fff url(../img/right.jpg) top right repeat-y;
		width: 900px;
		height: 500px;
		padding: 0 0 0 20px;
		border-left: 2px solid #ddd;
	}

