body {
	background-attachment: scroll;
	background-image: url(../images/bg_hell.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #DEE3E0;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

}

body.tiris {
	background-attachment: scroll;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;

}


/* container _________________________________________________ */

#dunkelbg {
	background-attachment: scroll;
	background-image: url(../images/bg_dunkel.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	height: 75px;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

#mediumbg {
	background-attachment: scroll;
	background-image: url(../images/bg_medium.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: absolute;
	height: 32px;
	width: 100%;
	left: 0px;
	top: 75px;
	z-index: 0;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #FFFFFF;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 776px;
	position: absolute;
	z-index: 1;
	height: auto;
	left: 0px;
	top: 0px;
}

#contentwrapper {
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 25px;
	margin-left: 25px;
}

#meldungenwrapper {
    width:190px;
}


#metanavicontainer {
	height: 107px;
	width: auto;
}

/* dhtml tooltip _________________________________________________ */

#dhtmltooltip {
    position: absolute;
    width: 150px;
    border: 1px dotted #274030;
    padding: 2px;
    background-color: #B4FF00;
    visibility: hidden;
    z-index: 100;
}



/* typographie _________________________________________________ */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #274030;
	line-height: 125%;
	font-weight: bold;
	margin: 25px 0px 10px;
	padding: 0px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	color: #274030;
	font-weight: bold;
	line-height: 140%;
	margin: 5px 0px 10px;
	padding: 0px;
}

h2.white {
    color:#ffffff;
	margin: 0px 0px 0px;
	padding: 0px;
}

h2.shopheader, h2.mailheader {
    color:#67796D;
	margin-left: 10px;
	margin-top:10px;
	padding: 0px;
	line-height: 100%;
}

h2.bgcell  {
    background-color:	#A7B1AB;
    line-height:	140%;
    padding-bottom:	2px;
    padding-left:	10px;
    padding-top:	2px;
}


h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 150%;
	font-weight: bold;
	color: #274030;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
}



li {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 70%;
}
li p, li h3 {
	font-size: 100%
}
ol li {
	list-style-type: decimal;
}
ol.alpha li {
	list-style-type: lower-alpha;
	font-size: 100%;
}



p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	line-height: 150%;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	text-align: left;
}

p.error {
	font-size: 70%;
	color: #ff0000;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}


.hr {
	background-image: url(../images/hr.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
	width: 100%;
	clear: both;
	margin: 15px 0px;
	display: block;
}




p img {
	margin-right: 10px;
	margin-bottom: 5px;
	float: left;
	margin-top: 5px;
	margin-left: 0px;
}

img.tirisbtn {
	margin-bottom: 0px;
	margin-top: 41px;
	margin-left: 480px;
	margin-right: 0px;
	float:left;
	vertical-align: bottom;
}

img.closepopupbtn {
	margin-bottom: 0px;
	margin-left: 180px;
	margin-right: 0px;
	float:left;
	vertical-align: bottom;
}

img.tirislogo {
	margin-top: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 0px;
	float:left;
}

/* metanavigation _________________________________________________ */

.metanavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #697B70;
	font-size: 60%;
	font-weight: normal;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
}

.metanavigation a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #697B70;
	font-weight: normal;
	text-decoration: none;
}

.metanavigation a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #909E95;
	font-weight: normal;
	text-decoration: underline;
}

.headerbackground {
	background: #263E30 url(../images/logo_meta_bg.jpg) no-repeat left top;
	text-align: right;
}

.tirisbackground {
	background: #263E30 url(../images/tiris_headerbg.gif) no-repeat left top;
	text-align: right;
}

.bgcelldarkgrey  {
    background-color:	#A7B1AB;
    line-height:	140%;
    padding-bottom:	2px;
    padding-left:	10px;
    padding-top:	2px;
    display:block;
}

.bgcelllightgrey  {
    background-color: #DCE0DE;
    line-height:	140%;
    padding-bottom:	5px;
    padding-left:	10px;
    padding-top:	10px;
    margin-top: -9px;
    display:block;
}

.bgcellwhiteborder {
    background-color: #FFFFFF;
    line-height:	140%;
    margin-top: -10px;
    display:block;
    border: 2px solid #DCE0DE;
}

/* meldungen _________________________________________________ */

