 /* Hintergrund + Scrollbar Einstellungen für IEE5+ */
body {
	background-color: #FFFFFF;

	 font-size: 75%; 
	 font-family: Verdana, Arial, Helvetica, sans-serif; 
	 background-image: url(../images/0_site_content_bg.gif); 
	 background-repeat: repeat-y;
	 background-color: #F6F7FB;
	 color: #333333; 
	 margin:0px; padding:0px;	  	 
}


*html td {
	font-size: 75%; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8em; 
}


/*Styles für Headbereich*/
#pagehead_bg {
	z-index: 198; left: 0px; top: 0px; background-image: url(../images/0_site_header_ext_bg.jpg); background-repeat: repeat-x; height: 234px;
}
#pagehead {
	z-index: 199; left: 0px; top: 0px; background-image: url(../images/0_site_header_ci_bg.jpg); background-repeat: no-repeat; width: 980px; position: absolute;
}
#pageimage {
	z-index: 200; left: 499px; top: 45px; background-repeat: no-repeat; width: 336px; position:absolute;
}
#pagespacer {
	z-index: 199; left: 0px; top: 234; width: 100%; height: 12px; background-color: #FFFFFF; position:absolute;
}
#headlogo_print {
	display: none;
}
/*END Styles für Headbereich*/

/*Topnavigation*/
#head_nav {
	z-index: 201; left: 549px; top: 219px; position: absolute; white-space:nowrap;
}
#head_nav ul {
	list-style-type: none; margin:0px; padding:0px; overflow: visible; font-size: 0.8em; font-weight: bold; 
	/*hier margin:0px, sonst unterschiedliche y-Ausrichtung bei IE und Firefox!*/
}
#head_nav ul li {
	font-size: 1.0em; display:inline; padding-right: 10px; color: #FFFFFF; 
}
#head_nav a:link,
#head_nav a:visited,
#head_nav a:active {
	text-decoration: none; color: #FFFFFF;
}
#head_nav a:hover {
	text-decoration: underline; color: #FFFFFF;
}
/*END Topnavigation*/

a:link, a:active, a:visited {
	font-size: 100%; font-weight: bold; text-decoration: none; color : #00A57F; 
}
a:hover {
	font-weight: bold; text-decoration: underline; color : #00A57F; 
}

.content #content a:link, 
.content #content a:active, 
.content #content a:visited { 
	font-weight: bold; text-decoration: none; color : #00A57F; 
}
.content #content a:hover	{ 
	font-weight: bold; text-decoration: underline; color : #00A57F; 
}


#navigation {
	top: 246px; left: 0px; position: absolute;
	margin:0px; padding:0px; 
}


/*----------Leftmenu - Hauptmenu----------*/
#navigation {
	width: 200px;	
	border-color: #999; border-width: 0px;	
}

#navigation ul {
	margin: 0; padding: 0; /*hier margin:0px, sonst unterschiedliche y-Ausrichtung bei IE und Firefox!*/
	height: 100%;
}

#navigation ul li {
	margin: 0 0 2px 0; padding: 0;
	font-size: 0.9em;
	list-style-type: none;	
}

#navigation ul li a {
	margin: 0; padding: 3px 0 2px 8px;
	font-size: 0.9em;
	color: #333;
	border-left: solid 5px #969696;
	height: 20px; line-height: 20px;
	text-decoration: none;
	background-color: #F2F2F2;
	display: block;	
}

#navigation ul li a:hover {
	margin:0; padding: 3px 0 2px 8px; /*padding 1px oben/unten für FF erforderlich, damit Button nicht abgeschnitten*/
	font-size: 0.9em;
	border-left: solid 5px #33388B;
	height: 20px; line-height: 20px;
	background-color: #E5E5E5;	
}

