/* Reset-CSS von http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Generell */

body {
	background-color: #FEFEFE;
	background: url(../_images/back/back_body.gif) repeat-x;
	padding-top: 35px;
	font-size: 12px;
}
.clear {
	clear: both;
}

/* IE6-Warnung */

#ie6warning {
	background-color: #FAA;
	border-bottom: 1px solid #F00;
	color: #000;
	font-weight: bold;
	padding: 0.5em;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
}

/* Kopfzeile */

#header {
	padding: 0px 0px 20px 10px;
	height: 85px;
}

/* Teaser */

#teaser {
	height: 298px;
	padding: 0px 0px 0px 10px;
	background: url(../_images/back/back_teaser.png) no-repeat;
	overflow: hidden;
}

/* Seite */

#page {
	width: 994px;
	margin: auto;
	position: relative;
}

/* Container */

#wrapper {
	background: url(../_images/back/back_wrapper.png) repeat-y;
	padding: 0px 10px 0px 10px;
}

/* Hauptnavigation */

#navigation {
	float: left;
	width: 230px;
	margin-top: 42px;
	border-top: 1px solid #CBCBCB;
}
#navigation ul {
	margin: 10px 0px 0px 15px;
}
#navigation ul li {
	margin-bottom: 1em;	
	width: 194px;
}
#navigation ul li.current {
	background: url(../_images/back/back_navigation_current.gif) no-repeat right 0.9em;
}
#navigation ul li a {
	display: block;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	padding: 1em 0em 0em 20px;
	border-top: 1px dotted #BBB;
	text-decoration: none;
	font-weight: bold;
}
#navigation ul li.first a {
	border-top: none;
}
#navigation ul li a.home {
	background: url(../_images/icon/icon_startseite.gif) no-repeat left 1.1em;
}
#navigation ul li a.estate {
	background: url(../_images/icon/icon_immobilien.gif) no-repeat left 1.1em;
}
#navigation ul li a.information {
	background: url(../_images/icon/icon_informationen.gif) no-repeat left 1.1em;
}
#navigation ul li a.imprint {
	background: url(../_images/icon/icon_impressum.gif) no-repeat left 1.1em;
}
#navigation ul li a.service {
	background: url(../_images/icon/icon_mieterservice.gif) no-repeat left 1.1em;
}
#navigation ul li a.project {
	background: url(../_images/icon/icon_projekte.gif) no-repeat left 1.1em;
}
#navigation ul li a.career {
	background: url(../_images/icon/icon_karriere.gif) no-repeat left 1.1em;
}
#navigation ul li a.luwia {
	background: url(../_images/icon/icon_luwia.gif) no-repeat left 1.1em;
}
#navigation ul li a.login {
	background: url(../_images/icon/icon_login.gif) no-repeat left 1.1em;
}
#navigation ul ul {
	margin: 0px 0px 0px 20px;
}
#navigation ul ul li {
	margin-bottom: 0em;
}
#navigation ul ul li.current {
	background: none;
}
#navigation ul ul li a {
	font-weight: normal;
	border-top: none;
	font-size: 0.9em;
	padding: 1em 0em 0em 0px;
}

/* Breadcrumb */

#breadcrumb {
	position: absolute;
	top: 298px;
	left: 10px;
	height: 25px;
	background-color: #EEF3F9;
	border-top: 1px solid #CBCBCB;
	border-bottom: 1px solid #FFF;
	width: 960px;
	padding: 15px 0px 0px 14px;
}
#breadcrumb p {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
}
#breadcrumb ol li {
	float: left;
	list-style-type: none;
	background: url(../_images/back/back_breadcrumb_arrow.gif) no-repeat left center;
	padding-left: 18px;
	padding-right: 5px;
}
#breadcrumb ol li.first {
	background: none;
	padding-left: 5px;
}
#breadcrumb ol li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #333;
	text-decoration: none;
}

/* Inhalt */
 
#content {
	float: left;
	margin-top: 42px;
	border-top: 1px solid #CBCBCB;
}
#content hr {
	display: block;
	clear: both;
	height: 1px;
	border-top: none;
	border-right-style: none;
	border-left-style: none;
	margin: 0em 0em 1.1em 0em;
	border-bottom: 1px solid #CCC;
}
#content a.download {
	padding: 3px 0px 1px 20px;
	background: url(../_images/icon/icon_download.png) no-repeat 0px 1px;
}
#content a.map {
	padding: 3px 0px 1px 20px;
	background: url(../_images/icon/icon_map.png) no-repeat 0px 1px;
}

