@charset "utf-8";
/*
Theme Name: Intercris
Theme URI: http://www.intercris.de
Description: Das WordPress-Template für die Inter Cris Messeagentur GmbH.
Version: 1.0
Author: Till Marsel
Author URI: http://tmarsel.funpic.de/weblog
*/

body {
	margin: 30px 0px 0px 0px;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #E4E4DB;
}

h1, h1 a:link, h1 a:visited {
	color: #FC6E20;
	font-size: 14px;
	text-decoration: none;
	background-color: inherit;
}

h2 {
	font-size: 14px;
	color: #FC6E20;
	background-color: inherit;
}

a, a:link, a:visited {
	color: #333333;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

#center {
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	border-right: 2px solid #EDEDED;
	background-image: url(images/center_bg.png);
}

#logo {
	width: 920px;
	height: 50px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
}

#header {
	width: 920px;
	height: 86px;
	background-image: url(images/header/standard.jpg);
}

#navigation {
	width: 920px;
	height: 46px;
	background-image: url(images/navigation_bg.png);
	background-repeat: repeat-x;
}

#navigation_main {
	margin: 0px 0px 0px 46px;
	padding: 2px 0px 0px 0px;
}

#navigation_main li {
	display: inline;
	padding: 2px 10px 8px 10px;
	font-size: 11px;
}

#navigation_main li a:link, #navigation_main a:visited, #navigation_main a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: inherit;
}

#navigation_main li.active {
	background-color: #FF5B00;
	color: inherit;
}

#navigation_sub {
	margin: 9px 0px 0px 46px;
	padding: 0;
}

#navigation_sub li {
	display: inline;
	padding: 0px 11px 0px 10px;
	font-size: 11px;
	border-right: 1px solid #000000;
}

#navigation_sub li a:link, #navigation_sub li a:visited {
	color: #000000;
	text-decoration: none;
	background-color: inherit;
}

#navigation_sub li a:hover {
	color: #FFFFFF;
	background-color: inherit;
}

#content_wrapper {
	width: 688px;
	float: left;
	margin: 0;
	padding-left: 40px;
}

#menu {
	width: 658px;
	padding-right: 30px;
	padding-top: 10px;
	text-align: right;
	height: 30px;
}

#menubar {
	width: 430px;
	float: left;
}

#menubar ul {
	margin: 0;
	padding: 0;
}

#menubar ul li {
	display: inline;
}

#searchbar {
	width: 228px;
	float: right;
	padding-top: 1px;
}

#s {
	border: 1px solid #333333;
	background-color: #FFFFFF;
	color: inherit;
}

#searchsubmit {
	border: 1px solid #333333;
	background-color: #666666;
	color: #FFFFFF;
}

#content {
	padding: 10px 30px 30px 60px;
	margin: 0;
}

.post {
	padding-bottom: 10px;
}

.post img {
	float: left;
	padding-top: 3px;
	padding-right: 10px;
}

.metadata {
	font-weight: bold;
	font-size: 11px;
}

#sidebar {
	width: 186px;
	float: right;
	margin: 0;
}

#sidebar h2 {
	background-color: #A7A7A7;
	color: #FFFFFF;
	font-size: 11px;
	padding: 2px 5px 2px 15px;
	margin: 0;
}

.sidebar_border {
	width: 186px;
	height: 8px;
	background-image: url(images/sidebar_border_bg.png);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

#aktuelles {
	background-image: url(images/news_bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCCCCC;
	margin: 0;
	padding-top: 60px;
	padding-left: 0;
	color: inherit;
}

#aktuelles li {
	list-style-type: none;
	line-height: 2em;
	font-size: 11px;
	padding-left: 20px;
}

#aktuelles li a:hover {
	background-color: #888888;
	color: inherit;
}

#aktuelles li.more a:hover {
	background-color: #666666;
	color: inherit;
}

.more {
	text-align: left;
	background-color: #666666;
	margin-top: 10px;
	margin-left: 126px;
	color: #FFFFFF;
}

.more a:link, .more a:visited, .more a:hover {
	color: #FFFFFF;
	background-color: inherit;
}

#messen {
	background-image: url(images/messen_bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #CCCCCC;
	margin: 0;
	padding-top: 60px;
	padding-bottom: 0;
	padding-left: 0;
	color: inherit;
}

#messen li {
	list-style-type: none;
	line-height: 2em;
	font-size: 11px;
	padding-left: 20px;
}

#infos {
	background-image: url(images/info_bg.jpg);
	background-repeat: no-repeat;
	height: 114px;
	margin: 0;
}

#info_link {
	background-color: #666666;
	width: 40px;
	height: 18px;
	margin-top: 92px;
	float: right;
	padding-top: 4px;
	padding-left: 20px;
	font-size: 11px;
	color: inherit;
}

#info_link a:link, #info_link a:visited, #info_link a:hover {
	color: #FFFFFF;
	background-color: inherit;
}

#anschrift {
	line-height: 2em;
	font-size: 11px;
	padding: 10px 0px 10px 20px;
	background-color: #CCCCCC;
	margin: 0;
	color: inherit;
}

#footer {
	clear: both;
	width: 902px;
	height: 30px;
	background-image: url(images/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #E4E4DB;
	padding: 25px 10px 0px 10px;
	text-align: center;
	font-size: 11px;
	color: inherit;
}

.messeplaner {
	padding: 0;
	margin: 0;
}

.messeplaner li {
	list-style-type: none;
	background-image: url(images/pfeil_gepunktet.gif);
	background-repeat: no-repeat;
	line-height: 3em;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
}

.referenzen {
	padding: 0;
	margin: 0;
}

.referenzen li {
	list-style-type: none;
	background-image: url(images/pfeil_gepunktet.gif);
	background-repeat: no-repeat;
	line-height: 2em;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
}

.leistungen_unit {
	padding-bottom: 30px;
}

.team_unit {
	padding-bottom: 150px;
}

.jobs_unit {
	padding-bottom: 60px;
}

.back {
	background-image: url(images/pfeil_gepunktet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 11px;
}

.head {
	background-color: #ff5b00;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 3px 5px 3px 5px;
}