#navigation ul li a.active {
	margin: 0 0 2px 0; padding: 3px 0 2px 8px;
	font-size: 0.9em;
	height: 20px; line-height: 20px;
	border-left: solid 5px #33388B;
	background-color: #E5E5E5;	
}
/*----------END Leftmenu - Hauptmenu----------*/

/*----------Leftmenu - Submenu----------*/
#navigation ul li.submenu {
	margin-left: 8px;
}

.submenu {
	margin: 0 0 0 10px; padding: 0;
	font-weight: normal;
	border-color: #999; border-width: 0px;	
}
.submenu a:visited {
	font-weight: normal;
}
.submenu a {
	margin: 0 0 0 10px; padding: 3px 0 2px 8px;
	font-weight: normal;
	font-size: 0.9em; color: #333;
	border-left: solid 5px #969696;
	height: 20px; line-height: 20px;
	text-decoration: none;
	background-color: #F2F2F2;
	/*display: block;*/
}

.submenu a:hover {
	margin: 0 0 0 10px; padding: 3px 0 2px 8px; /*padding 1px oben/unten für FF erforderlich, damit Button nicht abgeschnitten*/
	font-weight: normal;
	font-size: 0.9em;
	border-left: solid 5px #33388B;
	height: 20px; line-height: 20px;
	background-color: #E5E5E5;	
}

.submenu a:active {
	margin: 0 0 2px 10px; padding: 3px 0 2px 8px;
	font-weight: normal;
	font-size: 0.9em;
	height: 20px; line-height: 20px;
	border-left: solid 5px #33388B;
	background-color: #E5E5E5;	
}

/*----------Leftmenu - Submenu 2----------*/
.submenu2 {
	margin: 0 0 0 15px; padding: 0;
	font-weight: normal;
	border-color: #999; border-width: 0px;	
}
.submenu2 a:visited {
	font-weight: normal;
}
.submenu2 a {
	margin: 0 0 0 15px; padding: 3px 0 2px 8px;
	font-weight: normal;
	font-size: 0.9em; color: #333;
	border-left: solid 5px #969696;
	height: 20px; line-height: 20px;
	text-decoration: none;
	background-color: #F2F2F2;
	/*display: block;*/
}

.submenu2 a:hover {
	margin: 0 0 0 15px; padding: 3px 0 2px 8px; /*padding 1px oben/unten für FF erforderlich, damit Button nicht abgeschnitten*/
	font-weight: normal;
	font-size: 0.9em;
	border-left: solid 5px #33388B;
	height: 20px; line-height: 20px;
	background-color: #E5E5E5;	
}

.submenu2 a:active {
	margin: 0 0 2px 15px; padding: 3px 0 2px 8px;
	font-weight: normal;
	font-size: 0.9em;
	height: 20px; line-height: 20px;
	border-left: solid 5px #33388B;
	background-color: #E5E5E5;	
}

/*----------END Leftmenu - Submenu----------*/

/*----------Spenden - Content-Submenu----------*/
/*Standard-Listenformatierung entfernen*/
#content .jquery_tabs ul {
	padding: 0; margin: 0; list-style-type: none;
	clear:both;
}

#content .jquery_tabs ul li {
	margin: 0;
	padding: 0; 
	padding-right: 2px;	
	background: none;
}
/*--*/

.jquery_tabs {
	display:table;
	margin:0 0 1em 0;
	width:100%;
}

.jquery_tabs .jcontent {
	border:1px #79919d solid;
	clear:both;
	padding:0.5em;
	position:relative;
	top:1px;
	margin-bottom:-1px;
}

.jquery_tabs ul li {
	display:inline;
	font-size:1em;
	line-height:1em;
	list-style-type:none;
	margin:0;
	position:relative;
	z-index:1; 
}

.jquery_tabs ul li a {
	font-size:1em;
	color: #000;
	line-height:1em;
	margin: 0;
	padding:5px 10px; 
	border:1px solid #79919d;
	background-color: #dddfe7;
	text-decoration: none;
	/*background-color: #f6f7fb;*/
}

