/*hacks:
mozi: normal
ie7+ie6: html* ...
nur ie6: * html ...
chrome+safari3.1: body:nth-of-type(1) ...
alle ausser ie: <!--[if !IE]>-->css-code<!--<[endif]-->
*/

/*
Farben:

#333333; // (grau) Schrift Überschrift
#999999; // (hellgrau) Navi
#00adeb; // (blau) Links
#000000; // (schwarz) hover
*/


body
{
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
}

p, td, th, tr, li  {
	font-size: 12px;
	color: #333333;
}

a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #00aceb;
}

a.pdf {
	background: url(/Image/piktogramm/pdf.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}

a.txt {
	background: url(/Image/piktogramm/txt.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.zip {
	background: url(/Image/piktogramm/zip.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.email {
	background: url(/Image/piktogramm/email.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}
 
a.external {
	background: url(/Image/piktogramm/link_go.png) no-repeat left center;
	padding-left: 20px;
	line-height: 16px;
}


ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0.8em;
	padding: 0px;
	padding-left: 0.8em;
	font-size: 12px;
	color: #333333;
	list-style-image: url(/art/bullet.gif);
}

ol {
	margin-left: 0.5em;
	padding-left: 0.5em;	
	list-style-type: decimal;
	color: #333333;
}

/*h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #00aceb;
}*/

h1 {
	font-size: 20px;
	margin: 0px;
	color: #00aceb;
}



h2 {
	font-size: 14px;
	padding-top: 15px;
	color: #00aceb;
	margin: 0;
}


h3 {
	font-size: 12px;
	font-weight: bold;
	color: #00aceb;
}


hr {
	background-color: #333333;
	color: #333333;
	border: #333333;
	height: 1px;
}

img {
	border: none;
}

input, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	margin-bottom: 4px;
}

input[type=radio], input[type=checkbox] {
	border: none;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	margin: 2px 0px;
}

.submit {
	border: 1px solid #333333;
	background-color: #E5E5E5;
	font-size: 11px;
}

.antifloat
{
	clear: both;
	visibility: hidden;
}

#overDiv
{
	position: absolute; 
	visibility: hidden; 
	z-index:1000;
}

#seitenanfanglink {
	padding: 30px 0px 10px 0px;
}

.linkWeiterZurueck {
	float: left;
}

.linkWeiterZurueck ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-image: none;
}

.linkWeiterZurueck li {
	float: left;
	width: 20px;
}

.linkWeiterZurueck li span {
	width: 20px;
}

.linkWeiterZurueck li a {
	float: left;
	width: 20px;
	height: 16px;
	padding:0px;
	text-decoration: none;
}

.linkWeiterZurueck li a span {
	float: left;
	display: block;
	width: 20px;
	height: 16px;
	padding:0px;
}

.linkWeiterZurueck span.vorherigerEintrag {
	background: transparent url(/art/eforum/previous_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span:hover {
	cursor: pointer;
}

.linkWeiterZurueck span.vorherigerEintrag:hover {
	background: transparent url(/art/eforum/previous_page_on.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag {
	background: transparent url(/art/eforum/next_page.gif) no-repeat 0px 0px;
}

.linkWeiterZurueck span.naechsterEintrag:hover {
	background: transparent url(/art/eforum/next_page_on.gif) no-repeat 0px 0px;
}


.linkWeiterZurueck span.keinEintrag {
	background: transparent url(/art/eforum/no_page.gif) no-repeat 0px 0px;
}

p.linkZurueckZumParent {
	float: left;
	margin: 0px;
	padding-left: 5px;
}

p.linkZurueckZumParent img {
	border: none;
}
/*------------------------------------------------------------------------*/

/******************************
	layout
******************************/
#main {
	width: 980px;
	padding: 0px 20px;
	background: #DDDDDD url(/art/eforum/bg_main.gif) repeat-y;
	text-align: left;
	float:left;
}

* html #main {
	width: 1020px;
}

#kopf {
	width: 980px;
	height:120px;
	background: url(/art/eforum/bg_kopf.gif) repeat-x bottom;
}

* html #kopf {
	background-position: 0 72;
}

#logo {
	float: left;
	width: 180px;
	height: 50px;
	padding-left: 30px;
	padding-top: 20px;
}

#shortcutlinks {
	float: left;
	width: 755px;
	height: 20px;
	margin-top: 10px;
	padding-right: 15px;
	text-align: right;
}

