/* =general settings*/
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff;
	padding-left: 18px;
}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1b3c75;
}
a, img {border: 0;}
a {color: #1b3c75; text-decoration: none;}
a:hover {text-decoration: underline;}
#wrapper {
	width: 818px;
	background-color: #fff;
	position: relative;
	z-index: 100;
}
/* =Top*/
#header {
	background: #fff url(/images/top_bg.jpg) no-repeat right top;
	margin-right: 18px;
	height: 181px;
	cursor: pointer;
}
#header h1 {
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	width: 99px;
	height: 145px;
	background: url(/images/sz_logo.gif) no-repeat;
}


#header h2 {
	text-indent: -9999px;
}
/* =main menu*/
#mianMenu {
	list-style: none;
	position: relative;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 15px;
	font-weight: bold;
	margin-right: 22px;
	width: 800px;
	background: url(/images/menu_right_on.gif) no-repeat top right;
}
#mianMenu li {
	float: left;
	border-left: 1px solid #1b3c75;
}
#mianMenu li a {
	float: left;
	line-height: 25px;
	border-bottom: 1px solid #dee4ed;
	color: #1a3c75;
	padding: 0 17px;
	text-decoration: none;
	background: url(/images/menu_bg.gif) repeat-x;
}
#mianMenu li.firstItem {
	border-left: none;
}
#mianMenu li.firstItem a {
	background: url(/images/menu_left_on.gif) no-repeat left top;
}
#mianMenu li.questItem a {
	padding: 0 10px;
}
#mianMenu li.questItem {
	border-right: 1px solid #1b3c75;
}
#mianMenu li a:hover, #mianMenu li a.current {
	background-color: #778cae;
	border-bottom-color: #acb9ce;
	background: url(/images/menu_left_on_bg.gif) repeat-x;
	color: #fff;
}
#mianMenu li.firstItem a:hover, #mianMenu li.firstItem a.current {
	background: #778cae url(/images/menu_left_of.gif) no-repeat left top;
}
/*#mianMenu li.questItem a:hover {
	background: #778cae url(/images/menu_right_of.gif) no-repeat right top;
}*/
#mianMenu ul {
	list-style: none;
	position: absolute;
	left: 0;
	top: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	background-color: #1b3c75;
	width: 800px;
	padding: 4px 0;
}
#mainMenu li.firstItem ul li, #mainMenu li ul li {
	background-image: none;
	border: 0;
	border-right: 1px solid #496391;
	padding: 0 23px;
}
#mianMenu ul li a, #mianMenu li.firstItem ul li a {
	text-decoration: none;
	color: #fff;
	background-image: none;
	line-height: normal;
	padding: 0 15px;
	border: none;
	border-left: 1px solid #496391;
	line-height: 1.1em;
}
#mianMenu ul li a.firstItem, #mianMenu li.firstItem ul li a.firstItem {border: none;}
#mianMenu ul li a:hover {
	background-color: transparent;
}
#mianMenu li.firstItem ul li a:hover {
	background-image: none;
	background-color: transparent;
}
/* =search form*/
form fieldset {
	border: none;
}
form#searchForm {
	margin-right: 18px;
	margin-top: 22px;
	background-color: #e1e7ef;
	color: #1b3c75;
	padding: 9px 11px;
}
form#searchForm input, form#searchForm select, form#searchForm label {
	vertical-align: middle;
}

