

body {
	line-height: 1.5em;
	font-family: Cambria, helvetica, arial, sans-serif;
	font-size: 14px;
	background-color: #EAEBED;
}


a {
	color: #0054A1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.external-link:after,
a.external-link-new-window:after {	
	font-family: FontAwesome;
	content: " \f08e ";
	font-size: 14px;
}

a.mail:after {	
	font-family: FontAwesome;
	content: " \f003 ";
	font-size: 14px;
}

a.download:after {	
	font-family: FontAwesome;
	content: " \f019 ";
	font-size: 14px;
}

h1 {
	font-weight: bold;
	font-size: 20px;
}

h1.csc-firstHeader {
	margin-top: 2px;
	float: none;
	border-bottom: 1px dotted #97A7BA;
	margin-bottom: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

h2 {
	color: #00539f;
	font-weight: normal;
	font-size: 18px;
}

#logo {
	cursor: pointer;
}



#siteWrap {
	background: #fff;
}

#logo {
	background: url(../img/logo.png) 10px center no-repeat #FFF;
}

#stripes {
	background: url(../img/stripes.png) no-repeat;
}

#headerNavigation {
	background: url(../img/balken_header.gif) no-repeat;
	
}

.imageGrayscale {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

.languageNavigation li {
	padding-right: 10px !important;
	/*list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 5px;
	float: right;*/
}

#headerNavigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 5px 15px 5px 5px;
	float: right;
}


#headerNavigation ul li {
	float: left;
	text-align: left;
	margin: 0;
	padding-right: 25px;
}

#headerNavigation ul li:last-child {
	padding-right: 5px;
}

#navigation {
	background: #EAEBED;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation a {
	display: block;
	font-weight: bold;
	width: 170px;
	padding: 5px 5px;
}

#navigation ul li a:hover, 
#navigation ul li a.active {
	background-color: #0054A1;
	color: #FFF;
	text-decoration: none;
}

#navigation ul li ul {
	background: #fff;
}

#navigation ul li ul li a {
	display: block;
	background-color: #FFFFFF;
	border-bottom: 1px solid #35A0DB;
	color: #000000 !important;
	font-weight: normal;
}

#navigation ul li ul li a:hover,
#navigation ul li ul li a.active {
	background-color: #CBE3F7;
	color: #00539F;
}

#navigation ul li ul li ul li a{
	padding-left: 20px;
	width: 155px;
}

#content {
	background: #fff;
}

#content ul,
#content ol {
	/*padding: 0 0 0 20px;*/
}

#content #left_col {
	width: 600px;
	float: left;
	margin-right: 10px;
}

#content #right_col {
	width: 195px;
	float: left;
}

#footer {
	/*margin-top: 10px;
	border-top: 1px solid #97A7BA;*/
	color: #999999;
	font-weight: bold;
	background-color: #fff;
}

.csc-frame-rulerAfter {
	border-bottom: 1px dotted #97a7ba;
}

/* TEASER BOX */
.stage {
	background: url(http://www.hogrefe.de/typo3conf/ext/vtm_hogrefe/images/layout/balken_subcontent_header.gif) #fff repeat-x left top;
	border: 1px solid #c2cdd8;
	margin-bottom: 20px;
}

.stage h1 {
	font-weight: bold;
	font-size: 18px;
	color: #000000;
	line-height: 19px;
}

.subcolumns {
	width: 100%;
	overflow: hidden;
}

.subheader {
	padding: 0 8px 5px;
}

.subch, span.subch h1 {
	height: 16px;
	padding-bottom: 6px;
	/*padding-top: 5px;*/
	border-bottom: 1px #97a7ba dotted;
}

.subcolumns .subch img {
	float: left;
	margin-right: 8px;
}

.subfooter {
	clear: both;
	padding-bottom: 16px;
	padding-left: 8px;
}

.subcf {
	padding-top: 7px;
}

.subcolumns div.c50l img {
	/*background: url("http://www.hogrefe.de/typo3conf/ext/vtm_hogrefe/images/layout/allgemein/schatten_93x93.gif") no-repeat scroll right bottom transparent;*/
	/*padding: 0 14px 5px 0;*/
}

#teaserBox {
	float:left;
	width: 18%;
	margin: 5px; 
}

#innerSiteWrap {
	background-color: #EAEBED !important;
}


