body {
  margin: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
}

body#login {
  background: url(/images/bg-body-login.jpg) repeat-x;
}

a {
  color: #333;
  text-decoration:none;
}

a:hover {
  color:#CC0000;
  text-decoration:underline;
}

input,textarea {
  font: 12px Arial, Helvetica, sans-serif;
}

.article td {
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-right: none;
    border-bottom: none;
    border-color: #d6d6d6; 
}

.article tr>td.last {
    border-right: 1px solid #d6d6d6;
}

.article tr.last td {
    border-bottom: 1px solid #d6d6d6;
}

a:focus {
  outline: none;
}

img {
  border: none;
}

form,fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

#top-wrapper {
  width: 100%;
  overflow: hidden;
  background: url(/images/bg-header.jpg) no-repeat 50% 0;
}

#header {
  /*width: 910px;*/
  overflow: hidden;
}

.top-menu {
  background: url(/images/bg-menu.png) no-repeat;
  width: 888px;
  height: 33px;
  padding: 3px 21px 0 0;
  position: relative;
  z-index: 10;
}

.top-menu ul {
  margin: 0;
  padding: 2px 0 0 11px;
  list-style: none;
}

.top-menu ul li {
  display: inline;
  background: url(/images/split01.gif) no-repeat 0 3px;
  padding: 0 1px 0 6px;
}

.top-menu ul li.first {
  background: none;
}

.top-menu ul li a {
  text-decoration: none;
}

.top-menu ul li a:hover {
  text-decoration: underline;
}

#header h1 {
  margin: 4px 14px 2px 0;
  float: left;
}

#header h1.beta a{
    background:url(/images/logo_web.jpg) no-repeat;
    width:312px;
    height:75px;
    margin:0 0 10px !important;
    position:relative;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}


#login #header h1 {
  left: 194px;
}

span.login-top {
  position: absolute;
  left: 20px;
  top: 46px;
  z-index: 10;
  background: url(/images/bg-login-top.png) no-repeat;
  width: 395px;
  height: 228px;
}

strong.slogan,strong.slogan2 {
  background: url(/images/txt-slogan.gif) no-repeat;
  width: 321px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin: 24px 0 0;
}

/*Suche Form*/
/*Suche Form*/
.suche-frm {
  float: right;
  padding-right:2px;
}

span.inp-txt01 {
  background: url(/images/bg-inp01.gif) no-repeat;
  width: 134px;
  height: 22px;
  float: right;
  padding: 3px 0 0;
}

span.inp-txt01 input {
  width: 120px;
  padding: 1px 0 1px 6px;
  border: 0;
  background: none;
}

input.suche {
  float: right;
}

.suche-menu {
  position: absolute;
  right: 0px;
  width: 130px;
  z-index: 1;
}

.suche-menu .center {
  background: #fff url(/images/bg-drop-menu-center.gif) repeat-y;
  padding: 0 1px;
  width: 128px;
}

.suche-menu .bottom {
  background: url(/images/bg-drop-menu-btm.png) no-repeat;
  width: 130px;
  height: 15px;
}

.suche-menu ul {
  padding: 20px 0 0 10px;
  margin: 0 0 -6px;
  list-style: none;
  width: 118px;
  background: url(/images/bg-drop-menu-gradient.gif) repeat-x 0 100%;
}

.suche-menu ul li {
  background: none;
  padding: 0 0 7px;
  font-size: 10px;
}

/*register-login buttons top*/
ul.reg-log {
  padding: 0;
  margin: -16px 5px 0 0;
  list-style: none;
  float: right;
  position: relative;
  width: 241px;
}

ul.reg-log li {
  float: right;
  font: bold 10px Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 0 0 0 1px;
}

ul.reg-log li a {
  background: url(/images/btn-top-add01.gif) no-repeat;
  width: 116px;
  height: 21px;
  display: block;
  padding: 14px 0 0;
  color: #fff;
  text-decoration: none;
  position: relative;
  z-index: 9;
}

ul.reg-log li.active a {
  background-position: 0 -41px;
  color: #000;
}

.usr-login {
  width: 239px;
  position: absolute;
  right: 0px;
  /*top: 0;*/
}

.usr-login .center {
  background: url(/images/bg-user-log-ct.png) repeat-y;
  width: 231px;
  padding: 0 5px;
  overflow: hidden;
}

