html, body {
	margin: 0; padding: 0;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 62.5%; /*10px*/
	background: #FFF url(../images/bg-wrapper.gif) repeat-x;
}
strong {
	font-weight: bold;
}

#page-top {display: none;}

.clear-all {
	clear: both;
	height: 1px;
	overflow: hidden;
	background: #FFF;
}
div.float-l {
	width: 25%;
	float: left;
	margin-right: 100px;
}
div.float-r {
	width: 25%;
	float: right;
	margin-left: 10px;
}
#wrap-all {
	background: #EEE url(../images/bg-wrapper.gif) repeat-x;
}
#layout {
	background: #FFF;
	width: 1004px;
	margin-bottom: 1em;
	overflow: auto; /* FF print fix? */
}
#top {
	position: relative;
	height: 160px;
}
#gwa-logo {
	position: absolute;
	top: 0;
	left: 166px;
}
/* ------------------------------------------------------------ */
/* meta nav oben */
#top-nav {
	position: absolute;
	top: 4px;
	right: 4px;
	list-style: none;	
	color: #A8A8A8;
	font-size: 0.9em /* 9px */
}
#top-nav li {
	display: inline;
	border-right: 1px solid #00539E;
	padding-right: 6px;
	margin-right: 6px;
	line-height: 1.2em;
}
#top-nav li.last-item {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
#top-nav a {
	color: #A8A8A8;
	text-decoration: none;
}
#top-nav a:active,
#top-nav a:hover {
	color: #00539E;
}

/* ------------------------------------------------------------ */
/*  spalten layout */
/* ------------------------------------------------------------ */
#middle {
	background: transparent url(../images/bg-stripe-gwa.gif) 166px 0px repeat-y;
}
#left, #center, #right {
	float: left;
	overflow: hidden;
}
#left {
	width: 166px;
}
/* ------------------------------------------------------------ */
/* navigation -> siehe navigation.css */
/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
/* main content
/* ------------------------------------------------------------ */
#center {
	width: 674px;
	background: #FFF;
}
#center .content-header {
	position: relative;
	background: transparent url(../images/header-gwa.jpg) no-repeat; /* bereichsfarbe + bild */
	height: 200px; /* folgeseite */
}
#center .content-header h1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 20px;
	color: #FFF;
	padding: 0 44px;
	line-height: 40px; /* einzeilig pficht! */
	height: 40px;
}
#center .content-header h1 a {
	color: #FFF;
}
* html #center .content-header h1 {
	font-size: 16px;
}
#center .content-wrap {	
	margin-top: 5px;
	background: transparent url(../images/bg-stripe-gwa.gif) repeat-y; /* bereichsstreifen! */
	position: relative;
}
* html #center .content-wrap {
	height: 1%;
}
#center a {
	text-decoration: none;
	color: #0053A9; /* Bereichsfarbe */
}
#center a.internal-link {
	padding-left: 10px;
	background: url(../images/navigation/nav-arrow-gwa.gif) 0px 4px no-repeat; /* bereichsbild! */
}
#center a.internal-link:active,
#center a.internal-link:hover {
	color: #444;
}
#center .bodytext a {
	font-weight: bold;
}
#center blockquote,
#center cite {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

/* listen */
#center ol {
	list-style: decimal outside;
	margin-bottom: 1em;
	margin-left: 20px;
}
#center ol li ol {
	margin-left: 20px;
	margin-bottom: 0;
}

#center ul {
	margin-bottom: 1em;
}
#center ul li {
	padding-left: 13px;
	background: transparent url(../images/list-bullet-square-1.gif) 1px 7px no-repeat;
}
#center ul li ul {
	margin-bottom: 0;
}
#center ul li ul li {
	padding-left: 10px;
	background: transparent url(../images/list-bullet-square-2.gif) 1px 8px no-repeat;
}
#center ul li ul li ul li {
	background: transparent url(../images/list-bullet-dash-1.gif) 1px 9px no-repeat;
}

/* listen in linkbox */
#center .link-box ul {
	margin-left: 22px;
	padding-top: 6px;
}
#center .link-box ul li {
	padding-left: 11px;
	background: transparent url(../images/list-bullet-square-2.gif) 1px 4px no-repeat;
	
}

#center span.author {
	font-style: normal;
	color: #000;
}