form#searchForm fieldset {
	width: 550px;
	float: left;
}
input#fSearch {
	width: 310px;
	margin-left: 10px;
	padding: 1px 2px;
}
input#searchBt {
	background: url(/images/search_bt.gif) no-repeat;
	width: 59px;
	height: 20px;
	border: none;
	margin-left: 10px;
	font-weight: bold;
}
form#searchForm input#searchBt {cursor:pointer;position:relative;left:33px;}
form#searchForm p {
	width: 220px;
	float: left;
	text-align: right;
	margin-top: 3px;
}
form#searchForm p a {
	color: #1b3c75;
	font-weight: bold;
	text-decoration: none;
}
form#searchForm p a:hover {
	text-decoration: underline;
}
/* =Main content*/
#topLayout {
	margin-top: 10px;
	padding-right: 18px;
}
#mainContent {
	width: 630px;
	float: left;
}
#secondaryContent {
	width: 160px;
	float: left;
	margin-left: 10px;
}
.mainContentBox img {
	border: 1px solid #65789b;
	float: left;
}
.mainContentBox {
	background: #b7c2d4 url(/images/top_shape_main.gif) no-repeat top left;
	padding-top: 8px;
}
.mainContentBottom {
	background: #b7c2d4 url(/images/bottom_shape_main.gif) no-repeat bottom left;
	padding-bottom: 8px;
}
.mainContentWrap {
	border-left: 1px solid #889ab7;
	border-right: 1px solid #889ab7;
	padding: 8px 14px 14px 14px;
}
#profilBox .mainContentWrap {
	padding-bottom: 8px;
}
.mainContentBox h2 {
	font-family: "Times New Roman", Times, Georgia, serif; 
	font-weight: bold;
	font-size: 22px;
	color: #1b3c75;
}
#profilBox h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-bottom: 3px;
}
#profilBox h3 {font-size: 12px;}
.mainContentBox p {
	margin: 14px 0;
}
.regText {
	width: 240px;
	margin-left: 20px;
	float: left;
}
.regText p a {
	font-weight: bold;
	color: #1b3c75;
	text-decoration: none;
}
#regis {
	clear: both;
	position: relative;
	font-weight: bold;
	padding: 0 8px 0 0;
	width: auto;
	color: #1b3c75;
	display: block;
	background: url(/images/reg_bt_right.gif) no-repeat right top;
	white-space: nowrap;
	float: left;
}
#regis span {
	background: url(/images/reg_bt_left.gif) no-repeat left top;
	line-height: 20px;
	padding: 0 0 0 8px;
	display: block;
	
}


/* =Ajax*/
.ajaxContent {
	background: #e1e7ef;
	border: 1px solid #788daf;
	border-top: 0;
	padding: 26px 16px 19px;

}

#ajaxContent {
	background: #e1e7ef;
	border: 1px solid #788daf;
	border-top: 0;
	padding: 26px 16px 19px;
	min-height: 167px;	
}

#ajaxMenu {
	list-style: none;
	margin-top: 10px;
	background: url(/images/ajax_bg.gif) no-repeat top left;
	height: 20px;
	line-height: 20px;
}
#profilBox #ajaxBox {
	clear: both;
}

#profilBox #ajaxMenu {
	background: url(/images/ajax_bg2.gif) no-repeat top left;
}
#ajaxMenu li {
	float: left;
	font-weight: bold;
	border-right: 1px solid #1b3c75;
}
#ajaxMenu li a {
	padding: 0 9px;
	display: block;
}
#ajaxMenu li.firstItem a {
	border-left: none;
}
#ajaxMenu li a:hover, #ajaxMenu li a.current {
	text-decoration: none;
	background-color: #e1e7ef;
	background: #E1E7EF url(/images/ajax_on.gif) repeat-x bottom;
}
#ajaxMenu li.firstItem a:hover, #ajaxMenu li.firstItem a.current {
	background: #E1E7EF url(/images/ajax_on2.gif) no-repeat bottom left;
}


#ajaxMenu a:link#current, #ajaxMenu a:visited#current {
	text-decoration: none;
	background-color: #e1e7ef;
	background: #E1E7EF url(/images/ajax_on.gif) repeat-x bottom;
}

#ajaxMenu li.firstItem a:link#current, li.firstItem #ajaxMenu a:visited#current {
	background: #E1E7EF url(/images/ajax_on2.gif) no-repeat bottom left;
}

/*
#profilBox #ajaxMenu li.firstItem a:hover, #profilBox #ajaxMenu li.firstItem a.current {
	background: #E1E7EF url(/images/ajax_on22.gif) no-repeat bottom left;
}
*/
#profilBox #ajaxMenu li.firstItem a:link#current, #profilBox #ajaxMenu li.firstItem a:visited#current, #profilBox #ajaxMenu li.firstItem a:hover {
	background: #E1E7EF url(/images/ajax_on22.gif) no-repeat bottom left;
}

