/* ====================================================================== */
/* === GENERAL CUSTOM                                                     */
/* ====================================================================== */


@media print {
#headerbg, #header, #sidenavi, #mainnavi1, #logo, #mainnavi2, #ticker, #bestview-outer, #header_hidenavi { display:none; }
}


* {
  margin:0px;
  padding:0px;
  outline:none;
}


body, body.general  {
	line-height: 1;
}

.hidden {
	background: transparent;
	background-color:white;
	background-image: none;
	border: none;
	display: block;
	height: 1px;
	margin: -1px 0 0 -1px;
	overflow: hidden;
	padding: 0;
	position:absolute;
	top:-200px;
	left:-200px;	
	width: 1px;
}


h1,h2,h3,h4,h5,h6 { font-size:100% ; }

br.clear {
	clear:both;
    letter-spacing:normal
}

img {
	border:0px;
}

a {
	text-decoration:none;
}


* > strong > * {
	font-weight:bold;
}

* > b > * {
	font-weight:bold;
}

* > small > * {
	font-size:11px;
}

* > i > * {
	font-style:italic;
}

* > ol > * {
	list-style-position:outside;
	margin-left:22px;
}

ol.alpha {
	list-style-type:lower-alpha;
}

*.bold {
	font-weight:bold;
}
/************************************ BODY *************************************** */
body {
	background-color:#ff9a2e;
    background-image: url(/img/bgmain.jpg); 
    background-repeat: repeat-x;
}


body, body.general, td  {
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;	
}


body.generalsmall {
  background-color:#ffffff;
  background-position:top left;
  background-repeat:repeat-y;
  position:relative;
  padding:0;
  margin:0;
  width:650px;
}

body.cm-body {
  background-color:#fff;  
  background-image: none;  
  left:0 ;
  margin:0 ;
  padding:0 ;
  position:relative ;
  top:0 ;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 11px;
  line-height: 120%;
  
}


/************************************ GENERAL *************************************** */


a:link, a:visited {
	color: #1967b0;
}


a:hover, a:active, a:focus {

	text-decoration:underline;
}

a {
	text-decoration: none;
	color: #1967b0;
}

a.back {
	background-image:url(img/element_back.gif);
	background-repeat:no-repeat;
	padding-left:13px;
	background-position:0px 2px;
}

a.arrowr {
	background-image: url(img/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
	padding-right: 8px; 
}

a.arrowl {
	background-image: url(img/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 8px; 
}



dfn, abbr {
  border-bottom: 1px dotted #000;
  font-style: normal;
  cursor:help;
}

img { border:none;}


h1 {
	color: #ff9a2e;
	font-size: 22px;
	margin-bottom: 25px;
    line-height: 110%;
}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 4px;

}

/************************* SITE **************************************/


#bgarea {
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
}



#site {
	margin: 0px auto;
	width: 949px;
	background-repeat: no-repeat;
    
}


/*********************** TOP ************************* */

#top{
	background-image: url(/img/bgnavi.png);
	height: 94px;
	margin-top: 79px;
	margin-bottom:0px;
	width: 949px;
}

#logo {
	float: left;
}

/************************* CONTENTAREA 949px (883px) **************************************/
#contentarea {
	
	background-image: url(/img/bgcontent.png);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 33px 0px;
	width:966px;
 
}



/************************* CONTENT  646px (555px)**************************************/



#content {
	float: left;
	margin: 0px 20px 50px 66px;
	line-height: 130%;	
	width: 560px;
    /*min height*/
    min-height: 240px;
	height: auto !important;
	height: 240px;
    

}

/************************* BOTTOM **************************************/


#bottom {
	background-image: url(/img/bgbottom.png);
	height: 25px;
	width: 949px;
}



/************************* TABLE **************************************/

body.general table {
	text-align: left;
}

body.general th, body.cms th {
	background-color:#ffe7c3;
	border:solid 1px #ffd195;
	font-size:12px;
	padding:2px 3px;
}

body.general table tr td {
	padding: 2px 3px;
}

#content td.topic a, #content td.elm_table_showborder a, #content td a.arrow  {
	background-image: url(img/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: 2px 4px;
	padding-left: 10px; 
}

select {
	max-width: 560px;
}


/************************* ABSTÄNDE NACH ABSÄTZEN *******************************/

.dsp_portal_detail_address, .dsp_portal_detail_img, .linklist_content {
	padding-bottom: 9px;
}
/* ======================================================================= */
/* === CMS BASICS                                                          */
/* ======================================================================= */

*.backfor {
	
}



*.lead{
	color:#333333 ;
  	font-weight:bold ;
}

*.nav-active {
	color:#203C89 ;
	font-weight:bold ;	
	
}

*.nav-backtrace {
	color:#8D8D8D ;
}

*.nav-class-title { 
	color:#ffffff ;
	font-weight:bold ;
	text-decoration:none ;
}



*.pub-browsegroup {
	background-color:#EFEFEF ;
	font-weight:bold ;
	margin:0px ;
	margin-top:8px ;
	padding:2px ;
}



*.pub-el-footnote {
	font-size:10px ;
}

*.pub-el-leadtitle {
	font-weight:bold ;  
	padding-bottom:10px ;
}

*.pub-el-text-title {
	font-weight:bold;
}

*.pub-el-text {
	margin:0px 0px 3px 0px ;
}

.pub-tth-ul {
	margin-top: 2px;
    margin-bottom: 5px;
}


*.pub-tth-li {
	background-image:url(img/bullet_list.gif) ;
  	background-position:left 8px;
	background-repeat:no-repeat ;
	list-style:none ;
	margin-bottom:3px ;
	padding-left:15px ;  	
}

*.table-title {
  font-weight:bold ;
  letter-spacing:1px ;
}

small.cmdocument {
	font-size:11px;
}


a.cmdocument {
	background-repeat:no-repeat;
	padding-left:20px;
	padding-bottom:3px;
	display:block;
	float:left;

}

a.pub-tth-mail {}


a.fixlink,a.fixlink:link,a.fixlink:visited,a.fixlink:active,a.fixlink:focus  {
	color:#2470d8;
	text-decoration :none;                          
	padding-left:12px;
	background-repeat:no-repeat;
	background-position:0px 4px;
	background-image:url(img/bullet_link.gif);
}

