@charset "UTF-8";
/* CSS Document */
body {
	font-family:Verdana, Arial;
	font-size:12px;
	line-height:19px;
	color:#333;
	background:url(../images/apple-gray-bg.png);
}
h1 {
	font-size:18px;
	font-weight:normal;
	color:#000;
}
h2 {
	font-size:14px;
	font-weight:normal;
	color:#000;
}
h3 {

}
form {

}
.screenshot p {
	margin:0;
	padding:0;
}

a:link {
	color:#569af3;
	text-decoration: none;
}
a:visited {
	color:#569af3;
	text-decoration: none;
}
a:hover {
	color:#569af3;
	text-decoration: underline;
}
a:active {
	color:#569af3;
	text-decoration: underline;
}
#header {
	background:url(../images/header.png) no-repeat;
	width:900px;
	height:140px;
	margin:30px auto 0 auto;
}
.homepage a {
	width:300px;
	height:175px;
	margin:0 25px 0 0;
	display:block;
	outline:none;
	float:left;
}
.submenu {
	width:325px;
	height:97px;
	padding:78px 0 0 0;
	margin:0 10px 0 0;
	display:block;
	outline:none;
	float:left;
}
.twitter a {
	width:200px;
	height:75px;
	display:block;
	outline:none;
	float:left;	
}
#container {
	background:url(../images/footer-bg.png) bottom repeat-x #FFF;
	width:880px;
	margin:0 auto 30px auto;
	padding:0 10px 30px 10px;
}
#menu {
	width:170px;
	margin:15px 10px 0 0;
	float:left;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	list-style:none;
}
#menu li a {
	width:155px;
	height:30px;
	padding:10px 0 0 15px;
	color:#3d8cf3;
	display:block;
	outline:none;
	border-bottom:solid 1px #CCC;
}
#menu li a:hover {
	color:#3d8cf3;
	background:#eaeff8;
	text-decoration:none;
	border-bottom:solid 1px #3d8cf3;
}

ul#social {
	list-style:none;
	margin:15px 20px 0 0;
	padding:0;
	width:auto;
	float:right;
}
ul#social li {
	float:left;
	margin:0 5px 0 0;
	width:30px;
	outline:none;
}

#content {
	width:680px;
	margin-left:10px;
	float:left;
}
.screenshot {
	background:url(../images/screenshot-bg.gif) no-repeat;
	width:290px;
	height:115px;
	margin:0 30px 20px 0;
	float:left;
	padding:5px;
}
h2.balk {
	background: #007ab5;
	color:#FFF;
	width:100%;
	padding:3px;
	margin:15px 0 15px 0;
	display:block;
}
.screenshot a {
	color:#007ab5;
	text-decoration:underline;
}
ul#vrienden {
	list-style:url(../images/people.jpg);
	margin:0 0 0 20px;
	padding:0;
}
ul#vrienden li {
	height:18px;
	padding:2px 0;
	margin:0 30px 0 0;
	width:190px;
	float:left;
	border-bottom:dotted 1px #666;
}
ul#vrienden li a {
	color:#333;
}


.drukwerk {
	width:290px;
	float:left;
	margin:5px 2px 5px 0;
}
.drukwerk a {
	color:#000;
}
.videothumb {
	width:120px;
	height:90px;
	float:left;
	margin:5px;
	text-align:center;
	background:#000;
}
.widgetthumb {
	width:120px;
	height:90px;
	float:left;
	margin:5px;
	text-align:center;
	background:#000;
}
#footer {
	background:url(../images/footer-bg.gif) repeat-x #FFF;
	width:900px;
	height:40px;
}
.clear {
	clear:both;
}
