@charset "utf-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, 
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
	
.clear {
	margin:0;
	padding:0;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

strong{
	font-weight: bold;
}

/*  Global Definition  */
	
	

html{
	/* Hintergrund */
	background-image: url(/_inc/images/mainBackground.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e9c890;
	height: 100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 100%;
}

span.portletArtikel{
	clear:both;}
	
/*
div{
	border: 1px solid red;
}
*/
/*  Global Definition ENDE  */

/*  Content Definition  */

h1{
	font-size: 16px;
	font-weight: bold;
	color: #004c99;
	border-bottom: 1px solid #004c99;
	clear: both;	
	padding-bottom:12px;
	margin-bottom:15px;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #004c99;	
	margin:10px 0 15px 0;
}

h3{
	font-weight:bold;
}

#divContent h3{
	margin:5px 0;}

h4{
	
}

h5{
	
}

p{
	padding-bottom: 15px;
}


p.portletPageBack a, a.portletLinkBack{
background-color:#FFFFFF;
border:1px solid #CCCCCC;
color:#666666;
display:inline-block;
padding:2px 10px;
text-decoration:none;
margin:10px 0;
	}


p.portletPageBack a:hover, a.portletLinkBack:hover {
	background-color:#ccc;
	color:#fff;}
/*  Content Definition ENDE  */

/*  Container Definition  */

#divMainContainer{
	width: 985px;
	min-height:100%;
	margin: 0 auto;
	background: url(/_inc/images/mainContainer.png);
	padding: 0px 4px;
}

#divTopContainer{
	width: 985px;
}

#divMediaContainer{
	width: 985px;
	/*height: 358px;*/
	height: 265px;
	margin:0;
	padding:0;
	overflow: hidden;
}

#divNavigationContainer{
	background: #810806;
}

#divContentContainer{
	padding: 15px 45px 15px 15px;
	width: 955px;
	min-height: 300px;
}

#divFooterContainer{
	width:955px;
	height:14px;
	bottom: 0;
	margin: 0 15px 0 15px;
	clear: both;
	border-top: 1px solid #524b4f;
	padding-top:14px;
	padding-bottom:14px;
	display: block;
}

/*  Container Definition ENDE  */

/*  Navigations Definition  */

/* Main Navigation */
div#divNavigationContainer ul.portletLevel1 { 
	list-style-type:none; 
	height:35px; 
	width:100%;
	padding:0; 
	margin:0;
	clear:both;
	background-image:url(/_inc/images/naviBackground.png);
}
	
div#divNavigationContainer ul.portletLevel1 li { 
	float:left; 
	position:relative; 
	padding:0; 
	line-height:35px;
	background: #810806;
	background-image:url(/_inc/images/naviBackground.png);
	background-repeat: repeat-x;
	background-position:left;
	z-index:1000;
}
	
div#divNavigationContainer ul.portletLevel1 li a { 
	display:block; 
	padding:0 47px;
	font-size:12px;
	color:#fff; 
	text-decoration:none;
}
	
div#divNavigationContainer ul.portletLevel1 li a:hover {
	background-image:url(/_inc/images/naviBackgroundHover.png);
	background-repeat:repeat-x;
}

div#divNavigationContainer ul.portletLevel1 li.portletActive a {
	background-image:url(/_inc/images/naviBackgroundHover.png);
	background-repeat:repeat-x;
}

/* Unternavigation */
div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 { 
	opacity:0; 
	position:absolute; 
	left:0; 
	background-color: #a75351;	
	list-style-type:none; 
	padding:1px 0 0 0; 
	margin:0;
}
	
div#divNavigationContainer ul.portletLevel1 li:hover ul.portletLevel2 { 
	opacity:1;
}
	
div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 li { 
	float:none; 
	position:static; 
	height:0;
	line-height:0;
	background:none;
	text-align:left;
	border-bottom:1px solid #ffffff;
}
	
