html {
	margin: 0;
	padding: 0;
}


/* 
	Body
*/
body {
	padding: 0;
	margin: 0;
	background-position: center;
	background-color: #f0f0f0;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #222;
}

.wrapper {
	width: 1010px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	clear: both;
	
}

.wrapper2 {
	background-image: url(/shared/templates/images/backgrounds/page.gif);
	float: left;
}

/*
	Überschrift 1
*/
h1 {
	font-size: 15px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #999;
}

/*
	Überschrift 2
*/
h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 40px;
	padding-bottom: 10px;
	color: #222;
	margin: 0;
}



h3 {
	font-size: 14px;
}

/*
	Überschrift 4
*/
h4 {
	font-size: 12px;
	font-weight: bold;
	padding-top: 13px;
	padding-bottom: 0px;
	color: #333;
	margin: 0;
}

h4.first {
	font-size: 12px;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333;
	margin: 0;
}

/*
	Listen
*/
ul, ol {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

.lev1 {
	margin-bottom: 2px;
	padding-left: 24px;
	padding-top: 7px;
	padding-bottom: 7px;
	background-color: #dfdfdf;
}

.lev2 {
	margin-left: 0px;
	margin-bottom: 1px;
	padding-left: 25px;
	width: 205px;
}

.lev3 {
	margin: 0;
	padding: 0;
	width: 85px;
	font-size: 12px;
	float: left;
}

.lev4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	width: 100px;
	float: left;
}

.lev1link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}



.bluelink {
	color: #0b4c9c;
	text-decoration: underline;
	font-size: 13px;
}

form {
	padding: 0;
	margin: 0;
}


input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;

}

select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFF;
	border-top: 1px solid #9c9c9c;
	border-left: 1px solid #9c9c9c;
	border-bottom: 1px solid #b1b1b1;
	border-right: 1px solid #b1b1b1;
	margin-bottom: 10px;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #4d4d4d;
}

label {
  float: left;
  clear: both;
  display: block;
  width: 92px;
  margin-bottom: 10px;
  padding-left: 0px;
}


.sbutton {
	background-image: url('/shared/templates/buttons/button.gif');
	background-repeat: no-repeat;
	background-color: transparent;
	width: 98px;
	height: 20px;
	border: 0;
	color: #4d4d4d;
	font-size: 12px;
}



.grey {
	color: #222;
	text-decoration: none;
}

.grey:hover {
	color: #444;
	text-decoration: underline;
}

.blue {
	color: #a50000;
	text-decoration: none;
}


.blue:hover {
	color: #a00000;
	text-decoration: underline;
}

/*
	Blattanfang
*/
.papertop {
	width: 1000px;
	height: 16px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

/*
	Logo
*/
.logo {
	width: 179px;
	height: 48px;
	padding-top: 30px;
	padding-left: 34px;
	float: left;
}


.header {
	height: 115px;
	padding: 0;
	margin: 0;
	float: left;
	clear: both;
	background-image: url('/shared/templates/images/backgrounds/header.gif');
}

.navigation {
	width: 222px;
	padding-top: 15px;
	margin-left: 11px;
	padding-bottom: 20px;
	float: left;
	text-align: left;
	background-color: #f6f6f6;
}	


.main {
	width: 602px;
	float: left;
	text-align: left;
}

.suche {
	background-repeat: no-repeat;
	height: 45px;
	width: 360px;
	padding-top: 13px;
	padding-left: 17px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	color: #666;
}

/*
	Datum
*/
.date {
	height: 20px;
	padding-top: 8px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 20px;
	margin: 0;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	
}

.grey2 {
	text-decoration: none;
	color: #666;
}


/*
	Artikel-Box in der Detailansicht
*/
.article {
	padding-top: 15px;
	padding-left: 26px;
	width: 540px;
}

/*
	Subtitle in der Artikelansicht
*/
.text_subtitle {
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #a50000;
}

/*
	Headline in der Artikelansicht
*/
.text_headline {
	padding-top: 3px;
	padding-bottom: 7px;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	color: #222;
}

/*
	Text im Artikel
*/
.text_article {
	line-height: 18px;
	color: #222;
}

/*
	Fullsizebanner in der Artikelansicht
*/
.ad_contentfull {
	padding-bottom: 30px;
}

/*
	Artikelinformationen in der Detailansicht
*/
.text_infos {
	color: #777;
	font-size: 11px;
	line-height: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 500px;
	clear: both;
}

/*
	Bookmarks in der Artikelansicht
*/
.text_bookmarks {
	padding-top: 15px;
	padding-bottom: 25px;
	clear: both;
	text-align: center;
	width: 575px;
}

.text_bookmarks2 {
	padding-top: 15px;
	padding-bottom: 25px;
	clear: both;
	text-align: center;
	width: 850px;
}

/*
	Bookmarks Liste
*/
.bookmark_list {
	padding: 0;
	margin: 0;
}

/*
	Bookmark Item
*/
.bookmark_item {
	margin: 0;
	padding-left: 0;
	padding-right: 6px;
	display: inline;
}

/*
	News Footer
*/
.text_footer {
	float: left;
	padding-top: 30px;
}

/*
	Footer links
*/
.text_footer_left {
	float: left;
}

/*
	Footer rechts
*/
.text_footer_right {
	float: left;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 30px;
	line-height: 18px;
}

/*
	Artikeloptionen Liste
*/
.articleoption_list {
	padding: 0;
	margin: 0;
}

/*
	Artikeloptionen Item
*/
.articleoption_item1 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_prev.gif');
	background-repeat: no-repeat;
}