a.fixlink:HOVER  {
	text-decoration :underline;
	}
	
div.stdbutton-back a {
	background-image:url(img/element_back.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:12px;
	
}

div.stdbutton-more a {
	background-image:url(img/element_more.gif);
	background-repeat:no-repeat;
	background-position:right 0px;
	padding-right:14px;
	display:inline;
	
}

/************************************ Links Text/Bild*************************************** */

/* ====================================================================== */
/* ===  Realisation bestview gmbh                                         */
/* ====================================================================== */


#bestview-outer {
	float: right;
    margin: 10px 4px 0px 0px;
	height:15px;
    width: 130px;
}


#bestview a {
  height:15px;
  width:130px;
  display:block;
  background-repeat:no-repeat;
}

#bestview a:link, #bestview a:visited{
  background-image:url(img/bestview.gif);
}

#bestview a:hover, #bestview a:active, #bestview a:focus{
  background-image:url(img/bestview_over.gif);
}


#bestview a span {
	display:none;
}


/* ======================================================================= */
/* === Courses                                                             */
/* ======================================================================= */

table.courses {
	width:560px;
	border: 1px solid #fbe3c3;
}

body.general table.courses td {
	border:solid 1px #fbe3c3;
}

td.day {
    	padding: 4px;
       	font-weight: bold;
    }
	
p.courses_small {
	font-size:10px;
	padding:0px;
	margin:0px;
}	

h2.course {
	margin-bottom: 8px;
}	/* ======================================================================= */
/* === FORM 2 MAIL                                                         */
/* ======================================================================= */

*.dlgtextarea-form2mail {
	border:1px solid #5D5D5D ;
	height:140px ;	
	width:320px ;
}

*.dlgtextarea-form2mailerror {
	border:2px solid #ff0000 ;
  	background-color:#FFEDED ;
	height:140px ;
	width:320px ;
}

div.pair {
	line-height:20px ;
	position:relative ; 
}


hr.line-form2mail {
	 margin-top:5px ;
	 margin-bottom:13px ;
}

input.dlgtext-form2mail {
  border:1px solid #000000 ;
  margin-bottom:5px ;
  padding:2px ;
  width:250px ;
}

input.dlgtext-form2mailerror {
  border:2px solid #ff0000 ;
  background-color:#FFEDED ;
  margin-bottom:5px ;
  width:250px ;
  padding:2px ;
}

label.label-form2mail-must {  
  float:left ;
  width:150px ;
}

label.label-form2mail {  
  float:left ;
  width:150px ;
} /* ======================================================================= */
/* === FORMULAR-GENERATOR  V4                                              */
/* ======================================================================= */

.dlgselectgender, .dlgtextarea, .dlginput {
	float: left;
}

p.alternativefield {
	width:218px;
	float:left;
	line-height:120%;
	margin-bottom:5px;
}


.pub-form-checkbox-caption {
    line-height:110%;
    padding-left: 2px;
}

div.formgen {
	float: left;
	width:100%;
    line-height: 100%;
    
}


p.form_submission_ok_text {
	padding-bottom:25px;
	padding-top:25px;
}

span.form-must-asterisk {
	font-family:verdana,arial; /* so lassen, da es besser aussieht */
	font-size:11px;
}


ul.formfields {
	float:left;
	list-style-type:none;
	
}

ul.formfields input {
	float:left;
}




li.form_elm_distance {
	clear:both;	
	padding:0px !important;
	margin:0px !important;
	font-size:1px;
	
	
}



	  
li.form_elm_line {
	clear:both;
	float:left;
	padding:0px;
	line-height:1px;
	font-size:1px;
		
}

p.form_elm_line {
	color: #adadad;
    height:1px;
	border:none;
	border-bottom:solid 1px;
		
	float:left;
	padding:0px;
	margin:0px;	
	line-height:1px;
	font-size:1px;
}

label.form_elm_line {
	color: #adadad;
	float:left;
	height:1px;
}




li.form_elm_infotext {
	clear:both;
	float:left;
		
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
    line-height: 150%;
	
}

label.form_elm_infotext {
	float:left;
    font-size: 11px;
		
}

p.form_elm_infotext {
	float:left;
	padding-bottom:0px;
	margin-bottom:8px;
	border:0px;
		
}



	  
li.form_elm_group {
	clear:both;
	float:left;
    margin-bottom: 8px;
    margin-top: 15px;	
		
	padding:0px;
}

label.form_elm_group {
	float:left;
		
}

h2.form_elm_group {
	float:left;
	padding:0px;
	margin:0px;

		
}




li.form_elm_general {
	clear:both;
	float:left;
		
	padding-bottom: 0px;
	margin:1px;
}

label.form_elm_general {
	
		
	display:block;
	float:left;
    padding-bottom: 2px;
    padding-top: 4px;
}

p.form_elm_general {
}



ul.formfields input.dlginput {
  float:left;
  padding: 2px 0px;
}

ul.formfields input.dlgerror-input {
	float:left;
}

select {
  padding: 2px 0px;
}



ul.formfields textarea.dlgtextarea {
  border:solid 1px;
}




ul.formfields input.dlginputplace {
	margin-left:4px;
}


div.form_elm_radio {
	float:left;
    line-height: 140%;
}

ul.form_elm_radio {
	list-style-type:none;
	float:left;
}

li.form_elm_radio {
	float:left;
}

input.form_elm_radio {
	float:left;
	width:13px;
	height:13px;
	margin-top:2px;
}

span.form_elm_radio {
	float:left;
	padding-left:7px;
}


div.form_elm_checkbox {
	float:left;
    margin-top:2px;
}

ul.form_elm_checkbox {
	list-style-type:none;
	float:left;
}

li.form_elm_checkbox {
	float:left;
}

input.form_elm_checkbox {
	float:left;
	width:13px;
	height:13px;
	margin-top:2px;
}

span.form_elm_checkbox {
	float:left;
	padding-left:7px;
}



li.form_elm_captcha {
	clear:both;
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	border:0px;
	line-height:1em;
}

