/* Stylesheet @ index.html | arithmetiko Bader Corinth GbR | by Lennart Bader */

body {
	text-align: left;;
	padding: 0;
	margin: 0;
	height: 100%;
	background: #fff;
	font-family: 'Arial-BoldMT','Arial',sans-serif;
	color:#000;
}

img {
	border:none;
	outline:none;
}

a {
	outline:none;
	border:none;
	color:white;
	text-decoration:none;
}
	
	a:hover {
		text-decoration:underline;
	}

p {
	text-decoration: none;
}

.clean {
	clear:both;
}

#wrapper {
	text-align:left;
	position:relative;
	width:1000px;
	margin:0 auto;
	margin-top:0.5%;
}

#head {
	position: relative;
	top:0;
	left:0;
	width:100%;
	height:150px;
}

#green {
	float:left;
	background-color:#99cc33;
	width:620px;
	height:100%;
	margin-right:5px;
	text-align:left;
}

	#green h1 {
		font-size:small;
		text-decoration:none;
		font-style:normal;
		font-weight:bolder;
		margin:0;
		margin-top:5px;
		padding:0;
	}
	
	#span {
		position:absolute;
		bottom:10px;
		margin:5px;
		margin-left:20px;
		margin-bottom:20px;
	}	
	

#blue {
	float:left;
	width:375px;
	height:100%;
	background-color: #6699cc;
	position:relative;
	text-align:center;
}

	#blue img {
		position:relative;
		top:60%;
	}
	
#navi {
	padding:0;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	font-size:12px;
}
	#navi ul {
		position:relative;
		padding:0;
		margin:0;
	}

	#navi li {
		display:inline;
		margin:0;
		margin-left:1.75em;
		margin-right:1.75em;
		
	}
	
	#navi li a:hover {
		background:#eee;
	}
	
	#navi li a:active {
		background:#aaa;
	}
	
		#navi li span {
			font-weight: bold;
			background:#eee;
			padding:5px;
		}
	
		#navi li a {
			text-decoration:none;
			color:black;
			font-weight:bold;
			padding:5px;
		}
		
#main {
	position:relative;
	padding:0;
	margin:0;
	width:100%;
}

#boxen {
	position:relative;
	width:100%;
	height:180px;
	margin-top:4px;
}

#box1 {
	background:#b2cce6;
	position:relative;
	width:620px;
	float:left;
	height:100%;
	margin-right:5px;
	
}

#box1:hover {
	background: #96badc;
}

	#box1 h2{
		padding:0;
		margin:20px;
		margin-top:30px;
		color: #003366;
		font-family: 'Arial-BoldMT','Arial',sans-serif;
		font-size: 18px;
		font-weight: bold;		
	}

#box2 {
	background:#b2cce6;
	position:relative;
	width:375px;
	float:left;
	height:100%;
	padding:0;
	margin:0;
}

#box2:hover {
	background: #96badc;
}

	#box2 h1 {
		margin:20px;
		margin-left:40px;
		color: #ffffff;
		font-family: 'Arial-BoldMT','Arial',sans-serif;
		font-size: 24px;
		font-weight: bold;
	}

	#box2 ul {
		list-style: none;
		margin:0;
		padding:0;
	}

	
	#backlink {
		color: #ccc;
		padding:5px;
		position:absolute;
		right:0;
		bottom:0;
		font-size:80%;
	}
	
	#backlink a {
		color:#eee;
		text-decoration:none;
	}
		
	
	.hidden {
		color:white;
		text-decoration:none;
	}
	
	#refer {
		position:absolute;
		margin-left:30%;
		color:gray;
		text-decoration: none;
	}