@charset "UTF-8";
/* CSS Document */

#header_portal{
	padding: 0;
	margin: 0;
	height: 67px;
	text-align: left;
	
}

#statusbar{
	background-image: url(../_images/veranstaltungen/statusbar_back.gif);
}

	
#statusbar a {
	font-size: 11px;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 0px;
	vertical-align: 0%;
	background-color: #939393;
	color: #FFF;
	padding-top: 4px;
	padding-right: 9px;
	padding-bottom: 3px;
	padding-left: 9px;
}

#statusbar a:hover {
	background-color: #FF0033;
}


.portal #teaser{
	height: 203px;
	
	background-image: url(../_images/global/box_teaser.gif);
	
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 27px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}
.portal #teaser_w{
	height: 605px;
	margin-top: 8px;
	background-image: url(../_images/global/box_teaser_weih.gif);
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 27px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
}

.portal #teaser p{
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

.portal #teaser a{
	color: #000000;
	text-decoration: none;
	}

.portal #teaser a:hover{
	color: #000000;
	text-decoration: underline;
	}

.portal #teaser #left{
	float: left;
	width: 214px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.portal #teaser #right{
	float: right;
	width: 214px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}

.portal #portal{
	margin-top: 8px;
	height: 352px;
	min-height: 352px;
	max-height: 352px;
}

#portal a.blau, a.rot, a.orange, a.gelb{
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 20px;
	padding-top: 7px;
	padding-left: 7px;
	line-height: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#portal a.blau:hover, a.rot:hover, a.organe:hover, a.gelb:hover{
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#portal a.blau {
	background-image: url(../_images/portal/btn_blau_off.gif);
	border-bottom-color: #679ece;
}
#portal a.blau:hover {
	background-image: url(../_images/portal/btn_blau_on.gif);
	border-bottom-color: #679ece;
}

#portal a.rot {
	background-image: url(../_images/portal/btn_rot_off.gif);
	border-bottom-color: #9e0732;
}
#portal a.rot:hover {
	background-image: url(../_images/portal/btn_rot_on.gif);
	border-bottom-color: #9e0732;
}

#portal a.gelb {
	background-image: url(../_images/portal/btn_gelb_off.gif);
	border-bottom-color: #ffca5c;
}
#portal a.gelb:hover {
	background-image: url(../_images/portal/btn_gelb_on.gif);
	border-bottom-color: #ffca5c;
}
#portal a.orange {
	background-image: url(../_images/portal/btn_orange_off.gif);
	border-bottom-color: #f18a23;
}
#portal a.orange:hover {
	background-image: url(../_images/portal/btn_orange_on.gif);
	border-bottom-color: #f18a23;
}


.portal #portal #left{
	float: left;
	width: 214px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 8px;
	padding-top: 27px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.portal #portal #right{
	float: right;
	width: 214px;
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0;
	padding-top: 27px;
	padding-left: 1px;
	padding-bottom: 0px;
	padding-right: 1px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7e7e7e;
	font-size: 10px;
	position: absolute;
	bottom: 0;
	height: 25px;
	width: 100%;
	background-image: url(../_images/veranstaltungen/footer_back.gif);
	background-repeat: repeat-x;
	text-align: left;
	vertical-align: text-top;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
	text-decoration: none;
	color: #7e7e7e;

}

#footer a:hover {
	text-decoration: none;
	color: #000000;

}

	
.portal #ecard {
	height: 406px;
	margin-top: 8px;
	background-color:#FFFFFF;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 27px;
	padding-right: 1px;
	padding-bottom: 0px;
	padding-left: 1px;
	background-image: url(../_images/portal/box_ecard.gif);
	background-repeat: no-repeat;
}
