@charset "utf-8";
@import url(reset.css);
@import url(lightbox.css);

/* ----------------------------------------------------- */

body {
	background-image: url('../images/background.gif');
	background-repeat: repeat-x;
	background-color: #e3e3e3;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	color: #e3000b;
	line-height: 1.4em;
	padding: 12px 0 6px 0;
	font-weight: normal;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 18px;
	padding: 20px 0 6px 0;
	clear: both;
}

h3 {
	font-size: 15px;
}

p {
	font-size: 13px;
	line-height: 1.4em;
	padding: 6px 0 6px 0;
	color: #282828;
}

a:link, a:visited, a:active {
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: none;
}

#wrap {
	position: relative;
	width: 960px;
	margin: 0 auto;
}

#page {
	position: relative;
	background-color: #fff;
	padding: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
}

#header {
	position: relative;
	width: 940px;
	height: 235px;
}

#header-logo {
	position: absolute;
	top: 15px;
	left: 0;
}

#header-black-fill {
	position: absolute;
	width: 68px;
	height: 190px;
	top: 45px;
	left: 0;
	background-color: #000;
}

#header-navigation {
	position: absolute;
	width: 252px;
	height: 190px;
	top: 45px;
	left: 68px;
	background-color: red;
	background-image: url('../images/gradient-red.gif');
	background-repeat: repeat-y;
}

#header-navigation ul {
	margin-top: 5px;
}

#header-image {
	position: absolute;
	top: 0;
	right: 0;
}

#header-text {
	position: absolute;
	top: 45px;
	left: 320px;
}

#main {
	position: relative;
}

#sidebar {
	position: absolute;
	width: 249px;
	left: 71px;
}

#sidebar img {
	margin-top: 3px;
}

#content {
	position: relative;
	width: 560px;
	padding: 10px 30px 10px 30px;
	margin-left: 320px;
}

#content ul {
	padding: 10px 0;
}

#content ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 30px;
	padding-left: 0px;
	padding: 2px 0;
	font-size: 13px;
	line-height: 1.4em;
	color: #282828;
}

#content ul li ul {
	padding: 5px 0 10px 0;
}

#content ul li ul li {
	list-style-type: circle;
}

#socialmedia {
	position: relative;
	clear: both;
	height: 58px;
}

#socialmedia-black-fill {
	position: absolute;
	top: 21px;
	left: 0;
	width: 68px;
	height: 37px;
	background-color: #000;
}

#socialmedia-icons {
	position: absolute;
	top: 21px;
	left: 68px;
	width: 252px;
	height: 37px;
	background-color: red;
	background-image: url('../images/gradient-red.gif');
	background-repeat: repeat-y;
}

#socialmedia-icons img {
	margin-left: 3px;
}

#socialmedia-twitter {
	position: absolute;
	top: 21px;
	left: 320px;
	width: 620px;
	height: 37px;
	background-image: url('../images/gradient-grey.gif');
}

#socialmedia-twitter p {
	font-size: 12px;
	line-height: 1.2em;
	padding: 4px 60px 0 30px;
	color: #686868;
	font-style: italic;
	text-align: right;
}

#socialmedia-twitter-bird {
	position: absolute;
	top: 0;
	right: -10px;
}

#footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;
	height: 180px;
	background: url('../images/footer2.gif') no-repeat 10px 0;
}

#footer ul li {
	display: inline;
	margin-left: 5px;
}

#footer a {
	font-size: 11px;
	color: #828282;
}

.news-single {
	margin-bottom: 25px;
}

.news-latest h3 span, .news-single h2 span, .event-latest h3 span {
	padding-right: 10px;
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}

.news-latest h3 {
	padding-top: 0;
	color: #282828;
	font-size: 13px;
}

.news-latest h2 a {
	text-decoration: none;
}

.event-latest {
	margin-top: 3px;
	padding: 0 20px 10px 20px;
	background-color: #f4f4f4;
}

.event-latest h3 {
	padding-bottom: 0;
}

.event-latest h2 {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
}

h2.event-header {
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 10px;
}

.link {
	padding-top: 20px;
	font-size: 13px;
}

.csc-frame-rulerAfter {
	margin: 10px 0;
	border-bottom: 1px solid #999;
}

.addthis {
	margin-top: 20px;
}

.csc-frame-frame1 {
	margin-top: 10px;
	padding: 0 20px;
	border: 1px solid #dadada;
	background-color: #fbfbfb;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 40px #eee;
	-moz-box-shadow: 0 0 40px #eee;
}

.csc-frame h2 {
	padding-top: 15px;
}

.csc-frame-frame1 ul {
	list-style-image: url('../images/check.gif');
	list-style-position: outside !important;
	margin-left: 20px;
}

.csc-frame-frame1 li {
	padding-left: 5px !important;
	margin-left: 10px !important;
}

.csc-frame-frame2 {
	margin-top: 10px;
	padding: 0 20px;
	border: 1px solid #dadada;
	background-color: #fbfbfb;
	margin-bottom: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 40px #eee;
	-moz-box-shadow: 0 0 40px #eee;
}

.csc-frame-frame2 h4 {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	background: #dadada;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 14px;
	margin: 0 -20px;
	padding: 5px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

#header-text .csc-frame-frame1 {
	margin: 0;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}


