html {
		height:101%;
}

body{
	margin: 0;
	padding:0;
	background-image: url(../images/page_back.jpg);
}


h2 {
        font: 0.875em Verdana, Arial, Helvetica, sans-serif;
        color: #000;
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

img {
	border: none;
}


#all {

		
}

#container{
	width: 974px; /*Width of main container*/
	margin: 26px auto; /*Center container on page*/
	background: #FFF;
}



#header{
	background: #FFF;
	height: 130px; /*Height of header*/
	background-image: url(../images/top_back.jpg);
}

#headermenu{
	background-image: url(../images/top_menu_back.jpg); 
	background-repeat:no-repeat;
	height: 17px;
	width: 974px;
    position: relative;
    top: 0px;
	left: 0px;
	text-align: right;
    vertical-align: middle;
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
	font-size: 0.688em;
	font-weight: normal;

}

#headermenu .separator{
	position: relative;
    top: -2px;
	left: 0px;
}
#headermenu a{
	position: relative;
    top: -1px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

#headermenu a:hover{
	color: #FFF;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#headermenu ul {
	display:inline;
    margin:0;
    padding:0px 10px 0px 0px;
    list-style:none;
}
#headermenu li {
    display:inline;
    margin:0;
    padding-left:2px;
	padding-right:2px;
}

#fontsize{
	display:inline;
	padding-right:10px;
	position: relative;
	top:-1px;
}
#fontsize img{
	display:inline;
}
#headermenu form.search{
		width:200px;
		display:inline;
		padding-right:10px;
		vertical-align:middle;
}
#headermenu form.search label{
		display:none;
}
#headermenu form.search input#mod_search_searchword.inputbox{
		font-size: 11px;
		border-collapse: separate;
		width: 136px;
		height: 13px;
		background: #FFF;
		padding: 0;
		margin: 0;
		line-height: 16px;
		vertical-align:top;
}

#headermenu form.search input.button{
		position:relative;
		vertical-align:text-bottom;
		

	
}
#headerlogo{
	float:left;
	width:230px;
	height:45px;
	margin:0;
	padding:0;
	background-image: url(../images/logo_dlt.jpg); 
	background-repeat:no-repeat;
}

#pathway {
	margin-top: 12px;
	margin-bottom: 12px;
	font-family: Arial;
	color:#666666;
	font-size: 11px;
	float:left;
	text-decoration: none;
	
}
#pathway a, a:link, a:active, a:hover {
	padding-top: 4px;
	padding-bottom: 4px;
	color: #666;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}



#main {

}

#contentleft{
	float:left;
	width:207px;
}

#contentleft  a, a:link{

}
#contentleft  a:hover{

}

#contentleft ul.menu {
  margin-left:0px;
  padding-left:0px;
  margin-top:30px;
  list-style:none;
  height:auto;
  padding-bottom:20px;
  background:none;
  
}
#contentleft ul.menu a{
	position:relative;
	top:5px;
}
#contentleft ul li a, a:visited, a:link {
	color: #FFF;
  	font-weight:bold;
	font-family:Verdana;
  	font-size: 13px;
  	text-decoration: none;
}
#contentleft ul li a:hover{
  	font-weight:bold;
	text-decoration:underline;
}

/*
 * Erste Ebene
 */
#contentleft ul li {
	
	min-height:32px;
	background:  url(../images/menu_back_on.jpg) no-repeat top left;
 	padding-left: 25px;
	border-bottom:#FFFFFF 1px solid;
	margin-left:0px;
 	margin-top: 0px;
 	margin-bottom:0px;
 	/*color: #FFF;*/
  	font-weight:bold;
	font-family:Verdana;
  	text-decoration: none;
}

/*
 * Rounded Corner on Mainmenus Top (item1)
 */
#contentleft ul li.item1{
	background: url('../images/tr.gif') no-repeat top right;
}
/*
 * Rounded Corner on Mainmenus Bottom (item10)
 */
#contentleft ul li.item10{
	background: url('../images/br.gif') no-repeat bottom right;
}


#contentleft ul li ul {
	margin-top:10px;
	padding:0px;
	list-style:none;
	display:none;
}