/* Tabelle generell */

#content table {
	margin-bottom: 1.6em;
}
#content table th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #555;	
	line-height: 2em;
	padding-right: 1em;
}
#content table td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;	
	line-height: 2em;	
}
#content table td p {
	margin-bottom: 0em;
}

/* Tabelle Auszug */

#content div.excerpt {
	background-image: url(../_images/back/back_excerpt.gif);
	background-repeat: no-repeat;
	width: 524px;		
	height: 139px;	
	padding: 3px 5px 0px 16px;
	margin-left: -10px;
}
#content div.excerpt.double {
	background-image: url(../_images/back/back_excerpt_double.gif);	
	height: 240px;
}
#content div.excerpt h3 {
	color: #FFF;		
	padding: 0px;
	margin: 0px
}
#content div.excerpt p {
	margin-bottom: 0em;
}
#content div.excerpt table {
	margin-top: 16px;
}
#content div.excerpt table.right {
	float: right;
	margin-right: 35px;
}
#content div.excerpt table th {
	padding-left: 10px;
	font-size: 11px;
	line-height: 11px;
	width: 50px;
}
#content div.excerpt table td {
	font-size: 11px;
	line-height: 11px;
	width: 85px;	
}
#content div.excerpt table td.last {
	padding-left: 10px;
	vertical-align: bottom;		
}
#content div.excerpt table td.links {
	padding-left: 10px;
	width: 135px;
	vertical-align: bottom;	
}
#content div.excerpt table td.image {
	vertical-align: bottom;
	width: 90px;
	height: 70px;
}

/* Hauptinhalt */

#main {
	float: left;
	width: 490px;
	margin-top: 15px;
	padding: 0px 20px 0px 0px;
}
#main.wide {
	width: 724px;
}
#main h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 2em;
	color: #555;
	border-bottom: 1px solid #BBB;
	margin-bottom: 0.7em;
	padding-bottom: 2px;
	font-weight: normal;
	line-height: 1.3em;
}
#main h3 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.4em;
	color: #555;
	margin-top: 0.8em;
	margin-bottom: 0.7em;
	font-weight: normal;
	line-height: 1.3em;	
}
#main h4 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.3em;
	color: #555;
	margin-bottom: 0.8em;
	font-weight: normal;
	line-height: 1.3em;	
}
#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	line-height: 1.6em;
	margin-bottom: 1.5em;
}
#main p.error {
	background-color: #FAA;
	border: 1px solid #F00;
	color: #000;
	font-weight: bold;
	padding: 1em;
}
#main strong {
	font-weight: bold;
}
#main em {
	font-style: italic;
}
#main ul {
	margin-bottom: 1.5em;
	margin-left: 20px;
	list-style-type: disc;
}
#main ul.simple {
	margin-bottom: 1.5em;
	margin-left: 0px;
	list-style-type: none;
}
#main ol {
	margin-bottom: 1.5em;
	margin-left: 20px;
	list-style-type: decimal;
}
#main ol.alpha {
	margin-bottom: 0em;
	list-style-type: lower-alpha;
}
#main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	line-height: 1.6em;
}
#main blockquote {
	margin-bottom: 1.5em;
}
#main blockquote p {
	font-size: 1.3em;
	font-style: italic;
	margin-bottom: 0.5em;
}
#main blockquote cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #555;
	margin-left: 20px;
}
#main img.left {
	float: left;
	margin: 0em 2em 2em 0em;
}
#main img.right, div.right2 {
	float: right;
	margin: 0em 0em 2em 2em;
}

/* Box */