label.form_elm_captcha {
	float:left;
	line-height:1em;
}

p.form_elm_captcha {
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	font-size:12px;
	border:0px;
	line-height:1em;
}

ul.formfields input.dlginputcaptcha {
	clear:both;
	float:left;
	padding-bottom:0px;
	margin-top:5px;
	line-height:1em;
}

ul.formfields img.captcha {
	margin-bottom:5px;
}




li.form_elm_asterisk_explanation {

}




li.form_elm_submit {
	clear:both;
	float:left;
	padding:0px;
}

ul.formfields input.form_elm_button {
  background-color: #1967b0;
  cursor:pointer;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight:bold;
  border:solid 1px #0e477d;
  float:left;
  padding:2px;
  margin:0px;
  color:white;
  
}


ul.formfields input.form_elm_fileupload {
	
}

/* Style element gallery V3.0 */
/* M. Oser                    */
/* 08.01.2009 */

/* ====================================================================== */
/* === General                                                            */
/* ====================================================================== */

	p.elm_gallery_imgreference {
		font-size:10px;
		color:#808080;
	}

/* ====================================================================== */
/* === Switch                                                             */
/* ====================================================================== */

	p.elm_gallery_switch_imgtitle {
		
	}
	
	img.elm_gallery_switch_imgreference {
	
	}
	
/* ====================================================================== */
/* === Photoalbum                                                         */
/* ====================================================================== */

a.elm_gallery_navigator_winclose {
	text-decoration:none;
	outline:none;
}

a.elm_gallery_navigator_winclose, a.elm_gallery_navigator_winclose:link , a.elm_gallery_navigator_winclose:visited,
a.elm_gallery_navigator, a.elm_gallery_navigator:link, a.elm_gallery_navigator:visited {
    color: #fff !important;
    padding: 2px;
}

a.elm_gallery_navigator_winclose:hover, a.elm_gallery_navigator_winclose:active, a.elm_gallery_navigator_winclose:focus,
a.elm_gallery_navigator:hover, a.elm_gallery_navigator:active, a.elm_gallery_navigator:focus, a.elm_gallery_navigator_hi {
    background-color: #626262 !important;
    color: #fff;
}


a.elm_gallery_photoalbum {
	text-decoration:none;
	outline:none;
    
}

a.elm_gallery_navigator {
	text-decoration:none;
	outline:none;
	cursor:pointer;
}

div.elm_gallery_albumpages {
	right:0px;
	text-align:right;
	padding-bottom:5px;
}

div.elm_gallery_navigator {
	background-color:#3b3b3b;
    border-bottom: 1px solid #fff;
	text-align:right;
	float:right;
	margin-bottom:20px;
    padding: 5px 0px;
    width:100%;
}

div.elm_gallery_imageman, div.elm_gallery_imagelib {
	margin-left:auto;
	margin-right:auto;
}

div.elm_gallery_imgouter {
	width:100%;
	text-align:center;
}

div.elm_gallery_navigator_winclose {
	float:left;
	display:inline;
	text-align:center;
	font-weight:bold;
	width:150px;
	margin:7px 0px 0px 5px;
}

img.albumnoborder {
	padding:5px ;
}

img.albumborder {
  border:solid 1px ;
  border-color: #000 ;
  padding:5px;
}

img.albumthumb {
}

img.albumthumbborder {
  border:solid 1px ;
  border-color:#e6e6e6;
  padding:5px ;
}

li.elm_gallery_navigator_less, li.elm_gallery_navigator_more, li.elm_gallery_navigator_counts, li.elm_gallery_navigator_counts_hi {
	float:left;
	display:inline;
	text-align:center;
    padding: 2px;
	color:#3b3b3b;
	font-weight:bold;
}

li.elm_gallery_navigator_more {
	
}

li.elm_gallery_navigator_counts_hi {
	color: #fff;
    background-color:#626262;
}

p.elm_gallery_photoalbum_title {
	font-size:11px;
	padding:5px 0px;
	margin:0px;
	display:block;
    color: #676767;
}

p.elm_gallery_albumpages_spacer {
	height:10px;
}

p.elm_gallery_imgreference {
	text-align:right;
}

p.elm_gallery_imgtitle {
	text-align:center;
      color: #e7e7e7;
    padding: 5px 0px;
}

span.elm_gallery_navigator_winclose {
}

td.alignment1 {
	
}

td.alignment2 {
	
}

td.elm_gallery_photoalbum_bf { 
 	margin:10px 0px 20px 16px;
}

td.elm_gallery_photoalbum_td {
	text-align:center;
	padding:5px;
	width:0px; /* Breite der Thumb-Bilder */
}

table.elm_gallery_photoalbum_table {
	width:480px;
}

ul.elm_gallery_navigator_list {
	float:right;
	list-style-type:none;
	margin:5px;
} /* ====================================================================== */
/* === ELEMENT BILD/TEXT V3.0                                         === */
/* ====================================================================== */

body.general table.elm_txt3 tr td {
	padding-left:0px;
}


a.pub-tth-web {
	background-image:none !important;
	padding-left:0px !important;
}

a.pub-tth-mail {
	background-image:none !important;
	padding-left:0px !important;
}

*.pub-el-text-text {
	margin:0px ;
	padding:0px ;
}



*.pub-el-text-image-l {
	float:left ;
	padding-right:10px ;
	padding-top:3px ;
	padding-bottom:5px ;
}

.pub-el-text-image-c {
	padding-top:3px ;
	padding-bottom:5px ;
	text-align:center ;
}  
	
*.pub-el-text-image-r {
	float:right ;
	padding-left:15px ;
	padding-top:3px ;
	padding-bottom:5px ;
}

br.txtelm {  
  font-size:1px ;
  height:1px ;
  line-height:1px ;
  margin:0px ;
  padding:0px ;
}

/* ======================================================================= */
/* === ELEMENT LINE NEU                                                    */
/* ======================================================================= */



div.element_line {
	margin-bottom:1px;
	margin-top:1px;
	border-bottom:solid 1px; 
}

/* ======================================================================= */
/* === ELEMENT LINE ALT                                                    */
/* ======================================================================= */