#center .content {
	padding: 54px 35px 44px 44px;
	font-size: 1.1em; /* 11px */
	line-height: 1.63em; /* 18px; */
	color: #444;
}
#center .content p {
	line-height: 1.63em; /* 18px; */
	margin-bottom: 1em;
}
#center .content h2 {
	color: #787878;
	font-size: 20px;
	line-height: 1.2em;
	margin-bottom: 0.7em;
	margin-top: 2em;
}
#center .content h2 a {
	color: #787878;
}
* html #center .content h2 {
	font-size: 16px;
}
#center .content h2.top,
#center .content h2.csc-firstHeader {
	margin-top: 0;
}
#center .content h3 {
	font-weight: bold;
	margin-top: 1.2em;
}
#center .content h4 {
	font-weight: bold;
	color: #666;
}
#center .content h4 span {
	font-weight: normal;
}
#center .content .caption {
	font-weight: bold;
}
#center .content code {
	font-family: Courier, monospace;
}
/* modul_09 */
#center .backlink {
	
}
#center #backlink-top {
	top: 15px;
	position: absolute;
	left: 44px;
}
#center #backlink-bottom {
	position: absolute;
	left: 44px;
	bottom: 20px;
}
#center .backlink a {
	font-weight: bold;
	text-decoration: none;
	color: #466A82; /* bereichsfarbe? */
}
#center .backlink a:active,
#center .backlink a:hover {
	color: #444;
}

#center .img-box {
	width: 160px;
	background: #FFF;
}
#center .img-box-left {
	float: left;
	clear: right;
	margin-right: 30px;
	margin-bottom: 10px;
}
#center .img-box-right {
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
#center .img-box-left .img-caption,
#center .img-box-right .img-caption {
	font-size: 9px;
	line-height: 11px;
}
#center .img-box-left .img-caption .lupe,
#center .img-box-right .img-caption .lupe {
	padding-right: 20px;
	background: url(../images/lupe.gif) right 5px no-repeat;
	margin-bottom: 0;
	min-height: 20px;
}
* html #center .img-box-left .img-caption .lupe,
* html #center .img-box-right .img-caption .lupe {
	height: 20px;
}
#center .content p.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*
jetzt das ganze nochmal fuer typo3 csc-kram
*/
#center .csc-textpic-intext-left .csc-textpic-imagewrap {
	padding-right: 30px !important;
	margin-right: 0 !important;
	margin-bottom: 10px;
	
}
#center .csc-textpic-intext-left .csc-textpic-imagewrap,
#center .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	clear: left;
}
#center .csc-textpic-caption {
	padding-top: 2px;
	font-size: 9px;
	line-height: 1.2em;
	margin-bottom: 0;
}
#center .csc-textpic-caption .lupe {
	padding-right: 20px;
	min-height: 20px;
	background: url(../images/lupe.gif) right 5px no-repeat;
}
* html #center .csc-textpic-intext-left .csc-textpic-caption .lupe,
* html #center .csc-textpic-intext-right .csc-textpic-caption .lupe {
	height: 20px;
}

#center .csc-textpic-intext-left-nowrap .csc-textpic-text {
	padding-left: 20px;
}

#center .csc-textpic-intext-left-nowrap h2 {
	margin-top: 0;
}
#center .csc-textpic-intext-left-nowrap {
	margin-bottom: 40px;
}

