body {
	background-color: #ccc;
	font-family: 'Helvetiva',sans-serif;
	font-weight: lighter;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
}

small {
	font-size: 12px;
}

h2 {
	font-weight: normal;
	font-size: 24px;
	margin-top: 25px;
	margin-bottom: 15px;
}
h3 {
	font-weight: bold;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 15px;
}

b {
	font-weight: bold;
}

p {
	margin-bottom: 10px;
}

#page {
	width: 90%;
	max-width: 900px;
	position: relative;
	margin: 40px auto;
}

#header {
	/*font-family: 'Times', serif;*/
	font-size: 23px;
	padding: 20px 10px 10px 0px;
}

#header a {
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
}

#middle {
	margin-top: 30px;
}
#content {
	margin: 0 0 20px 0;
	box-shadow: 0 0 10px #555;
	min-height: 350px;
	display: block;
	background: rgba(255,255,255,0.5);
	border: 6px solid transparent;
	border-image: url("../img/content_border.png") 6 6 stretch;
	overflow: hidden;
	padding-bottom: 10px;
}
#content_align {
		margin: 0 auto 0 auto;
		width: 90%;
	}

#content_text {
	position: relative;
	display: block;
	padding: 20px 20px 20px 30px;
	font-size: 14px;
	line-height: 1.5em;
	width: 90%;
	float: left;
}
#content_text a {
	text-decoration: underline;
}
#content_text a:hover {
	text-decoration: none;
}
#content .leftcol {
	float: left;
	margin: 20px 0 20px 5%;
}

#content .rightcol {
	display: block;
	margin: 20px 5% 20px 46%;
}

#content_text ul {
	margin-bottom: 20px;
}

#content_text ul li {
	font-size: 14px;
	padding: 5px 0 0 20px;
}

#content #image_gallery {
	/*border-bottom: 1px #ff0000 solid;*/
	position: absolute;
	width: 25%;
	height: 500px;
	background: url("../img/kreuz.jpg") no-repeat;
	background-size:contain;
	margin: 20px 10px 0 65%;
}

#content .kontakt {
	width: 30px;
	height: 30px;
	padding: 5px 15px 5px 15px;
	float: left;
}

#hover_laden {
	display: none;
}

#content #email {
	background: url("../img/email.png") no-repeat;
	background-size:contain;
}
#content #email:hover {
	background: url("../img/email_hover.png") no-repeat;
	background-size:contain;
	cursor: pointer;
}

#content #twitter {
	background: url("../img/twitter.png") no-repeat;
	background-size:contain;
}
#content #twitter:hover {
	background: url("../img/twitter_hover.png") no-repeat;
	background-size:contain;
	cursor: pointer;
}

#content #xing {
	background: url("../img/xing.png") no-repeat;
	background-size:contain;
}
#content #xing:hover {
	background: url("../img/xing_hover.png") no-repeat;
	background-size:contain;
	cursor: pointer;
}

#content #linkedin {
	background: url("../img/linkedin.png") no-repeat;
	background-size:contain;
}
#content #linkedin:hover {
	background: url("../img/linkedin_hover.png") no-repeat;
	background-size:contain;
	cursor: pointer;
}

#bild_kreuz_klein {
	display: none;
	float: right;
	padding: 2px;
}

#content a {
	text-decoration: none;
	color: #555;
}

#content a:hover {
	text-decoration: underline;
}

#content .quote {
	padding: 30px 30px 0 30px;
	margin: 20px auto 10px 2.5%;
	font-family: "Times New Roman";
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.25em;
	width: 66%;
	text-align: left;
	display: block;
	background: url('../img/quotes.png') no-repeat 0 0;
	background-size: 150px auto;
}

#content .right {
	text-align: right;
	margin: 20px 2.5% 10px auto;
	background: url('../img/quotes.png') no-repeat 110% 0;
	background-size: 150px auto;
}
#content p.right {
	background: none;
}


#footer {
	position: relative;
	margin: 0 0 20px 0;
	display: block;
	width: 100%;
	bottom: 20px;
	text-align: center;
	font-size: 11px;
	margin-top: 40px;
}

#footer a {
	transition: color 0.2s;
	-moz-transition:color 0.2s; /* Firefox 4 */
	-webkit-transition:color 0.2s; /* Safari and Chrome */
	-o-transition:color 0.2s; /* Opera */
}

#footer a:hover {
	color: #555;
}

@media screen and (max-width: 768px) {
	
	a {
		display: inline-block;
		padding: 3px;
	}

	#header {
		width: 240px;
		text-align: center;
		font-size: 23px;
		margin: 0 auto 0 auto;
	}

	#content_text {
		width: 90%;
	}

	#content #image_gallery {
		display: none;
	}
	#bild_kreuz_klein {
		display: block;
	}

	#content_text ul li {
		padding: 10px 0 0 0;
	}

	#content .rightcol, #content .leftcol {
		display: block;
		width: 250px;
		text-align: center;
		float: none;
		margin: 20px auto 20px auto;
	}
}