div.elm-hr {
  border-top:1px solid #333;
  font-size:1px ;
  height:1px ;
  line-height:0px ;
}

hr.elm-hr {
  display:none ;
  font-size:1px ;
  height:1px ;
  line-height:0px ;
  visibility:hidden ;
}

hr {
	width:100%;
	border:0px;
	border-bottom:solid 1px #cccccc;
	height:1px; 
	padding-top:0px;
}

/* ======================================================================= */
/* === ELEMENT LINK                                                        */
/* ======================================================================= */


div.pub-elm-link-new {
	clear:both;
}	

a.pub-elm-link {
	background-image: url(img/bullet_link.gif);
	background-repeat: no-repeat;
	background-position: left center;
    padding-left: 10px;
	}
    
a.pub-elm-link:hover, a.pub-elm-link:active, a.pub-elm-link:focus  {
	background-image: url(img/bullet_link.gif);
	background-repeat: no-repeat;
 }
    


a.pub-elm-link-new {
	background-image:url(img/elm_link.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-left:8px;
}

img.elm_document_icon {
	padding-right:5px;
}

img.pub-elm-link-ext {
	padding-left:5px;
} /* ====================================================================== */
/* === ELEMENT LINKLIST                                                   */
/* ====================================================================== */

A.linkcat,A.linkcat:VISITED,A.linkcat:ACTIVE,A.linkcat:LINK  {
  font-family:Verdana,Arial, Helvetica ;
	font-weight:bold ;
	text-decoration:underline ;                
}

A.linkcat:HOVER  {
	text-decoration:underline ;
}	

A.linklist_link,A.linklist_link:VISITED,A.linklist_link:ACTIVE,A.linklist_link:LINK  {
  text-decoration:none;
  background-image:url(img/bullet_link.gif);
  background-repeat:no-repeat;
  background-position:left 5px;
  padding-left:8px;
  margin-top:10px;                      
}

A.linklist_link:HOVER  {
	text-decoration:underline ;
 
}	

A.linklist_more,A.linklist_more:VISITED,A.linklist_more:ACTIVE,A.linklist_more:LINK  {
	text-decoration:underline ;                
}

A.linklist_more:HOVER  {
}		

A.linksshowlink,A.linksshowlink:VISITED,A.linksshowlink:ACTIVE,A.linksshowlink:LINK  {
  text-decoration:none ;                          
}

A.linksshowlink:HOVER  {
	text-decoration:underline ;
}


div.linklist_content {
	float:left ;
}

div.linklist_image {
	float:left ;	

}

div.linklist_record {
	clear:both ;
	float:left ;	
	width:500px ;
}

h2.linklist {
  background-color:#DCE8F2 ;
  clear:both ;
  font-weight:bold ;
  margin-bottom:10px ;
  padding:2px 0px 2px 4px;
}

h3.linklist {
	
} /* ====================================================================== */
/* === ELEMENT SEITENAUFLISTUNG                                           */
/* ====================================================================== */

div.pub-listpage-title-top {
  font-weight: bold ;
  padding-bottom: 10px ;
}

*.pub-listpage-backfor-frame {
  margin-bottom:12px ;
  text-align: right;
}

div.pub-listpage-contentframe {
  float:left ;
  margin-bottom:3px;
  width: 580px;
}

div.pub-listpage-date {
  float:left ;
  margin-right: 15px ;
  width:60px ;
}

div.pub-listpage-frame {
  clear:both ;
  padding-bottom:20px ; 
  width:657px;
 
}

div.pub-listpage-group {
  border-top:1px solid #333;
  border-bottom:1px solid #333;
  clear:both ;
  margin-bottom:6px ;
  padding:6px ;  
}

div.pub-listpage-lead {
  clear:both ;  
  margin:0px ;
  padding-top:3px ;
  width: 580px;
  
}

div.pub-listpage-linkmore {
  width:580px ;
}

div.pub-listpage-linkmore a{
  background-image:url(img/arrowcontent_list.gif) ;
  background-repeat:no-repeat;
  background-position: right center;
  padding-right:8px ;
}

.pub-listpage-linkmore a:hover,
.pub-listpage-linkmore a:active,
.pub-listpage-linkmore a:focus {
  background-image:url(img/arrowcontent_list_over.gif);
 
}

div.pub-listpage-title {
  margin:0px ;
  width: 580px;
}

div.pub-listpage-box {
	clear:both;
} /* ======================================================================= */
/* === PROTECTEDMAIL V2                                                    */
/* ======================================================================= */

div.protectedmail {
	clear:both;
}	



a.protectedmail, a.scramble {
	background-image:url(img/bullet_link.gif);
	background-repeat:no-repeat;
	background-position:0px 5px;
	padding-left:10px;
}

	
.protectedmail-ext {
	padding-left:5px;
}
/* ======================================================================= */
/* === SEARCH                                                              */
/* ======================================================================= */

div.mainsearch_box {

}

label.mainsearch_caption {
	float: left;
  margin-right:8px;
  padding-top: 3px;
}

label.mainsearch_caption_small {
	margin-right:8px;
	font-size:10px;
	float:left;
}


input.mainsearch_radio {
	margin-top:5px;
	margin-right:4px;
	float:left;
}

input.mainsearch_button {
	cursor:pointer;
  background-color: #1967b0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight:bold;
  border:solid 1px #0e477d;
  float:left;
  padding:2px;
  margin:0px;
  color:white;
}

input.buttonsearch {
	background: white url('img/icon_search.gif') no-repeat top left;
	width: 81px;
	height: 20px; 
	color:white;
	border:none;
	line-height:20px;
	color:#000000 ;
	cursor:pointer ;
	text-align:left;
	padding-left:20px;

}

div.result_box {
	clear:both;
	float:left;
	width:100%;
}


span.result_box_date {
}

span.result_pages_actual {
	font-weight:bold;
}

div.result_pages {
	width:100%;
	float:left;
	border-bottom:solid 1px #7f7f7f;
	height:25px;
	margin-bottom:20px;
	margin-top:15px;
	float:left;
	text-align:right;

}


div.result_box_item {
	border-bottom:dotted 1px #7f7f7f;
	margin-bottom:10px;
}


div.result_box_title {
	float:left;
	position:relative;
}

div.result_pages_pages {
	float:right;
	text-align:right;
}

h2.result_pages_caption {
	float:left;
	display:inline;
	padding-top:3px;
	margin:0px;
}



#mainsearch_form .mainsearch_input{
	border:solid 1px #7f7f7f ;
  float: left;
  margin: 0px 5px;
  padding: 2px 4px 2px 3px;
}