/* ------------------------------------------------------------ */
/* link box (rechte seite) */
/* ------------------------------------------------------------ */
#center .link-box {
	font-size: 10px;
	line-height: 1em;
	margin-top: 6px;
	margin-bottom: 16px;
	width: 200px;
	background: url(../images/bg-stripe-gwa.gif) repeat-y;
	/* typo3 anpassung: */
	float: right;
	margin-left: 20px;
}
/* typo3 anpassung: */
#center .link-box h1,
#center .link-box h2,
#center .link-box h3 {
	padding: 6px 0 0 22px;
	color: #444;
	margin: 0;
	font-size: 1em;
}
#center .link-box h4 {
	padding: 2px 0 4px 22px;
	margin: 0;
	font-size: 1em;
}
#center .link-box p {
	padding: 0 0 0 22px;
	font-weight: bold;
	/*color: #466A82; */ /* bereichsfarbe! */
	margin-bottom: 0;
}
#center .link-box a {
	text-decoration: none;
	font-weight: bold;
	/*color: #466A82;*/ /* bereichsfarbe! */
}
#center .link-box a:active,
#center .link-box a:hover {
	color: #444;
}
#center .link-box a.external-link-new-window {
	color: #444;
}
#center .link-box a.external-link {
	color: #444;
}
/* ------------------------------------------------------------ */
/* mehr zu diesem thema (box seiten ende) */
/* ------------------------------------------------------------ */
#center .more-box {
	border-top:  6px solid #FFF;
	border-bottom:  6px solid #FFF;
	margin-top: 50px;
	margin-left: -44px;
	margin-right: -30px;
	padding-top: 20px;
	padding-left: 44px;
	padding-right: 30px;
	padding-bottom: 20px;
	background: #F1F1F1 url(../images/bg-stripe-gwa.gif) repeat-y; /* bereichsstreifen! */
}
#center .more-box:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#center .more-box {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #center .more-box {height: 1%;}
#center .more-box {display: block;}
/* End hide from IE-mac */
#center .more-box h2 {
	margin: 0; padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	text-transform: uppercase;
	color: #466A82; /* bereichsfarbe */
}
#center .more-box p {
	margin-bottom: 0;
	font-size: 10px;
}

#center .more-box a {
	color: #466A82;
	text-decoration: none;
}
#center .more-box a.link-extern,
#center .more-box a.external-link-new-window {
	color: #444;
}
#center .more-box a:active,
#center .more-box a:hover {
	color: #444;
}
#center .more-box a.link-extern:active,
#center .more-box a.link-extern:hover,
#center .more-box a.external-link-new-window:active,
#center .more-box a.external-link-new-window:hover {
	text-decoration: underline;
}
#center .more-box .csc-textpic-intext-left-nowrap,
#center .more-box .csc-textpic-imagewrap {
	margin-bottom: 0;
}


/* ------------------------------------------------------------ */
/* tabellen styles
/* ------------------------------------------------------------ */
table caption {
	font-weight: bold;
	margin-bottom: 0.5em;
}

/* ---------------------------------------- */
/* layout standard
/* alternierender hintergrund
/* ---------------------------------------- */
.contenttable {
	margin: 0; padding: 0;
	border-collapse: collapse;
	border-color: #CCC;
	border: 1px solid #CCC;
	width: auto;
	
}
.contenttable td,
.contenttable th {
	margin: 0; padding: 0.1em 0.2em;
}
.contenttable tr.tr-even {
	background: #EEE;
}
.contenttable th {
	background: #CCC;
	color: #FFF;
	font-weight: bold;
}
/* custom class 100% breite */
.w-100,
.w-100-50,
.w-100-33,
.w-100-25,
.w-100-20 {
	width: 100%;
}
.w-100-50 td,
.w-100-50 th {
	width: 50%;
}
.w-100-33 td,
.w-100-33 th {
	width: 33.3%;
}
.w-100-25 td,
.w-100-25 th {
	width: 25%;
}
.w-100-20 td,
.w-100-20 th {
	width: 20%;
}



/* custom class keine raender */
.no-border {
	border: none;
}

/* ---------------------------------------- */
/* layout 1
/* keine hintergruende
/* ---------------------------------------- */
.contenttable-1 {
	border: none;
}
.contenttable-1 th {
	background: transparent;
	color: #666;
	font-weight: bold;
}
.contenttable-1 tr.tr-even {
	background: transparent;
}

/* ---------------------------------------- */
/* layout 2
/* kein alternierender hintergrund
/* ---------------------------------------- */
.contenttable-2 tr.tr-even {
	background: transparent;
}
/* ---------------------------------------- */
/* layout 3
/* keine raender
/* ---------------------------------------- */
.contenttable-3 {
	border: none;
}