.usr-login .center2 {
  background: url(/images/bg-user-log-ct2.gif) repeat-x 1px 0px;
  padding: 50px 0 0 14px;
  overflow: hidden;
}

.usr-login .bottom {
  background: url(/images/bg-user-log-btm.png) no-repeat;
  width: 241px;
  height: 16px;
}

a.usr-btn01,a.usr-btn02 {
  display: block;
  width: 196px !important;
  height: 21px !important;
  color: #fff !important;
  text-decoration: none;
  padding: 3px 0 0 6px !important;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 12px;
  cursor: pointer;
  text-align: center;
}

a.usr-btn01 {
  background: url(/images/usr-btn01.png) no-repeat !important;
}

a.usr-btn02 {
  background: url(/images/usr-btn02.png) no-repeat !important;
}

a.usr-btn01:hover,a.usr-btn02:hover {
  text-decoration: underline;
}

.login {
  margin: 0 0 0 0px !important;
}

.login div {
  margin: 0 0 8px;
  width: 100%;
  overflow: hidden;
}

span.inp {
  background: url(/images/bg-inp-search2.gif) no-repeat;
  width: 204px;
  height: 17px;
  padding: 1px 0 0;
  display: block;
  float: left;
}

span.inp input {
  width: 204px;
  font-size: 10px;
  color: #000;
  border: 0;
  background: none;
}

input.enloggen {
  float: right;
  margin: 0 14px 0 0;
  display: inline;
}

a.forgot {
  background: none !important;
  padding: 0 !important;
  color: #000 !important;
  display: inline !important;
  margin: 0 0 0 0 !important;
  font-weight: normal !important;
  font-size: 10px;
  letter-spacing: -1px;
  float: left;
  display: inline;
}

a.forgot:hover {
  text-decoration: underline;
}

/*Header-login styles*/
#login #header {
  height: 309px;
}

#login #top-wrapper {
  width: 100%;
  overflow: hidden;
  background: url(/images/bg-header.jpg) no-repeat 50% 100%;
}

#content {
    width: 913px;
    margin: 0 auto 0 auto;
    position: relative;
}

#content h2 {
    font: bold 14px Arial, Helvetica, sans-serif;
    color: #cc0000;
    margin: 0 0 11px;
}

#content p {
    margin: 0 0 18px;
    line-height: 14px;
}

/* New design 04.09.2009 */
input,textarea {
  font: 12px Arial, Helvetica, sans-serif;
}

#main {
  width: 900px;
  margin: 0 auto;
  padding: 0;
}

.top-wrapper {
  height: 25px;
  background: #ccc;
  overflow: hidden;
  width: 100%;
}

.top-box{
  width:903px;
  overflow:hidden;
  margin:0 auto;
}

.suche-btn {
  float: right;
}

.txt-inp01 {
  float: right;
  background: url(/images/input01.gif) no-repeat;
  width: 153px;
  height: 21px;
  padding: 4px 0 0 5px;
  margin: 0 -4px 0 0;
}

.txt-inp01 input {
  width: 140px;
  background: none;
  border: 0;
}

ul.rss {
  padding: 0;
  margin: 4px 2px 0 0;
  list-style: none;
  float: right;
  text-align: right;
  font: 12px Arial, Helvetica, sans-serif;
}

ul.rss li {
  display: inline;
  padding: 0 0 0 12px;
}

ul.rss li a {
  color: #000;
  text-decoration: none;
}

ul.rss li a:hover {
  text-decoration: underline;
}

ul.login-btns {
  float: right;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.login-btns li {
  float: right;
  padding: 0 0 0 1px;
  z-index: 10;
  position: relative;
}

ul.login-btns li a.menu_lnk {
  display: block;
  width: 116px;
  height: 24px;
  text-indent: -9999px;
  overflow: hidden;
}



ul.login-btns{margin:0 2px 0 0;}
ul.login-btns li.login-btn a{background:url(/images/btn-login2.gif) no-repeat;}
ul.login-btns li.reg-btn a{background:url(/images/btn-registrieren2.gif) no-repeat;}

#header h1 a {
  background: url(/images/logo.png) no-repeat;
  width: 210px;
  height: 60px;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
}

.head-wrap {
  width:100%;
  margin:0 0 -6px;
  position:relative;
  z-index:5;
}

.head-wrap:after {
  content: "";
  clear: both;
  display: block;
}