#mainsearch_form td {
	vertical-align: middle;
}

/* ======================================================================= */
/* === SITEMAP                                                            */
/* ======================================================================= */


*.smline {
  border:0px ;
  line-height:0 ;
  margin:0px ;
  padding:0px ;  
  visibility:hidden ;
}



li.sitemap1 {
	
}

ul.sitemap li.sitemap1:first-child {
	display:block;
	padding-top:0px;	
	
}


li.sitemap2 {
 
}

li.sitemap3 {
  
}

li.sitemap4 {
  
}

A.sm1,A.sm1:VISITED,A.sm1:ACTIVE,A.sm1:LINK  {
	margin-top:15px;
	display:block;
	padding:5px;
	margin-bottom:5px;
	background-color:#dce8f2;
	color:#333333 ;
	font-size:14px ;
	font-weight:bold ;
    letter-spacing:1px ;
	text-decoration:none ;
}

A.sm1:HOVER  {
	text-decoration:underline ;
}
  
  
  
  
A.sm2,A.sm2:VISITED,A.sm2:ACTIVE,A.sm2:LINK  {
	margin-top:3px;
	padding:3px;
	color:#333333 ;
	font-size:12px ;
	font-weight:bold ;
    letter-spacing:1px ;
	text-decoration:none ;
	display:block;
}

A.sm2:HOVER  {
	text-decoration:underline ;
}  
  
  
A.sm3,A.sm3:VISITED,A.sm3:ACTIVE,A.sm3:LINK  {
	color:#3079b4 ;
	font-size:11px ;
	font-weight:normal ;
	text-decoration:none ;
	display:block;
	padding:3px 1px 1px 18px;

}


  
A.sm4,A.sm4:VISITED,A.sm4:ACTIVE,A.sm4:LINK  {
	color: #000;
    font-size:11px ;
	font-weight:normal ;
	text-decoration:none ;
	display:block;
	padding:3px 1px 1px 74px;
}

A.sm4:hover {
	color:#3079b4 ;
}

 
	
ul.sitemap {
  list-style:none ;
}
	
	   

/* ======================================================================= */
/* === SITEMAP      NEU                                                      */
/* ======================================================================= */

.sitemap a:hover, .sitemap a:active, .sitemap a:focus {
	text-decoration: none;
}


*.smline {
  border:0px ;
  line-height:0 ;
  margin:0px ;
  padding:0px ;  
  visibility:hidden ;
}

li.sitemap1 {
	
}

ul.sitemap li.sitemap1:first-child {
	display:block;
	padding-top:0px;		
}




A.sm1,A.sm1:VISITED,A.sm1:LINK  {
	margin-top:10px;
    background-color: #ecf4fd;
    border: 1px solid #d2e7fb;
	display: block;
	padding: 2px 26px;
    color: #000;
	margin-bottom:5px;
	font-size:12px;
}

 
  
A.sm2,A.sm2:VISITED,A.sm2:LINK  {
	margin-left: 26px;
    margin-top:3px;
	display:block;
    color: #000;
}

  
  
a.sm3, a.sm3:visited, a.sm3:link  {
	display:block;
	padding:3px 1px 1px 50px;
    color: #000;
}

a.sm1:hover, a.sm1:active, a.sm1:focus,
a.sm2:hover, a.sm2:active, a.sm2:focus,
a.sm3:hover, a.sm3:active, a.sm3:focus  {
	color: #5c90c4; 
}


 
	
#sitemap ul {
  list-style:none ;
}
	
	
	   /* ======================================================================= */
/* === STARTSEITE                                                          */
/* ======================================================================= */



#startportal_liststartpage {
	float:left;
	clear:both;
	width:560px;	
}

#startportal_liststartpage * {
	line-height:14px;
	font-size:11px;
	color:#666666;
}


div.startportal_liststartpage_article {
	width:263px;
	height:293px;
	overflow:hidden;
	background-image:url(img/bg_startelement.jpg);
	background-repeat:no-repeat;
    padding-top: 6px;
	float:left;
}

div.startportal_image {
	background-repeat: no-repeat;
  background-position: center bottom;
	width:239px;
	height:161px;
	margin-left:12px;
	margin-top:4px;
}

div.startportal_content {
	margin-top:0px;
	padding-top:0px;
	width:245px;
	height:115px;
	margin-left:12px;
	overflow:hidden;
}
#startportal_liststartpage p {
	padding:0px;
	margin:0px;
	margin-bottom:5px;
}

#startportal_liststartpage a {
	background-image:url(img/bullet_link.gif);
	background-repeat:no-repeat;
	padding-left:8px;
	background-position:0px 4px;
	margin-bottom:3px;
	color: #1967b0;
}

#startportal_liststartpage a:hover {
	text-decoration:underline;	
}

#startportal_liststartpage a {
	background-image:url(img/bullet_link.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding-right:10px;
	padding-left:8px;
	color: #1967b0;
	
}

#startportal_liststartpage a:hover {
	text-decoration:underline;	
}


#startportal_liststartpage h2 {
	color: #ff9a2e;
	font-size: 17px;
	font-weight:bold;
	letter-spacing:0.04em;
	line-height:20px;
	margin-bottom: 5px;
	margin-top:5px;
}

p.customapp_startpage_link {

}

/* ======================================================================= */
/* === Element Subtitle                                                    */
/* ======================================================================= */

h2.elm_subtitle {
	font-size:14px;
    color:#ff9a2e;
}
/* ====================================================================== */
/* ===  TABLES 					                                          */
/* ====================================================================== */