div#divNavigationContainer ul.portletLevel1 li:hover ul.portletLevel2 li { 
	height:30px;
	line-height:30px;
	background-image:url(/_inc/images/arrow-white.gif);
	background-position:left center;
	background-repeat:no-repeat;
}
	
div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 li a { 
	font-size:11px;
	padding:0 40px 0 40px;
	min-width:130px;
	display:block;
	background: none;
}
	
div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 li a:hover {
	background-image:url(/_inc/images/arrow-white.gif);
    background-position:left center;
	background-repeat:no-repeat;
	padding:0 40px 0 40px;
	min-width:130px;
	background-color: #810806;
}

div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 li.portletActive a {
	background-image:url(/_inc/images/arrow-white.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding:0 40px 0 40pxt;
	min-width:130px;
	background-color: #810806;
}
	
div#divNavigationContainer ul.portletLevel1 li ul.portletLevel2 li:hover {
	/* leer/_inc. */
}

/* Ende Main Navigation */

/*** content navigation ***/

div#divContentSide ul.portletlevel3 {
	list-style: none;
}

div#divContentSide ul.portletlevel3 li {
	list-style: none;
	background: url(/_inc/images/contentNaviACT.jpg) repeat-x;
	display: block;
}

div#divContentSide ul.portletlevel3 li a {
	color: #FFF;
	padding-left: 30px;
	background: url(/_inc/images/arrow-gray.png) no-repeat 8px 8px;
	border-bottom: #b8b4b5 1px solid;
}

div#divContentSide ul.portletlevel3 li:hover {
	background: url(/_inc/images/contentNaviNO.jpg) repeat-x;
}

div#divContentSide ul.portletlevel3 li a:hover {
	background: url(/_inc/images/arrow-gray.png) no-repeat 8px 8px;
}

div#divContentSide ul.portletlevel3 li.portletActive {
	background: url(/_inc/images/contentNaviNO.jpg) repeat-x;
}

div#divContentSide ul.portletlevel3 li.portletActive a {
	background: url(/_inc/images/arrow-gray.png) no-repeat 8px 8px;
}

div#divContentSide ul.portletlevel3 li a:hover {
}



/*TERZ NAVI */

ul#terzNavi {
	list-style: none;
}

ul#terzNavi li {
	list-style: none;
	background: url(/_inc/images/contentNaviACT.jpg) repeat-x;
	display: block;
}

ul#terzNavi li a {
	color: #FFF;
	padding-left: 30px;
	background: url(/_inc/images/arrow-gray.png) no-repeat 8px 8px;
	border-bottom: #b8b4b5 1px solid;
}

ul#terzNavi li:hover {
	background: url(/_inc/images/contentNaviNO.jpg) repeat-x;
}

ul#terzNavi li a:hover {
	background: url(/_inc/images/arrow-gray.png) no-repeat 8px 8px;
}







/* Top Navigation */	

#divNavTop{
	float:right;
	padding:12px 13px 12px 13px;
}

#divNavTop ul {
	list-style:none;
	margin:0;
	padding: 0;
}
	
#divNavTop ul li {
	display:inline;
	margin: 0;
	padding:0 10px 0 0;
}
	
#divNavTop ul li.portletLast {
	display:inline;
	padding:0;
	margin:0 !important;
}
	
#divNavTop ul li a {
	color:#810806;
	text-decoration:none;
	font-size:12px;
	font-weight: bold;
}
	
#divNavTop ul li a:hover {
	color: #aaa;
}

/*  Navigations Definition ENDE  */

/*  Content Div Definition  */

/* Content Teile innerhalb von Media Container */
#divMediaLogo{
	position: absolute;
	z-index: 102;
	height: 265px;
	overflow: hidden;
}

#divMediaPanorama{
	position: absolute;
	overflow: hidden;
	z-index: 101;
	height: 265px;
	overflow: hidden;
	background-image:url(/_inc/images/header.jpg);
	background-repeat:no-repeat;
}

