@charset 'utf-8';
@import url(reset.css);
@import url(fancybox.css);

/* ----------------------------------------------------- Comment */

.js div { } /* apply only on JavaScript enabled browsers */
.ie7 div { } /* apply only on Internet Explorer 7 and below */
.ie6 div { } /* apply only on Internet Explorer 6 and below */

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Arial, Helvetica, sans-serif;
	font-size: 23px;
	line-height: 1.7;
	text-shadow: #000 0px 1px 1px;
	background-color: #e9e9e9;
}

a {
	text-decoration: none;
	color: #464646;
	text-shadow: #ffffff 0px 1px 1px;
}
a:hover {
	color: #464646;
	text-shadow: none;
}

h1,
h2{
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: -3px;
}

h1 small{
	font-size: 12px;
	margin-left: 15px;
}

#container{
	width: 960px;
	margin: 0 auto;
	margin-top: 50px;
}

#logo {
	width: 918px;
	height: 130px;
	background: url(../img/stereonom.png) 0 0 no-repeat;
	margin: 100px auto 100px auto;
	text-indent: -1000000px;
}


#logo:hover {
	background-position: 0px -126px;
}

.box {
	width: 450px;
	height: 150px;
	background-color: #cdcdcd;
	margin-left: 20px;
	float: left;
	text-align: center;
	display: table;
	
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
}

.box a{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

#twitter:hover {
	background-color: #00ceff;
}

#more:hover{
	background-color: #fecb00;
}

#arbeit:hover {
	background-color: #009900;
}

#arbeit a:hover {
		color: #fff;
}

#impressum {
	font-size: 13px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}