body {
	/*background-image:url(grafiken/logo.png); background-repeat:no-repeat;*/
	background-color: white;
}
/* for hover to work in IE if there is no href attribute */
a.ahover {
	color: #172C73 !important;
	background: #ffdd81 !important;
}

.blueTriangle {
	background-image: url(grafiken/blueTriangle.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 8px;
}

label {
	cursor: pointer;
}

ul.emailProtectionList {
	margin-top:0px;
	margin-bottom:5px;
	margin-left:1em;
}

.error {
	font-weight: bold; color: #f00;
}
.success {
	font-weight: bold; color: #0a0;
}

#menu {
	padding: 0 0 20px 0;
	position: absolute; left: 25px; top: 283px;
	list-style: none;
}

#menu .normal {
	margin-bottom: 10px;
}

#menu .normal a, #menu a.login {
	display:block;
	background: #192d72;
	background-repeat: no-repeat;
	font-family: Arial; font-size: 11px;
	font-weight: normal;
	color: white; text-decoration: none;
	width: 176px;
	padding-left: 15px; padding-top: 4px; padding-bottom: 4px;
	margin-top: 2px;
}

#menu .normal a.sublink {
	display:block;
	background: #192d72;
	background-repeat: no-repeat;
	font-family: Arial; font-size: 10px;
	font-weight: normal;
	color: white; text-decoration: none;
	width: 161px;
	padding-left: 15px; padding-top: 2px; padding-bottom: 2px;
	margin-top: 1px;
	margin-left: 15px;
}

#menu .intern em {
	font-style: normal;
	display: block;
	background: #192d72;
	font-family: Arial; font-size: 11px;
	color: white;
	padding-left: 13px; padding-top: 2px; padding-bottom: 6px;
}

/*#menu a.login {
	margin-bottom: 10px;
}*/

#menu .normal a:hover, #menu a.login:hover, #menu .intern a:hover {
	color: #172C73;
	background: #ffdd81;
}

#menu .intern {
	width: 187px;
	border: solid 2px #192d72;
}

#menu .intern a {
	display:block;
	background: #eeeeee;
	border-top: solid 1px #192d72;
	font-family: Arial; font-size: 11px;
	color: #192d72; text-decoration: none;
/*	width: 171px; height: 20px;*/
	padding-left: 20px; padding-top: 4px; padding-bottom: 4px;
}

#menu .intern a.sublink {
	font-size: 10px !important;
	margin-left: 10px;
	padding-top: 0px !important; padding-bottom: 0px !important;
	border-color: #ffffff;
}


#stadt {
	position: absolute; right: 50px; top: 10px;
	font-family: Arial; font-size: 50px; font-weight: bold;
	color: #172C73;
}

#collage_wrapper {
	position: absolute; left: 0px; top: 70px;
	width: 100%;
	overflow: hidden;
}

#collage {
	position: relative;
	white-space: nowrap;
}

#topright {
	display: block;
	position:absolute; top:10px; right:20px;
	padding: 10px 10px 10px 10px;
	height: 30px;
/*	background: url(grafiken/hst_klein.png); background-position: right;*/ background-repeat: no-repeat;
	font-family: Verdana, Helvetica, Arial;
	font-size:25px;
	font-weight: bold;
	text-decoration: none;
	color: #192d72;
}

.hst_table td {
	vertical-align: top;
	padding-bottom: 5px;
}
.hst_table td.left {
	padding-right: 50px;
	white-space: nowrap;
	font-weight: bold;
}

#inhalt {
	position: absolute; left: 234px; top: 220px;
	padding-right: 20px; padding-bottom: 20px;
	font-family: Verdana;
	font-size: 13px;
}

#footer {
	margin-top: 20px;
}

.news {
/*	padding: 10px;
	background-color: #eee;*/
	margin-bottom: 80px;
	clear: right;
	/*font-size: 14px;   
	font-weight: normal; 
	color: #000000; 
	font-style: normal; 
	font-family: verdana; 
	text-decoration: none;*/
}

.news td {
	vertical-align: top;
}

.heading, h1
{
	font-size: 12pt;   
	font-weight: bold; 
	color: #000000; 
	font-style: normal; 
	font-family: Verdana; 
	text-decoration: none;
}

.heading_bg, h2
{
	margin-top: 10px;
	padding-top: 22px;
	padding-bottom: 22px;
	background: url(grafiken/gelb1.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 12pt;   
	font-weight: bold; 
	color: #000000; 
	font-style: normal; 
	font-family: Verdana; 
	text-decoration: none;
}

.heading_small
{
	font-weight: bold;
	padding-top: 10px;
}

#inhalt a {
	text-decoration: none;
	font-weight: bold;
	color: #192d72;
}