#contentleft .active ul  {
	margin-top:10px;
	padding:0px;
	list-style:none;
	display:block;
}
/*
 * Adjust Text in the middle of the Box
 */



/*#contentleft #current ul  {
	margin-top:10px;
	padding:0px;
	list-style:none;
	display:block;
}*/



/*Zweite Menü-Ebene */



#contentleft ul li ul li{
	position:relative;
	top:4px;
	background: #EEEEEE url('../images/arrow_sub1_black.gif') no-repeat;
	background-position:4px 7px;
	padding-top:0px;
	margin-left:-15px;
	margin-bottom:0px;
	/*margin-top: -2px;  /*15px;*/
	padding-bottom:4px;
	/*height:auto;*/
	list-style:none;
	color:#000000;
	/*line-height: 1.1em;*/
}

#contentleft ul li ul {
	margin-bottom:5px;
}
div#contentleft ul li ul li a, a:visited, a:link {
	font-weight:normal;
	font-family: Arial;
  	font-size: 11px;
	color:#000000;
}
div#contentleft ul li ul li a:hover{
	font-weight:normal;
	text-decoration:underline;
}

/*
 * Dritte Menü-Ebene
 */
#contentleft ul li ul li ul{
	background-color:#ffffff;


}
#contentleft ul li ul li ul li{
	position:relative;
	top:0px;
	background: #ffffff url('../images/point_sub2_black.gif') no-repeat;
	background-position:25px 6px;
	margin-left:-25px;
	padding-left:35px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding-bottom:5px;
	border-bottom-width: 1px;
  	border-bottom-style: solid;
	border-bottom-color: #CCC;  
    border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;

}
/*
 * Vierte Menü-Ebene
 */
#contentleft ul li ul li ul li ul{
	background-color:#ffffff;
	
}

#contentleft ul li ul li ul li ul li{
	background: #ffffff url('../images/arrow_sub3_black.gif') no-repeat;
	background-position:25px 15px;
	margin-left:-25px;
	padding-left:35px;
	padding-top:0px;
	margin-top:-5px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
	border-bottom-width: 1px;
  	border-bottom-style: solid;
	border-bottom-color: #CCC; 
	line-height:1.5em;
	height:20px;

}
/*
 * Adjust the spacing 4th section
 */

/*
 * Deactivet the Border of the Last Element of 4th section
 */
#contentleft ul li ul li ul li ul li.item48{
	background: #ffffff url('../images/arrow_sub3_black.gif') no-repeat;
	background-position:25px 15px;
	margin-left:-25px;
	padding-left:35px;
	padding-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border:none;
}


/*
 * Style Content-Col (middle Col)
 */
#content{
	width:552px;
	float:left;
	padding-left:12px;
	padding-right:10px;
	margin-top:-10px;
	padding-top:0px;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.688em;
	font-weight: normal;
	font-variant: normal;
}

#content table {
	width:500px;
}

/*
 * Style Content-Col Article-Row Content Heading
 */
#content h2.contentheading ul {
	width: 537px;
	height: auto;
	border-left: 5px solid #D30128;
	border-top: 1px dotted #999;
	line-height: 1.2em;
	padding: 5px;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal; 
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 17px;
}
h2.contentheadingstart ul{
	width: 537px;
	height: auto;
	border-left: 5px solid #D30128;
	border-top: 1px dotted #999;
	line-height: 1.2em;
	padding: 5px;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal; 
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 47px;
}

#content h1 {
	color: #D30128;
	line-height: 1.2em;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
}

h1


#content h2{
	color: #000;
	font-size: 11px;
	line-height: 1.2em;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}

#content img{
	/*border-top: 10px solid #FFF;
	border-right: 10px solid #FFF;
	padding-left: 8px;
	padding-right: 8px;*/
}

#imgdiv{
	float: left;
	width: 175px;
	height: auto;
	/*border-top: 10px solid #FFF;*/
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	padding-left: 8px;
}
div.imgdiv{
	float: left;
	width: 175px;
	height: auto;
	/*border-top: 10px solid #FFF;*/
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	padding-left: 8px;
}
/*
 * Set Content p right next to pic-content in Article Blog-View (Category)
 */