.jquery_tabs ul li a:hover,
.jquery_tabs ul li a:active,
.jquery_tabs ul li a.active {
	background:#f6f7fb;
	/*border-bottom:0 none;*/
	color:#000;
	font-weight:bold;
	padding-bottom:6px;
	text-decoration:none;
}
/*----------END Spenden - Content-Submenu----------*/





#content {
	z-index: 200;
	margin: 0px; padding-right: 15px; padding-left: 15px; padding-bottom: 20px; padding-top: 0px; 
	left: 200px; top: 257px; width: 544px; line-height: 1.8em; position: absolute;
}
#content H1, H2, H3 {
	margin: 0px; padding: 0px; margin-bottom: 0.8em; color: #33388B; text-decoration: none;
	font-weight: normal; line-height: 1.5em;
}
#content H1 {
	font-size: 1.6em;  
}
#content H2 {
	font-size: 1.4em;  
}
#content H3 {
	font-size: 1.1em; font-weight: bold;
}
#content .headerLine  H1 { 
	margin: 0px; padding: 0px; margin-bottom: 0.5em; color: #33388B; text-decoration: none;
	font-weight: normal;
	font-size: 1.6em; 
}
#content .contentheader .text {
	font-weight: normal; font-size: 0.8em; color: #333333; margin: 0px; padding: 0px; padding-bottom: 4px; line-height: 0.8px;
}
#content .contentheader {	
	border: solid #79919D 0px; border-bottom-width: 1px;
	margin: 0px; padding: 0px; margin-top: 3px; margin-bottom: 16px;
}
#content .contentheader a:link, 
#content .contentheader a:active, 
#content .contentheader a:visited,
#content .contentheader a:hover {
	font-weight: normal; text-decoration: none; color: #333333; margin: 0px; padding: 0px; padding-bottom: 2px; line-height: 0.8px;
}

.slot {
	left: 774px; top: 261px; width: 205px; margin: 0px; margin-top: 10px; padding: 0px; background-color: #F6F7FB; color: #333333; position: absolute;	
}
.slot UL {
	padding-right: 0px; padding-left: 15px; padding-bottom: 0.5em; margin: 0px; padding-top: 0.2em; list-style-type: none
}
.slot UL LI {
	padding-right: 0px; padding-left: 15px; background: url(../images/g_content_list.gif) no-repeat 0px 0.3em; padding-bottom: 0px; margin: 0.8em 0px; padding-top: 0px
}
.slot #search {
	font-size: 0.9em;
	margin: 0px; padding: 0px; 
	left: 0px; top: 0px; position: absolute;
}
.slot #search #searchbox {
	font-size: 1.0em;	
}