#navcontainer_ebene1 {
	float: left;
	width: 980px;
	height: 30px;
	margin-top: 17px;
	border-bottom: 1px solid #ffffff;
	position: relative;
	z-index: 4;
}

#bannerbalken {
	float: left;
	width: 980px;
	height: 140px;
	background-color: #00adeb;
}

#kruemelnavigation {
	float: left;
	width: 950px;
	height: 17px;
	padding: 3px 15px 0px;
	font-size: 11px;
	color: #666666;
	text-align: left;
}

#links_mitte {
	float: left;
	width: 770px;
}

#navcontainer_links {
	float: left;
	width: 170px;
	padding: 30px 15px 20px 15px;
}

html* #navcontainer_links {
	padding-top: 230px;
}

* html #navcontainer_links {
	padding-top: 30px;
}

#zusatz_links {
	width: 170px;
	padding-top: 50px;
}

#inhalt {
	float: left;
	width: 560px;
	min-height: 350px;
	padding: 30px 10px 20px 0px;
}

html* #inhalt {
	padding-top: 230px;
}

* html #inhalt {
	padding: 30px 0px 20px 0px;
	height: 350px;
}

#inhalt_breit {
	float: left;
	width: 700px;
	min-height: 350px;
	padding: 30px 10px 20px 0px;
}

html* #inhalt_breit {
	padding-top: 230px;
}

* html #inhalt_breit {
	padding: 30px 0px 20px 0px;
	height: 350px;
}

#spalte_rechts {
	float: left;
	width: 190px;
	padding: 30px 20px 20px 0px;
}

html* #spalte_rechts {
	padding-top: 260px;
}

* html #spalte_rechts {
	padding-top: 60px;
}

#fuss {
	width: 980px;
	background-color:#e7e7e7;
	font-size: 11px;
	color: #666666;
}

#adresse {
	float: left;
	width: 170px;
	padding: 20px 15px;
}

#fusszeile {
	float:left;
	width: 770px;
	padding: 20px 10px 20px 0;
}

#impressum {
	width: 950px;	
	padding: 0px 15px 20px 15px;
	background-color:#e7e7e7;
	font-size: 10px;
	color: #999999;
}

.playbutton:hover {
cursor: pointer;
}

/*------------------------------------------------------------------------*/

/******************************
	layout drucken
******************************/

#drucken
{
	width: 580px;
}

/*------------------------------------------------------------------------*/

/******************************
	layout printscreen
******************************/

#printscreen
{
	margin-top: 0px;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation ebene1
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer_ebene1 ul {
	float: left;
	display: inline;
	margin: 0px;
}

#navcontainer_ebene1 ul li {
	float: left;
	display: inline;
	list-style: none;
}

#navcontainer_ebene1 ul li a {
	float: left;
	color: #999999;
	font-size: 14px;
	margin: 0px 0px 0px 7px;
	padding: 10px 13px 6px 8px;
}

#navcontainer_ebene1 ul li.parentactive {
	background-image: url(/art/eforum/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.parentactive {
	color: #00aceb;
	background: #ffffff url(/art/eforum/bg_navi_aktiv_right.gif) no-repeat right;
}

#navcontainer_ebene1 ul li.active {
	background-image: url(/art/eforum/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.active {
	color: #00aceb;
	background: #ffffff url(/art/eforum/bg_navi_aktiv_right.gif) no-repeat right;
}

#navcontainer_ebene1 ul li.active_no_kids {
	background-image: url(/art/eforum/bg_navi_aktiv_left.gif);
	background-repeat: no-repeat;
}

#navcontainer_ebene1 ul a.active_no_kids {
	color: #00adeb;
	background: #ffffff url(/art/eforum/bg_navi_aktiv_right.gif) no-repeat right;
}

/******************************
	stufe 2
******************************/
#navcontainer_ebene1 ul ul {
	background-color: #ececec;
	border-right: 1px solid #00aceb;
	border-bottom: 1px solid #00aceb;
}

