/* start.css wird nur auf der Frontpage geladen */

body {
	min-width: 720px;
	overflow-x: hidden;
}

#content.start {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #fff;
	clear: both;
	width: 678px;
	padding: 60px 0 2px 0;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	-webkit-box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
}

/* Startseitenservices */

h2 a {font-size: 20px !important;}


.services {
	font-size: 16px;
	height: 64px;
	width: 638px;
	padding-left: 40px;
	font-weight: 300;
}

.services p {
	margin-top: 21px;
}

#top {margin: 30px 0 10px 0;}

#bottom {margin-bottom: 30px;}

.servicebox {
	height: 64px;
	width: 199px;
	float: left;
	display: inline;
	border-right: 1px solid #ccc;
	margin-bottom: 10px;
}

.serviceboxright {
	height: 64px;
	width: 200px;
	float: left;
	display: inline;
}



/* Icons */

#facebook, #vz, #twitter, span#email, #tumblr, #delicious, #lastfm {
	border: none;
	padding: 0;
	background: transparent;
	margin: 16px 16px 16px 40px;
	width: 32px;
	height: 32px;
	float: left;
	display: inline;
	background-image: url(img/homesprite3.png);
}

.transparent {opacity: .5;}

.visible {opacity: 1;}

#facebook {background-position: top left;}

#twitter {background-position: center left;}

span#email {background-position: bottom left;}

#tumblr {background-position: top right;}

#delicious {background-position: center right;}

#lastfm {background-position: bottom right;}

/* jquery */

.display {display: inline;}
