
/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px Verdana, Geneva, sans-serif;
	background-color:#007C96;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

a {
	color:#000;
}
	
	
ol li {
	list-style-position:outside; 
	font-weight:bold;
	}
	
ol li span { font-weight:normal; color:#000;}

/* `meins
----------------------------------------------------------------------------------------------------*/


.header {
	padding: 27px 42px 10px 52px;
}

.left {
	float:left;
	padding: 40px 0px 0px 50px;
}

.right {
	float:right;
	padding: 40px 40px 0px 0px;
}

.orange {
	color:#ea5b02;
}

.badge {
	position:relative;
	top:150px;
	left:150px;
	background-image:url(../images/logos/Flash_Orange.gif);
	background-repeat:no-repeat;
	width:120px;
	height:119px;
}

#navigation .active {
	color:#007c95;
}

#boxen {
	padding: 30px 0px 10px 50px;
}

.box {
	background-repeat:no-repeat;
	padding:9px;
	height:75px;
	width:278px;
	float:left;
}

.footnote {
	font-size:9px;
	letter-spacing:-1px;
	padding-left:0px;
}

.footer {
	text-align:right;
	padding: 15px 42px 30px 0px;
	font-size:9px;
	word-spacing:1px;
}

.footer a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}

.footer a:hover {

	color:#007c95;

}

.boldtext {
	font-size: 12px;
	color:#007c95;
	font-weight:bold;
	margin-bottom:0px;
}

#slotmaschine {
	float:right;
	padding: 10px 42px 0px 0px;
}

#navigation {
	padding:20px 0px 0px 41px;
}

#navigation ul li {
	list-style:none;
	list-style-type:none;
	display:inline;
	color:#999;
	font-weight:bold;
	margin-left:10px;
	letter-spacing:-1px;
}

#navigation a {
	color:#999;
	text-decoration:none
}

#navigation a:hover {
	color:#007c95;
	text-decoration:none
}

/*============= BOXES =============*/
.contentbox {
	padding: 10px 0px 0px 52px;
}

div.box_upper_part {
	background-image:url(../images/gfx/top.gif);
	height:12px;
	width: 690px;
	background-repeat:no-repeat;
}

div.box_middle_part {
	border-left:solid 2px #ee8335;
	border-right:solid 2px #ee8335;
	width: 686px;
}

div.box_lower_part {
	background-image:url(../images/gfx/bottom.gif);
	height:12px;
	width: 690px;
	background-repeat:no-repeat;
}

div.box a {
	color:#000;
	text-decoration:none;
}

div.boxtext {
	padding: 10px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 18px;
	color:#007c95;
	font-weight:bold;
}

h2 {
	font-size: 12px;
	color:#007c95;
	font-weight:bold;
}

h3 {
	font-size: 12px;
	color:#007c95;
	font-weight:bold;
	margin-bottom:0px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom: 10px;
}