#navcontainer_ebene1 ul ul li {
	border-bottom: 1px solid #FFFFFF;
}

#navcontainer_ebene1 ul ul li a:hover {
	background-color: #b7e2f2;
}

#navcontainer_ebene1 ul ul li a {
	width: 110px;
* html width: 100%;
	font-size: 11px;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}

#navcontainer_ebene1 ul ul li.parentactive {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.parentactive {
	background-color: #b7e2f2;
}

#navcontainer_ebene1 ul ul a.parentactive {
	background-image: none;
	background-color: transparent;
}

#navcontainer_ebene1 ul ul li.active {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.active {
	background-color: #b7e2f2;
}

#navcontainer_ebene1 ul ul a.active {
	background-image: none;
	background-color: transparent;
}

#navcontainer_ebene1 ul ul li.active_no_kids {
	background-image: none;
	background-color: #ececec;
}

#navcontainer_ebene1 ul ul li:hover.active_no_kids {
	background-color: #b7e2f2;
}

#navcontainer_ebene1 ul ul a.active_no_kids {
	background-image: none;
	background-color: transparent;
}

/*------------------------------------------------------------------------*/

/******************************
	navigation links
******************************/

/******************************
	stufe 1 
******************************/
#navcontainer_links ul {
	list-style-type: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
}

#navcontainer_links ul li {
	display: inline;
}

#navcontainer_links a, #navcontainer_links a:hover
{
	color: #666666;
}

#navcontainer_links ul ul li a {
	padding: 3px 0px 3px 6px;
	display: block;
	border-bottom: 1px solid /*#ececec*/ #FFFFFF;
}

#navcontainer_links ul ul a:hover {
	background-color: /*#b7e2f2*/ #FFFFFF;
}

#navcontainer_links ul ul a.parentactive {
	font-weight: bold;
	background-color: /*#ececec*/ #FFFFFF;
}

#navcontainer_links ul ul a:hover.parentactive {
	font-weight: bold;
	background-color: /*#b7e2f2*/ #FFFFFF;
}

#navcontainer_links ul ul a.active {
	font-weight: bold;
	background-color: /*#ececec*/ #FFFFFF;
}

#navcontainer_links ul ul a:hover.active {
	font-weight: bold;
	background-color: /*#b7e2f2*/ #FFFFFF;
}

#navcontainer_links ul ul a.active_no_kids {
	font-weight: bold;
	background-color: /*#ececec*/ #FFFFFF;
}

#navcontainer_links ul ul a:hover.active_no_kids {
	font-weight: bold;
	background-color: /*#b7e2f2*/ #FFFFFF;
}

#navcontainer_links ul ul a.nach_active {
	border-top: 1px solid /*#ececec*/ #FFFFFF;
}

/******************************
	stufe 2 
******************************/
#navcontainer_links ul ul ul a {
	font-size: 12px;
	border-bottom: none;
	padding-left: 15px;
	background: url(/art/eforum/strichli.gif) no-repeat 5px 3px;
}

#navcontainer_links ul ul ul a:hover {
	font-size: 12px;
}

#navcontainer_links ul ul ul a.parentactive {
	background-color: /*#f0f0f0*/ #FFFFFF;
}

#navcontainer_links ul ul ul a.active {
	background-color: /*#f0f0f0*/ #FFFFFF;
}

#navcontainer_links ul ul ul a.active_no_kids {
	background-color: /*#f0f0f0*/ #FFFFFF;
}

/******************************
	stufe 3 
******************************/
#navcontainer_links ul ul ul ul a {
	font-size: 11px;
	padding-left: 25px;
	background-image: none;
}

#navcontainer_links ul ul ul ul a:hover {
	font-size: 11px;
}

#navcontainer_links ul ul ul ul a.parentactive {
	background-color: /*#f5f5f5*/#FFFFFF;
}

#navcontainer_links ul ul ul ul a.active {
	background-color: /*#f5f5f5*/#FFFFFF;
}