#inhalt a.small {
	font-weight: normal;
}
#inhalt a.notBold {
	font-weight: normal;
}

a.map {
	padding-right: 16px;
	margin-right: 1px;
	background: url(grafiken/map.png);
	background-position: right 2px;
	background-repeat: no-repeat;
}

/*#inhalt a:hover {
	text-decoration: underline;
}*/

/* Formulare */
textarea {
	width: 35em;
	height: 18em;
	font-family: Verdana, Arial, Sans-Serif; font-size: 12px;
}

.bluebutton {
	border: none;
	background-color: #008;
	color: #fff;
	cursor: pointer;
}

.editIcon {
	padding: 0px 20px 1px 0px;
	width: 110px; height: 18px;
	background-image: url(grafiken/buttons/edit.png);
	background-position: 90px;
	background-repeat: no-repeat;
	font-size: 12px;
}
.delIcon {
	padding: 0px 20px 1px 0px;
	width: 90px; height: 18px;
	background-image: url(grafiken/buttons/del.png);
	background-position: 70px;
	background-repeat: no-repeat;
	font-size: 12px;
}

.redbutton {
	border: none;
	background-color: #800;
	color: #fff;
	cursor: pointer;
}

a.bluebutton {
	padding: 2px 10px;
	color: #fff !important;
	font-weight: normal !important;
}
a.bluebutton:hover {
	text-decoration: none !important;
}


/* @-Zeichen */
b.a {
	/*position:absolute;*/
	padding-left:9px;
	background: url('grafiken/at.png'); background-position: center; background-repeat: no-repeat;
}

/* mouse-layer */
.mousel {
	position: absolute;
	background: #eee;
	border: 2px solid #000072;
	padding: 2px 5px;
	color: #000072;
	font-family: verdana; font-size: 12px;
	font-weight: bold;
	max-width: 300px;
}

/* Semesterprogramm */
.termin_beschreibung
{
	margin-top: 5px;
}
.termin_beschreibung_small
{
	margin-top: 2px;
	font-size: 12px;
}

hr
{
	height: 1px;
	background-color: #cc0; color: #cc0;	/* das Color-Attribut ist für den Internet Exploder */
	border: none;
	margin: 0px;
	padding: 0px;
}

/* Semesterthema hervorheben */
.termin em, .mousel em, .gh {
/*	font-variant: small-caps;*/
	font-weight: bold; font-style: italics;
}


/* Kontakt */
.textfeld
{
	width: 15em;
}

/* Infoboxen */
.infobox {
	float: right;
	width:250px; margin-left: 20px;
	border: 2px solid #192d72;
	background-color: #eeeeee;
}
.infobox .titel
{
	background: #192d72;
	font-family: Arial; font-size: 12px;
	font-weight: bold;
	color: white; text-decoration: none;
	padding-left: 15px; padding-right: 15px;
	padding-top: 4px; padding-bottom: 5px;
}
.infobox .text
{
	padding: 5px;
}

/* Wohnungsmarkt */
.gesuch {
	line-height: 1.5;
	vertical-align: top;
}
a.grau {
	color: #888 !important;
}
a.gruen {
	color: #080 !important;
}

/*a.gesuch:hover
{
	background: #FF9933;
}*/

/*.gesuch_active
	{
	background: #FF9933;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 5px;
	padding-right: 5px;
	border-bottom: 1px solid #FFFF00;
	display: block;
	text-align: left;
	vertical-align: middle;
	line-height: 14px;
	font-size:10pt;   
	font-weight: bold; 
	color:#0000FF; 
	font-style:normal; 
	font-family:verdana, arial, sans-serif; 
	text-decoration: none
	}*/

/* Adressverzeichnis */
#inhalt a.addr {
	font-weight: normal;
}

.adressen tr {
	vertical-align: top;
}

.adressen p {
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
}

.line_adr
{
	border-bottom: 1px solid #FF9933;
	line-height: 2px;
	font-size: 1px;
}

.addrButtons {
	float: right;
}

/* Termine */
a.termin {
	color:#000 !important;
	font-weight:normal !important;
}

.grey {
	color: #888 !important;
	font-weight: normal !important;
}

.fa_predigten i {
	font-size: 11px;
	font-style: normal;
}

/*.termin img {
	border: none;
	margin-top: 3px; margin-right: 10px;
	float: left;
}*/

div.termin {
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 42px;
}

