/* @override http://rohstoff-investor:8888/css/default.css */

/* @group Setup */

* {
	margin: 0;	
	padding: 0;
	border: 0;
}

body {
	font: 62.5%/1.5  "Lucida Grande", "Lucida Sans", Tahoma, Verdana, sans-serif;
    text-align: center;
	background: url(../img/wallpaper.jpg) repeat;
}

#wrapper {
	width:950px;
    text-align:left;  
    margin-left:auto;
    margin-right:auto;
}

/* @end */

/* @group Standard */

.clear {
    clear:both;
}

.right {
    float: right;
}

.left {
    float: left;
}

/* @end */

/* @group Typography */

h1 {
    font-size: 2.2em;
}
    
h2 {
    font-size: 2.0em;    
}
    
h3 {
    font-size: 1.8em;
}
    
h4 {
    font-size: 1.6em;    
}
    
h5 {
	font-size: 1.4em;    
}
    
p {
    font-size: 1.2em; 
    margin: 1em 0em;  
} 

/* @end */

/* @group Lists */



/* @end */

/* @group Forms */

input.text {
    padding: 3px;
    border: 1px inset #999999;    
}

/* @end */

/* @group Tables */


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

td {
	text-align: left;
    font-weight: normal;
}

/* @end */

/* @group Links */

a:link {
	color: #000;
}
a:visited {
	color: #333;
}
a:hover {
	color: #1f00ff;
}
a:active {
	color: #fe1781;
}

/* @end */

/* @group Navigation */

ul.navigation {
	list-style-type: none;
}

ul.horizontalNavigation {
	list-style-type: none;
}

ul.horizontalNavigation li {
	float: left;
	margin-right: 0.5em;
}

ul.horizontalNavigation li a, ul.navigation li a {
	text-decoration: none;
}

/* @end */