/*AVS Individualisierte CSS-Formate aus Typo3*/
.csc-textpic-caption {margin:0; padding:0; font-size: 0.8em; font-weight: normal; color: #888;} /*Bildunterschrift*/
.csc-textpic-intext-left .csc-textpic-imagewrap { margin:0; padding:0; margin-top:6px; margin-left: 0px; padding-right:10px;}
.csc-textpic-above .csc-textpic-imagewrap { margin:0; padding:0; margin-top:6px; margin-left: 0px; padding-left: 0px; padding-right:10px;}
.csc-textpic-intext-right .csc-textpic-imagewrap { margin:0; padding:0; margin-top:6px; margin-right: 0px; padding-left:10px;}
.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap { margin:0; padding:0; margin-top:45px; margin-right: 0px; padding-left:10px;}
.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap { margin:0; padding:0; margin-top:0px; margin-right: 10px; padding-left:0px;}
.csc-textpic-text .csc-textpicHeader { margin:0; padding:0; }
/*Stylesheets für das Suchformular*/
/*A Vista Studios*/
.tx-indexedsearch-searchbox-sword { margin-bottom:0px; padding-bottom:0px; padding-left:5px; padding-right:5px; width:128px; color:#333333; border: 1px solid #7F9DB9;}
.tx-indexedsearch-searchbox-button { margin-bottom:-2px; }
.browsebox { margin: 0px; padding: 2px;}
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL { list-style-type: none; }
#content .tx-indexedsearch .tx-indexedsearch-browsebox UL LI { padding-right: 0px; padding-left: 3px; background: url(../images/g_spacer.gif) no-repeat 0px 0.3em; padding-bottom: 0px; margin: 0.8em 0px; padding-top: 0px }
.tx-indexedsearch-browselist-currentPage {color:#666666; display: inline; margin: 0px; padding: 0px;}
.tx-indexedsearch-browselist-currentPage .tx-indexedsearch-browselist-currentPage-bold a:link, 
.tx-indexedsearch-browselist-currentPage .tx-indexedsearch-browselist-currentPage-bold a:hover, 
.tx-indexedsearch-browselist-currentPage .tx-indexedsearch-browselist-currentPage-bold a:visited,
.tx-indexedsearch-browselist-currentPage .tx-indexedsearch-browselist-currentPage-bold a:active { font-size: 0.9em; color:#666666; font-weight: bold; text-decoration: none; }
.tx-indexedsearch-browselist-currentPage a:link,
.tx-indexedsearch-browselist-currentPage a:hover,
.tx-indexedsearch-browselist-currentPage a:visited {color:#666666; font-weight: normal; font-size:0.9em; text-decoration: underline; margin: 0px; padding: 0px;}
.tx-indexedsearch-browselist-currentPage a:active {color:#666666; font-size:0.9em; text-decoration: none; margin: 0px; padding: 0px;}

/*AVS*/
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px;}
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; color:#333333;}
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; color:#666666; }
.tx-indexedsearch .tx-indexedsearch-whatis { font-weight:bold; margin-top:0px; margin-bottom:5px; border: 1px solid #999999; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; background-color: #FAFAFA; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; color:#000000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { font-size: 0.9em; padding-top: 3px; padding-bottom: 3px; background:#79919D; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:link, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:active, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:visited, .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title a:hover { color: #FFFFFF; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { padding-left:5px; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-percent { font-size: 0.9em; padding-left:5px; padding-right:5px; font-weight:bold; color:#FFFFFF; background:#8DA2AC;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr { font-size: 0.9em; padding-top:10px; padding-bottom:10px; padding-left:20px; padding-right:5px; border-left: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999; font-style:normal; color:#333333; background:#FFFFFF;}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:#CC0000; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { font-size: 0.8em; background:#F6F7FB; padding-top:5px; padding-bottom:5px; padding-left:20px; border-left: 1px solid #999999; border-right: 1px solid #999999; border-bottom: 1px solid #999999 }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cccccc; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }

.external-link-new-window img {border-style: none;}
/*ENDE Stylesheets für das Suchformular*/

/*Divers Typo3 Ergänzungs-CSS*/
div.csc-textpic-imagewrap {
	margin-top: 0px;
	/*
	padding-left: 6em;
	margin-left: 6em;
	margin-top: 2em;
	*/
}
/*END Divers Typo3 Ergänzungs-CSS*/
.slot #newsbottomclear {
	margin-top: 40px;
	background-color: #F6F7FB; 
	left: 0px; position: relative;
}
.info {
	position: relative;	
	clear: both;	
}
.slot #news {
	border: 1px solid #79919D; width: 203px;
	background-color: #FFFFFF; 
	position: relative; top: 30px;	
	margin-bottom: 10px;	
}
.slot #news div {
	font-size: 0.9em; line-height: 1.5em; 
}
.slot #news #newsheader {
	 left: 5px; top: 10px; position: absolute; 
}
.slot #news #newsheader h1 {
	font-size: 1.2em; font-weight: bold; color: #FFFFFF; margin: 0px; padding: 0px;
}
.slot #news #newscontent {
	margin: 0px; padding: 5px; background-color: #FFFFFF;
}
.slot #news #newscontent h1 {
	font-weight: bold; color: #333333;
}