#navcontainer_links ul ul ul ul a.active_no_kids {
	background-color: /*#f5f5f5*/#FFFFFF;
}
/*------------------------------------------------------------------------*/

/******************************
	kruemel-navigation 
******************************/
#kruemelnavigation span
{
	font-size: 11px;
	color: #666666;
}

#kruemelnavigation a
{
	font-size: 11px;
	color: #666666;
}

#kruemelnavigation a:hover
{
	color: #00aceb;
}
/*------------------------------------------------------------------------*/

/******************************
	Shortcutnavigation
******************************/
#shortcutlinks ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
}

#shortcutlinks li
{
	display: inline;
	margin: 0px;
	padding:0px 8px;
	border-left: 1px solid #666666;
}

#shortcutlinks li.first
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks li.drucken 
{
	border-left: none;
	padding-left: 0px;
}

#shortcutlinks a.tools 
{
	font-size: 11px;
	color: #666666;
}

#shortcutlinks a:hover.tools 
{
	color: #00adeb;
}
/*------------------------------------------------------------------------*/

/******************************
	Adresse 
******************************/
#adresse p
{
	font-size: 11px;
	color: #666666;
}

#adresse a
{
	font-size: 11px;
	color: #666666;
}

#adresse a:hover
{
	color: #00aceb;
}
/*------------------------------------------------------------------------*/

/******************************
	Fusszeile 
******************************/
#fusszeile p
{
	font-size: 11px;
	color: #666666;
}

#fusszeile a
{
	font-size: 11px;
	color: #666666;
}

#fusszeile a:hover
{
	color: #00aceb;
}
/*------------------------------------------------------------------------*/

/******************************
	Impressum 
******************************/
#impressum p
{
	font-size: 10px;
	color: #999999;
}

#impressum a
{
	font-size: 10px;
	color: #999999;
}

#impressum a:hover
{
	color: #00aceb;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Download 
******************************/
.download
{
	padding: 10px 0px;
}

/* tabelle */
.download table.download-table
{
	width: 100%;
	border-collapse: collapse;
}

.download tr
{
	margin: 0px;
	padding: 1px;
}

.download tr.zebra
{
	background-color: #BBBBBB;
}
.download tr.zebra0
{
	background-color: #DDDDDD;
}
.download tr.zebra1
{
	background-color: #CCCCCC;
}

.download th, .download td
{
	margin: 0px;
	padding: 1px;
}

.download th
{
	/*border-bottom: 1px solid #999999;*/
}
.download th.dateLastModified
{
	width: 14em;
}
.download th.name
{
}
.download th.extension
{
	width: 5em;
	text-align: center;
}
.download th.name_datum
{
	width: 10em;
}
.download th.size
{
	width: 6em;
	text-align: right;
}
.download th.delete
{
	text-align: center;
}

.download td
{
	/*border-bottom: 1px solid #999999;*/
}
.download td.dateLastModified
{
	width: 14em;
}
.download td.name
{
}
.download td.extension
{
	width: 5em;
	text-align: center;
}
.download td.name_datum
{
	width: 10em;
}
.download td.size
{
	width: 6em;
	text-align: right;
}
.download td.delete
{
	text-align: center;
}
.download td.delete img
{
	border: 0px;
}

/* formatierung fuer upload-formular */
.download .upload
{
	padding-top: 0.5em;
}
.download .upload-message
{
	padding: 0.5em;
	border: 1px solid #BBBBBB;
}
.download .upload-message-success-true
{
	background-color: PaleGreen;
}
.download .upload-message-success-false
{
	background-color: LightSalmon;
}
.download .upload img
{
	float: left;
	padding-right: 0.2em;
}
.download .upload form.hidden
{
	display: none;
}

/* zebrastreifen (bei angezeigten Unterorndern) */
.download .aufklapp div.zebra0
{
	background-color: #F1F1F1;
}
.download .aufklapp div.zebra1
{
	background-color: #E9E9E9;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Formular
******************************/
/*
fuer html-formatiertes antwort-mail: Form-Felder, die bearbeitet wurden, werden mit dieser klasse versehen
*/
.formular-eingabe
{
	background-color: #E5F3F8;
	border-color: #0089BD;
}
/*------------------------------------------------------------------------*/

/******************************
Template: Suche
******************************/
#erweiterte_suche
{
	padding-top: 1em;
}

#erweiterte_suche fieldset
{
	border: 1px solid #CCCCCC;
}
/*------------------------------------------------------------------------*/

/******************************
	Template: Tabs
******************************/

/* Div rund um die Tabs (Nav und Inhalte) */
.tabs
{
}

/* Tab-Nav */
.tabs .tabNavi
{
	float: left;
	width: 100%;
	background: #FFFFFF url(/art/eforum/tabs/hintergrund.gif) repeat-x bottom;
	line-height: normal;
}

.tabs .tabNavi ul
{
	margin: 0px;
	padding: 10px 10px 0;
	list-style: none;
}

#kategorietyp_tabs {
	float: left;
	width: 100%;
}

#webtooldb_frontendAnzeigetyp_tab
{
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 10px 0;
	list-style: none;
	float: left;
	width: 100%;
	background:transparent url(/art/eforum/tabs/passiv_rechts.gif) repeat-x scroll right top;
}

#webtooldb_frontendAnzeigetyp_tab li{
	float: left;
	margin: 0px 4px;
	background: url(/art/eforum/tabs/passiv_rechts.gif) no-repeat right top;	
}