table, thead, tbody, td, th, tr {
	border:0px;
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

/* Table caption */
thead th {
	background-color:transparent;
	background-repeat: no-repeat;
	background-position: center right;
	font-weight:bold;
	padding:2px;
	line-height:1;
	text-align:left;
	vertical-align:top;
	color:#9b5a5a;
}



/* Table caption sort */
thead th.header {
	background-image: url(img/bg.gif);
	padding-right:20px;

}

*.elm_table_headerbg {
	background-color:#ffe7c3;
}

thead th.headerSortDown {
	background-image: url(img/desc.gif);
}

thead th.headerSortUp {
	background-image: url(img/asc.gif);
}


/* Table cell */
tbody tr td {
	text-align:left;
	vertical-align:top;
	border:0px;
	padding:2px;
}

*.elm_table_showborder {
	border:solid 1px #fee7c9;
	border-collapse:collapse;

}

*.elm_table_showlineborder {
	border-bottom:solid 1px #fee7c9;
	border-top:solid 1px #fee7c9;
	border-left:solid 1px white;
	border-right:solid 1px white;
	border-collapse:collapse;

}

*.elm_table_headerborder {
	border:solid 1px #fedba7;
	border-collapse:collapse;
}

*.elm_table_bordercolor1, *.elm_table_headerborder1 {
	border:solid 1px #ffffff;
}

*.elm_table_bgcolor {
	background-color:WhiteSmoke;
}

caption {
	font-weight:bold;

}


*.odd {
	background-color:#fefaf2;
}

*.even {
	background-color:#ffffff;
}


table.tablesorter tbody tr.odd td {
	background-color:#fefaf2;
}

table.tablesorter tbody tr.even td {
	background-color:#ffffff;
}








/* ====================================================================== */
/* === CUG USER INFOBOX                                                   */
/* ====================================================================== */



#f_userstatus {
	color: #5e5e5e; 
    font-size: 11px;
    font-weight: normal;
	letter-spacing:0.05em;
	line-height: 120%; 
    margin: 18px 0px 0px 6px;  
}


#f_userstatus .title {
	font-weight: bold;   
}


#f_userstatus a, #f_userstatus a:link, #f_userstatus a:visited {
	background-image: url(img/userstatus.gif);       	
	background-repeat:no-repeat;
	background-position: center right;
    color: #5c90c4;
    display: inline;
	font-size :11px;
    padding: 0px 7px 0px 0px;
}


#navi #f_userstatus a:hover, #navi #f_userstatus a:active, #navi #f_userstatus a:focus  {
	background-image: url(img/userstatus_over.gif);       	
	color: #000;
} 


 
 
/* ====================================================================== */
/* === backfor gallery  overview                                          */
/* ====================================================================== */

a.backforgeneral {
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	color:#303030;	
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 3px 2px 0;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	text-align:center;
}

a.backforgeneral:hover {
	background-color: #303030;
	border:1px solid #303030;
	color:white;
}

a.backforgeneral:active {
	background-color: #3079b4;
	border:1px solid #3079b4;
	color:white;
}

*.backfor-activegeneral {
	background-color: #3079b4;
	border:1px solid #3079b4;
	color:white;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 3px 2px 0;



}

*.backfor-inactivegeneral {
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	color:#bfbfbf;
	display:block;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 3px 2px 0;



}

*.backfor-infogeneral {	
	display:block;
	padding:1px 5px 2px 5px;
	text-decoration:none;
	display:block;
	float:left;
	font-size:11px;
	line-height:13px;
	margin: 2px 3px 2px 0;



}

ul.backforgeneral {
	list-style-type:none;
	float:right;
}

li.backforgeneral {
	float:left;	
	border:none;
} /* ======================================================================= */
/* === GENERAL FORM-FIELDS                                                 */
/* ======================================================================= */

*.dlgerror-message {
	font-size:11px ;
	color:red ;
}

*.dlgselect { 
    background-color:#ffffff ; 
    border:1px solid #000;
    font-size:11px ; 
    margin-bottom:4px ;    
}
    
*.dlgselectgender { 
    background-color:#ffffff ; 
    border:1px solid #000;
    font-size:11px ;
    margin-bottom:4px ;       
    width:100px ;
}  

input.dlgbutton {
	background-color: #1967b0;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 12px;
  font-weight:bold;
  border:solid 1px #0e477d;
  float:left;
  padding:2px;
  margin:0px;
color:white;
    
}

input.dlginput {
  border:1px solid #000000 ;
  padding:2px;
  margin:0px ;
  margin-bottom:4px ;
}

input.dlgerror-input {
	border:1px solid red ;
}

input.dlgsearchinput {
	border:1px solid #000000 ;
	font-size:11px ;
}

input.dlgtext {
  border:1px solid #000000 ;
  font-size:11px ;
  line-height:20px ; 
  margin-bottom:10px ;
} /* ###################################################################### */
/* ### Gästebuch                                                          */
/* ###################################################################### */

td.guestbook-td-date {
	width: 100px;
	border: 1px solid #444444;
	background: #B9B9B9;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}

td.guestbook-td-name {
	border: 1px solid #444444;
	background: #B9B9B9;
	padding-left: 4px;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}

td.guestbook-td-content {
	border: 1px solid #444444;
	margin: 0px;
	padding-left: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 14px;
}

td.guestbook-td-comment {
	border: 1px solid #444444;
	margin: 0px;
	padding-left: 4px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 14px;
}

td.guestbook-td-break {
  padding: 5px;
}

span.guestbook-span-caption {
	font-weight: bold;
	padding-right: 4px;
}

span.guestbook-span-name {
	font-weight: bold;
	padding-right: 4px;
}

table.guestbook-table {
	border-spacing: 0px;
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
}
td.ad-browse-head {
	background-color:#ffe7c3;
	background-repeat: no-repeat;
	background-position: center right;	
	font-weight:bold;
	padding:2px;	
	line-height:1;
	text-align:left;
	vertical-align:top;	
	color:#9b5a5a;	
	border:solid 1px #fedba7;
	border-collapse:collapse;
}



td.ad-browse-td, td.ad-browse-tdl {
	text-align:left;
	vertical-align:top;	
	border:0px;
	padding:2px;
	border:solid 1px #fee7c9;
	border-collapse:collapse;
}

#content .active {
	text-decoration: underline;
}