#content hr {	
	height: 0px; border: solid #D1D7DC 0px; border-top-width: 1px;
}
#content p {
	margin-top:3px; margin-bottom: 3px;
}
#content .contentfooter {
	clear: both; padding: 0px; margin: 10px 0px 0px; position: relative;			
}
#content .contentfooter small {
	font-weight: bold; font-size: 1.0em;	
}

#content .contentfooter a:link, 
#content .contentfooter a:active, 
#content .contentfooter a:visited,
#content .contentfooter a:hover 
{ 
	font-size: 0.8em; text-decoration: none; color : #888888; padding-top: 0px;	
}
#content .up {
	padding-right: 14px; padding-left: 0px; margin-bottom: 10px; display: block; background: url(../images/symbol_up.gif) no-repeat right center; padding-bottom: 0px; padding-top: 2px; text-align: right;	;
}
#content .print {
	padding-right: 0px; padding-left: 17px; display: block; background: url(../images/symbol_print.gif) no-repeat left center; float: left; padding-bottom: 0px; padding-top: 2px;
}

#content .font_1_2em {
	font-size: 1.2em;
}
#content .font_1_3em {
	font-size: 1.3em;
}
#content .font_1_4em {
	font-size: 1.4em;
}

#content .comment {
	font-size: 0.8em; font-weight: bold; color: #888; float: right;
}
#content .commentformular {
  font-size: 0.8em; font-weight: normal; color: #888;
}
#content .addinfoformular {
	font-size: 0.8em; font-weight: bold; color: #888;
}
#content .kommentar {
	font-size: 0.8em; font-weight: bold; color: #888; float: right;
}
#content .kommentarListen {
	padding-left: 50px; font-size: 0.8em; font-weight: bold; color: #888;
}
#footer {
	z-index: 201; padding-right: 0px; left: 0px; padding-left: 0px; padding-bottom: 0px; width: 100%; 
	color: #FFFFFF; bottom: 0px; padding-top: 2px; position: fixed; position: expression("absolute"); 
	height: 18px; background-color: #33388B; background-repeat: repeat-x;
	white-space:nowrap;
}
#footer small {
	padding-right: 0px; padding-left: 7px; padding-bottom: 0px; padding-top: 0px; font-weight: bold; font-size: 0.9em; background-color: #33388B;
}

.copyright_print {
	display: none;
}
.textRedBold {
	font-size: 0.9em; font-weight: bold; color: #CC0000;
}
.textAlertBold {
	font-size: 0.9em; font-weight: bold; color: #CC0000;
}

/*Newsbereich-Definitionen*/
.news_box_header {
	border: solid #999999 1px; width: 534px; height: 21px;
	padding: 2px 5px 2px 5px;
	background-color: #8E9AA0; text-align: left;	
}
.news_box_header .news_header {
	margin: 0px; padding: 0px; color: #FFFFFF; text-decoration: none;
	font-weight: bold; font-size: 1em; float: left;
}
.news_box_header .news_datum {
	margin: 0px; padding: 0px; margin-bottom: 0em; color: #E5E5E5; text-decoration: none;
	font-weight: bold; font-size: 0.9em; float: right; 
}
.news_box_content {
	border: solid #999999 0px; border-left-width: 1px; border-right-width: 1px; border-bottom-width: 1px; width: 534px;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;	
}
.news_box_content .news_content {
	margin: 0px; padding: 0px; color: #333333; text-decoration: none;
	font-weight: normal; font-size: 0.9em;
}
 

/*END Newsbereich-Definitionen*/