#webtooldb_frontendAnzeigetyp_tab li a{
	display: block;
	/*background: url(/art/eforum/tabs/passiv_links.gif) no-repeat left top;*/
    padding: 5px 15px 4px;
	font-weight: bold;
	color: #666666;
}

#webtooldb_frontendAnzeigetyp_tab li.active
{
	background-image: url(/art/eforum/tabs/aktiv_rechts.gif);
}

#webtooldb_frontendAnzeigetyp_tab li.active a
{
	background: transparent url(/art/eforum/tabs/aktiv_links.gif) no-repeat left top;
	/*background-image: url(/art/eforum/tabs/aktiv_links.gif);*/
	padding-bottom: 5px;
	color: #00adeb;
}

#inhalt_webtooldb_katalog #eintraege{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 5px;
	padding-top: 5px;	
}

.tabs .tabNavi ul li
{
	float: left;
	margin: 0px 4px;
	background: url(/art/eforum/tabs/passiv_rechts.gif) no-repeat right top;
}

.tabs .tabNavi ul li a
{
	display: block;
	background: url(/art/eforum/tabs/passiv_links.gif) no-repeat left top;
    padding: 5px 15px 4px;
	font-weight: bold;
	color: #666666;
}

.tabs .tabNavi ul li a:hover
{
}

.tabs .tabNavi ul li.aktiv
{
	background-image: url(/art/eforum/tabs/aktiv_rechts.gif);
}

.tabs .tabNavi ul li.aktiv a
{
	background-image: url(/art/eforum/tabs/aktiv_links.gif);
	padding-bottom: 5px;
	color: #00aceb;
}

.tabs .tabNavi ul li.aktiv a:hover
{
}

/* Tabs-Inhalt */
.tabs .tabinhalt
{
	clear: left;
	width: 100%;
	padding-bottom: 25px;
	padding-top: 25px;
}


.tabs .tabinhalt .aktiv
{
	display: block;
	/*border: 1px solid #B7B7B7;*/
	border-top: 0px; /* wird mit den tabs gemacht. */
}

.tabs .tabinhalt .versteckt
{
	display: none;
}

/* Tabs-Inhalt Livingsense */
.tabs .tabinhalt .tabinhalt_kinder {
	padding: 5px 0px;
}

.tabs .tabinhalt .tabinhalt_bild {
	float: left;
	width: 100px;
	height: 100px;
	padding-bottom: 2px;
}

.tabs .tabinhalt .tabinhalt_bild img {
	border: none;
	width: 100px;
	height: 100px;
}

.tabs .tabinhalt .tabinhalt_inhalt {
	float: left;
	width: 565px;
	height: 83px;
	padding: 20px 0px 0px 10px;
	background-color: #CCCCCC;
}

.tabs .tabinhalt .tabinhalt_titel {
	font-weight: bold;
	padding-bottom: 15px;
}