/* =Users*/
.users {width: 360px;	float: left;}
.users dl {padding-bottom: 0.8em;}
.users dl.lastItem {padding-bottom: 0;}
.users dl img, .userStrip img {border: 1px solid #8495b3;}
.users dl h3 {font-size: 12px;}
.users dl h3 span {font-weight: normal;}
.users dl ul {
	font-size: 10px;
	list-style: none;
	margin-top: 3px;
}
.users dl li {
	float: left;
	border-left: 1px solid #1b3c75;
	line-height: 10px;
	padding: 0 5px;
}
.users dl li.firstItem {
	border-left: 0;
	padding-left: 0;
}
.users dl dt, .userStrip dt {
	width: 42px;
	float: left;
	clear: left;
}
.users dl dd {
	width: 280px;
	float: left;
	margin-left: 8px;
}

.alpha50 { filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50; }

.usersContainer {
	background: url(/images/dotted_line_vert.gif) repeat-y 450px 0;
}






.links {
	list-style: none;
	width: 130px;
	float: right;
	font-weight: bold;
	line-height: 1.6em;
}
.links li.firstLink {
	margin-bottom: 45px;
}

.blogContainer .links li.firstLink {
	margin-bottom: 15px;
}


#secondaryContent h2, #middleLayout h2, #bottomLayout h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, serif; 
	margin-bottom: 2px;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #8095b5;
	color: #1a3c75;
	background: #c1cddd url(/images/h2_left.gif) no-repeat top left;
}

#secondaryContent h2 span, #middleLayout h2 span, #bottomLayout h2 span, .textBox h2 span, .textBoxClean h2 span {
	background: transparent url(/images/h2_right.gif) no-repeat top right;
	display: block;
	padding: 0 8px 1px 3px;
}

#secondaryContent h2.loginHeader {
	background: #8599b8 url(/images/dark_h2.gif) no-repeat top;
	color: #fff;
	border-bottom: none;
	padding: 1px 8px 1px 8px;
}
/* =Login form*/
form#loginForm {
	background: #7086aa;
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
}
form#loginForm a {
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	display: block;
	font-weight: bold;
	clear: both;
}
form#loginForm a:hover {
	text-decoration: underline;
}
form#loginForm input.text {
	margin-bottom: 8px;
	display: block;
	width: 136px;
}
input#loginBt {
	background: url(/images/login_bt.gif) no-repeat;
	width: 43px;
	height: 20px;
	border: none;
	float: right;
	font-weight: bold;
	margin-bottom: 6px;
}
#loginForm ul {list-style: none; margin-bottom: 5px;}
#loginForm ul li {padding: 4px 0;}
#loginForm ul li a {font-size: 12px;}
/* =bussines blogs*/
.businessBlogs {background-color: #f2f2f2; padding: 8px;}
.businessBlogs ul {
	list-style: none;
	background: url(/images/dotted_line_horiz.gif) repeat-x left top;
}
.businessBlogs ul li {padding: 8px 0;}
.businessBlogs ul a {font-weight: bold;}
.businessBlogs ul span {
	display: block;
	font-size: 10px;
	color: #a6a6a6;
}
.alleBlogs {
	background: url(/images/dotted_line_horiz.gif) repeat-x left top;
	font-weight: bold;
	text-align: right;
}
.alleBlogs {
	padding-top: 20px;
}
.redakteur {
	padding-bottom: 10px;
}
.redakteur img {
	float: left;
	width: 58px;
	margin-right: 10px;
	margin-left: -8px;
}
.redakteur span {
	font-size: 10px;
	float: left;
	display: block;
	width: 80px;
	padding-top: 10px;
}
.redakteur a {
	display: block;
	clear: both;
	padding-top: 10px;
	font-weight: bold;
}
/* =middleLayout =bussinesLinks*/
#middleLayout {
	margin-right: 18px;
	clear: both;
}
.businessLinks {
	float: left;
	width: 200px;
}
.szSchlagzeilen {
	float: left;
	width: 280px;
	margin-top: 1.1em;
}
.adds {
	width: 300px;
	float: left;
	margin: 0 10px;
}
.addContent {
	margin-top: 1px;
}
.szSchlagzeilen ul, .businessLinks ul {
	background-color: #f2f2f2;
	min-height: 209px;
	list-style: none;
	padding: 0 8px;
	padding-top: 20px;
}
.szSchlagzeilen ul li, .businessLinks ul li {
	margin-bottom: 20px;
}
.szSchlagzeilen ul a, .businessLinks ul a {
	display: block;
	font-weight: bold;
}
span.anzeige {
	display: block;
	font-size: 10px;
	text-align: right;
	color: #a6a6a6;
}
/* =bottomLayout*/
#bottomLayout {
	margin-right: 18px;
	margin-top: 10px;
}
.werben {
	width: 200px;
	margin-right: 10px;
	float: left;
}
.werbenContent {
	background-color: #f2f2f2;
}
.werben h3 {
	color: #fff;
	background-color: #1b3c75;
	font-size: 18px;
	padding: 5px;
	font-family: "Times New Roman", Times, Georgia, serif; 
}
.topJobs {
	width: 590px;
	float: left;
} 
.topJobs h3 {
	text-align: right;
	background-color: #f2f2f2;
	padding: 10px;
}
.topJobs ul {
	font-size: 11px;
	list-style: none;
	float: left;
	width: 230px;
	margin: 0 30px;
}
.topJobs ul li {
	padding: 8px 0;
}
.topJobs ul li a {
	display: block;
	font-weight: bold;
}
.topJobsContainer {
	background-color: #f2f2f2;
	padding-bottom: 20px;
	min-height: 220px;
}
.topJobsLists {
	background: #f2f2f2 url(/images/dotted_line_vert.gif) repeat-y 280px 0;
	padding: 0;
}

