@import url('/media/css/hashgrid.css');

body {
	background: #000000;
	padding: 2em;
	color: #ccc;
	font-family: Verdana, Arial, sans-serif; 
	text-shadow: #000 1px 1px 1px;
	background: #1b1c1e url(/media/img/bg.png) 50% 0 repeat-y; 
}

#wrap{
	width: 980px;
	margin: 0 auto;
	margin-bottom: 50px;
}

#header {
	height: 140px;
}

#logo {
	left: 20px;
	position: absolute;
}

#contact {
	float: right;
	list-style-type: none;
	height: 140px;
	margin: 0 60px 0 0;
	padding: 0px;
	width: 280px;
}


#contact li {
	border-left: 2px solid #222;
	height: 60px;
}

#contact_email {
	background: url(/media/img/mail.png) 10px 50% no-repeat;
	border-bottom: 2px solid #222;
}

#contact_phone {
	background: url(/media/img/phone.png) 10px 50% no-repeat;
}

#contact li a {
	display: block;
	text-decoration: none;
	text-indent: 80px;
	line-height: 60px;
	height: 60px;
}

h1 {
	color: #fff; 
	font-size: 160%;
	position: relative;
}

h2 {
	font-weight: lighter;
	color: #fff;
}

h3 {
	color: #d6ff00;
}

p strong {
	color: #80d3ff;
}

a {
	color: #fff;
}

a img {
	border: none;
}

#announcement {
	background-color: #444445;
	padding: 0.4em 1em;
	margin: 0 1.2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#intro h2 {
	padding: 0 2em;
}

.solution h3 {
	width: 320px;
	text-align: right;
	float: left;
}

.section {
	clear: both;
}

.section p {
	float: right;

}

.solution p {
	width: 620px;
	margin: 1em 18px 2em 10px;
}

#main {
	width: 980px;
}

#team h3, #imprint h3 {
	text-align: center;
}

#team p, #imprint p {
	padding: 1em;
	float: none;
	margin: 0 5em;
	font-size: 0.8em;
}

#team {
	width: 467px;
	margin-left: 1.2em;
	float: left;
}

#imprint {
	width: 469px;
	margin-right: 1.2em;
	float: right;
	border-left: 2px solid #222;
}

#imprint p {
}

#team p {
	text-align: right;
}

#team img {
	border: 3px solid #444;
	margin: 0.5em;
}

#lime {
	color: #d6ff00;
	font-size: 170%;
}
#sky {
	color: #80d3ff;
	font-size: 170%;
}