#main.wide .box {
	width: 350px;		
}
#main .box {
	width: 240px;
	margin-bottom: 2em;
}
#main .box.left {
	float: left;
	clear: both;
}
#main .box.right {
	float: right;
}
#main .box h3 {
	font-size: 1.4em;
	border-bottom: 1px solid #BBB;
	margin-top: 0.8em;
	margin-bottom: 0.7em;
	padding-bottom: 2px;
	font-weight: normal;	
	line-height: 1.3em;	
}
#main .box h3.standard {
	border-bottom: none;
}
#main .box th {
	width: 10em;
}
#main .box th span {
	font-weight: normal;
	font-size: 1em;
}
#main .box td span {
	display: block;
	width: 8em;
	font-size: 1em;
	text-align: right;
}
#main .box table .sep {
	padding-top: 1.5em;
}
#main .box #gm_map {
	width: 350px;
	height: 275px;
	margin-bottom: 1.5em;
}
#main .box img.left {
	margin: 0em 1em 1em 0em;
}
#main .box img.right {
	margin: 0em 0em 1em 1em;
}

/* Tabelle Öffnungszeiten */

#main table.office_hours th.day {
	width: 18em;
}
#main table.office_hours th.time {
	width: 11em;
}

/* Tabelle Kundenteams */

#main table.teams td {
	padding-right: 3em;
}

/* Tabelle Projekte */

#main table.project td {
	padding-bottom: 1em;
}

/* Tabelle Suchergebnis */

#main table.result col.image {
	width: 120px;
}
#main table.result col.room {
	width: 110px;
}
#main table.result col.area {
	width: 120px;
}
#main table.result col.price {
	width: 140px;
}
#main table.result col.free {
	width: 120px;
}
#main table.result col.details {
	width: 90px;
}
#main table.result thead th {
	background-color: #EEF3F9;
	border: 1px solid #CBCBCB;
	border-left: none;
	padding: 0px;
}
#main table.result thead img {
	vertical-align: text-bottom;
}
#main table.result thead a {
	padding: 0px 0px 0px 5px;
	display: block;
}
#main table.result thead a:hover {
	background-color: #DDE2E8;
}
#main table.result thead th.first {
	border-left: 1px solid #CBCBCB;
}
#main table.result tbody td {
	vertical-align: top;
	padding: 5px;
	line-height: 1;
}
#main table.result tbody tr.info td {
	padding-top: 0.5em;
}
#main table.result tbody tr.details td {
	border-bottom: 1px solid #CBCBCB;
}
#main table.result tbody td.image {
	border-bottom: 1px solid #CBCBCB;
}
#main table.result tbody td.title {
	font-weight: bold;
	font-size: 1.1em;
}

/* Suchbox */

#main .searchbox {
	background-color: #EEF3F9;
	border: 1px solid #CBCBCB;	
	padding: 20px;
	margin-bottom: 1.5em;	
}
#main .searchbox h4 {
	margin-top: 1em;
}
#main .searchbox #extended_search {
	display: none;
}
#main .searchbox #extended_search .attribute {
	float: left;
}
#main .searchbox #extended_search input {
	vertical-align: middle;
	position: absolute;
}
#main .searchbox #extended_search label {
	font-size: 1em;
	line-height: 15px;
	display: block;
	width: 145px;
	height: 30px;
	margin-left: 20px;
	padding-top: 3px;
}

/* Formular */

#main span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555;
}
#main form br {
	clear: both;
}
#main label {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555;
	line-height: 2.0em;	
}
#main label.left {
	float: left;
	width: 10em;
}
#main label.none {
	float: left;
	margin-right: -10em;
}
#main label.middle {
	float: none;
	margin: 0em 0.5em 0em 0.5em;
}
#main fieldset.buttons {
	margin-top: 0.9em;
}
#main select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: 1px solid #BBB;
	background-color: #FDFDFD;
	margin-top: 0.4em;
}
#main input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	border: 1px solid #BBB;
	background: #FDFDFD url(../_images/back/back_form_input.gif) repeat-x;
	padding: 0.2em;	
}
#main textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	border: 1px solid #BBB;
	background-color: #FDFDFD;
	padding: 0.2em;	
}
#main input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;		
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-right: 0.5em;
}
#main input.button.search {
	width: 5.5em;
}
#main input.button.reset {
	width: 9em;
}
#main input.check {
	margin-left: 10.8em;
	vertical-align: middle;
}

/* Galerie */

#main ul.gallery li {
	float: left;
	list-style-type: none;
	margin-right: 0.5em;
}
#main ul.gallery li img {
	padding: 0.5em;
	border: 1px solid #888;
	background-color: #EEF3F9;
}

/* Pagination */