/* Content Teile innerhalb vom Content Container */
#divContentSide{
	width: 295px;
	float: left;
}

#divContent{
	width: 637px;
	float: right;
}

/* Content Teile innerhalb vom Footer Container*/
#divFooterContent{
	color:#524b4f;
	font-size: 11px;
}

#divFooterContent a{
	color:#524b4f;
	font-size: 11px;
	text-decoration: none;
}

#divFooterContent a:Hover{
	color: #810806;
	font-size: 11px;
	text-decoration: none;
}

/*  Content Div Definition ENDE  */

/* Inhalts Boxen im Content */
.boxSide{
	background-image: url(/_inc/images/boxSideBackground.png);
	background-repeat: repeat-x;
	background-color: #756f72;
	padding: 5px 10px 10px 10px;
	margin-bottom:15px;
}

.boxSide h3{
	color: white;
	font-size: 16px;
	font-weight: bold;
	padding: 10px 5px 10px 5px;
}

/* Inhaltsboxen f�r die Seitliche Box */
span.portletNews{
	
}

.portletNews ul{
	margin:0;
	list-style: none;
	padding: 0px;
}

.portletNews li{
	display: inline;
}

.portletNews a{
	color:white;
	text-decoration: none;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #918c8e;
	margin:0;
	padding:0;
	clear:both;
}

.portletNews a:hover{
	color: #810806;
	text-decoration: none;
	line-height: 30px;
	display: block;
	border-bottom: 1px solid #918c8e;
	margin:0;
	padding:0;
}

.newsDate{
	background-color: #918c8e;
	padding: 0px 5px 0px 5px;
	margin: 2px 5px 0px 0px;
	float: left;
	line-height: 25px;
}

ul.portletListSingleview h4.newsHeadLine {
	font-size: 16px;
	font-weight: bold;
	color: #810806;
	border-bottom: 1px solid #810806;
	padding-bottom:12px;
	margin-bottom:15px;
	display: block;	
}

ul.portletListSingleview a.portletLinkBack {
	color: #000;
	border: none;
	text-decoration: underline;
}

ul.portletListSingleview a.portletLinkBack:hover {
	color: #555;
}

h5.newsTitle {
overflow:hidden;
font-weight:normal;}



/* Download Content Side Box */
.boxSideColumn{
	float:left;
}

ul.listDownload{
	margin:10px 20px 0 25px !important;
	padding:0 !important;
	font-weight: bold;
	list-style-image: url(/_inc/images/arrow-gray.png) !important;
}

ul.listDownload li{
	/* leer */
	padding-bottom: 12px;
}

.listDownload a{
	color: #ffffff;
	text-decoration: none;
}

.listDownload a:hover{
	color: #810806;
	text-decoration: none;
}


/* Content Box */
.boxContent{
	background-image: url(/_inc/images/boxContentBackground.png);
	background-repeat: repeat-x;
	background-color: #810806;
	padding-right:15px;
	height:156px;
	clear:both;
	margin-bottom:15px;
}
.boxContentLeft {
	width:197px;
	float:left;}
	
.boxContentRight {
	float:right;
	width:410px;}
	
/* Inhaltsboxen f�r die Content Box */
.boxContent p{
	vertical-align: top;
	padding-bottom: 13px;
	color: white;
}

.boxContent h3{
	font-size: 14px;
	font-weight: bold;
	color: White;
	
	padding-top:15px;
	margin-bottom:15px;
}

.boxContent img{
	padding-right: 15px;
	float: left;
}

.boxContent img.weiter{
	float: right;
}

.boxportletLink{
	float:right;
	padding-bottom:13px;}
	

/***************/
/*** Gallery ***/
/***************/

div.galleryContainer {
	background: url(/_inc/images/galleryContainerBg.jpg) repeat-y left;
}

div#divContent div.white {
	min-height: 3px;
	position: relative;
	top: -3px;
	background: #fbf5ec;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
	font-size: 0px;
}