/* =footer*/
#footer {
	text-align: center;
	background: url(/images/dotted_line_horiz.gif) repeat-x left top;
	padding-top: 15px;
	margin-top: 11px;
	clear: both;
	padding-bottom: 20px;
	margin-right: 18px;
}
#footer h4 {
	color: #1b3c75;
	font-size: 12px;
	margin-bottom: 5px;
}
#footer ul {
	list-style: none;
}
#footer ul li {
	display: inline;
	padding: 0 5px 0 10px;
	background: url(/images/separator.gif) no-repeat 0 3px;
}
#footer ul li.firstItem {
	background-image: none;
}
#footer a {
	text-decoration: none;
	color: #1b3c75;
}
#footer a:hover {text-decoration: underline;}
#partnerList {
	margin-bottom: 26px;
}
/* =profil page*/
.userStrip {
	background-color: #b7c2d4;
	margin-top: 24px;
	margin-right: 18px;
	padding: 10px 3px 10px 7px;
}
.userStrip p {float: left; padding-bottom: 10px;}
.userStrip h3 {font-size: 12px;}
.userStrip dl {width: 210px; float: left; display: inline;}
.userStrip dl dd {
	width: 120px;
	padding-right: 30px;
	margin-right: 10px;
	float: left;
	margin-left: 8px;
	background: url(/images/dotted_line_horiz2.gif) no-repeat  100% 50%;
}
.userStrip dl.lastUser {width: 160px;}
.userStrip dl.lastUser dd {width: 110px; padding-right: 0; margin-right: 0; background-image: none;}
.userStrip p.alle {float: right; margin-right: 10px;}
#profilNav {
	list-style: none;
	position: absolute;
	right: -160px;
	bottom: 0;
}
#profilNav li {
	padding: 6px 0 6px 25px;
}
#opt1 {
	background: url(/images/ico1.gif) no-repeat left;
}
#opt2 {
	background: url(/images/ico2.gif) no-repeat left;
}
#opt3 {
	background: url(/images/ico3.gif) no-repeat left;
}
#profilBox .contentList {
	list-style: none;
	padding-bottom: 3px;
	background: url(/images/dotted_line_horiz.gif) repeat-x bottom;
	margin-bottom: 10px;
}
#profilBox .contentList li {
	float: right;
	line-height: 1.1em;
	border-left: 1px solid #1b3c75;
}
#profilBox .contentList li.firstItem {border: none; float: left;}
#profilBox .contentList li a {
	padding: 0 4px;
}
.terminText {
	width: 240px;
	float: left;
}
#profilBox .terminText p {margin: 2px 0;}
#profilBox .terminBox {min-height: 200px;}
#profilBox .terminBox img {float: right; border: none;}
.proilTextBox {
	width: 400px;
	float: left;
	margin-left: 14px;
}
.profilDetails {
	padding-top: 30px;
	margin-top: 6px;
	width: 225px;
	min-height: 90px;
	padding-bottom: 20px;
	padding-right: 10px;
	position: relative;
	background: url(/images/dotted_line_vert.gif) repeat-y right;
}
#profilDetailsBox {
	padding-bottom: 20px;
}
#profilLink {
	position: absolute;
	bottom: 4px;
	left: 0;
	background: url(/images/ico_prof.gif) no-repeat left;
	padding-left: 25px;
	font-weight: bold;
}



/* =text =default text box*/
.textBox, .textBoxClean {
	background: url(/images/text_bottom.gif) no-repeat left bottom;
	padding-bottom: 6px;
}



.textBox h2, .textBoxClean h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, serif; 
	margin-bottom: 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #1b3c75;
	color: #1a3c75;
	background: #c1cddd url(/images/h2_left.gif) no-repeat top left;
}