#main ul#pagination {
	margin-bottom: 4em;
	margin-left: 0px;
}
#main ul#pagination li {
	float: left;
	list-style-type: none;
	padding-right: 2em;
}
#main ul#pagination li.prev {
	float: left;
	padding-right: 5em;
}
#main ul#pagination li.next {
	padding-left: 3em;
	padding-right: 0em;
}
#main ul#pagination li.title {
	font-weight: bold;
}
#main ul#pagination li.current {
	font-weight: bold;
}

/* Funktionen */

#main ul#functions {
	margin: 0em;
	padding-bottom: 4.5em;
	clear: both;
}
#main ul#functions li {
	float: left;
	list-style-type: none;
	border: 1px solid #888;
	margin-right: 1em;
}
#main ul#functions li a {
	padding: 0.5em 0.5em 0.5em 2.5em;
	display: block;	
	background-color: #EEF3F9;		
}
#main ul#functions li a:hover {
	background-color: #DDE2E8;		
}
#main ul#functions li a.pdf {
	background-image: url(../_images/icon/icon_download.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
#main ul#functions li a.contact {
	background-image: url(../_images/icon/icon_email.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}
#main ul#functions li a.link {
	background-image: url(../_images/icon/icon_link.png);
	background-repeat: no-repeat;
	background-position: 0.5em center;
}

/* Veranstaltungen */

#main .event {
	float: left;
	width: 300px;
	height: 8em;
	border: 1px solid #CBCBCB;
	margin-right: 20px;
	margin-bottom: 2em;
}
#main .event h3 {
	font-size: 1.2em;
	font-weight: bold;
	border-bottom: 1px solid #CBCBCB;
	padding: 10px;
	background-color: #EEF3F9;	
	margin-bottom: 0.2em;
}
#main .event table {
	margin-left: 10px;
}
#main .event p {
	float: right;
	padding: 10px;
	margin-bottom: 0.5em;
}

/* Objektnavigation */

#main ul.objectnav {
	text-align: center;
	margin: 0em 0em 2em 0em;
	padding: 0;
}
#main ul.objectnav li {
	display: inline;
	padding: 0em 4em;
}

/* Scrollbare Leiste */

#scrollable {
	position: relative; 
	overflow: hidden; 
    height: 500px; 
	border: 6px solid #CCC;
}
#scrollable div.items { 
    position: absolute; 
    height: 20000em; 
	background-color: #CCC
}
#scrollable div.items div {
	background-color: #FFF;
	margin-bottom: 6px;
	width: 186px;
	padding: 6px 0px 6px 0px;
}
#scrollable div.items div h3 {
	padding: 0px 6px 0px 6px;
}
#scrollable div.items div p {
	text-align: justify;
	padding: 0px 6px 0px 6px;
}
#scrollable div.items div img {
	margin-bottom: 0.7em;
}
a.prevPage {
	display: block;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	background-image: url(../_images/back/back_news_scroller_top.gif);
	background-repeat: no-repeat;
	height: 16px;
	width: 198px;
	padding-top: 4px;
}
a.nextPage {
	display: block;
	text-align: center;
	cursor: pointer;	
	background-image: url(../_images/back/back_news_scroller_bottom.gif);
	background-repeat: no-repeat;
	height: 14px;
	width: 198px;	
	padding-top: 6px;
	margin-bottom: 1em;
}

/* Spalte */

#column {
	float: left;
	width: 198px;
	border-left: 1px solid #CCC;
	margin-top: 15px;
	padding: 0px 20px 0px 15px;
}
/*
#column h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 1.7em;
	color: #555;
	border-bottom: 1px solid #BBB;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
	padding-bottom: 2px;
	line-height: 1.3em;	
}
*/