strong.slogan {
  background: url(/images/txt-slogan.gif) no-repeat;
  width: 321px;
  height: 19px;
  text-indent: -9999px;
  overflow: hidden;
  float: left;
  margin: 24px 0 0;
}

.nav-wrapper {
  width: 100%;
  font:13px Arial, Helvetica, sans-serif;
}

.nav-wrapper:after {
  content: "";
  clear: both;
  display: block;
}

ul.nav{
  padding:0 0 0 0;
  margin:-6px 0 5px;
  float:left;
  list-style:none;
  background:url(/images/bg-nav.gif) no-repeat;
  width:900px;
  height:30px;
  position:relative;
  z-index:1;

}
ul.nav li{
  float:left;
  border-right:1px solid #121212;
  font-weight:bold;
}
ul.nav li a{
  padding:6px 12px 0;
  height:24px;
  color:#fff;
  float:left;
  text-decoration:none;
}
ul.nav li ul.submenu{
  background: #000000;
  position: absolute;
  display: none;
  z-index: 10000;
  margin: 29px 0 0 -1px;
  *margin: 29px 0 0 -76px;
  padding: 0;
  border: 1px solid #000000;
  border-bottom: none;
}
ul.nav li:hover {
  background:url(/images/bg-hover.gif) repeat-x;
}
ul.nav li:hover ul.submenu {
  display: block;
  *display: block !important;
}
ul.nav li ul.submenu li {
  list-style: none;
  border: none;
  border-bottom: 1px solid #000000 !important;
  display: block;
  float: none;
}

ul.nav li ul.submenu li a {
  background: url(/images/bg-nav.gif) center center no-repeat;
  border-bottom: 1px solid #000000 !important;
}
ul.nav li ul.submenu li a:hover {
  background:url(/images/bg-hover.gif) repeat-x;
}
ul.nav li.last{border:0;}
ul.nav li.home a{
  background:url(/images/btn-home.gif) no-repeat;
  height:30px;
  width:41px;
  padding:0;
  text-indent:-9999px;
  overflow:hidden;
}
ul.nav li a:hover,
ul.nav li a.active{
  background:url(/images/bg-hover.gif) repeat-x;
}
ul.nav li.home a:hover,
ul.nav li.home a.active{
  background:url(/images/btn-home.gif) no-repeat 0 -30px;
}
/*
ul.nav {
    padding: 0 0 0 3px;
    margin: -6px 0 10px;
    float: left;
    list-style: none;
    background: url(/images/bg-nav.gif) no-repeat;
    width: 900px;
    height: 30px;
}

ul.nav li {
    float: left;
    border-right: 1px solid #121212;
    font-weight: bold;
}

ul.nav li a {
    padding: 6px 12px 0;
    height: 24px;
    color: #fff;
    float: left;
    text-decoration: none;
}

ul.nav li.last {
    border: 0;
}

ul.nav li.home a {
    background: url(/images/btn-home.gif) no-repeat;
    height: 30px;
    width: 41px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}

ul.nav li a:hover, ul.nav li.active a {
    background: url(/images/bg-hover.gif) repeat-x;
}

ul.nav li.home a:hover, ul.nav li.home.active a {
    background: url(/images/btn-home.gif) no-repeat 0 -30px;
}
*/