/* ---------------------------------------- */
/* filelinks - oldskool (table)
/* ---------------------------------------- */
.csc-uploads {
 margin-left: 20px;
}
.csc-uploads tr.tr-even {
	background: transparent;
}
.csc-uploads td,
.csc-uploads th {
	margin: 0; padding: 0;
	padding-top: 6px;
	vertical-align: top;
}
.csc-uploads tr.tr-odd td,
.csc-uploads tr.tr-even td {
	/* border-top: 1px solid #EEE; */
}
#center .csc-uploads-fileName {
	background: transparent url(../images/filelink-gwa.gif) 0px 11px no-repeat;
	padding-left: 8px;
}
#center .csc-uploads-fileName p {
	margin: 0; padding: 0;
}
.csc-uploads-description {
	color: #666; font-style: italic;
}
#center .csc-uploads-fileSize {
	padding-left: 3px;
	color: #666;
	white-space: nowrap !important;
}
#center .csc-uploads-fileSize p {
	margin: 0; padding: 0;
	font-weight: normal;
}
/* ---------------------------------------- */
/* filelinks - css styled
/* ---------------------------------------- */
#center .filelinks {
	padding-top: 6px;
	margin-left: 20px;
	margin-bottom: 6px;
}
#center .filelinks p {
	color: #00539E;
	line-height: 13px;
	background: transparent url(../images/filelink-gwa.gif) 0px 3px no-repeat;
	padding-left: 8px;	
}
#center .filelinks p a span.filesize {
	font-weight: normal;
}
/* ---------------------------------------- */
/* filelink/download aus RTE
/* ---------------------------------------- */
#center a.download {
	color: #00539E;
	background: transparent url(../images/filelink-gwa.gif) 0px 3px no-repeat;
	padding-left: 8px;	
}



/* ---------------------------------------- */
/* searchform, mailform
/* ---------------------------------------- */
.csc-searchResultInfo {
	margin: 0; padding: 0;
	margin-bottom: 1em;
	color: #666;
	font-size: 0.866em;
}
#center .csc-searchResultHeader {
	border-top: 1px solid #B3D1E1;
	padding-top: 0.5em;
}
#center .csc-searchResult {
	color: #666;
	font-style: italic;
	margin-bottom: 1em;
}
#center .csc-searchform {
	border-top: 1px solid #B3D1E1;
	display: block;
	padding-top: 1em;
}
.csc-searchform td,
.csc-searchform th {
	margin: 0; padding: 0;
	padding: 0.1em 0.2em;
}
#center .inputTxt,
#center .inputSelect,
#center .inputBtn {
	margin: 0; padding: 0.1em 0.2em;
	border: 1px solid #999;
	font-size: 1em;
	color: #666;
	width: 300px;	
}
#center textarea.inputTxt {
	font-family: Arial, sans-serif;
}
#center .inputSelect {
	width: 307px;
}
#center .inputBtn {
	background: #999;
	color: #FFF;
	width: auto;
}
#center #mailform label {
width: 150px;
float: left;
text-align: right;
padding-right: 15px;
color: #666;
}
#center #mailformkomme legend,
#center #mailformkomme label {
	display: none;
}
#center #mailform .csc-mailform-field {
 clear:left;
 margin-bottom: 0.5em;
}
#center input#mailformformtype_mail {
margin-left: 165px;
}
/* news teaser unten */
#center .news-box {
	border-top:  6px solid #FFF;
	border-bottom:  none;
	margin: 50px -30px 0px -44px;
	padding: 20px 30px 20px 44px;
	background: #F1F1F1 url(../images/bg-stripe-news.gif) repeat-y; /* bereichsstreifen! */
}

* html #center .news-box {
	height: 1%;
	width: 100%;
}
#center .news-box .left-col h2,
#center .news-box .right-col h2 {
	margin: 0; padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom:10px;
	text-transform: uppercase;
	color: #CB7E38; /* bereichsfarbe */
}
#center .news-box .news-item {
	margin-bottom: 5px;
	font-size: 10px;
}
#center .news-box .news-item .news-date,
#center .news-box .news-item .news-content {
	float: left;
}
#center .news-box .news-item .news-date {
	width: 75px;
	font-weight: bold;
	line-height: 1.3em;
}
#center .news-box .news-item .news-content {
	width: 200px;
	line-height: 1.3em;
}