#column h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 2em;
	color: #555;
	border-bottom: 1px solid #BBB;
	margin-top: 0em;
	margin-bottom: 0.8em;
	padding-bottom: 2px;
	line-height: 1.3em;	
}
#column h2.news {
	margin-top: 0;
	font-size: 2em;
}
#column h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #555;
	margin-bottom: 0.7em;
	line-height: 1.3em;	
}
#column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#column p.date {
	font-size: 0.8em;
	line-height: 0.8em;
	margin-bottom: 0.6em;
}
#column p.more {
	margin-top: -0.5em;
	margin-bottom: 0em;
}
#column ul {
	margin-bottom: 1.4em;
	margin-left: 20px;
	list-style-type: disc;	
}
#column ul.simple {
	margin-bottom: 1.4em;
	margin-left: 0px;
	list-style-type: none;	
}
#column ul.archive {
	margin-bottom: 1.4em;
	margin-left: 6px;
	list-style-type: none;	
}
#column li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #555;
	line-height: 1.4em;
	margin-bottom: 0.3em;
}
#column #gm_map {
	width: 190px;
	height: 240px;
	overflow: hidden;
}
#column label {
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #555;
	line-height: 2.0em;	
}
#column input.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;		
	font-weight: bold;
	color: #FFF;
	padding: 5px;
	margin-right: 0.5em;
}
#column input.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;	
	border: 1px solid #BBB;
	background: #FDFDFD url(../_images/back/back_form_input.gif) repeat-x;
	padding: 0.2em;	
}
#column .feed {
	font-family: "Trebuchet MS", Arial, Verdana;
	background-image: url(../_images/icon/icon_rss_feed.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	float: right;
	margin-top: 3px;
	padding-right: 30px;
	width: 5em;
	height: 2.5em;
	font-size: 11px;
}
#column .feed a {
	color: #E62;
}
#column .feed a:hover {
	color: #E62;
}

/* Unternehmensnavigation */

#company {
	position: absolute;
	top: 242px;
	left: 20px;
}
#company ul li {
	float: left;
	margin-right: 5px;
}
#company ul li a {
	display: block;
	width: 107px;
	height: 48px;
	background: url(../_images/back/back_company.png) no-repeat center bottom;
	text-align: center;
	padding-top: 8px;
}
#company ul li a.current {
	background: url(../_images/back/back_company_current.png) no-repeat center bottom;
}
#company ul li a.current:hover {
	background: url(../_images/back/back_company_current.png) no-repeat center bottom;
}
#company ul li a:hover {
	background: url(../_images/back/back_company_hover.png) no-repeat center bottom;
}

/* Suche */

#search {
	position: absolute;
	top: 0px;
	left: 630px;
	background: url(../_images/back/back_search.png) no-repeat;
	height: 225px;
	width: 300px;
	padding: 25px 25px 20px 25px;
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;
}
#search h2 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 19px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
	margin-top: 3px;
	margin-bottom: 10px;
	padding-bottom: 2px;
}
#search span {
	font-size: 14px;
	color: #FFF;
}
#search form br {
	clear: both;
}
#search label {
	font-size: 14px;
	color: #FFF;
	line-height: 33px;	
	vertical-align: middle;
}
#search label.left {
	float: left;
	width: 60px;
}
#search label.left.select {
	float: left;
	width: 125px;
}
#search label.middle {
	margin: 0px 5px 0px 5px;
}
#search select {
	font-size: 14px;	
	border: 1px solid #BBB;
	background-color: #FDFDFD;
	width: 142px;
	margin-top: 5px;
}
#search input.text {
	width: 80px;
	font-size: 14px;	
	border: 1px solid #BBB;
	background: #FDFDFD url(../_images/back/back_form_input.gif) repeat-x;
	padding: 2px;
}
#search input.button {
	font-size: 14px;	
	font-weight: bold;
	color: #FFF;
	padding: 5px 2px 5px 2px;
}
#search input.button.search {
	width: 80px;
	margin-right: 6px;
}
#search input.button.reset {
	width: 120px;
}

/* Menü der Barrieretools */

#accessibility {
	position: absolute;
	top: 311px;
	left: 900px;
}
#accessibility ul li {
	float: left;
	margin-right: 5px;
}
#accessibility ul li a img {
	border: 1px solid #333;
}

/* Fuss */

#footer {
	padding: 30px 0.3em 35px 10px;
	clear: both;
	background: url(../_images/back/back_footer.png) no-repeat top;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #888;
}
#footer a {
	text-decoration: underline;
	color: #888;
}
#footer a:hover {
	text-decoration: underline;
	color: #000;
}

/* Servicenavigation */

#service ul {
	float: right;
}
#service ul li {
	float: left;
	list-style-type: none;
	padding: 0em 0.5em;
	border-left: 1px solid #888;
}
#service ul li.first {
	border-left: none;
}
#service ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #888;
	text-decoration: none;
}
#service ul li a:hover {
	color: #000;
}