div#divContent .portletArtikel div.zeiten a {
	text-decoration:none;
	color:#004C99;}

div#divContent .portletArtikel div.zeiten a:hover{
	color:##004C99;}

div#divContent .portletArtikel a {
	text-decoration:none;
	color:#666;}

div#divContent .portletArtikel a:hover{
	color:#810806;}

div.galleryContainer div.clear {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	background: none;
}

#hoverNav {
	z-index: 1111!important;
}

div#lightbox {
	z-index: 1106!important;
}

div#overlay {
	z-index: 1101!important;
}



/*** Gallery Thumbnails ***/
/**************************/

div.galleryThumbnails {
	width: 390px;
}

div.galleryThumbnails ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

div.galleryThumbnails ul li {
	list-style: none;
	float: left;
	padding: 0px 3px 0px 0px;
}

div.galleryThumbnails ul {

}

div.galleryThumbnails ul {

}

/*** Gallery Beschreibung ***/
/****************************/

div.galleryList {
	width: 244px;
	background: #962321;
}

div.galleryList ul {
	list-style: none;
}

div.galleryList ul li {
	list-style: none;
	background:#aa4e4d;
	margin-bottom: 3px;
	padding: 3px 2px 3px 8px;
	color: #FFF;
}

div.galleryList h2 {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	padding: 15px 5px 0px 15px;
	border: none;
}


/*** Normal Gallery ***/

div.portletImageList ul {
	list-style: none;
	margin: 0px;
	padding: 0px;

}

div.portletActionBar {
	clear:both;}

div.portletImageList ul li {
	list-style: none;
	float: left;
	padding: 0px 3px 0px 0px;
}

div.portletImageList img.portletThumbnail {
	}

/*****************/
/*** Downloads ***/
/*****************/

/*** Listenansicht ***/
/*********************/
span.portletDownloads {

}

span.portletDownloads span.portletTitle {
	color:#004C99;
	font-size:16px;
	font-weight:bold;
	margin-bottom:15px;
	display: block;
	
}

span.portletDownloads ul.portletList {
	list-style: none;
	padding-left: 0px;
	margin-bottom:40px;
}

span.portletDownloads ul.portletList li {
	list-style: none;
	/*background: url(/_inc/images/contentNaviACT.jpg) repeat-x;*/
	display: block;
	
}

span.portletDownloads ul.portletList li:hover {
	/*background: url(/_inc/images/contentNaviNO.jpg) repeat-x;*/
}

span.portletDownloads ul.portletList li a {
	display: block;
	padding: 0px 5px 0px 5px;
	line-height: 30px;
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #CCC;	
}

span.portletDownloads ul.portletList li a:hover {
color:#810806;
}