.meldungen {
	text-decoration: none;
	background-color: #D8DEDA;
	background-image: url(../images/bg_table.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.meldungen p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 10px 10px 0px;
	font-size: 65%;
	color: #3C5344;
	text-decoration: none;
	line-height: 115%;
}

.meldungenfoot {
	background-attachment: scroll;
	background-color: #D8DEDA;
	background-image: url(../images/tablefoot_meldungen.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 5px;
}

.meldungen a {
	text-decoration: none;
	font-weight: bold;
	color: #3C5344;
}

.meldungen a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #903432;
}


/* links_______________________________________________________ */

a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #253D2F;
	text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

a:focus {
    text-decoration: underline;
}

.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #253D2F;
	text-decoration: none;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.link:hover {
    text-decoration: underline;
}

.link:active {
    text-decoration: underline;
}

.link:focus {
    text-decoration: underline;
}


.h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #274030;
	font-weight: bold;
	margin: 5px 0px 10px;
	padding: 0px;
	text-decoration: underline;
}

.h2:hover {
    text-decoration: underline;
}

.h2:active {
    text-decoration: underline;
}

.h2:focus {
    text-decoration: underline;
}

/* navigation _________________________________________________ */

.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: scroll;
	background-image: url(../images/bg_table.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: auto;
	width: 160px;
	margin-top: 30px;
	background-color: #D8DEDA;
	table-layout: fixed;
	overflow: hidden;
}

/* navigationslinks _________________________________________________ */

.navigation a.last {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
}

.navigation a.last:hover {
	background-color: #B5BFB8;
}

.navigation a.regular {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navigation a.regular:hover {
	background-color: #B5BFB8;
}

.navigation a.more {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
    display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.more:hover {
	background-color: #B5BFB8;
}

.navigation a.lastmore {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	height: auto;
	display: block;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.lastmore:hover {
	background-color: #B5BFB8;
}

.navigation a.active {
    text-decoration: none;
	font-size: 70%;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	background-color: #903432;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.navigation a.zweite {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #C5CDC7;
}

.navigation a.zweite:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastzweite {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	background-color: #C5CDC7;
}

.navigation a.lastzweite:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.more_zweite {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #C5CDC7;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.more_zweite:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastmore_zweite {
    text-decoration: none;
	font-size: 70%;
	color: #263E30;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 13px;
	padding-right: 13px;
	height: auto;
	display: block;
	background-color: #C5CDC7;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.lastmore_zweite:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.dritte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 5px;
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #B5BFB8;
}

.navigation a.dritte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastdritte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 5px;
	height: auto;
	display: block;
	background-color: #B5BFB8;
}

.navigation a.lastdritte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.more_dritte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 13px;
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #B5BFB8;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.more_dritte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastmore_dritte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 20px;
	padding-right: 13px;
	height: auto;
	display: block;
	background-color: #B5BFB8;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.lastmore_dritte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.vierte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #909E95;
}

.navigation a.vierte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastvierte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 5px;
	height: auto;
	width: 100%;
	display: block;
	background-color: #909E95;
}

.navigation a.lastvierte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.more_vierte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 13px;
	height: auto;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	background-color: #909E95;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.more_vierte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}

.navigation a.lastmore_vierte {
	font-size: 70%;
	color: #263E30;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-left: 27px;
	padding-right: 13px;
	height: auto;
	display: block;
	background-color: #909E95;
	background-image: url(../images/navigation_ausklappbar.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

.navigation a.lastmore_vierte:hover {
	background-color: #3C5344;
	color: #DEE3E0;
}



/* tabellen linke spalte _________________________________________________ */

table.left {
	height: auto;
	width: 160px;
}

td.zelle {
	background-color: #D8DEDA;
	width: 160px;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #274030;
}

td.zelle p {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 100%;
	color: #3C5344;
}




/* formularkram  _________________________________________________ */


form.box {
	margin: 0px;
	padding: 0px;
	width: 150px;
}

label.box {
	color: #3C5344;
	width: 160px;
}

label {
    cursor:	pointer;
}
input, select, textarea  {
    color:	#666666;
    display:	inline;
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	60%;
    height:	auto;
    margin-bottom:	0px;
    margin-left:	10px;
    margin-right:	10px;
    margin-top:	3px;
    padding-bottom:	3px;
    padding-top:	2px;
}

input.box {
    width: 130px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:115%;
    height: auto;
	color: #666666;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
}

input.formInputCheckboxLeft  {
    color:	#666666;
    margin-bottom:	2px;
    margin-left:	10px;
    margin-right:	0px;
    margin-top:	2px;
    padding-bottom:	0px;
    padding-top:	2px;
    width:	auto;
	 display: inline;
}

input.formInputRight, select.formSelectRight  {
    color:	#666666;
    display:	inline;
    margin-bottom:	2px;
    margin-left:	10px;
    margin-right:	0px;
    margin-top:	2px;
    padding-bottom:	0px;
    padding-top:	2px;
    width:	220px;
}

.labelstyleBox {
	margin-left: 10px;
	display: block;
}


.labelstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	margin-left: 10px;
	display: block;
}

.labelstylebold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	font-weight:bold;
	margin-left: 10px;
	display: block;
}

.tooltipstyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
	color:#ffffff;
	margin-left: 10px;
	display: block;
}


.radiostyle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:60%;
}

fieldset.hidden {
    border: dashed 1px #ffffff;
}

legend {
    background-color:#ffffff;
}

label.left, .tableft  {
    color:	#000000;
    cursor:	pointer;
    display:	block;
    float:	left;
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	70%;
    margin-left:	.5em;
    margin-right:	.5em;
    text-align:	left;
    vertical-align:	text-top;
    width:	150px;
}

label.right, .tabright {
    color:	#000000;
    cursor:	pointer;
    float:	left;
    font-family:	Verdana, Arial, Helvetica, sans-serif;
    font-size:	70%;
    margin-left:	.5em;
    margin-right:	.5em;
    text-align:	right;
}

.cftext {
    width:	200px;
}
form br { /* Alle Zeilenumbrüche in Formularen auswählen */
  clear: left; /* das floating der labels und inputs aufheben */
}


/* button _________________________________________________ */

.button {
	display: inline;
	float: right;
	margin-right: 10px;
}

/* foot _________________________________________________ */

.pagefooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #697B70;
	text-decoration: none;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 4px;
	vertical-align: middle;
}

.pagefooter a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #697B70;
	text-decoration: none;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}

.pagefooter a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #253D2F;
	text-decoration: underline;
	height: auto;
	margin-right: 10px;
	margin-left: 10px;
}




/* display none _________________________________________________ */

.ahem {
	display: none;
}

caption {
	display: none;
}

/* PLUGIN:: Forum _________________________________________________ */

.thread {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #697B70;
	text-decoration: none;
	vertical-align: middle;
}

.thread a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #697B70;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

.thread a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #253D2F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}

.threaddate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #697B70;
	text-decoration: none;
	width: 150px;
	vertical-align: middle;
	white-space: nowrap;
}

.threadlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #697B70;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
}

.threadlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #253D2F;
	text-decoration: underline;
	margin-right: 10px;
	margin-left: 10px;
}


/* PLUGIN:: Shop _________________________________________________ */
.cartlist {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:60%;
	font-weight: bold;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	height: 32px;
	padding-top: 3px;
	padding-bottom: 4px;
}

.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:60%;
	font-weight: 100;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
}

/* PLUGIN:: Webmailclient ____________________________________________ */

.emaillist, .emailheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:60%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	vertical-align: middle;
	display: block;
	height: auto;
	padding-top: 3px;
	padding-bottom: 4px;
}

.emaillistDeleted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size:60%;
	font-weight: normal;
	margin-right: 10px;
	margin-left: 10px;
	text-decoration: line-through;
	vertical-align: middle;
	display: block;
	padding-top: 3px;
	padding-bottom: 4px;
}

.webmaillink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #253D2F;
	text-decoration: none;
	height: auto;
	vertical-align: middle;
	margin-left:5px;
	margin-right:5px;
	text-align: left;
	display: block;
}

.webmaillink:hover {
    text-decoration: underline;
}

.webmaillink:active {
    text-decoration: underline;
}

.webmaillink:focus {
    text-decoration: underline;
}

.emailbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #000000;
	text-decoration: none;
	height: 170px;
	width: 70%;
	vertical-align: middle;
	margin-left:20px;
	margin-right:20px;
	text-align: left;
	display: block;
}