#content div.article_row p {
	padding-left: 193px;
}
 .reset_versetzt{
	padding-left: 0px !important;
}
/*
 * Deactivate Buttons in Article Blogview
 */
#content div.article_row p.buttonheading{
	display:none;
}
p.buttonheading{
	text-align:right;
	margin-top:-30px;
}
#content a.readon, a.readon:visited, a.readon:link{
/*	display:block;
	width:40px;
	color: #D30128;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	margin-top:-10px;
	padding:0px;*/
}
#content a{
	color: #D30128;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
	margin-top:-10px;
	padding:0px;
}
#content a:hover{
	background-color:#D30128;
	color:#FFFFFF;
}

/*
 * Contentstyle Contactspage
 */

#content h2.contentheadingcontacts ul {
	width: 537px;
	height: auto;
	border-left: 5px solid #D30128;
	border-top: 1px dotted #999;
	line-height: 1.2em;
	padding: 5px;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal; 
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 17px;
}
#contenttoc {
	margin-left:300px;
	text-align:right;
	width:250px;
	font-weight:bold;
	color: #D30128;

}
#content .contenttoc th{
	
}
 .pagenavcounter {
	text-align:right;

	
}

/*
 * Content-Style Place Here Module
 */
div.mod_placehere {
	
}
div.mod_placehere  td.contentheading{
	width: 537px;
	height: auto;
	border-left: 5px solid #D30128;
	border-top: 1px dotted #999;
	line-height: 1.2em;
	padding: 5px;
	color: #999;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	font-style: normal; 
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 17px;
}

/*
 * Content Style resetimg Schwerpunktthemen
 */
h1.componentheadingresetimg{
	float: left;
	width: 537px;
	height: auto;
	border-left: 5px solid #D30128;
	border-top: 1px dotted  #999;
	line-height: 1.2em;
	padding: 5px;
	color: #999 !important;
	font-family: Verdana;
	font-size: 0.813em !important;
	font-weight: bold !important;
	font-variant: normal !important;
	list-style-position: inside !important;
	list-style-type: square !important;
	margin-bottom: 7px;
}



#contentright{
	float: left;
	width: 190px; /*Width of right column*/
	background: #FFF;
	color: #666;	
}

#contentright a, a:link, a:visited{
	padding-right:2px;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
#contentright a:hover{
	padding-right:2px;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}

#contentright ul.sections{
	
}


#contentright #moduletitle{
	float: left;
	width: 176px;
	height: 15px;
	background: #D30128 url('../images/tl.gif') no-repeat top left;
	border-bottom: 1px solid #FFFFFF;
	padding: 5px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	list-style-position: inside;
	list-style-type: square;

}
ul.vert{
	float: left;
	width: 180px;
	height: auto;
	padding: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 7px;
	margin-top: 0px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
}
ul.vert li{
	float: left;
	width: 170px;
	height: auto;
	padding: 5px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #FFF;
	list-style:none;
}
ul.vert li p{
	margin:0px;
}
ul.vert li a{
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
ul.vert li a:hover{
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}
ul.vert li h4{
	margin-top:5px;
	margin-bottom:-10px;
	padding:0px;
}

/*
 * Sitzungstermin-Erweiterung 2011 
 * Hollmann CS
 */

li.termin-back {
	background-image:url('../images/termin_back.gif')!important;
	padding-top:1px;
}

img.termin-kalender {
	position:relative;
	padding-right:2px;
	margin-right:2px;
	top:-2px;
}

a.sitzungen {
	position:relative;
	background-color:#ffffff;
	color:#CC0000!important;
	padding-bottom:1px;
	padding-top:2px;
	top:2px;

}


#contentright a.contentpagetitle, a.contentpagetitle:link{
	width: 170px;
	color: #CC0000;
	font-family: Verdana, Helvetica, sans-serif;;
	font-size: 11px;
	margin-top:0px;
	margin-left:-3px;
	font-weight:normal;
	font-style:normal;
}
#contentright a.contentpagetitle:visited{
	font-size: 11px !important;
	color:  #CC0000;
}
#contentright a.contentpagetitle:hover{
	width: 170px;
	height: auto;
	color:  #CC0000;
	font-family: Verdana, Helvetica, sans-serif;;
	font-size: 11px !important;
	margin-top:0px;
	margin-left:-3px;
	font-weight:normal;;
	font-style:normal;
	text-decoration:underline;

}
ul.vert li ul li{
	width:165px;
	margin-top:10px;
	list-style:disc;
	margin-left:-30px;
	padding:0px;
	border:none;
	background:none;
}