.breadcrumbs {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
  margin: 0 0 5px;
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumbs ul li {
  float: left;
  color: #333;
  font-size: 12px;
  margin: 0 10px 0 0;
}

.breadcrumbs ul li.items {
  background: url(/images/split02.gif) no-repeat 100% 5px;
  float: left;
  padding: 0 15px 5px 0;
  color: #333;
  text-decoration: none;
}

.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

.headline {
	width: 100%;
  overflow: hidden;
  margin: 0 0 8px;
}

.headline h1 {
	font-size: 14px;
	margin: 0;
	padding: 0;
	color: #c00;
}

.homepage-under-headline {
	padding:10px;
}

span.illustration {
    border: 5px solid #333;
    float: left;
    margin: 0 16px 0 0;
}

span.illustration img {
    display: block;
}

/*flexible*/

/*container for flexible box (margini mogno ubrat')*/
.box-flexible{
	height:1%;
	overflow:hidden;
	margin:0 4px 0 4px;
}
/*top center background*/
.box-flexible .top{
	background:url(images/bg-flex-center.gif) repeat-x;
	width:100%;
	overflow:hidden;
	height:10px;
}
/*top left background*/
.box-flexible .top .left{
	background:url(images/bg-flex-left.gif) no-repeat;
	width:10px;
	height:10px;
	float:left;
}
/*top right background*/
.box-flexible .top .right{
	float:right;
	background:url(images/bg-flex-right.gif) no-repeat;
	width:14px;
	height:10px;
}
/*center box */
.box-flexible .center{
	background:url(images/bg-flex-center-box.gif) repeat-y 100% 0;
	height:1%;
	padding:0 5px 0 0;
	border-left:1px solid #d8d8d8;
}
/*center box gradiend and min-height*/
.flex-content{
	background:#efefef url(images/bg-flex-gradient.gif) repeat-x;
	min-height:127px;
	overflow:hidden;
	padding: 0 10px 10px 10px;
}
.flex-content-center{
	min-height:127px;
	overflow:hidden;
	padding: 0 10px 10px 10px;
}

/*min-height in ie6*/
* html .flex-content{
	height:127px;
	overflow:visible;
}
/*bottom center background*/
.box-flexible .bottom{
	background:url(images/bg-flex-btm-center.gif) repeat-x;
	height:16px;
	overflow:hidden;
}
.box-flexible .bottom-center{
	background:url(images/bg-flex-btm-center-box.gif) repeat-x;
	height:16px;
	overflow:hidden;
}
/*bottom left background*/
.box-flexible .bottom .left{
	background:url(images/bg-flex-btm-left.gif) no-repeat;
	width:12px;
	height:16px;
	float:left;
}

.box-flexible .bottom-center .left{
	background:url(images/bg-flex-btm-left-center-box.gif) no-repeat;
	width:12px;
	height:16px;
	float:left;
}
/*bottom right background*/
.box-flexible .bottom .right{
	background:url(images/bg-flex-btm-right.gif) no-repeat;
	width:14px;
	height:16px;
	float:right;
}

.box-flexible .bottom-center .right{
	background:url(images/bg-flex-btm-right-center-box.gif) no-repeat;
	width:14px;
	height:16px;
	float:right;
}

/**
 * old css
 */
.font-small{ font-size: 9px; }
.font-red{ color: #cc0000; }
.font-bold{ font-weight: 900; }

.column{ float: left; overflow: visible; }
.column.small{ width: 190px; }
.column.big{ width: 528px; }

.sidebar-headline{ font-size: 14px; }

.clearer{ clear: both; }
.line{border-bottom: 1px solid #cccccc; margin: 5px 0 5px 0; }
.alignleft{ float: left;}
.alignright{ float: right; }

.margin-bottom{ margin: 0 0 10px 0; }
.margin-left{ margin: 0 0 0 10px; }
.margin-right{ margin: 0 10px 0 0; }
.margin-top{ margin: 10px 0 0 0; }

ul, li{
	list-style: none;
	margin: 0;
	padding: 0;
}

#skyscraper{
	float: right;
	position: absolute;
	margin-left: 190px;
}

.follow-me{ background: transparent url(images/twitter-follow-me.png) center center no-repeat; height: 64px; padding-top: 30px; }
.follow-me a{ display: block; height: 100%; }

/**
 * article behavior
 */
ul#newtagcloud li{ list-style: none; }
.article-headline{ font-size: 16px; margin-bottom: 10px; color: #333333 !important;}
.article-headline a { color: #000000 !important; }
.article-content{ padding: 10px 0 10px 0; line-height: 14px; word-spacing: 0.2em; }
.article-content a { color: #c00c00; }
.article-content a:hover { color: #c00c00; text-decoration: underline; }
.article-content p{
	margin: 5px 0 5px 0;
}
.article-content img{
    margin: 0 10px 10px 0;
    border:none;
}
.article-content ul{
	margin: 10px 0 10px 10px;
}
.article-content ul li{
	list-style: disc;
	margin: 5px 0 0 10px;
}
.article-bookmark{ padding: 10px; }
.article-bookmark ul li{ float: left; height: 16px; margin-left: 5px; width: 16px; }
.article-bookmark ul li a{ display: block; height: 100%; }
.article-special{
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
}
.article-special a{
	text-decoration: underline;
}
.sidebar-spacing-fix ul li{ margin-bottom: 5px; }
.social_bookmark{ margin-top: 10px;display: block; width: 100%; clear: both; }


.commentlist li{margin-bottom: 10px;}
.avatar{float: left; margin: 0 10px 10px 0;}

.social_bookmark img{
    border: none;
    margin:0;
    padding: 0;
}

a.btn-feedback{
	top:272px;
	left:0;
	text-indent:-9999px;
	background:url(/images/btn-feedback.gif) no-repeat;
	width:31px;
	height:85px;
	position:absolute;
	z-index:100;
}
a.btn-fehler{
	top:357px;
	left:0;
	text-indent:-9999px;
	background:url(/images/btn-fehler.gif) no-repeat;
	width:31px;
	height:120px;
	position:absolute;
	z-index:100;
}

.links-box {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
  background: url(/images/bg-links-box-top.gif) no-repeat;
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
  margin-top: 8px;
}

.links-box .center {
  background: url(/images/bg-links-box-ct.gif) repeat-y;
  width: 896px;
  overflow: hidden;
  padding: 0 2px 0 2px;
}

.links-box .int {
  background: url(/images/bg-links-box-int.gif) repeat-x 0 100%;
  width: 896px;
  overflow: hidden;
  padding: 0 0 9px;
}

.links-box .int .slides div {
  width: 266px;
  float: left;
  margin: 0 0 0 20px;
  display: inline;
}

.links-box .int .slides div.last {
  margin: 0 0 0 28px;
}

.links-box .int .slides div.last1 {
  margin: 0 0 0 36px;
}

.links-box .int .slides {
  background: url(/images/bg-three-cols.gif) repeat-y 20px 0;
  width: 100%;
  overflow: hidden;
}

.links-box ul {
  font: 11px Arial, Helvetica, sans-serif;
  color: #666;
  padding: 0;
  margin: 6px 0 10px;
  list-style: none;
}

.links-box ul li {
  padding: 0 0 9px;
}

.links-box ul li a {
  color: #666;
  text-decoration: none;
}

.links-box ul li a:hover {
  text-decoration: underline;
}

ul.icons {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
  text-align: center;
}

ul.icons li {
  display: inline;
  padding: 0 3px 0 4px;
}

.line{
  overflow:hidden;
  padding:14px 0 0 20px !importaNt;
  font-family:Arial, Helvetica, sans-serif;
}

.line{
  width:571px;
  padding:8px 0 0;
  margin:0 0 6px;
}

.line-footer {
  width: 100%;
  overflow: hidden;
  color: #999;
  text-align: center;
  margin: 0 0 4px;
  font-size: 11px;
}

.line-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}

.line-footer ul li {
  display: inline;
  background: url(/images/split03.gif) no-repeat 0 3px;
  padding: 0 3px 0 9px;
}

.line-footer ul li a {
  color: #c00;
}

.line-footer ul li a:hover {
  text-decoration: none;
}

#footer {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 0;
  text-align: center;
  font-size: 11px;
}

#footer p {
  margin: 0 0 20px;
  line-height: 17px;
  color: #999;
}

.loading{
  position: fixed;
  width: auto;
  background-color: #fff;
  color: #fff;
  padding: 10px;
  top: 0px;
  right: 0px;
  display:none;
}


.top-box a.social,
.share-box a.social {
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
}
.article-content .share-box {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    padding: 5px;
}

.top-box .twitter,
.share-box .twitter {
  background: transparent url(/images/gadget/twitter.png) left center no-repeat;
}
.top-box .xing,
.share-box .xing {
  background: transparent url(/images/gadget/xing.png) left center no-repeat;
}
.top-box .facebook,
.share-box .facebook {
  background: transparent url(/images/gadget/facebook.png) left center no-repeat;
}


/* social network box (bottom) */
ul.social-box-bottom {
    text-align: center;
    list-style-type: none;
    padding: 10px 0 0;
    margin: 1em 0;
    border-top:1px solid #ccc;
}
ul.social-box-bottom li {
    display: inline-block;
    margin-right: 10px;
}
ul.social-box-bottom li a {
    display: block;
    line-height: 16px;
    padding-left: 20px;
    text-decoration: none;
}
ul.social-box-bottom li a:hover {
    text-decoration: underline;
}
ul.social-box-bottom li a.facebook {
    background: transparent url('/images/gadget/facebook.png') no-repeat left center scroll;
}
ul.social-box-bottom li a.twitter {
    background: transparent url('/images/gadget/twitter.png') no-repeat left center scroll;
}
ul.social-box-bottom li a.xing {
    background: transparent url('/images/gadget/xing.png') no-repeat left center scroll;
}