.articleoption_item2 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_next.gif');
	background-repeat: no-repeat;
}

.articleoption_item3 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_print.gif');
	background-repeat: no-repeat;
}

.articleoption_item4 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_newsletter.gif');
	background-repeat: no-repeat;
}

.articleoption_item5 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_newsarchiv.gif');
	background-repeat: no-repeat;
}

.articleoption_item7 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_send.gif');
	background-repeat: no-repeat;
}

.articleoption_item6 {
	padding-left: 25px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/icon_redaktion.gif');
	background-repeat: no-repeat;
}

/*
	Artikeloptionen Link
*/
.articleoption_link {
	color: #a50000;
	text-decoration: none;
}

/*
	Artikeloptionen Link OnMouseOver
*/
.articleoption_link:hover {
	color: #a50000;
}

a {
	color: #a50000;
}

/*
	Lesen Sie mehr
*/
.readmore {
	clear: both;
	line-height: 18px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.readmore_headline {
	font-size: 15px;
	padding-bottom: 6px;
	list-style: none;
}

.readmore_list {
	padding: 0;
	margin: 0;
}

.readmore_item {
	padding-left: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/arrow.gif');
	background-repeat: no-repeat;
}

.readmore_link {
	color: #a50000;
	text-decoration: none;
	font-size: 13px;
}

.readmore_link:hover {
	text-decoration: underline;
}





.footer {
	float: left;
	clear: both;
	padding-top: 30px;
	padding-left: 26px;
	padding-bottom: 20px;
	margin: 0;
	text-align: center;
}

.footer2 {
	width: 807px;
	float: left;
	clear: both;
	padding-top: 30px;
	padding-left: 26px;
	padding-bottom: 20px;
	margin: 0;
	text-align: center;
}

.footer_links {
	width: 550px;
	text-align: center;
}

.footer_links2 {
	width: 810px;
	text-align: center;
}

.link_list {
	padding: 0;
	margin: 0;
}

.link_item {
	list-style: none;
	padding-right: 20px;
	line-height: 24px;
	margin: 0;
	display: inline;
}

.link_link {
	color: #a50000;
	text-decoration: none;
	font-size: 12px;
}

.link_link:hover {
	color: #a50000;
	text-decoration: none;
}

.footer_signature {
	padding-top: 22px;
	color: #717171;
	font-size: 12px;
	line-height: 14px;
	width: 550px;
}


.box {
	padding-left: 0px;
	padding-top: 15px;
	padding-bottom: 5px;
	clear: both;
}


.box_list {
	padding-bottom: 8px;
}

.pdfmagazine_cover {
	border: 1px solid #333;
}

.pdfmagazine_content {
	font-size: 11px;
	color: #333;
	line-height: 15px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 8px;
	width: 209px;
	background-color: #f6f6f6;
}

.line {
	width: 248px;
	height: 1px;
	background-image: url('/shared/templates/images/line.gif');
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	margin-bottom: 15px;
}

.line_banner {
	clear: both;
	width: 248px;
	height: 1px;
	background-image: url('/shared/templates/images/line.gif');
	background-repeat: no-repeat;
	position: relative;
	top: 13px;
	margin-bottom: 15px;
}

.box_headline {
	width: 189px;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-top: 6px;
	padding-left: 25px;
	padding-right: 8px;
	padding-bottom: 6px;
	background-color: #e5e5e5;
}

.minnav {
	text-decoration: none;
}

.minnav:hover {
	text-decoration: underline;
}

.minact {
	text-decoration: none;
	font-weight: bold;
}

.box_content {
	width: 189px;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 18px;
	font-size: 12px;
	background-color: #f6f6f6;
}

.box_text {
	padding-top: 4px;
	padding-left: 2px;
	padding-right: 2px;
}

.box_textf {
	padding-top: 0px;
	padding-left: 2px;
	padding-right: 2px;
}

.box_topnews {
	width: 200px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
	line-height: 13px;
	font-size: 11px;
	clear: both;
	background-color: #D0D0D0;
	
}

.box_toparticle {
	margin: 0;
	padding: 0;
	list-style: none;
}

.toparticle_item {
	padding-bottom: 5px;
	padding-top: 5px;
	list-style: none;
}

.toparticle_link {
	color: #595959;
	text-decoration: none;
}

.toparticle_link:hover {
	text-decoration: underline;
}

.mini {
	font-size: 10px;
	padding-bottom: 3px;
	padding-left: 9px;
}

.specialbanner {
	padding-top: 14px;
	padding-left: 23px;
	padding-bottom: 0px;
}
.spba {
	padding-bottom: 5px;
	margin: 0;
}

.news_teaser_image {
	float: left;
	width: 135px;
}

.news_teaser_read {
	float: left;
	width: 200px;
}

.news_date {
	width: 210px;
	text-align: right;
	color: #888;
	font-size: 11px;
	float: left;
	padding-top: 2px;
}

.news_teaser_text {
	float: left;
	padding-top: 5px;
	width: 415px;
	color: #222;
}

.news_teaser_text2 {
	float: left;
	padding-top: 0px;
	width: 415px;
	color: #4d4d4d;
}


.news_teaser_line {
	float: left;
	padding-bottom: 10px;
	padding-left: 23px;
	position: relative;
	top: 10px;
}

.news_teaser_break {
	width: 600px;
	height: 18px;
	position: relative;
	left: 23px;
	top: 14px;
	background-image: url('/shared/templates/images/line2.gif');
	background-repeat: no-repeat;
	float: left;
}

.news_teaser_break2 {
	width: 550px;
	height: 18px;
	margin: 0;
	padding: 0;
	position: relative;
	top: 20px;
	background-image: url('/shared/templates/images/line2.gif');
	background-repeat: no-repeat;
	float: left;
}

.news_teaser_break3 {
	width: 807px;
	height: 18px;
	position: relative;
	left: 23px;
	top: 14px;
	background-image: url('/shared/templates/images/line2.gif');
	background-repeat: repeat-x;

	clear: both;
}

.news_teaser_pre {
	line-height: 16px;
	padding-top: 6px;
	padding-bottom: 5px;
}

.news_teaser_link {
	color: #a50000;
	text-decoration: none;
}

.news_teaser_link:hover {
	text-decoration: underline;
}

.news_teaser_hlink {
	color: #222;
	text-decoration: none;
}

.news_teaser_hlink:hover {
	text-decoration: underline;
}

.teaser_news_subtitle {
	color: #a50000;
}

.newsfooter {
	float: left;
	width: 585px;
	text-align: right;
	padding-top: 10px;

}

.newsfooter_list {
	margin: 0;
	padding: 0;
}

.newsfooter_item {
	list-style: none;
	display: inline;
	padding-left: 16px;
	padding-right: 22px;
	background-image: url('/shared/templates/icons/carrow.gif');
	background-repeat: no-repeat;
}

.footer_item {
	list-style: none;
	padding-left: 16px;
	padding-right: 22px;
	padding-bottom: 2px;
	background-image: url('/shared/templates/icons/carrow.gif');
	background-repeat: no-repeat;
}

.newsfooter_itim {
	list-style: none;
	display: inline;
	padding-left: 16px;
	padding-right: 42px;
	background-image: url('/shared/templates/icons/carrow.gif');
	background-repeat: no-repeat;
}

.newsfooter_link {
	color: #a50000;
	font-weight: bold;
	text-decoration: none;
}

.newsfooter_lank {
	color: #a50000;
	text-decoration: none;
}

.newsfooter_link:hover {
	text-decoration: underline;
}

.imagec {
	float: left;
	padding-top: 1px;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 18px;
	clear: both;
}


.imagep {
	border: 1px solid #666;
}

.textblock {
	padding-left: 26px;
	padding-top: 23px;
	line-height: 18px;
	padding-bottom: 60px;
	color: #222;
	width: 550px;
}


.textblock_head {
	font-size: 18px;
	font-weight: normal;
	padding-top: 0;
	padding-bottom: 20px;
	margin: 0;
	color: #1c1c1c;
}

.textblock_head2 {
	font-size: 18px;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
	color: #1c1c1c;
}

.skyscraper {
	float: left;
	top: -70px;
	position: relative;
	padding-left: 15px;
}

.partnerul {
	margin: 0;
	padding: 0;
}

.partnerli {
	padding-left: 12px;
	margin: 0;
	list-style: none;
	background-image: url('/shared/templates/icons/arr.gif');
	background-repeat: no-repeat;
}

.arrowli {
	padding-left: 12px;
	margin: 0;
	padding-left: 16px;
	padding-bottom: 3px;
	list-style: none;
	background-image: url('/shared/templates/icons/carrow.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

.topnews {
	list-style-type: decimal;
	padding-bottom: 15px;
	padding-right: 10px;
	line-height: 12px;
	margin: 0;
}

.boxlist {
	padding-left: 18px;
	padding-top: 14px;
}

.minireg {
	margin: 0;
	float: left;
	background-color: #E0E0E0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	border-right: 2px solid #FFF;
	border-left: 0;
	border-bottom: 0;
	font-size: 11px;
}

.minirig {
	margin: 0;
	float: left;
	background-color: #D0D0D0;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin: 0;
	font-size: 11px;
	border-right: 2px solid #FFF;
	border-left: 0;
	border-bottom: 0;
}

.minil {
	padding-top: 5px;
}

.batem {
	margin: 0;
	padding-top: 8px;
	padding-left: 5px;
}

.bitem {
	font-weight: bold;
}

.sitemapul {
	padding-bottom: 35px;
}

.ebene1 {
	width: 220px;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	background-color: #D0D0D0;
}

.ebene2 {
	width: 195px;
	margin-bottom: 1px;
	margin-left: 25px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E0E0E0;
}

.ebene3 {
	width: 170px;
	margin-bottom: 1px;
	margin-left: 50px;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #E9E9E9;
}

.left {
	float: left;
	width: 275px;
}

.right {
	float: left;
	width: 275px;
}

.banner {
	width: 860px;
	height: 68px;
	background-color: #E0E0E0;
	margin: 0;
	padding: 0;
	text-align: center;
}

.fullbanner2 {
	padding-top: 8px;
	padding-left: 37px;
	float: left;
}

.fullbanner {
	padding-top: 8px;
	padding-left: 53px;
	float: left;
}

.datearchive {
	font-size: 14px;
}

.advertorial {
	width: 530px;
	text-align: left;
	color: #333;
	font-size: 13px;
	background-color: #F0F0F0;
	border: 1px solid #e0e0e0;
	line-height: 17px;
	padding: 10px;
	float: left;
	margin-bottom: 30px;
}

.magazineline {
	padding-top: 9px;
	padding-left: 35px;
}

.fullblock {
	float: left;
	width: 270px;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 19px;
}

.fullp {
	float: left;
	width: 800px;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 19px;
}

.headi {
	font-size: 14px;
	color: #4d4d4d;
	margin: 0;
	padding-top: 16px;
	padding-bottom: 5px;
 }

 
#infobox {
	position: absolute;
	display: none;
	border: 6px solid #d80000;
	top: 2488px;
	left: 40px;
	width: 391px;
	height: 227px;
	z-index: 340;
}


.liste {
	padding-left: 22px;
	padding-bottom: 15px;
	background-image: url('/shared/templates/icons/carrow.gif');
	background-repeat: no-repeat;
	
}

.aufza {
	padding-top: 18px;
	padding-bottom: 10px;
	padding-left: 15px;
}

.aufz {
	list-style: square;
	padding-bottom: 8px;
}

.page {
	padding-left: 17px;
	padding-bottom: 5px;
	background-image: url('/shared/templates/icons/page.gif');
	background-repeat: no-repeat;
}

.bggrey {
	background-color: #d0d0d0;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	border-bottom: 1px solid #fff;
}
.bggrey2 {
	background-color: #d0d0d0;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	font-size: 12px;
	line-height: 14px;
	text-align: right;
	color: #000;
	border-bottom: 1px solid #fff;
}



.hl1 {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding: 0;	
}

.hl2 {
	font-size: 17px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 0;
}


.text1 {
	line-height: 18px;
	padding-bottom: 20px;
	padding-top: 15px;
	width: 540px;
}

.block1 {
	padding-left: 26px;
	padding-top: 15px;
	line-height: 18px;
}

.block2 {
	padding-top: 15px;
	line-height: 18px;
}

.block3 {
	padding-top: 20px;
	line-height: 18px;
}

.errorbox {
	border: 3px solid #cc3300;
	background-color: #ffe8e6;
	width: 470px;
	padding: 10px;
	color: #cc3300;
	line-height: 20px;
}

.tippbox {
	line-height: 18px;
	font-size: 13px;
	padding-left: 20px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 20px;
	background-color: #D5D5D5;
	background-image: url('/shared/templates/backgrounds/bg_tippbox.gif');
	background-repeat: no-repeat;
	border: 1px solid #D5D5D5;
}

.ht2 {
	font-size: 14px;
	margin: 0;
	padding-top: 0;
	padding-bottom: 8px;
}

.tippbox_links {
	padding-top: 10px;
}

.boxstopp {
	height: 1px;
	background-color: #C0C0C0;
	width: 221px;
	position: relative;
	left: -8px;
	margin-top: 6px;
	margin-bottom: 6px;
}


.che {
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url('/shared/templates/icons/che.gif');
	background-repeat: no-repeat;
}

.redlink {
	color: #CC3300;
}

.blue_list {
	width: 202px;
	padding-left: 0px;
	padding-top: 0px;
	margin: 0;
}

.blue_head {
	width: 214px;
	padding-top: 6px;
	padding-left: 10px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	background-color: #0B4C9C;
	font-weight: bold;
	font-size: 12px;
	color: #FFF;
}

.blue_item {
	width: 194px;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	background-repeat: no-repeat;
	background-image: url(/shared/templates/images/pf.gif);
}

.blue_item:hover {
	background-color: #efefef;
	width: 194px;
	padding-top: 6px;
	padding-left: 30px;
	padding-bottom: 6px;
	margin-bottom: 0px;
	border-bottom: 1px solid #d9d9d9;
	background-repeat: no-repeat;
}

.blue_link {
	color: #666;
	text-decoration: none;
	font-size: 12px;
}



.hide {
	visibility: hidden;
	position: absolute;
	top: -400px;
}

.qslide2 {
	padding-top: 8px;
	background-color: #E0E0E0;
}

#qscroller2 {
	width:200px;
	height:105px;
	margin-left: 10px;
}

.qscroller2-nav {
	width:219px;
	height: 21px;
	padding-right: 5px;
	background-color: #D0D0D0;
}

.qscroller2-nav a {
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.qscroller2-nav div {
	float: right;
}

.letter {
	display: inline;
	width: 20px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: center;
	border: 0;
	margin-right: 1px;
	float: left;
	background-color: #E0E0E0;
}

.letterlink {
	color: #333;
	font-size: 11px;
	font-family: Verdana;
}