#categorylist{

	margin-top:7px;
}
#categoryimg{
	float:left;
	width:45px;
	padding:0px;
	margin-left:-4px;
	margin-right:4px;
	margin-top:0px;
}
#categorytitle{
	clear:left;
	display:inline;

}
#categorytitle  a, a:link, a:visited{

	padding-right:2px;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
}
#categorytitle a:hover {
	padding-right:2px;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	text-decoration:underline;
}
ul.vertcategory{
	float: left;
	width: 180px;
	height: auto;
	padding: 5px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 7px;
	margin-top: 0px;
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
}
ul.vertcategory li{
	float: left;
	width: 175px;
	height: 45px;
	padding-left: 4px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;;
	line-height: 1.5em;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	background: #EEEEEE;
	border-bottom: 1px solid #FFF;
	list-style:none;
}

.catlink {
	position:relative;
	top:5px;
	padding-top:5px;
	margin-top:5px;
}



#statistikfooter{
	clear: left;
	vertical-align:middle;
	width: 100%;
	background: #E6E6E6 url('../images/statistikfooter.gif') no-repeat;
	height:15px;
	color: #000;
	text-align: center;
	padding: 4px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#statistikfooter p{
	margin:0;
	padding:0;
}
#statistikfooter #text{
	padding-bottom:5px;
}

#statistikfooter img{
	padding-left:40px;
}
#footermenue {
	width:100%;
	background:#FFF;
	color: #000;
	text-align:center;
	padding: 4px 0;
}

	  
#footermenue a, a:link {
	color: #000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}


#vert{
	z-index:0;
	position:absolute;
	top:50px;
	height:100px;
	background-color:red;
	width:100%;
}

div.contact{
	margin:0px;
	padding:0;
	background:#ffffff;
}
p.buttonheading img{
	display:none;
}
p.buttonheading a img{
	display:inline;
}
div.contact_address{
	line-height:1.5;
}
div.contact_email{
	width:350px;
	vertical-align:top;
}

div.contact_email label {
	text-align:left;
	margin-right:110px;
}

div.contact_email .inputbox{
	vertical-align:top;
}
div.contact_subject .inputbox{
	width:350px;
	vertical-align:top;
}

div .contact div img{
	border: none;
}

input #contact_name.inputbox{
	padding-left:50px;
}


/*
 * User-Editor Styles
 */