.kalender {
	border-collapse: collapse;
}
.kalender td {
	text-align: right;
	width: 32px;
	height: 40px;
	vertical-align: top;
	line-height: 20px;
	border: 1px solid #ddd;
}

.kal_termin {
	display: block;
	font-weight: normal !important;
	width: 29px;
	padding-right: 3px;
	height: 40px;
	background-position: bottom;
	background-repeat: no-repeat;
}
.kalender .multiple {
	background-position: top;
	height: 20px;
}
.kalender .lower {
	height: 20px;
}

/* für jeden Typ ein Schriftstil und noch ein besonderer Stil, wenn es am gleichen Tag noch weitere Termine gibt */
.kalender .t0 {		/* Campusabend */
	background-image: url(grafiken/t_0.gif);
	background-color: #fff !important;
	color: #000;
}
.kalender .t1 {		/* Feierabend */
	background-image: url(grafiken/t_1.gif);
	color: #000 !important;
	/*font-weight: bold;*/
}
.kalender .t2 {		/* Frühstück */
	background-image: url(grafiken/t_2.gif);
	color: black !important;
}
.kalender .t3 {		/* Campus Café */
	background-image: url(grafiken/t_3.gif);
	color: #000 !important;
}
.kalender .t4 {		/* AustauschBar */
	background-image: url(grafiken/t_4.gif);
	color: #ff0 !important;
}
.kalender .t5 {		/* Ferienhauskreis */
	background-image: url(grafiken/t_5.gif);
	color: #000 !important;
}
.kalender .t6 {		/* Sommercafé */
	background-image: url(grafiken/t_6.gif);
	color: #000 !important;
}
.kalender .t7 {		/* Late Night */
	background-image: url(grafiken/t_7.gif);
	color: #000 !important;
}
.kalender .t8 {		/* Sing & Pray */
	background-image: url(grafiken/t_8.gif);
}
.kalender .t10 {		/* Lobpreisabend */
	background-image: url(grafiken/t_10.gif);
	color: #ff0 !important;
	background-color: #421f09;
}

/*.kalender .t0m {	
	color: #00c;
	background-position: top;
}
.kalender .t1m {
	color: #000;
	background-position: top;
}
.kalender .t2m {
	color: black;
	background-position: top;
}
.kalender .t3m {
	color: #00f;
	background-position: top;
}
.kalender .t4m {
	color: #ff0;
	background-position: top;
}
.kalender .t10m {
	color: #ff0;
	background-position: top;
}*/

.kalender_klein {
	border-collapse: collapse;
}
.kalender_klein td {
	text-align: right;
	width: 25px;
	height: 32px;
	vertical-align: top;
	line-height: 20px;
	border: 1px solid #ddd;
}

/* Gemeinden */
table.gemeinde td {
	vertical-align: top;
	padding-bottom: 8px;
}
table.gemeinde .left {
	font-weight: bold;
	padding-right: 10px;
}

/* Was ist cfc */
.indent {
	margin-left: 50px;
	text-indent: -50px;
	margin-bottom:0px;
	margin-top:0px;
}

.abstand p {
	margin-top: 0px;
	margin-bottom: 10px;
}

/* Mein Campus online */
table.loginform td.links {
	font-size: 11pt;   
	font-weight: bold; 
	color: #000000; 
	font-style: normal; 
	padding-right: 20px; 
}

/* Schriftarten */
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}

.size_8
{
	font-size:8pt;   
	font-weight: normal; 
	font-style:normal; 
}

.size_8b
{
	font-size:8pt;   
	font-weight: bold; 
	font-style:normal; 
}

.size_9
{
	font-size:9pt;
	color:#000;
	font-style:normal;
}

.size_10
{
	font-size:10pt;   
	font-weight: normal; 
	color:#000000; 
	font-style:normal; 
}

.size_10b
{
	font-size: 10pt;   
	font-weight: bold; 
	color: #000000; 
	font-style: normal; 
	font-family: verdana; 
	text-decoration: none;
}

.size_11
{
	font-size: 11pt;   
	color: #000000; 
	font-style: normal; 
}

.size_11b
{
	font-size: 11pt;   
	font-weight: bold; 
	font-style: normal; 
}

.size_12b
{
	font-size: 11pt;   
	font-weight: bold; 
	color: #000000; 
	font-style: normal; 
}

.size_8b_r
{
	font-size: 8pt;
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

.size_bi_r
{
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

.link    
{ 
	font-size:8pt;
	font-weight: normal;
	color:#0000FF;
	font-style:normal;
	font-family: verdana;
	text-decoration: none;
}

.unterpunkt {
	background-image: url(grafiken/gelb2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 10px;
	margin-top: 20px;
}