/************************* TABLE KURSANZEIGE**************************************/

.form_adr .dlginput {
	float: left;
  margin: 0px 5px;
  padding: 2px 4px 2px 3px;
}

.form_adr td {
	vertical-align: middle;
}

.form_adr td img{
	padding-top: 15px;
}

.courses th {
	text-align: left;
}


body #content .courses_disposition .border {
	border: 1px solid #FBE3C3;
}

/************************* TABLE DISPOSITION ÜBERSICHT**************************************/



.overview label {
  float: left;
  padding: 4px 4px 0px 0px;
}

.overview input {
  float: left;
  margin: 0px 4px 2px 0px;
}

.overview select {
  width: 450px;
}

.overview .dlginput {
	border: none;
}
.eingrenzen {
	background-color: #FFE7C3;
  padding-bottom: 4px !important;
  width: 100%;
}

.eingrenzen .title {
	clear: left;
  width: 70px;
}


/************************* TABLE DISPOSITION ANZEIGE**************************************/

.courses_disposition .files {
	padding-top: 6px;
  padding-left: 0px !important;
}

.courses_disposition .title {
	clear: left;
  width: 100px;
}



/************************* LOGINFELDER 	**************************************/


#content .cuguser-dialog-table .dlginput {
	width: 343px;

}

#content .cuguser-dialog-table .dlgbutton{
	width: 170px;
    margin-right: 4px;

}



/* ================================ MAILABLE ========================================== */

p.recommend {}

a.recommend {
	background-image:url(img/bullet_link.gif);
    background-repeat:no-repeat;
    padding-left:15px;
}

h1.mailable {
	padding-left:10px;
	margin-top:5px;
	margin-bottom:10px;
}


span.mailable {
	text-align:right;
}

p.mailable_leadin {
	font-weight:bold;
	padding-left:10px;
	margin-bottom:10px;
	margin-top:0px;
}

p.mailable_leadout {
	padding-left:10px;
	margin-bottom:10px;
	margin-top:0px;
}

p.mailable_error {
	font-weight:bold;
	color:#ff0000;
	display:block;
	width:250px;
	margin-left:110px;
	margin-bottom:10px;
}

div.mailable_button {
	padding-left:10px;
	display:block;
	
}

#mailableform label {
	float:left;
	clear:both;
	display:block;
	width:100px;
	margin-bottom:10px;
	padding-left:10px;
}

#mailableform input, #mailableform textarea, #mailableform select {
	float:left;
	display:block;
	width:350px;
	border: 1px solid #333;
	background:#F4F4F4;	
	margin-bottom:10px;
	padding:1px;
}
 
/*clearing all floats and fix firefox and ie backgroundcolor-bug */
#mailableform div.clearer {
	clear:both;
	font-size:1px;
	line-height:1px;
	display:block;
	height:1px;
} 
#mailableform form {
	background:#EFEFEF;
	width:550px;
	border: 1px dotted #333;
}
#mailableform .form-button {
	margin-left:110px !important;
	margin-left:55px; /*to fix ie6 position*/
	width:100px;
	clear:both;
	background-color:#c80a3e ;
	border:1px solid #A01D01 ;
	color:#ffffff ;
	cursor:pointer ;
	
}

#mailableform .form-hidden {
	visibility:hidden;
	height:1px;
	width:1px;
	margin:0;
	padding:0;
	border:0;
	display:inline;
	clear:both;
}


#mailableform form.form_empty {
	background-color:white;
	border:0px;
} /* ======================================================================= */
/* === NAVIGATION                                                          */
/* ======================================================================= */

/*********************** SIDENAVI ************************* */

#sidenavi{
	color: #735536;
	font-size: 11px;
	margin-right: 37px;
	padding-top: 5px;
	text-align: right;	
}

#sidenavi li{
	display: inline;	
}

#sidenavi a{
	color: #735536;
	background-image: url(img/neu/sidenavi_line.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 11px;
	padding-right: 8px;
}

#sidenavi a:hover, #sidenavi a:active, #sidenavi a:focus{
	text-decoration: underline; 	
}

/*********************** NAVI 1 ************************* */

#navi1 {
	color: #735536;
	float: right;
	font-size: 11px;
    letter-spacing:0.04em;
	padding-right: 83px;
	margin-top: 49px;
	text-align: right;	
}

#navi1 li{
	display: inline;
}

#navi1 a{
	color: #1967b0;
	font-size: 11px;
	font-weight: bold;
    text-decoration: none;
	text-transform: uppercase;
}

#navi1 a:hover, #navi1 a:active, #navi1 a:focus{
	color: #4c4c4c;
}

#navi1 .navi1active {
	border-bottom: none;
}

#navi1 .navi1active a {
    color: #4c4c4c;	
}


#navi1 div{
	border-bottom: 1px solid #a0a0a0;
	float: left;
	padding-bottom: 2px;
	text-align: center;
	white-space: nowrap;
	
}


/******* width Navipunkte *********/

.point2 {
	width: 85px;	
}


.point3 {
	width: 134px;	
}


.point4 {
	width: 150px;	
}


.point5 {
	width: 127px;	
}

/************************* NAVI 2  237px (237px) **************************************/

#navi2 {
	float: left;
	font-size: 13px;
	font-weight: bold;
    margin-top: 6px;
    padding-left: 33px;
	width: 237px;
}


#navi2 li{
	display: block;
	margin-bottom: 19px;
    list-style-type: none;
}

#navi2 a{
	border-bottom: 1px solid #bac6ed;
	color: #1967b0;	
	display: block;
	margin-bottom: 9px;
	padding-bottom: 4px;
    text-decoration: none;
}


#navi2 .navi2active{
	border-bottom: none;	
}



/************************* SUBNAVI **************************************/



#navi2 .subnavi li{
	border-bottom: none;
	font-size: 11px;
	margin-bottom: 0px;
}

#navi2 .subnavi a {
	background-image: url(img/neu/subnavi_line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: none;
    line-height: 120%;
	margin-bottom: 3px;
	padding-left: 20px;	
}

#navi2 .subnavi a:hover, #navi2 .subnavi a:active, #navi2 .subnavi a:focus{
	text-decoration: underline;
}



