/* #### ALLGEMEIN #### */



html, body {
	margin:0;
	padding:0;
	text-align:left;
	font-size:14px;
	color:#333;
	font-family:Verdana,sans-serif;
	outline: 0;
	outline-style:none;
	outline-width:0;	
}

html {
	overflow-y:scroll;	
}

@media print { 
.noPrint { 
	display:none; 
}
}

@media screen { 
.onlyPrint { 
	display:none; 
}
}

/* ### Hintergrund abdunkeln ### */
.dimmed {
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2000;
	width:2000px;
	height:2000px;
	margin:0;
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
	filter:alpha(opacity:35,style=0);
	-moz-opacity: 0.35;
	opacity:.35;	
	overflow:hidden;
}

html>body .dimmed {
	position:fixed;
}
/* ############################# */

a.scrollUp,
a.scrollUp:HOVER,
a.scrollUp:FOCUS {
	display:none;
	position:fixed;
	right:0px;
	bottom:-5px;
	height:65px;
	width:190px;
	margin:0px;
	padding:0px;
	background-color:transparent;
	color:#333;
	font-size:14px;
	line-height:20px;
	z-index:999;
	text-decoration: none;
	text-align: center;
	background-image:url('../../images/bg_scrollUp.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	outline:0;
}

a.scrollUp span {
	position:relative;
	top:20px;	
}


.standardheader {
/*	
	background:transparent;
	background-image:url("../../images/header/bg_header.jpg");
	background-position:0px 0px;
	background-repeat:repeat-x;
*/
}

.pers_area {
	/*
	background-image:url("../../images/pers_area/bg_header.gif") !important;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#f7f9fc;
	*/
}

.referent_area {
	background-image:url("../../images/referentarea/bg_header.png") !important;
	background-position:top left;
	background-repeat:repeat-x;
    background-color:#fefef3;
}

.formheader {
	background:transparent;
	background-image:url("../../images/header/bg_header_formulare.gif");
    background-position:top left;
    background-repeat:repeat-x;
    background-color:#f7f9fc;
}

.noheader,
.noBgImage {
	background:none !important;
	background-image:none !important;
}

.errorBG {
	background-color:#fc0 !important;
}

.errorMSG {
	color:#c00 !important;
	background-color:#fc0 !important;
	padding:0px 0px 5px 0px !important;
}

.errorBORDER {
	border:2px solid #c00 !important;
	background-color:#fff !important;
}

ul {
	padding:0;
	margin:0;
	list-style-type:none; /* for Firefox */
}

img {
	border:0;
	margin:0;
	padding:0;
}

a,
a:visited,
a:active {
	color:#038;
	text-decoration:none;
    outline: 0;
    outline-style:none;
    outline-width:0;	
}

a:hover,
a:focus {
	color:#038;
	text-decoration:underline;
    outline: 0;
    outline-style:none;
    outline-width:0;	
}


a p,
a:visited p,
a:active p {
	color:#038;
	text-decoration:none;	
}

a:hover p,
a:focus p {
	color:#038;
	text-decoration:underline;	
}


.trennblock {
	clear:both;
}

.pflichtfeld {
	color:#cc0000;
}

.fett {
	font-weight:bold;
}

.markerBlau {
	background-color:#bfc9e1;
	padding:5px !important;
}

#presse_content, #presse_content p {
		font-size:14px;
		line-height:20px;
}
/* ################### */




.eventtime {
	font-weight: normal !important;
}

.summer_campus{
    color:#223773;
    font-size:13px;
    line-height:18px;
  
}
.summer_campus td{
    padding:5px;
}
.summer_campus .darkyellow{
    background-color:#ffcc00;
    font-weight:bold;
}
.summer_campus .blue{
    background-color:#e8e8e8;
}
.summer_campus .yellow{
    background-color:#fff5cc;
}


