a
{
	font-size:18px;
}

body
{
	font-size:16px;
	background-color:#fff;
}

 .aligned {
            display: flex;
            align-items: center;
        }

div.maincontent
{
	float:left;
	max-width:738px;
	min-height:600px;
	width:auto;
	margin-top: 10px;
}


div.wrapper
{
	
	margin:auto;
	max-width:1045px;
	position:relative;
	
	width:100%;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,sub,sup,tt,var,dl,dt,dd,hr,fieldset,table,form,label,legend,tr,td,th,caption
{
	border:0;
	font-family:sans-serif;
	margin:0;
	outline:0;
	padding:0;
}

@media only screen and (min-device-width:320px) and (max-device-width:640px) {
	#leaderboard
	{
		display:none;
	}

	#skyscraper
	{
		display:none;
	}

	div.maincontent,div.wrapper,body
	{
		max-width:640px;
		min-width:320px;
	}

	div.wrapper
	{
		top:0;
	}
}

@media(min-width:765px) {
	div.maincontent
	{
		max-width:440px;
		width:auto;
	}
}

@media(min-width:785px) {
	div.maincontent
	{
		max-width:460px;
		width:auto;
	}
}

@media(min-width:805px) {
	div.maincontent
	{
		max-width:480px;
		width:auto;
	}
}

@media(min-width:825px) {
	div.maincontent
	{
		max-width:500px;
		width:auto;
	}
}

@media(min-width:845px) {
	div.maincontent
	{
		max-width:520px;
		width:auto;
	}
}

@media(min-width:865px) {
	div.maincontent
	{
		max-width:540px;
		width:auto;
	}
}

@media(min-width:885px) {
	div.maincontent
	{
		max-width:560px;
		width:auto;
	}
}

@media(min-width:905px) {
	div.maincontent
	{
		max-width:580px;
		width:auto;
	}
}

@media(min-width:925px) {
	div.maincontent
	{
		max-width:600px;
		width:auto;
	}
}

@media(min-width:945px) {
	div.maincontent
	{
		max-width:620px;
		width:auto;
	}
}

@media(min-width:965px) {
	div.maincontent
	{
		max-width:640px;
		width:auto;
	}
}

@media(min-width:985px) {
	div.maincontent
	{
		max-width:660px;
		width:auto;
	}
}

@media(min-width:1005px) {
	div.maincontent
	{
		max-width:680px;
		width:auto;
	}
}

@media(min-width:1025px) {
	div.maincontent
	{
		max-width:700px;
		width:auto;
	}
}

@media(min-width:1045px) {
	div.maincontent
	{
		max-width:720px;
		width:auto;
	}
}

@media(min-width:1053px) {
	div.maincontent
	{
		max-width:728px;
		width:auto;
	}
}

#date
{
	color:grey;
	font-size:.7em;
	position:absolute;
	right:0;
	top:2px;
}

#imprint a
{
	color:grey;
	margin:3px;
	text-decoration:none;
}

#leaderboard
{
	height:90px;
	left:50%;
	margin-left:-518px;
	max-width:1040px;
	position:absolute;
	top:0;
	z-index:1;
}

#skyscraper
{
	height:600px;
	left:50%;
	margin-left:525px;
	position:absolute;
	top:90px;
	width:160px;
}

#top
{
	background-color:#F7F3F7;
	border-bottom:1px solid #E0E0E0;
	border-top:3px solid #000;
	height:60px;
}

.adsenseright
{
	background-color:#fff;
	float:left;
	margin-bottom:10px;
	margin-left:5px;
	margin-top:10px;
}

.bookbox
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	float:left;
	margin-right:5px;
	margin-top:5px;
	max-width:600px;
	min-height:40px;
	padding:3px;
	position:relative;
}

.bookbox img
{
	height:90px;
	margin:3px;
	max-width:90px;
}

.button
{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#ededed),color-stop(1,#dfdfdf));
	background:-moz-linear-gradient(center top,#ededed 5%,#dfdfdf 100%);
	background-color:#ededed;
	border:1px solid #dcdcdc;
	border-radius:6px;
	box-shadow:inset 0 1px 0 0 #fff;
	color:#940F04;
	display:inline-block;
	font-family:arial;
	font-size:1.1em;
	font-style:normal;
	font-weight:700;
	height:36px;
	line-height:36px;
	margin:5px;
	padding:3px;
	text-align:center;
	text-decoration:none;
	text-indent:0;
	text-shadow:1px 1px 0 #fff;
	width:auto;
}

.button:active
{
	position:relative;
	top:1px;
}

.button:disabled
{
	color:grey;
}

.button:hover
{
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0.05,#dfdfdf),color-stop(1,#ededed));
	background:-moz-linear-gradient(center top,#dfdfdf 5%,#ededed 100%);
	background-color:#dfdfdf;
}

.clear
{
	clear:both;
}

.disabled
{
	color:grey;
}

.fleft
{
	float:left;
}

.fright
{
	float:right;
}

.gicon
{
	background-image:url(google.png);
	background-position:center;
	background-repeat:no-repeat;
	border:0;
	float:left;
	height:25px;
	margin:3px;
	width:25px;
}

.green
{
	color:green;

}

.grey
{
	color:grey;
}

.icon
{
	border:0;
	float:left;
	height:25px;
	margin:3px;
	text-align:center;
	width:25px;
}

.picturebox
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	float:left;
	height:90px;
	margin-right:5px;
	margin-top:5px;
	padding:3px;
	position:relative;
}

.picturebox img
{
	display:block;
	height:80px;
	margin:auto;
	max-width:90px;
}

.red
{
	color:#940F04;
}

.secnd,.secnd th,.secnd td
{
	background-color:#F9F9F9;
}

.small
{
	font-size:.8em;
}

.subcontentright
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	float:left;
	margin-left:5px;
	margin-top:10px;
	padding:3px;
	width:290px;
}

