b, strong{font-weight: bold;}
i{font-style: italic;}

.white{color: #ffffff;}
.light-grey{color: #c9c9c9;}
.middle-grey {
	color: #aaa;
	font-weight: normal;
}
.dark-grey{}
hr{
	border: 0;
	border-bottom: 1px dotted #cbcbcb;
	background: none;
	margin: 10px 0 15px 0;
}

#campus-start, #campus-overlay{
	font: 12px/14px helvetica, arial, sans-serif;
}

#campus-overlay h1,
#campus-start h1{
	font-weight: bold;
	margin-bottom: 20px;
}
#campus-overlay h2,
#campus-start h2{
	color: #484848;
	font-weight: bold;
	font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
#campus-overlay h2.border {
	border-top: 1px solid #484848;
	border-bottom: 1px solid #484848;
	line-height: 30px;
}
#campus-overlay .category .topic h3 {
    border-top: 1px solid #8B8B8B;
    padding: 10px 0 0 10px;
    margin-left: 0;
	float: none !important;
}
#campus-overlay .category .topic.first h3 {
    border-top: none !important;
}

#campus-overlay h3,
#campus-start h3{
	color: #8b8b8b;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 15px;
    margin-left: 10px;
}
#campus-overlay .object-navi h3 {
    margin-left: 0;
	color: #3B3B3B;
	font-size: 16px;
}
#campus-overlay h4,
#campus-start h4{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}
.campus-marginal h2, .second-navi h2{
	text-transform: uppercase;
	letter-spacing: 0.3em;
	font-family: Arial, Helvetica, sans-serif;
}
.campus-marginal p.text {
	margin-top:20px;
	line-height:18px;
}
.campus-marginal .more{
	color: #484848;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	bottom: 15px;
}
.btn-greyarrow{
	background-color: #dcdcdc;
	color: #888888;
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 6px;
	height: 21px;
	line-height: 20px;
    cursor: pointer;
}
a.btn-arrow{
	background: #a5a5a5 url("../img/pixel_pfeil_hell_rechts.png") 7px 4px no-repeat;
	display: block;
	height: 21px;
	width: 20px;
	float: right;
	margin-left: 15px;
}

#campus-overlay .header .menu ul{
	list-style: none;
	float: left;
	width: 100%;
	margin-left: 0;
	position: absolute;
}
#campus-overlay .header .menu ul li{
	float: left;
	padding: 4px 15px;
}
#campus-overlay .header .menu li.active, #campus-overlay .header .menu ul li:hover {
	border-bottom: 5px solid #3B3B3B;
}
#campus-overlay .header .menu a{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#campus-overlay .header .login, .newsletter {
	float: right !important;
/*
	display: inline-block;
	margin-right: 30px;
	line-height: 22px;
*/
}
#campus-overlay .search-field .input-search{
	width: 475px;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	font-size: 11px;
	border: none;
	background-color: #fc7500;
	float: left;
	padding: 0 10px;
	line-height: 20px;
	color: #ffffff;
}
#campus-overlay .btn-search{
	background: #fc7500 url("../img/lupe_transparent_klein.png") center center no-repeat;
	width: 35px;
	height: 20px;
	border: none;
	float: right;
	cursor: pointer;
}
/* WebKit Browser */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input { outline: none; } /* Verhindert input glow */
}
#campus-overlay .btn-search-close {
    background: #fff url("../img/pixel_x_rot.png") center center no-repeat !important;
    width: 24px;
}

#campus-overlay #lupe-searchfield .input-search{
	margin: 15px 40px 20px 20px;
	height: 35px;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
	color: #ffffff;
	border-bottom: 2px solid #ffffff;
	padding-top: 14px;
	padding-bottom: 4px;
	width: 830px;
}
#campus-overlay #lupe-searchfield .btn-search{
	position: absolute;
	width: 60px;
	height: 65px;
	background: transparent url("../img/lupe_transparent.png") no-repeat center center;
	right: -60px;
	top: 17px;
}
#campus-overlay .category h2{
	background-color: #c9c9c9;
	height: 70px;
	font-weight: bold;
	font-size: 36px;
	line-height: 70px;
	padding: 0 15px;
	margin-bottom: 25px;
	position: relative;
}
#campus-overlay .category h2 .close{
	background-color: transparent;
	right: 0;
	top: 2px;
}
#campus-overlay .col-right .category h4{
	background-color: #c9c9c9;
	padding: 10px 13px;
	margin: 0;
	position: relative;
}
#campus-overlay .col-right .topic p{margin-bottom: 10px;}
#campus-overlay label{
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #8a8a8a;
}
#campus-overlay .footer a{color: #ffffff;}
#campus-overlay .footer a.impressum{
	padding: 10px 20px;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	background-color: #000000;
}
#campus-overlay .footer .impressum{
	display: block;
	line-height: 30px;
	height: 30px;
}
#campus-overlay .detail{
	color: #3B3B3B;
	background-color: #E8E8E8;
}
#campus-overlay .detail .col-left .pinklink {
	color: #DF3A7E;
}
#campus-overlay .detail .col-left .ftext {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 16px;
}
#campus-overlay .detail .col-left .wbtext {
	margin-top: 20px;
	margin-bottom: 20px;
	line-height: 22px;
	font-size: 16px;
}