a.portletLink {
	text-decoration:none;
	color:#666;}
	
a.portletLink:hover{
	color:#810806;}

/*** Einzelansicht ***/
/********************/
span.portletDownloads h3.portletTitle {
	font-size: 16px;
	font-weight: bold;
	color: #810806;
	border-bottom: 1px solid #810806;
	padding-bottom:12px;
	margin-bottom:15px;
	display: block;
}

span.portletDownloads a.portletDatei {
	display: block;
	padding: 0px 5px 0px 5px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid #CCC;		
	width:200px;
	background: url(/_inc/images/contentNaviACT.jpg) repeat-x;
}

span.portletDownloads a.portletDatei:hover {
	background: url(/_inc/images/contentNaviNO.jpg) repeat-x;
}

span.portletDownloads a.portletLinkBack {
	color: #000;
}

span.portletDownloads a.portletLinkBack:hover {
	color: #555;
}

span.year {
	margin: 0px 15px 5px 0px;
}

span.portletArtikel ul {
	padding-top: 0;
	padding-left: 15px;
	margin-top: 0px;
}

span.portletArtikel p img {
	margin-right: 10px;
}

/* GALERIE */

.portletGalerie ul.portletCategories li.portletCategory{
	display:inline;
	float:left;
	margin-bottom:55px;
	height:150px !important;
	}



.portletGalerie ul.portletCategories li.portletCategory a{
border:none !important;
}

.portletGalerie ul.portletCategories li.portletCategory a.portletLink img{
border:none;
height:156px;
width:201px;
	}
	
.portletGalerie ul.portletCategories li.portletCategory a.portletDesc {
	border:none;}
	
	
span.portletGalerie {
	/*clear: both;*/
}

span.portletGalerie ul.portletList{
	list-style: none;
	padding-left: 0px;}

span.portletGalerie ul.portletList li.portletElement{
	list-style: none;
	display: block;
	}
	
span.portletGalerie ul.portletList li.portletElement a{
	display: block;
	padding: 0px 5px 0px 5px;
	line-height: 30px;
	color:#666;
	text-decoration: none;
	border-bottom: 1px solid #CCC;	
	}
	
	
span.portletGalerie ul.portletList li.portletElement a:hover{
		color:#810806;
	}
	
	


	
	
ul.arrows{
	margin:0;
	padding:0 !important;}
	
ul.arrows li{
	background-image:url("/_inc/images/arrow-gray.png");
	list-style:none inside none;
	background-repeat:no-repeat;
	background-position:left center;
	line-height:25px;
	}
	
ul.arrows li a{
	color:#666;
	padding-left:20px;
	text-decoration:none;
	font-weight:bold;}
	
ul.arrows li a:hover{
	color:#810806;}

/*** Events in Contentbereich ***/

div#divContent span.portletEvents {

}

div#divContent span.portletEvents ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

div#divContent span.portletEvents ul li {
	list-style: none;
	height: 33px;
	margin-bottom: 5px;
	width:400px;
	clear:both;
}

div#divContent span.portletEvents ul li:hover{

	}

div#divContent span.portletEvents ul li a, div#divContent span.portletEvents ul li a:visited {
	color: #000;
	text-decoration: none;
	line-height: 30px;
	height: 30px;
}

div#divContent span.portletEvents ul li a:active, div#divContent span.portletEvents ul li a:hover {
	color: #666;
	text-decoration: none!important;
}

div#divContent span.portletEvents ul li a p.newsDate {
	line-height: 30px;
	height: 30px;
	background-color: #ccc;
	padding: 0px 5px 0px 5px;
	margin: 2px 10px 0px 0px;
	float: left;
	/*line-height: 25px;*/

}

div#divContent span.portletEvents ul li a h5 {
	line-height: 33px;
	height: 30px;
}

div#divContent span.portletEvents p.portletHeadline {
	font-size:12px;
	}


span.portletEvents p.portletDatei{
	
	}





ul.download {
	margin:0 !important;
	padding:0 !important;}
	
ul.download li{
	list-style:none outside none;
	background-image:url(/_inc/images/pdf-icon.png);
	background-repeat:no-repeat;
	background-position: left center;
	padding:10px 0;
	}

ul.download li a{
	padding-left:25px;
	text-decoration:none;
	color:#666;
	}
	