.videobox
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	float:left;
	margin-right:5px;
	margin-top:5px;
	min-height:110px;
	padding:3px;
	position:relative;
	width:345px;
}

.videobox img
{
	height:50px;
	margin:3px;
	max-width:70px;
}

a:active
{
	color:red;
	text-decoration:none;
}

a:hover
{
	color:orange;
	text-decoration:none;
}

a:link
{
	color:#940F04;
	text-decoration:none;
}

a:visited
{
	color:#940F04;
	text-decoration:line-through;
}

a[title]:hover:after
{
	background-color:#fff;
	border:1px dotted grey;
	border-radius:5px;
	color:#8b0000;
	content:attr(title);
	left:50%;
	padding:4px 8px;
	position:absolute;
	top:50%;
	white-space:normal;
	z-index:2;
}

#imprint
{
	float:right;
	font-size:1em;
}

#namensverzeichnis
{
	color:grey;
	float:left;
	text-decoration:none;
}

#namensverzeichnis a
{
	color:grey;
	margin:4px;
	text-decoration:none;
}

#search
{
	float:right;
	height:26px;
	line-height:26px;
	margin:20px;
	padding:0;
	vertical-align:middle;
}

div.badooimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=badoo.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.center
{
	margin:auto;
	text-align:center;
}

div.error
{
	color:#8b0000;
	font-size:1.3em;
	text-decoration:blink;
}

div.fbimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=de.facebook.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.gplusimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=plus.google.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.infobox
{
	border:1px dashed #000;
	color:#8b0000;
	font-size:1em;
	margin:auto;
	padding:10px;
}

div.linkedimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=linkedin.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.social
{
	background-color:#fff;
	border:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	float:left;
	height:70px;
	margin-left:5px;
	margin-top:5px;
	padding:3px;
	width:290px;
}

div.social img
{
	float:left;
	height:60px;
	margin:3px;
	max-width:100px;
}

div.stayfriendsimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=stayfriends.de);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.twitterimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=twitter.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.wikipediaimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=wikipedia.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

div.xingimg
{
	background-image:url(http://www.google.com/s2/favicons?domain=xing.com);
	background-repeat:no-repeat;
	height:15px;
	margin-top:-5px;
	position:relative;
	width:15px;
}

h1
{
	font-size: 2em; }


hr
{
	border-bottom:1px solid #E0E0E0;
}

img
{
	max-width:100%;
}

.big
{
	font-size:1.4em;
	height:50px;
}

input.search
{
	height:26px;
	line-height:26px;
	padding-left:5px;
	vertical-align:middle;
}

input.search[type=submit]
{
	background-color:transparent;
	background-image:url(lupe.png);
	background-position:0 0;
	border:0;
	margin:0;
	padding:0;
	width:26px;
}

input.searchbig
{
	background-color:transparent;
	background-image:url(lupebig.png);
	border:0;
	height:75px;
	width:71px;
}

input[type=checkbox],input[type=radio]
{
	background-color:#fff;
	color:#000;
}

input[type=text],textarea
{
	border:1px solid #DDD;
	outline:none;
}

input[type=text]:focus,textarea:focus
{
	border:1px solid #DDD;
	box-shadow:0 0 5px rgba(200,0,0,1);
}

li.event
{
	margin-bottom:20px;
	position:relative;
}

li.event::after
{
	background:#fff;
	border-radius:50%;
	box-shadow:0 0 0 3px #000;
	content:"";
	height:11px;
	left:-37px;
	width:11px;
	margin-top:3px;

}

li.event::before
{
	content:attr(data-date);
	font-weight:700;
	left:-150px;
	min-width:80px;
}

li.event::before,li.event::after
{
	display:block;
	position:absolute;
	top:0;
}

li.event::last-of-type
{
	border:none;
	margin-bottom:0;
	padding-bottom:0;
}

.clear
{
	clear:both;
}

small
{
	font-size:.8em;
}

strong,b
{
	font-weight:700;
}

table
{
	background-color:transparent;
	border-left:1px solid #E0E0E0;
	border-radius:4px 4px 4px 4px;
	border-right:1px solid #E0E0E0;
	border-top:1px solid #E0E0E0;
	margin-top:10px;
	padding:3px;
	width:100%;
}

table,tr,td,th
{
	border-collapse:collapse;
	border-spacing:1px;
}

table.social
{
	border:0;
	width:auto;
}

table.social td,tr
{
	border:0;
}

td
{
	border-bottom:1px dotted #E0E0E0;
}

td,th
{
	padding:3px;
	text-align:left;
	vertical-align:middle;
}


th,h2
{
	font-size:1.1em;
	font-weight:700;
	
}

thead
{
	border:0;
	height:40px;
	line-height:40px;
	margin:0;
	padding:0;
}

ul.haken
{
	list-style-image:url(haken.png);
}



ul.timeline
{
	border-bottom-right-radius:4px;
	border-left:3px solid #000;
	border-top-right-radius:4px;
	list-style:none;
	margin-left:120px;
	padding:30px;
	text-align:left;
}
