/* CSS Document */

/*=============================================
Stylesheet für die Screen von LIFE e.V.
Datein: screen.css
Media: screen
Datum: Oktober 2009
Autorin: Miriam Asmus
================================================ */
.skiplink{
position:absolute;
top: -200px;
left: -300px;
width: 0px;
height: 0px;
overflow:hidden;
display:inline;
}


body {
	margin: 0 auto;
	padding: 0;
	background-color: #E1EDEF;
	background-image: url(../images/Page-BgTexture.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: top left;
}

#art-main {
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	background-image: url(../images/Page-BgGlare.png);
	background-repeat: no-repeat;
}

#art-page-background-glare {
	position: absolute;
	width: 100%;
	height: 270px;
	left: 0;
	top: 0;
}

#art-page-background-glare-image {
	background-image: url(../images/Page-BgGlare.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 459px;
	margin: 0;
}

html:first-child #art-page-background-glare {
	border: 1px solid transparent; /* Opera fix */
}

#art-page-background-gradient {
	background-position: top left;
}

.cleared {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

form {
	padding:0 !important;
	margin:0 !important;
}

table.position {
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */



/* begin Box, Sheet */
.art-Sheet {
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 1000px;
	min-width:25px;
	min-height:25px;
}

.art-Sheet-body {
	position: relative;
	z-index:1;
	padding: 4px;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl, .art-Sheet-tc, .art-Sheet-bc,.art-Sheet-cr, .art-Sheet-cl {
	position:absolute;
	z-index:-1;
}

.art-Sheet-tr, .art-Sheet-tl, .art-Sheet-br, .art-Sheet-bl {
	width: 36px;
	height: 36px;
	background-image: url(../images/Sheet-s.png);
}

.art-Sheet-tl {
	top:0;
	left:0;
	clip: rect(auto, 18px, 18px, auto);
}

.art-Sheet-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 18px, 18px);
}

.art-Sheet-bl {
	bottom: 0;
	left: 0;
	clip: rect(18px, 18px, auto, auto);
}

.art-Sheet-br {
	bottom: 0;
	right: 0;
	clip: rect(18px, auto, auto, 18px);
}

.art-Sheet-tc, .art-Sheet-bc {
	left: 18px;
	right: 18px;
	height: 36px;
	background-image: url(../images/Sheet-h.png);
}

.art-Sheet-tc {
	top: 0;
	clip: rect(auto, auto, 18px, auto);
}

.art-Sheet-bc {
	bottom: 0;
	clip: rect(18px, auto, auto, auto);
}

.art-Sheet-cr, .art-Sheet-cl {
	top: 18px;
	bottom: 18px;
	width: 36px;
	background-image: url(../images/Sheet-v.png);
}

.art-Sheet-cr {
	right:0;
	clip: rect(auto, auto, auto, 18px);
}

.art-Sheet-cl {
	left:0;
	clip: rect(auto, 18px, auto, auto);
}

.art-Sheet-cc {
	position:absolute;
	z-index:-1;
	top: 18px;
	left: 18px;
	right: 18px;
	bottom: 18px;
	background-color: #FFFFFF;
}

.art-Sheet {margin-top: 10px !important;}

#art-page-background-simple-gradient, #art-page-background-gradient, #art-page-background-glare {
	min-width:1000px;
}
/* end Box, Sheet */



/* begin Header */
div.art-Header {
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 992px;
	height: 125px;
	background-color: #003366;
}

div.art-Header-png {
	position: absolute;
	z-index:-2;
	top: 0;
	left: 0;
	width: 992px;
	height: 125px;
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	background-position: left top;
}