ul.download li a:hover{
	color:#810806;}

/* Portlet Artikel TABELLE */
.portletArtikel table {
	border-collapse:collapse;}
	
.portletArtikel table td{
	padding:5px 5px 5px 0;
	width:140px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	}	

.portletArtikel table td.sec{
	width:300px;}

.portletArtikel table.preise {
	border-collapse:collapse;
	width:450px;}
	
.portletArtikel table.preise td.first{
	width:380px;}

.portletArtikel table.preise td{
	padding:5px 5px 5px 0;
	border-bottom:1px solid #ccc;
	}
	


/*FORMULAR*/

.portletFieldset, .fieldsetForm {
border:medium none;
color:#000000;
margin:0 !important;
padding:0 !important;
text-align:left;
width:400px;
}
.portletFieldset ul, .fieldsetForm ul {
list-style:none outside none;
margin:0;
padding:0;
}
* + html .portletFieldset ul {
margin:0 0 0 -15px;
}
.portletFieldset ul li, .fieldsetForm ul li, .portletFieldset div, .fieldsetForm div {
list-style-position:inside;
margin:0;
min-height:20px;
padding:0;
}
.portletFieldset ul li.ohneLinie, .fieldsetForm ul li.ohneLinie {
border:medium none;
margin:0;
min-height:20px;
padding:0;
}
.portletFieldset ul li p, .fieldsetForm ul li p {
margin:0;
padding:18px 0 0;
}
.portletFieldset ul li label, .fieldsetForm ul li label, label.portletLabel {
padding:3px 0 0;
}
.portletFieldset a:link, .portletFieldset a:visited, .fieldsetForm a:link, .fieldsetForm a:visited {
color:#666666;
text-decoration:underline;
}
.portletFieldset a:hover, .portletFieldset a:active, .fieldsetForm a:hover, .fieldsetForm a:active {
text-decoration:none;
}
#captchaImage {
border:medium none;
width:146px;
}
.submitGenForm {
margin:0;
}
.textareaGenForm {
background-color:#FFFFFF;
background-image:url("/_inc/img/bg_form_msg.gif");
background-position:center bottom;
background-repeat:repeat-x;
border-color:-moz-use-text-color #CCCCCC #CCCCCC;
border-right:1px solid #CCCCCC;
border-style:none solid solid;
border-width:0 1px 1px;
color:#000000;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:100px;
margin:0 0 18px;
padding:3px 0 0 4px;
width:270px;
}
.inputGenForm, .portletInputText, input.text {
background-color:#CCCCCC;
border-top:1px solid #CCCCCC;
color:#000000;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:14px;
margin:0 0 3px;
padding:3px 0 0 4px;
width:270px;
}
.inputGenFormCheck, .portletInputRadio, .portletInputCheck {
background-color:#FFFFFF !important;
border:medium none !important;
color:#FFFFFF;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:22px;
margin:0 0 3px;
padding:3px 0 0 4px;
width:270px;
}
.inputGenFormDropDown, .portletSelect {
background-color:#fff;
border:1px solid #ccc;
color:#000000;
float:right;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin:0 0 5px;
padding:0 0 0 5px;
width:276px;
height:24px;
}
.labelGenForm, .portletLabel, .portletlabel{
float:left;
font-weight:bold;
}
.legendGenForm {
}
.liGenForm, .liGenForm .portletEntry {
clear:both;
display:block;
}


.liGenForm input, input.portletInputText, input.text{
background-color:#FFFFFF;
background-image:url("/_inc/img/bg-form.gif");
background-position:center bottom;
background-repeat:repeat-x;
border:1px solid #ccc;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
height:24px;
margin:0 0 3px;
min-width:139px;
padding:3px 0 0 4px;
}
.liGenForm .ffEmail {
background-color:#FFFFFF;
border-top:1px solid #CCCCCC;
}
.submitGenForm {
cursor:pointer;
float:left;
font-family:Arial,Helvetica,sans-serif;
margin-left:123px;
width:70px;
}
.ulGenForm {
margin:0 !important;
padding:0 !important;
}
#portletFormError0 {
color:red;
list-style:none outside none;
margin-top:20px;
}
#portletFormError0 .portletErrorHead {
font-size:16px;
margin-bottom:15px;
}
* + html .portletGenForm {
float:left;}


.portletFieldset div {
list-style-position:inside;
margin:0;
min-height:32px;
padding:0;
clear:both;
}


.portletFieldset div.portletZwingendeFelder {
	border:0;
	font-size:11px;
	color:#5e5f5f;
	margin:0 0 10px 125px;}

.portletFieldset div.portletFormSubmit, .portletFieldset div.portletButtons {
border-top:0 !important;
margin-left:60px;
}