#center .news-box a {
	color: #444;
	text-decoration: none;
}
#center .news-box a.link-extern {
	color: #444;
}
#center .news-box a:active,
#center .news-box a:hover {
	color: #CB7E38; /* bereichsfarbe */
}
#center .news-box .more-link {
	color: #CB7E38;
	text-align: right;
}
#center .news-box .more-link a {
	color: #CB7E38;
	font-weight: bold;
}
#center .news-box .more-link a:active,
#center .news-box .more-link a:hover{
	color: #444;
}
#center .news-box .left-col,
#center .news-box .right-col {
	width: 47%;
	float: left;
}
#center .news-box .left-col {
	margin-right: 6%;
}
#center .news-box .clear-all {
	background: transparent;
}
/* ------------------------------------------------------------ */
/* bereiche teaser
/* ------------------------------------------------------------ */
#center .csc-textpic-clear {
	/*clear: none;*/
}
#center .teaser-links {
	background: #FFF url(../images/bg-stripe-gwa-2.gif) repeat-y;
	padding-left: 0px;
	height: 1%;
}
#center .teaser-links:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#center .teaser-links {
	display: inline-table;
}
/* Hides from IE-mac \*/
* html #center .teaser {height: 1%;}
#center .teaser {display: block;}
/* End hide from IE-mac */
#center .teaser-links li {
	width: 142px;
	padding-right: 10px;
	margin-right: 18px;
	margin-left: 18px;
	float: left;
	display: block;
	background: url(../images/navigation/nav-arrow-gwa.gif) 0px 5px no-repeat;
}
#center .teaser-links li a {
	font-weight: bold;
	padding-left: 0;
	background: transparent none;
	color: #00539E;
}
#center .teaser-links li a:active,
#center .teaser-links li a:hover {
	color: #333;
}
/* ------------------------------------------------------------ */
/* formulare
/* ------------------------------------------------------------ */
#center .input-text,
#center .input-button,
#center .sword {
	font-family: Arial, sans-serif;
	margin: 0; padding: 1px 2px;
	font-size: 12px;
	background: #FFF;
	border: 1px inset #CCC;
	color: #666;
	width: 450px;
}
#center option,
#center select {
	font-family: Arial, sans-serif;
	color: #666;
	font-size: 12px;
}
#center select {
	max-width: 450px;
}
#center .input-button,
#center .submit {
	color: #FFF;
	background: #999; /* bereichsfarbe */
	border: 1px outset #666;
	width: auto;
}
/* ------------------------------------------------------------ */
/* Sitemap
/* ------------------------------------------------------------ */
#center .csc-sitemap ul li {
	font-weight: bold;
}
#center .csc-sitemap ul li {
	background: transparent none;
	margin-left: 0; padding-left: 0;
	margin-top: 2em;
}
#center .csc-sitemap ul li li {
	font-weight: normal;
	margin-top: 1em;
}
#center .csc-sitemap ul li li li {
	font-weight: normal;
	margin-left: 10px;
	padding-left: 10px;
	margin-top: 0;
	background: transparent url(../images/list-bullet-square-1.gif) 1px 8px no-repeat;
}
#center .csc-sitemap ul li li li li {
	background: transparent url(../images/list-bullet-square-2.gif) 1px 9px no-repeat;
}
#center .csc-sitemap ul li li li li li {
	background: transparent url(../images/list-bullet-dash-1.gif) 1px 9px no-repeat;
}
/* ------------------------------------------------------------ */
/* Best-Of Styling
/* ------------------------------------------------------------ */
.customResearchTable {
	background: #F1F1F1;
	border: 4px solid #F1F1F1;
}

.activeTab {
	background-color:#FFF;
	/*color: #9A603B; */
	border: 1px solid #CCC;
	border-bottom: none;
	padding: 1px 2px 3px 2px;
	font-size: 1.0em;
	line-height: 1.5em;
}

.passiveTab {
	background-color: #CCC;
	border-bottom: 4px solid #CCC;
	border-top: 4px solid #E8E7E7;
	padding: 0px 3px;
	text-decoration: underline;
	font-size: 0.95em;
	line-height: 1em;
	color: #333;
	text-decoration: none;
}
.passiveTab a {
	text-decoration: none;
	color: #333;
}

.resultListTable {
	background: #FFF;
	margin-top: 1em;
}
.resultListTable th,
.resultListTable td {
	padding: 1px 2px;
}
.resultListTable th {
	font-weight: normal;
}
.resultListTable td {
	font-size: 10px;
	line-height: 1.2em;
}
#center .resultListTable tr th a {
	text-decoration: underline;
}
.resultListTable td {
	border-bottom: 20px solid #FFF;
	border-top: 1px solid #CCC;
	vertical-align: top;
	padding: 4px;
}
.resultListTable td.divider {
	border: none;
}
.resultListTable td.noborder {
	border-top: 1px solid #DEDEDE;
	border-bottom:0px;
}
.resultListTable .odd {
	background: #f1f1f1;
}