#navi2 .subnavi .subnaviactive{
	background-image: url(img/neu/subnavi_arrow.gif);
    text-decoration: underline;	
}

/************************* SUBNAVI 2 **************************************/

#navi2 .subnavi2 {
	padding-left: 25px;
    margin: 5px 0px 15px 0px;	
}

#navi2 .subnavi2 a {
	margin-bottom: 1px;
	padding-left: 13px;	
} /* ======================================================================= */
/* === SHOP                                                                */
/* ======================================================================= */

.pub-cmsbasket-table {
	border: none;
	padding: 0px;
	border-spacing: 0px;
}

.pub-cmsshop-th,.pub-cmsshop-thl {
	background-color: #FE7D18;
	color: White;
	font-weight: bold;
	padding: 3px;
	margin: 12px;
	padding-bottom: 6px;
}

.pub-cmsshop-td,.pub-cmsshop-tdl {
	font-size: 11px;
	border-bottom-style: dotted;
	border-bottom-color: #FE7D18;
	border-bottom-width: 1px;
	padding: 3px;
	padding-bottom: 6px;
}

.pub-cmsshop-total {
	padding-top: 12px;
	text-align: right;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #FE7D18;
}

.pub-cmsshop-update-button {
  padding-top: 12px;
  text-align: right;
}
/* ====================================================================== */
/* === CUGUSER                                                        === */
/* ====================================================================== */

div.cuguser-dialog-frame {  
  margin-left:6px ;
  margin-top:6px ;
  width:450px ;
}

div.cuguser-dialog-title {
  display:block ;
  font-weight:bold ; 
  margin-bottom:6px ; 
  padding:3px ;
  text-align:left ;
}

div.cuguser-dialog-title2 {
  border-bottom:1px solid black ;
  margin-bottom:16px ;
  padding:3px ;
  padding-top:10px ;
  padding-bottom:20px ;
}

div.cuguser-error-message {
  background-color:white ;
  border:1px solid red ;  
  color:#ff0000 ;  
  font-weight:bold ;
  margin:3px ;
  padding:3px ;
}

div.cuguser-login-frame {
}

div.cuguser-ok-message {
  background-color:White ;
  border:solid 1px green ;
  color:green ;  
  font-weight:bold ;
  margin:3px ;
  padding:3px ;
}

table.cuguser-dialog-table {
	border-spacing:5px ;
	padding-bottom:8px ;	
}

.cuguser-dialog-table .dlginput {
	width: 240px;	
}

.cuguser-dialog-table .dlgbutton {
	width: 118px;
   
}



#mainformlogin label, #mainformlogin input{
	display: block;
  float: left;
  clear: left;
} #auswahl {
	float: left;
}

#button {
	float: right;
}

#button input.dlgbutton {
	margin-bottom: 2px;
    padding: 1px;
}


div.art_block, div.art_selector {
	background-color:#ffe7c3;
	border:solid 1px #ffd195;
	clear:both;
	float:left;
	margin-bottom:20px;
	padding:10px;
	width:540px;
}

div.art_img {
	background-color:#ffe7c3;	
	float:left;
	width:110px;		
}

div.art_info {
	background-color:#ffe7c3;
	float:left;
    width: 428px;
}

h2.article {
	margin:0px;
	margin-bottom:1px;
	padding:0px;	
}

input.article {
	text-align: right;
	width: 30px;
	float:left;
	margin-right:10px;
}

p.articlesmall {
	font-size:11px;
	margin-bottom:15px;
} /* ====================================================================== */
/* === INFOBOX STYLES                                                       */
/* ====================================================================== */


#normal_infobox {
	overflow: hidden;	
}

#normal_infobox .infobox{
	border-bottom: 1px solid #898989;
	float: right;
	font-size: 11px;
	letter-spacing:0.05em;	
    line-height: 130%;
	margin: 3px 0px 30px 40px;
    padding-bottom: 6px;
	width: 187px;
}

#normal_infobox .noclear{
	clear: none !important;
}



#normal_infobox .infobox h2, .infobox h2, #normal_infobox .infobox .pub-el-text-title, #normal_infobox .infobox .pub-el-title {
	color: #000;
    font-size: 11px;
    margin-bottom: 4px;
}

#normal_infobox .infobox img, .infobox img {
	margin-bottom: 10px;
}

#normal_infobox .infobox a.pub-elm-link:link,
#normal_infobox .infobox a.pub-elm-link:visited,
#normal_infobox .infobox a.pub:link,
#normal_infobox .infobox a.pub:visited {
    color: #5c90c4;
    padding-right: 6px;
	
}

.infobox a.pub-elm-link:link,
.infobox a.pub-elm-link:visited,
.infobox a.pub:link,
.infobox a.pub:visited {
    color: #5c90c4;
    padding-right: 6px;
	
}

#normal_infobox .infobox a.pub-elm-link:hover,
#normal_infobox .infobox a.pub-elm-link:active,
#normal_infobox .infobox a.pub-elm-link:focus,
#normal_infobox .infobox a.pub:hover,
#normal_infobox .infobox a.pub:active,
#normal_infobox .infobox a.pub:focus {
	color: #000;
    padding-right: 6px;
	
}

#normal_infobox .infobox a:link,
#normal_infobox .infobox a:visited {
	color: #000;
	
}



.infobox a.pub-elm-link:link,
.infobox a.pub-elm-link:visited,
.infobox a.pub:link,
.infobox a.pub:visited {
    color: #5c90c4;
    padding-right: 6px;
	
}

.infobox{
	border-bottom: 1px solid #898989;
	float: right;
	font-size: 11px;
	letter-spacing:0.05em;	
    line-height: 130%;
	margin: 3px 0px 30px 40px;
    padding-bottom: 6px;
	width: 187px;
}

.infobox a.pub-elm-link:hover,
.infobox a.pub-elm-link:active,
.infobox a.pub-elm-link:focus,
.infobox a.pub:hover,
.infobox a.pub:active,
.infobox a.pub:focus {
	color: #000;
    padding-right: 6px;
	
}

.infobox a:link,
.infobox a:visited {
	color: #000;
	
} 