#campus-overlay .detail .col-left .atext {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    margin-top: 30px;
	margin-bottom: 30px;
}
#campus-overlay .detail .col-left h1, #campus-overlay .content-center-overlay h1{
	font-weight: bold;
	font-size: 26px;
	line-height: 30px;
	color: #3b3b3b;
	margin-bottom: 0;
	/*margin-top: 13px;*/
}
#campus-overlay .content-center-overlay h1{
	font-size: 23px;
}
#campus-overlay .detail .col-left h2{
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	color: #3b3b3b;
}
#campus-overlay .detail .col-left h3{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #3b3b3b;
}
#campus-overlay .detail .col-left h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #3b3b3b;
	margin-bottom: 0;
}
#campus-overlay .detail .col-left p{
	font-weight: normal;
	line-height: 20px;
	font-size: 16px;
	color: #3b3b3b;
}
#campus-overlay .detail .col-left .bold{
	font-weight: bold;
	line-height: 20px;
	font-size: 16px;
	color: #3b3b3b;
}
#campus-overlay .rating{
	color: #ffffff;
}
#campus-overlay .rating h3{
	margin: 0 0 15px 0;
	color: #ffffff;
}
#campus-overlay .rating .numbers{
	position: absolute;
	color: #df3a7e;
	font-weight: bold;
	font-size: 14px;
	top: 12px;
	left: 0;
	z-index: 100;
	margin-left: -12px;
}
#campus-overlay .rating .numbers span{
	display: block;
	float: left;
	width: 40px;
	margin-left: 12px;
	text-align: center;
}
#campus-overlay .rating hr{
	border: 0;
	border-bottom: 1px dotted #fff;
	background: none;
	margin: 15px 0;
}
#campus-overlay .star, #campus-overlay .eye, #campus-overlay .termin-icon-white{
	text-indent: 40px;
	display: block;
	height: 20px;
	line-height: 20px;
}
#campus-overlay .star{
	background: transparent url("../img/icon_bewertet.png") no-repeat 5px 0;
	margin-bottom: 10px;
}
#campus-overlay .eye{background: transparent url("../img/icon_angesehen.png") no-repeat 5px 0;}
#campus-overlay .termin-icon-white{
    background: transparent url("../img/praesentationstermin-weiss.png") no-repeat 0 0;
    height: 30px;
    padding: 5px 0 0 0;
}
#campus-overlay .results #slide-results h3{
	line-height: 30px;
	font-size: 18px;
	margin-top: 25px;
	color: #ffffff;
}
#campus-overlay .results #slide-results h4{
	font-size: 12px;
}
#campus-overlay .results #slide-results a{
	line-height: 18px;
	color: #ffffff;
}
#campus-overlay .results #slide-results .active a{
	color: #000000;
}
#campus-overlay .close{
	position: absolute;
	background: transparent url("../img/kreuz_schliessen.png") center center no-repeat;
	display: block;
	top: 0;
	width: 60px;
	height: 65px;
	right: -62px;
}
#campus-overlay .close.black{
     background: url("../img/suchergebnis_schliessen.png") no-repeat scroll center center #E8E8E8;
}
.campus-slider .object-navi h4{
	color: #DF3A7E;
	line-height: 16px;
	font-size: 12px;
	margin-bottom: 3px;
}
.campus-slider .object-navi h3{
	margin-left: 0;
	color: #3B3B3B;
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 0;
	overflow: hidden;
}
#campus-overlay .campus-slider h2{
	font-weight: bold;
	margin-top:-2px;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
}
#campus-overlay .campus-slider h2 span{
	display: block;
	float: left;
	width: 80px;
}
.campus-slider #slider-overlay .sponsor{
	width: 136px;
	height: 47px;
	position: absolute;
	top: 20px;
	right: 25px;
	font-size: 11px;
	color: #000000;
}
.campus-slider #slider-overlay p{
	margin-bottom: 20px;
	width: 500px;
	font-size: 24px;
	line-height: 28px;
	font-weight: 100;
}
.campus-slider #slider-overlay h1{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 20px;
	margin-top: 28px;
}
#campus-overlay .campus-slider #slider-overlay p{
	font-size: 28px;
	line-height: 32px;
}
#campus-overlay .campus-slider #slider-overlay h1{
	font-size: 32px;
	line-height: 34px;
	margin-bottom: 30px;
	margin-top: 32px;
}
#campus-overlay .content-center-overlay .step {
    font-size:14px;
    color:#3d3d3d;
    font-weight: bold;
}
#campus-overlay .content-center-overlay h4 {
	font-size: 16px;
}