/* ------------------------------------------------------------ */
/* rechte spalte
/* ------------------------------------------------------------ */
#right {
	width: 160px;
}
#search-box {
	position: relative;
	background: #00539E;
	height: 160px;
	margin-bottom: 44px;
}
#search-box form {
	display: block;
	position: absolute;
	right: 8px;
	bottom: 8px;
	text-align: left;
	margin-left: 25px;
}
#search-box h2 {
	color: #407DB6;
	font-weight: bold;
}
#search-box h2,
#search-box p {
	margin-bottom: 4px;
}
#search-box .submit-wrap {
	text-align: right;
}
#search-box .input-text,
#search-box .input-button {
	border: 1px solid #E9E9E9;
	background: #FFF;
	font-size: 10px;
	line-height: 16px;
	color: #000;
}
#search-box .input-text {
	font-size: 10px;
	line-height: 16px;
	color: #000;
	width: 123px;
}
#search-box .input-button {
	font-weight: bold;
	color: #666;
}
/* teaser boxen */
#right .teaser-box {
	border-bottom: 4px solid #FFF;
}
#right .teaser-box h2 {
	height: 27px;
}
#right .teaser-box h2 span {
	display: none;
}
#right .teaser-box .content-wrap {
	font-size: 1em; /* 10px */
	line-height: 1.2em; /* 12px */
	color: #444;
	padding: 12px;
}
#right .teaser-box .content-wrap p {
	margin-bottom: 1em;
}
#right .teaser-box .content-wrap ul {
	margin-bottom: 0;
}
#right .teaser-box .content-wrap ul li {
	margin-bottom: 0.3em;
}
* html #right .teaser-box .content-wrap ul li {
	width: 100%;
	display: inline;
}
#right .teaser-box .content-wrap ul li a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#right .teaser-box .content-wrap ul li a:active,
#right .teaser-box .content-wrap ul li a:hover {
	color: #444;
}
/* Suchagent */
/* + Foren */
/* + gwa  */
#right .suchagent,
#right .foren,
#right .gwa {
	background: #DDE4F1;
}
#right .suchagent h2,
#right .foren h2,
#right .gwa h2 {
	background: #00539E;
}
#right .suchagent ul li a,
#right .foren ul li a,
#right .gwa ul li a {
	color: #5676ba;
	background: transparent url(../images/teaser-link-suchagent.gif) 0px 3px no-repeat;
}
/* Junioragency */
#right .junioragency {
	background: #dee9f4;
}
#right .junioragency h2 {
	background: #7ca9d2;
}
#right .junioragency ul li a {
	color: #7da3c2;
	background: transparent url(../images/teaser-link-junioragency.gif) 0px 3px no-repeat;
}
/* awards */
#right .awards {
	background: #ece4d4;
}
#right .awards h2 {
	background: #b49555;
}
#right .awards ul li a {
	color: #b49555;
	background: transparent url(../images/teaser-link-awards.gif) 0px 3px no-repeat;
}
/* Jobboerse */
#right .jobboerse {
	background: #d1dedd;
}
#right .jobboerse h2 {
	background: #497A79;
}
#right .jobboerse ul li a {
	color: #497A79;
	background: transparent url(../images/teaser-link-jobboerse.gif) 0px 3px no-repeat;
}
/* Foren */
/*
#right .foren {
	background: #e1e8e8;
}
#right .foren h2 {
	background: #5ea4a6;
}
#right .foren ul li a {
	color: #5ea4a6;
	background: transparent url(../images/teaser-link-foren.gif) 0px 3px no-repeat;
}
*/
/* ------------------------------------------------------------ */
/* seiten footer */
/* ------------------------------------------------------------ */
.clear-footer {
	clear: both;
	height: 5px;
	overflow: hidden;
	background: #FFF;
}
#footer {
	position: relative;
	background: #999;
	color: #FFF;
	height: 20px;
	margin-left: 166px;
	font-family: Verdana, sans-serif;
	font-size: 0.9em; /* 9px */
	color: #FFF;
	height: 20px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:active,
#footer a:hover {
	color: #CCC;
}
#footer ul {
	list-style: none;
	position: absolute;
	top: 5px;
} 
#footer ul li {
	display: inline;
	border-right: 1px solid #FFF;
	padding-right: 6px;
	margin-right: 6px;
	line-height: 1em;
}
#footer ul li.last-item {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
#footer ul.list-left {
	left: 9px;
}
#footer ul.list-right {
	right: 9px;
}