/*
Theme Name: Trend
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Giel Frankfurt
Author URI: http://www.giel-frankfurt.de/
Tags: 
*/



/* Begin Typography & Colors */
body {
	background-color: #042042;
	font-family: Arial, Helvetica, sans-serif;
}

/* Begin Eigene Änderung */

* {
	margin: 0px;
	padding: 0px;
}
a {
	color:#000000;
	text-decoration:none;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-top:10px;
}
ul, ol {
	font-size:12px;
	line-height:18px;
	margin-bottom:20px;
	margin-left:30px;

}
ol li {
	margin-bottom:5px;
}
h8, h1, h1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	text-decoration:none;
	padding-top: 30px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: normal;
	padding-top: 30px;
	color:#2152a8;
}
h3 a {
	color:#2152a8;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 30;
	color:#2152a8;
}
h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	background-image: url(images/h2-gelb.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	color: #373737;
	text-decoration: none;
}
h4 {
	font-size: 18px;
	font-weight: normal;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	margin-top:20px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom: 15px;
	font-weight: normal;
	margin-top: 30px;
	color:#2152a8;
}
h7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	line-height: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: 30;
	color:#2152a8;
}
#titelthemen h2 {
	margin-bottom: 0px;
	margin-top: 30;
	padding-top: 30px;
}
#titelthemen h2 a {
	margin-bottom: 18px;
	border-bottom: solid #373737 1px;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	padding-top: 0px;
	

}
#titelthemen h3 {
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	color:#000000;
}
#titelthemen a img {
	margin-right: 15px;
	border: solid #FFCB00 2px;
	margin-top: 3px;
}
#editorial {
}
#editorial img {
	float: right;
	margin-left: 10px;
}
#inhalt h2 {
	margin-bottom: 10px;
	padding:0px;
}
.widgettitle {
	margin-top: 0px;
	font-size: 18px;
	font-weight: normal;
	list-style:none;
}

li.widget_categoryposts {
	list-style:none!important;
}

#container {
	width: 1100px;
	margin: auto;
}

#head {
	height: 305px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navi {
	text-align:right;
	padding-right: 80px;
	padding-top: 25px;
}

#navi li {
	list-style:none;
	display:inline;
}

#navi a {
	margin-right: 20px;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16px;
	color: #FFFFFF;
}

#content {
	background-image: url(images/content-bgy.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#text {
	padding-left: 400px;
	min-height:1000px;
	padding-right: 90px;
	padding-bottom:100px;
}

#bg {
	background-image: url(images/content-bg-top.jpg);
	background-repeat: no-repeat;
}
#bg-unten {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#inhalt {
	width: 240px;
	float: left;
	padding-left: 80px;
}
#inhalt a {
	color: #000000;
	text-decoration: none;
}
#inhalt a:hover {
	color:#2152a8;
	text-decoration: underline;
}
#inhalt ul {
	margin-left: 12px;
}
/*#inhalt li {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	list-style-image: url(images/pfeil-blau.gif);
}*/
#inhalt-rot li { /* Wirtschaftsrat Themen BLAU */
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	list-style-image: url(images/pfeil-blau.gif);
}
#categoryposts-5 li { /* Alle Themen im Überblick ROT */
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 5px;
	list-style-image: url(images/pfeil-rot.gif);
}
#categoryposts-5 h2 { /* Alle Themen im Überblick ROT */
	color:#ff0000;
}
.podium {
	min-height: 230px;
	background-color:#dee5f2;
	padding-left:20px;
	padding-top:10px;
	padding-right:10px;
	border-bottom:2px;
	border-bottom-color:#2152a8;
	border-bottom-style:solid;
	
}
.wp-caption p {
	font-size:10px;
	line-height:12px;
	color:#2152a8;
	padding-top:5px;
	padding-left:10px;
	padding-right:30px;
	padding-bottom:10px;
	margin-right:10px;
	margin-top:0px;
	background-color:#dee5f2;
}
	
/* klasse für den Verfasser*/
address {
	font-size: 10px;
	padding-bottom: 10px;
}

#footer {
	width: 1035px;
	margin: auto;
	background-image:url(images/bg-footer.jpg);
	background-repeat:repeat-y;
	background-position:center top;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding-right: 65px;
}
#footer ul {
	margin:0px;
}
#footer li {
	list-style:none;
	display:inline;
	margin-left:10px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#suche {
	float:right;
	padding-right:80px;
	}
/* Ende Eigene Änderung */


/* Begin Sidebar */
/* Suche

.widget_search {
	list-style:none;
	display:inline;
	margin-left:10px;
	margin-bottom:10px;
}
#searchsubmit {
	width:70px;
}
#s {
	width:100px;
}
*/

#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Images */
#content img {
	padding: 0;
	max-width: 100%;
	border: none;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/*img alignright {
	margin: 15px 0px 15px 15px;
	display: inline;
	}
img.alignleft {
	margin: 15px 15px 15px 0;
	display: inline;
	}*/


.alignright {
	margin: 0px 0px 15px 15px;
	float: right;
	}

.alignleft {
	margin: 0px 15px 15px 0;
	float: left;
	}
/* End Images */