fieldset {
	margin-top: 10px;
	padding: 0 20px;
	border: 1px solid #dadada;
	background-color: #fbfbfb;
	margin-bottom: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-box-shadow: 0 0 40px #eee;
	-moz-box-shadow: 0 0 40px #eee;
}

legend {
	text-transform: uppercase;
	font-size: 11px;
	color: #555;
	text-align: right;
	padding: 0 10px;
}

label {
	float: left;
	width: 30%;
	clear: both;
}

#footer-menu {
	position: absolute;
	top: 0;
	left: 81px;
}

#footer-menu ul {
	position: relative;
	line-height: 0;
}

#footer-menu li {
	padding: 0;
	margin: 0;
	line-height: 0;
}

#footer-menu a {
	display: block;
	height: 20px;
	background-position: bottom left;
	margin: 0;
	padding: 0;
	line-height: 0;
	margin-top: 5px;
}

#footer-menu a:hover, #footer-menu a:focus {
	background-position: top left;
}

#footer-menu-rhetorik a {
	width: 67px;
	background-image: url('../images/menu-rhetorik.gif');
}

#footer-menu-marketing a {
	width: 85px;
	background-image: url('../images/menu-marketing.gif');
}

#footer-menu-pr a {
	width: 99px;
	background-image: url('../images/menu-pr.gif');
}

#footer-menu-spindoctor a {
	width: 92px;
	background-image: url('../images/menu-spindoctor.gif');
}

#footer-menu-akademie a {
	width: 85px;
	background-image: url('../images/menu-akademie.gif');
}

#footer-menu-verlag a {
	width: 54px;
	background-image: url('../images/menu-verlag.gif');
}

#footer-menu-personalentwicklung a {
	width: 173px;
	background-image: url('../images/menu-personalentwicklung.gif');
}


#portal-institut {
	position: relative;
	clear: both;
	height: 68px;
}

#portal-institut-black-fill {
	position: absolute;
	top: 31px;
	left: 0;
	width: 68px;
	height: 37px;
	background-color: #000;
}

#portal-institut-gradient {
	position: absolute;
	top: 31px;
	left: 71px;
	width: 880px;
	height: 37px;
	background-image: url('../images/portal-gradient-blue.gif');
	background-repeat: repeat-y;
}

#portal {
	position: relative;
	height: 250px;
	margin-top: 3px;
	margin-left: 71px;
}

.portal-menu {
	position: absolute;
}

.portal-menu a {
	display: block;
	height: 70px;
	background-position: bottom left;
	margin: 0;
	padding: 40px 22px 0 22px;
	line-height: 1.4em;
	text-decoration: none !important;
	color: #3a3a3a;
	font-size: 12px;
}

.portal-menu a:hover, .portal-menu a:focus {
	background-position: top left;
}

#portal-menu-rhetorik {
	top: 0;
	left: 0;
}

#portal-menu-rhetorik a {
	width: 205px;
	background-image: url('../images/portal-menu-rhetorik.gif');
}

#portal-menu-marketing {
	top: 0;
	left: 252px;
}

#portal-menu-marketing a {
	width: 205px;
	background-image: url('../images/portal-menu-marketing.gif');
}

#portal-menu-pr {
	top: 113px;
	left: 0;
}

#portal-menu-pr a {
	width: 205px;
	background-image: url('../images/portal-menu-pr.gif');
}

#portal-menu-spindoctor {
	top: 113px;
	left: 252px;
}

#portal-menu-spindoctor a {
	width: 205px;
	background-image: url('../images/portal-menu-spindoctor.gif');
}

#portal-menu-ehlers {
	top: 113px;
	left: 504px;
}

#portal-menu-ehlers a {
	width: 321px;
	background-image: url('../images/portal-menu-ehlers.gif');
}

#portal-institut-menu {
	position: relative;
	height: 81px;
	margin-left: 71px;
	margin-top: 3px;
}

#portal-menu-akademie {
	top: 0;
	left: 0;
}

#portal-menu-akademie a {
	width: 205px;
	height: 41px;
	background-image: url('../images/portal-menu-akademie.gif');
}

#portal-menu-verlag {
	top: 0;
	left: 252px;
}

#portal-menu-verlag a {
	width: 205px;
	height: 41px;
	background-image: url('../images/portal-menu-verlag.gif');
}

#portal-menu-personalentwicklung {
	top: 0;
	left: 504px;
}

#portal-menu-personalentwicklung a {
	width: 321px;
	height: 41px;
	background-image: url('../images/portal-menu-personalentwicklung.gif');
}

#portal-footer {
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 10px;
	text-align: right;
	height: 20px;
}

#portal-footer ul li {
	display: inline;
	margin-left: 5px;
}

#portal-footer a {
	font-size: 11px;
	color: #828282;
}

#portal-video {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 504px;
}

#header-back-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}


#newsletter {
	margin-top: 3px;
	padding: 0 20px 10px 20px;
	background-color: #f4f4f4;
}

#newsletter h2 {
	padding-top: 10px;
	padding-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
}

.filelink {
	font-size: 13px;
}

.filelink dd img {
	padding-right: 5px;
}

#banner {
	position: relative;
	margin-left: 70px;
}