/*
	Theme Name: Webdesign4u HTML5/CSS3 Layout
	Date: 2014-01-30
	Description: Basic HTML5/CSS3 layout built on responsive design
	Version: 1.0
	Author: Webdesign4u
	Author URL: www.webdesign4u.de
*/

html { 
/*	background: url(img/hintergrund.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

body {
	background-color: #585b68;
	color: #000305;
	font-size: 90%; /*Base font size is 14px */
	font-family: Arial; 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
}

a {
	text-decoration: none;
}

a:link, a:visited {
	color: #b1b5c3;
}

a:hover, a:active {
	color: #FFF;
	--background-color: #838691;
}

.body {
	margin: 0 auto;
	width: 70%;
	clear: both;
}

.logoBorder {
	height: 70px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


.logo img {
	width: 20%;
	height: auto;
	margin: 2% 0;
	float: right;
}

.mainHeader nav {
--	background-color: #585b68;
	height: 40px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.mainHeader nav ul {
	list-style: none;
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left;
	display: inline;
}

.mainHeader nav a:link, mainHeader nav a:visited {
	--color: #FFF;
	display: inline-block;
	padding: 0px 10px;
}

.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background-color: #838691;
	color: #FFF;
	text-shadow: none;
}

/*.mainHeader nav ul li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

.headerPicture img {
	width: 100%;
	height: auto;
}

/*.maincontentBorder {
	width: 70%;
	float: left;
	height: 800px;
	background-color: #c7c8cc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-top: 2%;
}*/

.mainContent {
	line-height: 25px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.content {
	width: 100%;
	float: left;
}


.topcontent a:link, .topcontent a:visited {
	color: #000;
	background-color: #c7c8cc;
}

.topcontent a:hover, .topcontent a:active {
	color: #000;
	background-color: #c7c8cc;
	text-decoration: underline;
}


.topcontent .table_engaged {
	--margin-left: 50px;
}


.topcontent table td {
	vertical-align: top;
	width: 50%;
}


.topcontent table td p {
	--margin-left: 10px;
}


.topcontent {
	background-color: #c7c8cc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3% 4%;
	margin-top: 2%;
	min-height: 500px;
}


.topcontent table {
	width: 100%;
}

.topcontentleftColumn img {
	--width: 90%;
	width: 80%;
	height: auto;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
}


.topcontentrightimage img {
	margin-left: 50px;
	width: 60%;
}

/*.topcontent content table td img {
	width: 70%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
}*/

.topcontent header {
	color: #838691;
}

/*.secondcontent {
	background-color: #c7c8cc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 4%;
	margin-top: 2%;
}*/

/*.secondcontent table td img {
--	box-shadow: none;
--	width: 40%;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}*/

.secondcontent {
	margin-top: 2%;
}


.secondcontent table {
	border-collapse:collapse;
}

.secondcontent table td {
	padding: 0px;
	margin: 0 0 0 0;
--	border:1px solid black;
	text-align: center;
}

.secondcontent table td img {
	box-shadow: none;
	width: 95%;
	margin: 0 0 0 0;
	border:4px solid white;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}


.post-info {
	font-style: italic;
	font-size: 90%;
	color: #838691;
}

.top-sidebar {
	width: 23.25%;
	float: left;
--	background-color: #585b68;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 2%;
	margin-top: 2%;
	padding: 2% 4%;
}

.top-sidebar table td {
	line-height: 20px;
}

.middle-sidebar {
	width: 23.5%;
	float: left;
--	background-color: #585b68;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 2%;
	margin-top: 2%;
	padding: 2% 4%;
}

.bottom-sidebar {
	width: 23.25%;
	float: left;
--	background-color: #585b68;
	color: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 2%;
	margin-top: 2%;
	padding: 2% 4%;
}

.bottom-sidebar img {
	width: 80%;
	height: auto;
/*	margin: 2% 0;*/
	padding: 2% 0;
}

.bottom-sidebar a:link, .bottom-sidebar a:visited {
	color: #FFF;
	--background-color: #c7c8cc;
}

.bottom-sidebar a:hover, .bottom-sidebar a:active {
	color: #FFF;
	text-decoration: underline;
}

.mainFooter {
	width: 94%;
	height: 40px;
	float: left;
	background-color: #838691; 
	color: #FFF;
	margin: 2% 0;
	padding: 0 3%;
}

.mainFooter table {
	width: 100%;
}

.mainFooter p {
	width: 92%;
	margin: 1% auto;
	color: #FFF;
}

.normallink {
	display: inline;
}


.mobilelink {
	display: none;
}

@media only screen and (min-width: 150px) and (max-width: 767px)
{


	.body {
		width: 90%;
		font-size: 70%;
	}

	.logo img {
		width: 80%;
	}


	.mainHeader nav {
		height: 200px;
	}

	.mainHeader nav ul {
		padding-left: 0;
	}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainHeader nav a:link, mainHeader nav a:visited {
		padding: 0px 10px;
		display: block;
	}

	.headerPicture img {
		display: none;
	}
	
	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		background-color: #c7c8cc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 4%;
		margin-top: 2%;
		margin-bottom: 4%;
	}

	.topcontent table td {
		width: 0%;
	}


	.topcontentleftColumn img {
		display: none;
	}

	.topcontentrightimage img {
		width: 50%;
	}

	.post-info {
		display: none;
	}
	
	.secondcontent {
		display: none;
	}

	.top-sidebar, .middle-sidebar, .bottom-sidebar {
		width: 94%;
		margin-left: 0%;
		margin-bottom: 2%;
		margin-top: 2%;
		padding: 2% 3%;
	}

	.bottom-sidebar img {
		width: 94%;
	}
	
	.normallink {
		display: none;
	}

	.mobilelink {
		display: inline;
	}

}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:portrait)
{


	.body {
		width: 90%;
		font-size: 70%;
	}

	.logo img {
		width: 80%;
	}


	.mainHeader nav {
		height: 200px;
	}

	.mainHeader nav ul {
		padding-left: 0;
	}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainHeader nav a:link, mainHeader nav a:visited {
		padding: 0px 10px;
		display: block;
	}

	.headerPicture img {
		display: none;
	}
	
	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		background-color: #c7c8cc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 4%;
		margin-top: 2%;
		margin-bottom: 4%;
	}

	.topcontent table td {
		width: 0%;
	}


	.topcontentleftColumn img {
		display: none;
	}

	.topcontentrightimage img {
		width: 50%;
	}

	.post-info {
		display: none;
	}
	
	.secondcontent {
		display: none;
	}

	.top-sidebar, .middle-sidebar, .bottom-sidebar {
		width: 94%;
		margin-left: 0%;
		margin-bottom: 2%;
		margin-top: 2%;
		padding: 2% 3%;
	}

	.bottom-sidebar img {
		width: 94%;
	}

	.normallink {
		display: inline;
	}

	.mobilelink {
		display: none;
	}

}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape)
{


	.body {
		width: 90%;
		font-size: 70%;
	}

	.logo img {
		width: 20%;
	}


/*	.mainHeader nav {
		height: 200px;
	}

	.mainHeader nav ul {
		padding-left: 0;
	}

	.mainHeader nav ul li {
		width: 100%;
		text-align: center;
	}

	.mainHeader nav a:link, mainHeader nav a:visited {
		padding: 0px 10px;
		display: block;
	}*/

/*	.headerPicture img {
		display: none;
	}*/
	
	.content {
		width: 100%;
		float: left;
		margin-top: 2%;
	}

	.topcontent {
		background-color: #c7c8cc;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		padding: 3% 4%;
		margin-top: 2%;
		margin-bottom: 4%;
	}

	.topcontent table td {
		width: 0%;
	}


/*	.topcontentleftColumn img {
		display: none;
	}*/

	.topcontentrightimage img {
		width: 50%;
	}

	.post-info {
		display: none;
	}
	
	.secondcontent {
		display: none;
	}

	.top-sidebar, .middle-sidebar, .bottom-sidebar {
		width: 94%;
		margin-left: 0%;
		margin-bottom: 2%;
		margin-top: 2%;
		padding: 2% 3%;
	}

	.bottom-sidebar img {
		width: 94%;
	}


	.normallink {
		display: inline;
	}

	.mobilelink {
		display: none;
	}

}