.textBox h3, .textBox h4 {
	color: #1b3c75;
	margin: 25px 0;
}



.blogContainer h4 {
	color: #1b3c75;
	margin: 0px;
}

.textBox h3 {
	font-family: "Times New Roman", Times, Georgia, serif; 
	font-weight: bold;
	font-size: 22px;
	margin-top: 0;
	padding-top: 25px;
}



.textBox p {
	margin: 10px 0;
}
.textWrap {
	border-left: 1px solid #b0bcd0;
	border-right: 1px solid #b0bcd0;
	background-color: #f0f3f7;
	padding: 0 20px 1px 20px;
	min-height: 505px;
}


/* =clearfix*/
.clear {clear: both;}
.clearfix:after, #mianMenu:after, form#searchForm:after, .mainContentWrap:after,
#topLayout:after, #middleLayout:after, #bottomLayout:after, .topJobsLists:after,
#ajaxMenu:after, .ajaxContent:after, .usersContainer:after, .blogContainer:after, .userStrip dl:after,
#profilBox .contentList:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix, #mianMenu, form#searchForm, .mainContentWrap, #topLayout,
#middleLayout, #bottomLayout, .topJobsLists, #ajaxMenu, .ajaxContent, .usersContainer, .blogContainer, .userStrip dl,
#profilBox .contentList {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
* html #mianMenu {height: 1%;}
* html form#searchForm {height: 1%;}
* html .mainContentWrap {height: 1%;}
* html #topLayout {height: 1%;}
* html #middleLayout {height: 1%;}
* html #bottomLayout {height: 1%;}
* html .topJobsLists {height: 1%;}
* html #ajaxMenu {height: 1%;}
* html .ajaxContent {height: 1%;}
* html .usersContainer {height: 1%;}
* html .blogContainer {height: 1%;}
* html .userStrip dl {height: 1%;}
* html #profilBox .contentList {height: 1%;}
.clearfix, #mianMenu, form#searchForm, .mainContentWrap,
#topLayout, #middleLayout, #bottomLayout, .topJobsLists, #ajaxMenu,
.ajaxContent, .usersContainer, .blogContainer, .userStrip dl, #profilBox .contentList {display: block;}
/* End hide from IE-mac */


/* Smieci Radka :-) */
.tabhead {
	background: #7086AA;
	color: white;
	font-weight: bold;
	padding: 2px;
}

td.zeileA {
	padding: 2px;
}



td.zeileB {
	background: white;
	padding: 2px;
}

.nachricht {
	margin-top: 12px;
	margin-bottom: 12px;
	background: white;
	padding: 2px;
}


#mainContent .contentList {
	list-style: none;
	padding-bottom: 3px;
	background: url(/images/dotted_line_horiz.gif) repeat-x bottom;
	margin-bottom: 10px;
	font-weight: bold;
	color: #1b3c75
}

#mainContent .contentList li {
	float: right;
	line-height: 1.1em;
	border-left: 1px solid #1b3c75;
}
#mainContent .contentList li.firstItem {border: none; float: left;}

#mainContent .contentList li a {
	padding: 0 4px;
}

#mainContent .contentList:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.blogwpis {width: 440px;	float: left;}

.blogContainer {
	background: url(/images/dotted_line_vert.gif) repeat-y 450px 0;
	margin-bottom: 16px;
}


.dottedLine {
	background: url(/images/dotted_line_horiz.gif) repeat-x left top;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 8px;
}

#textBox .contentList {
	list-style: none;
	padding-bottom: 3px;
	background: url(/images/dotted_line_horiz.gif) repeat-x bottom;
	margin-bottom: 10px;
}

/*
.textBox img {
	border: 1px solid #65789b;
}
*/

.halterBox {
	background: url(/images/text_bottom.gif) no-repeat left bottom;
	padding-bottom: 6px;
}

.halterBox h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: "Times New Roman", Times, Georgia, serif; 
	margin-bottom: 0;
	padding: 0 0 0 5px;
	border-bottom: 1px solid #1b3c75;
	color: #1a3c75;
	background: #c1cddd url(/images/h2_left.gif) no-repeat top left;
}

.inpBreit {
	font-size: 12px;
	width: 280px;
}

/* blogi */

td.calHead {
background: #7086AA; color: white; font-size: 11px; font-weight: bold;
}

td.calAkt {
background: #7086AA; color: white; font-size: 11px; font-weight: normal;
}

td.calOn {
background: #7086AA; color: white; font-size: 11px; font-weight: normal;
}