.Tabellen-Ueberschrift{
	float:left;
	height: auto;
	padding-right: 10px;
	color: #000;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-variant: normal;
	background-color:#EEEEEE;
}
.Grosse-Ueberschrift-Rot-Fett{
	color: #D30128;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.Ueberschrift-Schwarz-Kursiv{
	color: #000;
	line-height: 1.2em;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.Ueberschrift-Schwarz-Fett{
	color: #000000;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.Schwerpunkt-Icons{
	margin-top:-20px;
	text-align:right;
}

.Schwerpunkt_Unterueberschrift{
	float: left;
	width: 541px;
	height: auto;
	background: #FFF;
	border-left: 1px dotted #D30128;
	border-top: 1px dotted #D30128;
	border-bottom: 1px dotted #D30128;
	border-right: 1px dotted #D30128;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom:8px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
#content_iconbox_small{
	float: left;
	width: 100px;
	height: auto;
	border-top: 10px solid #FFF;
	border-right: 10px solid #FFF;
	padding-left: 8px;
}

#content div.article_row p .rechts_versetzt{
	padding-left: 193px;
}
.reset_versetzt{
	padding-left: 0px !important;

}
.Tabellen-Ueberschrift{
	height: auto;
	padding: 5px;
	color: #000;
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-variant: normal;
	background-color:#EEEEEE;
	vertical-align: top;
}
.Tabellenzellen-grau{
	background-color:#EEEEEE;
	vertical-align: top;
	padding: 5px;
	height: auto;
}
.Tabellenzellen-weiss{
	background-color:#FFF;
	vertical-align: top;
	padding: 5px;
	height: auto;
}
.Tabellenzellen-rot{
	background-color:#FFEAEA;
	vertical-align: top;
	padding: 5px;
	height: auto;
}
.Headline_start{
	color: #000;
	font-size: 11px;
	line-height: 1.2em;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
.Headline_main {
	color: #D30128;
	line-height: 1.2em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Headline_chapter{
	color: #000000;
	line-height: 1.2em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px; 
	font-weight: bold;
}
.fliesstext{
	line-height: 1.5em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.688em;
	font-weight: normal;
	font-variant: normal;
}

.Schwerpunkt_Unterueberschrift{
	float: left;
	width: 541px;
	height: auto;
	background: #FFF;
	border-left: 1px dotted #D30128;
	border-top: 1px dotted #D30128;
	border-bottom: 1px dotted #D30128;
	border-right: 1px dotted #D30128;
	line-height: 1.2em;
	padding: 5px;
	margin-bottom:8px;
	color: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.Bild_linksbuendig {
    /*width: 200px;*/
	float: left;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-right: 10px;
}
.Bildunterschrift_linksbuendig {
	float: left;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
   /* width: 190px;*/
	clear: both;
}
.Bild_rechtsbuendig {
	float: right;
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
   /* width: 200px;*/
}

.Bildunterschrift_rechtsbuendig {
	float: right;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: italic;
   /* width: 190px;*/
	clear: both;
	text-align: right;
}
.Infobox_linksbuendig {
	float: left;
	line-height: 1.4em;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
	margin-right: 10px;
	margin-top: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
    width: 220px;
	clear: both;
	background: #eee;
	border: 1px dotted #999999;
}

/*
 * PeopleBook Style
 */

#categoryrow {
	background-color:#EEEEEE;
}
.sectiontableentry {
	
}
/*.contactimg{
	position:relative;
	right:390px;

}*/
.contacttable{
	position:relative;
	left:180px;
	top:-20px;
	width:250px;
}


.contactdetailname{
	color: #D30128;
	line-height: 1.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.contactdetailposition{
	color: #000;
	line-height: 1.2em;
	font-style: italic;
	font-family: Verdana, Helvetica, sans-serif;
}
#contactdetailsbio{
	position:relative;
	left:180px;
	top:-40px;
	height:150px;
	width:250px;
}
#contactdetailsbio p{
	width:250px;
}


/*
 * Pagination Style
 */

ul.pagination li{
	display:inline;
	margin-left: 5px;
}
/*
 * Accordion Menu Style
 */
/*
#accordion {
	margin:0px;
	padding:0px;
	list-style: none; 
 	cursor: pointer;
  	font-family: Arial;
	margin-bottom: 1px;
}

h3.toggler {
  height: 32px;
  background: #999 url(../images/menu_back_on.jpg) no-repeat top left;
  border-left: 0px solid #FFF;
  border-bottom: 0px solid #FFF;
  padding-left: 25px;
  margin-top: 1px;
  margin-bottom:0px;
  color: #FFF;
  font-weight:normal;
  font-size: 13px;
  text-decoration: none;
}

h3.toggler a, a:visited, a:link {
	color: #FFF;
  	font-weight:normal;
  	font-size: 13px;
  	text-decoration: none;
}
h3.toggler a:hover {

  	font-weight:bold;
}
#togglercontent {
	padding-top:2px;

}
.togglercontenttop {
		background: url('../images/tr.gif') no-repeat top right;	
}

.togglercontentbottom {
		height:30px;
		background: url('../images/br.gif') no-repeat bottom right;	
}

div.element {
	margin:0px;
	margin-left:10px;
	padding:0px;
	font-weight:normal;
	font-family: Arial;
  	font-size: 11px;
	color:#000000;
}
div.element li{
	background: #EEEEEE url('../images/arrow_sub1_black.gif') no-repeat left;
	margin-bottom:2px;
	height:auto;
}

div.element li a {
	font-weight:normal;
	font-family: Arial;
  	font-size: 11px;
	color:#000000;
	margin-left:20px;

}

blockquote {
	padding:0px 0px;
}
*/