/*------------------------------------------------------------------------*/

/******************************
	Login 
******************************/
input.eingabeFeld {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	line-height: 16px;
}

input.submit {
	font-size: 10px;
	background-color: #F6F6F7;
	border: 1px solid #999999;
	margin: 2px 0px;
}
/*------------------------------------------------------------------------*/

/******************************
	Hinweis Versionen-Management
******************************/
#hinweisVmgmtVorschau
{
	margin: 20px;
	padding: 5px;
	border: 1px solid black;
	background: #D9E9EF;
}
#hinweisVmgmtVorschau.versteckt
{
	display: none;
}
#hinweisVmgmtVorschau img.icon_help
{
	border: 0px;
}
#hinweisVmgmtVorschau img.icon_schliessen
{
	border: 0px;
	float: right;
}

/*------------------------------------------------------------------------*/

/******************************
	RSS
******************************/
.rsslink img
{
	border: 0px;
}
.rsslink img.rsslogo
{
	padding: 0px 6px 0px 3px;
}
/*------------------------------------------------------------------------*/

/*
Style fuer den FCK-Editor
*/
.kleineschrift
{
	font-size: smaller;
}

.grosseschrift
{
	font-size: larger;
}


/*------------------------------------------------------------------------*/


@media print {
.window_print {display:none;}
}

/*
Style fuer das Portal
*/

.portal{
	float:left;
}

.ersatzbild{
	padding:0px;
}

.portal .portal_zeile table.kalender{
	margin:0px;
}

.portal .portal_zeile table.kalender h2{
	margin-top:0px;
}

.portal .portal_zeile p {
	margin-top:0px;
	margin-bottom:5px;
}

.portal .portal_zeile .box p {
	margin-bottom:0px;
}

.portal_zeile {
	float:left;
	display:block;
	width:100%;
	border-bottom: #CCCCCC solid 1px;
	padding:5px 0px;
	}

.portal_zeile h2{
	margin: 4px 0px;
	}

.portal_zeile h3{
	margin: 4px 0px;
	}
	
.portal .portal_zeile .first{
	float:left;
	margin-right:0px;
}

.portal .portal_zeile .middle{
	float:left;
	margin-right:0px;
	margin-left:11px;
}
	
.portal .portal_zeile .last{
	float:right;
	margin-right:0px;
}

.portal .portal_zeile .normal.last{
	margin-right:0px;
	padding-right:0px;
}

.portal_zeile .normal {
	padding-right:5px;
	margin-right:5px;
	}	

.portal_zeile.last{
	border-bottom: none;
	}
	
.portal .portal_zeile a{
	}

#filter input, #filter select{
	margin-right:6px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
}

#filter td{
	vertical-align:top;
}

#filter img{
	margin-left:-6px;
	margin-right:6px;
	float:left;
}

#portal_liste{
	float:left;
	width:572px;
	margin-top:-14px;
}

#portal_liste a{
}

#portal_liste hr{
	float:none;
	margin:0px;
}

#portal_liste h3{
	margin-top:13px;
	margin-bottom:0px;
}

#portal_liste h2{
	margin-top:4px;
	margin-bottom:0px;
}

#portal_liste p{
	margin-top:8px;
	margin-bottom:11px;
	//margin-bottom:12px;
}

#portal_liste .portal_listen_eintrag{
	border-bottom:1px solid #CCCCCC;	
}

#portal_eintrag_details hr{
	float:none;
	margin-bottom:10px;
}


#paging{
	float:right;
	padding:5px;
}

#paging img{
	border:none;
}

#paging *{
	float:left;
}

#paging a{
	height:12px;
	width:12px;
	text-decoration:none;
	font-size:10px;
	font-family:arial;
	text-align:center;
	vertical-align:middle;
	margin:1px;
}

#paging .paging{
	border:1px solid #cccccc;
	color:#666666;
	background-color:#ffffff;
}

#paging .paging_aktiv{
	border:1px solid #666666;
	color:#ffffff;
	background-color:#666666;
}
/*------------------------------------------------------------------------*/

#results div:hover{
	background-color:#D9F2EF;
}

#results b{
	color:#00aceb;
}