div.art-Header-jpeg {
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 992px;
	height: 125px;
	background-image: url(../images/Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */



/* begin Logo */
.art-Logo {
	display : block;
	position: absolute;
	left: 10px;
	top: 29px;
	width: 982px;
}

h1.art-Logo-name {
	display: block;
	text-align: left;
}

h1.art-Logo-name, h1.art-Logo-name a, h1.art-Logo-name a:link, h1.art-Logo-name a:visited, h1.art-Logo-name a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	padding:0;
	margin:0;
	color: #EEF9FB !important;
}

.art-Logo-text {
	display: block;
	text-align: left;
}

.art-Logo-text, .art-Logo-text a {
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	padding:0;
	margin:0;
	color: #E4EFF1 !important;
}
/* end Logo */



/* begin Menu */

/* menu structure */

.art-menu a, .art-menu a:link, .art-menu a:visited, .art-menu a:hover {
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.art-menu, .art-menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.art-menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.art-menu li:hover {
	z-index: 10000;
	white-space: normal;
}

.art-menu li li {float: none;}

.art-menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.art-menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.art-menu li li:hover>ul {
	top: 0;
	left: 100%;
}

.art-menu:after, .art-menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

.art-menu, .art-menu ul {min-height: 0;}

.art-menu ul {
	background-image: url(../images/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.art-menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}
/* end menu structure */



.art-menu {	padding: 0px 0px 0px 0px;}

.art-nav {
	position: relative;
	height: 25px;
	z-index: 100;
	background-color:#CC0033;
}

.art-nav .l, .art-nav .r {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 25px;
	background-image: url(../images/nav.png);
}

.art-nav .l {
	left: 0;
	right:0px;
}

.art-nav .r {
	right: 0;
	width: 992px;
	clip: rect(auto, auto, auto, 992px);
}
/* end Menu */



/* begin MenuItem */
.art-menu ul li{clear: both;}

.art-menu a {
	position:relative;
	display: block;
	overflow:hidden;
	height: 25px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 0px;
	margin-left: 0px;
}

.art-menu a .r, .art-menu a .l {
	position:absolute;
	display: block;
	top:0;
	z-index:-1;
	height: 75px;
	background-image: url(../images/MenuItem.png);
}

.art-menu a .l {
	left:0;
	right:0px;
}

.art-menu a .r {
	width:400px;
	right:0;
	clip: rect(auto, auto, auto, 400px);
}

.art-menu a .t {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #EEF5F6;
	padding: 0 22px;
	margin: 0 0px;
	line-height: 25px;
	text-align: center;
}

.art-menu a:hover .l, .art-menu a:hover .r {top:-25px;}

.art-menu li:hover>a .l, .art-menu li:hover>a .r {top:-25px;}

.art-menu li:hover a .l, .art-menu li:hover a .r {top:-25px;}

.art-menu a:hover .t {color: #EEF5F6;}

.art-menu li:hover a .t {color: #EEF5F6;}

.art-menu li:hover>a .t {color: #EEF5F6;}

.art-menu a.active .l, .art-menu a.active .r {top: -50px;}

.art-menu a.active .t {color: #EEF5F6;}
/* end MenuItem */



/* begin MenuSeparator */
.art-nav .art-menu-separator {
	display: block;
	width: 1px;
	height: 25px;
	background-image: url(../images/MenuSeparator.png);
}
/* end MenuSeparator */



/* begin ContentLayout */
.art-contentLayout {
	position: relative;
	margin-bottom: 0px;
	width: 992px;
}
/* end ContentLayout */



/* begin Box, Block */
.art-Block {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Block-body {
	position: relative;
	z-index:1;
	padding: 0px;
}

.art-Block {margin: 17px 10px 10px 10px;}
 
/* end Box, Block */



/* begin BlockHeader */
.art-BlockHeader {
	position:relative;
	z-index:0;
	height: 30px;
	padding: 0 7px;
	margin-bottom: 0px;
}

.art-BlockHeader .t {
	height: 30px;
	color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	white-space : nowrap;
	padding: 0 6px;
	line-height: 30px;
}

.art-BlockHeader .l, .art-BlockHeader .r {
	display:block;
	position:absolute;
	z-index:-1;
	height: 30px;
	background-image: url(../images/BlockHeader.png);
}

.art-BlockHeader .l {
	left:0;
	right:0px;
}

.art-BlockHeader .r { 
	width:992px;
	right:0;
	clip: rect(auto, auto, auto, 992px);
}
/* end BlockHeader */



/* begin Box, BlockContent */
.art-BlockContent {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:3px;
	min-height:3px;
}

.art-BlockContent-body {
	position: relative;
	z-index:1;
	padding: 2px 4px 2px 8px;
	color:#003366;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

.art-BlockContent-body p.bildunter {
	
	color:#003366;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

.art-BlockContent-body p.blockRe{
padding: 15px 0px 15px 0px;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl, .art-BlockContent-tc, .art-BlockContent-bc,.art-BlockContent-cr, .art-BlockContent-cl {
	position:absolute;
	z-index:-1;
}

.art-BlockContent-tr, .art-BlockContent-tl, .art-BlockContent-br, .art-BlockContent-bl {
	width: 2px;
	height: 2px;
	background-image: url(../images/BlockContent-s.png);
}

.art-BlockContent-tl {
	top:0;
	left:0;
	clip: rect(auto, 1px, 1px, auto);
}

.art-BlockContent-tr {
	top: 0;
	right: 0;
	clip: rect(auto, auto, 1px, 1px);
}

.art-BlockContent-bl {
	bottom: 0;
	left: 0;
	clip: rect(1px, 1px, auto, auto);
}

.art-BlockContent-br {
	bottom: 0;
	right: 0;
	clip: rect(1px, auto, auto, 1px);
}

.art-BlockContent-tc, .art-BlockContent-bc {
	left: 1px;
	right: 1px;
	height: 2px;
	background-image: url(../images/BlockContent-h.png);
}

.art-BlockContent-tc {
	top: 0;
	clip: rect(auto, auto, 1px, auto);
}

.art-BlockContent-bc {
	bottom: 0;
	clip: rect(1px, auto, auto, auto);
}

.art-BlockContent-cr, .art-BlockContent-cl {
	top: 1px;
	bottom: 1px;
	width: 2px;
	background-image: url(../images/BlockContent-v.png);
}

.art-BlockContent-cr {
	right:0;
	clip: rect(auto, auto, auto, 1px);
}

.art-BlockContent-cl {
	left:0;
	clip: rect(auto, 1px, auto, auto);
}

.art-BlockContent-body img.abstand{
margin:2px 0px 5px 0px;
}

.art-BlockContent-cc {
	position:absolute;
	z-index:-1;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background-color: #E4E7EC;
}

.art-BlockContent-body a:link {
	color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight:bold;
}

.art-BlockContent-body a:visited, .art-BlockContent-body a.visited {
	color: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight:bold;
}

.art-BlockContent-body a:hover, .art-BlockContent-body a.hover {
	color: #C40031;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight:bold;
}

.art-BlockContent-body li a.active {
	color: #C40031;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	font-weight:bold;
	
}

.art-BlockContent-body ul {
	list-style-type: none;
	color: #003366;
	margin:0;
	padding:0;
}

.art-BlockContent-body li {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
}

.art-BlockContent-body ul li {
	padding:0px;
	margin:0.5em 0 0.5em 0;
	line-height:1.2em;
}

.art-BlockContent-body ul ul {
	padding:0px;
	margin:0px;
}

.art-BlockContent-body ul ul li {
	padding:0px;
	margin:0.5em 0 0.5em 23px;
	line-height:1.2em;
}

.art-BlockContent-body p.linie {

padding-bottom: 7px;
border-bottom: #009999 dotted 1px;
}
/* end Box, BlockContent */



/* begin Box, Post */
.art-Post {
	position:relative;
	z-index:0;
	margin:0 auto;
	min-width:1px;
	min-height:1px;
}

.art-Post-body {
	position: relative;
	z-index:1;
	padding: 7px;
}

.art-Post {margin: 10px;}



/* Start images */
a img {border: 0px;}

.art-article-ma img, img.art-article-ma {
margin:0px 0px 2px 5px;
float: right;}

.art-article img, img.art-article {
margin:0px 8px 14px 0px;
float: left;}

.art-metadata-icons img {
	border: none;
	vertical-align: middle;
	margin:0px 10px 5px 0px;
}

/* Finish images */



/* Start tables */
.art-article table, table.art-article {
	border-collapse: collapse;
	margin: 1px;
	width:auto;
}

.art-article table, table.art-article .art-article tr, .art-article th, .art-article td {
	background-color:Transparent;
}


.art-article th {
	text-align:center;
	vertical-align:middle;
	padding: 7px;
}
/* Finish tables */

/* end Box, Post */



/* begin PostMetadata */
.art-PostMetadataHeader {
	padding: 1px 1px 1px 0px;
	background-color: #98CFDD;
}

/* end PostMetadata */


/* begin PostMetadata Orientierung oben Unterseiten*/
.art-PostMetadataHeader-orient-normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #003366;
	text-decoration: none;
	font-weight: normal;
	padding: 1px 1px 10px 0px;
}

.art-PostMetadataHeader-orient-normal a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-style: normal;
	color: #003366;
	font-weight: bold;
	text-decoration: underline;
}
/* end PostMetadata Orientierung oben Unterseiten*/



/* begin PostHeaderIcon */
.art-PostHeaderIcon-wrapper {
	text-decoration:none;
	margin: 0.2em 0;
	padding: 0;
	font-weight:normal;
	font-style:normal;
	letter-spacing:normal;
	word-spacing:normal;
	font-variant:normal;
	text-decoration:none;
	font-variant:normal;
	text-transform:none;
	text-align:left;
	text-indent:0;
	line-height:inherit;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	word-spacing: 3px;
	margin: 5px 0px 5px 8px;
	line-height: 100%;
	color: #003366;
}

.art-PostHeaderIcon-wrapper, .art-PostHeaderIcon-wrapper a, .art-PostHeaderIcon-wrapper a:link, .art-PostHeaderIcon-wrapper a:visited, .art-PostHeaderIcon-wrapper a:hover {
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 1.0em;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	text-indent: 0px;
	letter-spacing: 0.1em;
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 100%;
	color: #003366;
}
/* end PostHeaderIcon */



/* begin PostContent */

/* Content Text Font & Color (Default) */
body {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-style: normal;
  font-weight: normal;
  color: #003366;
}

.art-PostContent {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 0.9em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 3px;
  line-height: 125%;
  color: #003366;
}

.art-PostContent ul{
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 1.0em;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin:0.5em 0 0.5em 1.5em;
  line-height: 125%;
  color: #003366;
  list-style-position: outside;
  list-style-image: url(../images/content/listen_icon.gif);
}

.art-PostContent p.first {margin-top: 15px;}

.art-PostContent p.last {margin-bottom: 25px;}

.art-PostContent p.dotted {
margin-top: 15px;
padding-bottom: 10px;
border-bottom: #009999 dotted 1px;
min-height:100px;
}

.art-PostContent p.dotted-publ {
margin-top: 15px;
padding-bottom: 10px;
border-bottom: #009999 dotted 1px;
}

.art-PostContent p.dotted-refe {
margin-top: 15px;
padding-bottom: 10px;
border-bottom: #009999 dotted 1px;
min-height:55px;
}

.art-PostContent p.sitemap {
margin: 0 0 3px 0;
padding: 0;
font-weight:bold;
}

/* Start Content link style */
a {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #009999;
}

/* Adds special style to an unvisited link. */
a:link {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #009999;
}

/* Adds special style to a visited link. */
a:visited, a.visited {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #009999;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  text-decoration: underline;
  color: #009999;
}
/* Finish Content link style */


/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
 
}

h1.site {
 background-color:#E4E7F7;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 1.0em;
  margin-top: 24px;
  margin-bottom: 8px;
  color: #009999;
  font-weight: bold;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 1.0em;
  color: #003366;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 8px;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover {
  font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
  font-size: 16px;
  color: #CC0033;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */



/* begin PostBullets */
/* Start Content list */
ol, ul {
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

li ol, li ul {
	
	padding:0;
}

li {
	margin:0.5em 0;
	padding:0;
}

.art-Post li {
	padding:0px 0 0px 11px;
	
}

.art-Post ol li, .art-Post ul ol li {
	background: none;
	padding-left:0;
}

.art-Post ul li, .art-Post ol ul li {
	background-repeat:no-repeat;
	padding-left:11px;
}
/* Finish Content list */
/* end PostBullets */



/* begin Footer */
.art-Footer {
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 992px;
	margin: 5px auto 0px auto;
}

.art-Footer .art-Footer-inner {
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.art-Footer .art-Footer-background {
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url(../images/Footer.png);
	width: 992px;
	height: 150px;
	bottom:0;
	left:0;
}

.art-Footer .art-Footer-text p {margin: 0;}

.art-Footer .art-Footer-text {
	display:inline-block;
	color:#182B2F;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
}

.art-Footer .art-Footer-text a:link {
	text-decoration: none;
	color: #134753;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:visited {
	text-decoration: none;
	color: #134753;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.art-Footer .art-Footer-text a:hover {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}
/* end Footer */



/* begin PageFooter */
.art-page-footer, .art-page-footer a, .art-page-footer a:link, .art-page-footer a:visited, .art-page-footer a:hover {
	font-family:Arial;
	font-size:0.9em;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color:#338599;
}

.art-page-footer {
	margin:1em;
	text-align:center;
	text-decoration:none;
	color:#61A1AE;
}
/* end PageFooter */



/* begin LayoutCell */
.art-contentLayout .art-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 198px;
}

.art-contentLayout .art-content {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 595px;
}

.art-contentLayout .art-content-sidebar1 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 793px;
}

.art-contentLayout .art-content-sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 793px;
}

.art-contentLayout .art-content-wide {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 991px;
}

.art-contentLayout .art-sidebar2 {
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	overflow: hidden;
	width: 198px;
}

.art-sidebar2 a {
 	font-size: 0.9em;
}
/* end LayoutCell */