/*Boxen und Formularelemente*/
.contentFrameBox {
	line-height: 160%;
	background-color: #FFFFFF; 
	border: 1px #8A8A8A solid;
}	
.inputFormFields {
	background-color: #FFFFFF; 
	border: 1px outset #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	/*height: 20px;*/
	padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px;
}
.alphabox {
	background-color: #FCFCFC; 
	border: 1px outset #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #BEBEBE;
	border-left: 1px solid #BEBEBE;
	/*height: 20px;*/
	padding-left:5px; padding-right:5px; padding-top:1px; padding-bottom:1px;
	margin-left:5px; margin-right:5px;
}
/*END Boxen und Formularelemente*/
/* Kontaktformular */
 
legend{
    font-weight: bold; color: #33388B;
}
fieldset {
	border: dashed #abb1b3 1px;
}
/*GRAFIK ELEMENTE*/
.buttonLayout {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 0.8em;
	font-weight: bold;
    border: 1px outset #FFFFFF;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left:2px;
	padding-right:2px;
	padding-top:1px;
	padding-bottom:1px;
	color: #356697;
	background-color: #FAFAFA;    
    cursor: pointer;
}
.buttonLayout a:link, 
.buttonLayout a:visited, 
.buttonLayout a:active, 
.buttonLayout a:hover {
	text-decoration: none;
	color: #356697;  
}


#content UL {
	padding-right: 0px; padding-left: 15px; padding-bottom: 0.5em; margin: 0px; padding-top: 0.2em; list-style-type: none;	
}
#content UL LI {
	padding-right: 0px; padding-left: 15px; background: url(../images/g_content_list.gif) no-repeat 0px 0.3em; padding-bottom: 0px; margin: 0.8em 0px; padding-top: 0px
}	
#content .sublist  UL {
	padding-right: 0px; padding-left: 10px; padding-bottom: 0.5em; margin: 0px; padding-top: 0.2em; list-style-type: none;
	line-height: 1.5em;	
}
#content .sublist UL LI {
	padding-bottom: 5px; background: url(../images/g_content_list_sub.gif) no-repeat 0px 0.2em;
}

#content .icon_doc{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_doc.gif) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}
#content .icon_gif{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_gif.gif) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}
#content .icon_jpg{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_jpg.gif) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}
#content .icon_pdf{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_pdf.gif) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}
#content .icon_tif{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_tif.gif) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}
#content .icon_zip{
	border: 0px solid #79919D; padding-right: 0px; padding-left: 40px; background: url(../images/icons/icon_zip.png) no-repeat; padding-bottom: 10px; margin: 0.8em 0px; margin-left: 10px; padding-top: 10px
}


/*
#content .imgLeft {
	FLOAT: left; MARGIN: 0px 15px 10px 0px; BORDER-BOTTOM: white 1px solid; POSITION: relative; TOP: 0.25em
}
.content #content .imgLeft {
	WIDTH: 175px
}
#content .imgLeft BR {
	CLEAR: both
}
#content .imgLeft IMG {
	MARGIN: 0px
}
#content .imgLeft .p {
	PADDING-RIGHT: 18px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 0px
}
#content .imgRight {
	FLOAT: right; MARGIN: 0px 0px 10px 20px; WIDTH: 150px; BORDER-BOTTOM: white 1px solid; POSITION: relative; TOP: 0.25em
}
#content .imgRight BR {
	CLEAR: both
}
#content .imgRight IMG {
	MARGIN: 0px
}
#content .imgRight .p {
	PADDING-RIGHT: 18px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 0px
}
#content .imgFull {
	MARGIN: 0px 0px 10px; WIDTH: 406px; BORDER-BOTTOM: white 1px solid; POSITION: relative; TOP: 0.5em
}
#content .imgFull BR {
	CLEAR: both
}
#content .imgFull IMG {
	MARGIN: 0px
}
#content .imgFull .p {
	PADDING-RIGHT: 18px; PADDING-LEFT: 5px; PADDING-BOTTOM: 5px; PADDING-TOP: 0px
}
*/