/* MITARBEITER PORTLET */
.mitarbeiterPortlet {
	margin-top:10px;}

.mitarbeiterPortlet ul {
list-style:none outside none;
margin:0 0 0 0;
padding:0;
clear:both;
}
.mitarbeiterPortlet ul li h3.portletDesc {
font-size:14px;
margin:20px 0 10px 0;
font-weight:bold;
color:#004C99;
}
.mitarbeiterPortlet ul li ul li.liPortlet h3 {
border:medium none;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
margin:0;
}
.mitarbeiterPortlet ul li ul li.liPortlet {
margin:15px 25px 0 0;
padding:15px 0 0;
border:none;
float:left;
width:290px;
height:220px;
}



/*.mitarbeiterPortlet ul li ul li.portletFirst {
border:medium none;
clear:both;
margin:0;
padding:0;
}*/
.mitarbeiterPortlet ul li ul li.liPortlet h4.portletFunktion {
font-weight:normal;
margin:0;
}
.mitarbeiterPortlet ul li ul li.liPortlet p.portletPortrait {
margin:0 0 1em;
}
.mitarbeiterPortlet ul li ul li.liPortlet img {
border:1px solid #ccc;
float:right;
margin:0 0 14px 20px;
padding:10px;
background-color:#fff;
width:120px;}

.mitarbeiterPortlet ul li ul li h3.portletTitle {
	font-weight:bold;}

.mitarbeiterPortlet a.portletMail{
	color:#666;
	text-decoration:none;}
	
.mitarbeiterPortlet a.portletMail:hover{
	color:#810806;}
	

/* Portlet Link*/
.portletLinks ul {
	margin:0;
	padding:0;}

.portletLinks ul li {
	list-style:none outside none;
	}
	
.portletLinks ul li ul li{
	float:left;}

.portletLinks ul li h3.portletDesc {
font-size:14px;
margin:30px 0 15px 0 !important;
font-weight:bold;
color:#004C99;
clear:both;
}
.portletLinks ul li ul li.liPortlet h3 {
border:medium none;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
margin:15px 0 0 0;
}

.portletLinks ul li ul li a{
	text-decoration:none;
	color:#000;}
	
.portletLinks ul li ul li a:hover{
	color:#810806
	}

.portletLinks img{
	border: 1px solid #ccc;
	margin-right:10px;
	width:200px;
	height:70px;
	}
	
.portletLinks ul li ul li p{
	width:192px;
	/*background-color:#ccc;
	height:17px;*/
	padding:0 0 10px 0;}



/* IE 7 */
*+html span.portletArtikel{
	clear:none;}
	
*+html #divNavigationContainer{
	background:none;}
	
*+html span.portletDownloads ul.portletList{
	margin:0 0 40px 0;}
	
*+html span.portletGalerie ul.portletList {
	margin:0;
	padding:0;}
	
*+html div.galleryList{
	margin:0 !important;
	padding:0 !important;
	}
	
*+html div.left {
	margin:0;
	padding:0;
	
	}

*+html ul.arrows li a{
	padding-left:5px;}

*+html .right {
	float:none;}
	
*+html div.portletImageList ul li{
	padding:0 0 0 3px;
	}
*+html ul.listDownload li{
	padding:0 0 12px 5px; }
	
	
	

* html span.portletArtikel{
	clear:none;}
	
* html #divNavigationContainer{
	background:none;}
	
* html span.portletDownloads ul.portletList{
	margin:0 0 40px 0;}
	
* html span.portletGalerie ul.portletList {
	margin:0;
	padding:0;}
	
* html div.galleryList{
	margin:0 !important;
	padding:0 !important;	}
	
* html div.left {
	margin:0;
	padding:0;	}

* html ul.arrows li a{
	padding-left:5px;}

* html .right {
	float:none;}
	
* html div.portletImageList ul li{
	padding:0 0 0 3px;
	}
* html ul.listDownload li{
	padding:0 0 12px 5px; }