td.cal {
font-size: 11px; font-weight: normal;
}


/* talkbox */

.clear_both { clear:both;height:0px;font-size:0px;line-height:0px; }
.tbx_entry { border-bottom:1px solid #dddddd;margin-bottom:3px;padding-bottom:3px; }
.tbx_entry a.sub { display:block;width:305px;float:left;overflow:hidden;vertical-align:middle;background:url('/images/dymek1.gif') no-repeat 5px 2px; }
.tbx_entry a.sub span { margin-left:22px;display:block;font-size:11px; }
.tbx_entry .usr { width:95px;float:left; }
.tbx_entry .time { width:100px;float:left;font-size:10px;color:#888888; }
.tbx_entry .posts { text-align:center;float:left;width:35px;font-size:10px; }
.tbx_entry .views { text-align:center;float:left;width:44px;font-size:10px; }
.tbx_entry_head { margin-bottom:4px; }
.tbx_entry_head .sp { float:left;width:2px; }
.tbx_entry_head .sub { float:left;width:302px;font-size:9px;color:#aaaaaa; }
.tbx_entry_head .autor { float:left;width:95px;font-size:9px;color:#aaaaaa; }
.tbx_entry_head .time { float:left;width:102px;font-size:9px;color:#aaaaaa; }
.tbx_entry_head .posts { float:left;width:43px;font-size:9px;color:#aaaaaa; }
.tbx_entry_head .views { float:left;width:40px;font-size:9px;color:#aaaaaa; }
.tbx_entry_nav { padding-bottom:4px; margin-bottom:2px;text-align:right;font-size:11px; background:url('/images/dotted_line_horiz.gif') repeat-x bottom left; }
.tbx_post1 { margin-bottom:8px; }
.tbx_post1 a .pic { border:1px solid #aaaaaa;float:left;margin-right:10px; }
.tbx_post1 .desc { float:left;width:392px;font-size:11px; }
.tbx_post1 .desc .u { text-decoration: underline; font-size: 11px; }
.tbx_post1 .desc .sub { font-size:14px;font-weight:bold; }
.tbx_post, .tbx_post_u { margin-bottom:8px;font-size:11px; }
.tbx_post span, .tbx_post_u .time { font-size:10px;color:#888888; }
.tbx_post_u a.c { font-weight:normal; }
.tbx_cat_head { margin-bottom:4px; }
.tbx_cat_head .sp { float:left;width:2px; }
.tbx_cat_head .name { float:left;width:180px;font-size:9px;color:#aaaaaa; }
.tbx_cat_head .subjects { float:left;width:44px;font-size:9px;color:#aaaaaa;text-align:center; }
.tbx_cat_head .posts { float:left;width:64px;font-size:9px;color:#aaaaaa;text-align:center; }
.tbx_cat_head .last { float:left;width:55px;font-size:9px;color:#aaaaaa; }
.tbx_cat { border-bottom:1px solid #dddddd;margin-bottom:3px;padding-bottom:3px; }
.tbx_cat a.name { display:block;width:150px;float:left;overflow:hidden;vertical-align:middle;background:url('/images/dymek2.gif') no-repeat 5px 2px;padding-left:28px; font-size: 11px; }
.tbx_cat .entries { text-align:center;float:left;width:45px;font-size:10px; }
.tbx_cat .posts { text-align:center;float:left;width:65px;font-size:10px; }
.tbx_cat a.last { display:block;width:290px;float:left;overflow:hidden;background:url('/images/bullet.gif') no-repeat 2px 2px; }
.tbx_cat a.last span { font-weight:normal;margin-left:16px;display:block;font-size:11px; }
.tbx_posts_line { background:url('/images/dotted_line_horiz.gif') repeat-x bottom left; height:8px;font-size:0px;line-height:0px;margin-top:8px; margin-bottom:8px; }

/* talkbox end */


.online_login_box 
{ 
margin-bottom:10px; 
vertical-align:middle; 
background:url('/images/online_login_box.gif') no-repeat top left; 
text-align:center; 
height:28px; 
line-height:28px; 
color:#ffffff;
font-weight:bold;
}


#adl_sb_table{
width:840px;
}

#linkleiste {
	background-color: #c3cddc;
	padding: 4px;
}


#sky {
position: absolute;
left: 840px;
top: 0px;
margin: 0px;
padding: 0px;
height: 600px;
width: 160px;
z-index: 200px;
zoom: 1;
}
