*{
	margin:0px;
	padding:0px;
}
h1{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #7083BE;
  text-decoration: none;
}
h2{
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  color: #7083BE;
  text-decoration: none;    
}
h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #7083BE;
  text-decoration: none;    
}
a{
  font-family: 'Open Sans', sans-serif;
  color: #7083BE; 
  text-decoration: none;  
}

/* Line 48 */
:focus
{
  outline-width: medium;
  outline-style: none;
}


a:hover, a:active, a:focus
{
}

#container {
  max-width: 950px;
  min-width: 320px;
  margin:auto;
  padding:auto;
  padding: 0px;
  border: thin solid #000;
}
#header {
  height: 150px;
  background-image: url(../images/logo_omis-wissen.jpg);
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-left: 10px;
  padding-bottom: 0px;
  margin-top: 0px;
  font-size: 12px;
}
#logo {
  height: 100px;
  width: 150px;
  float: left;
  padding: 0px;
  background-image: url(../images/logo.png);
  text-indent: -9999px;
  z-index: 1;
  margin-top: 20px;
  background-repeat: no-repeat;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

/* Top Menü - Start */
#topmenu ul.menu {
	list-style-type: none;
	width: 100%;
	position: relative;
	display: block;
	height: 10%;
	font-size: 1em;
	/*font-family: Verdana,Helvetica,Arial,sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #6B7FBA;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
}

#topmenu ul.menu li {
	display: block;
	float: left;
}

#topmenu ul.menu li a {
	float: left;
	color: #A79787;
	text-decoration: none;
	height: 24px;
	font-weight: normal;
	padding-top: 9px;
	padding-right: 8px;
	padding-bottom: 0;
	padding-left: 8px;
}

#topmenu ul.menu li a:hover{
  color: #FFF;
  background-color: #FFF;
  background-image: url(../images/bg.png);
  text-decoration:none;
}
#topmenu ul.menu .active {
  color: #FFF;
  background-color: #FFF;
  background-image: url(../images/bg.png);
  text-decoration:none;
  
}

#topmenu ul.menu .active a {
color:#fff;
font-weight:700;
}
/*Top Menü - Ende*/

#suchen .moduletable {
	color: #A79787;
	width: auto;
	float: right;
	font-size: 1em;
	/*font-family: Verdana, Helvetica, Arial, sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	background-repeat: repeat;
	padding-top: 2px;
	padding-right: 10px;
}
#mitte {
  width: 100%;
}
#breadcrumbs {
  width: 73,68%;
  margin-left: 20px;
  float:left;
  float:none;
}
ul.breadcrumb li {
display:inline;
}

#links {
  width: 20%;
  float: left;
  /*font-family: Verdana, Geneva, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
}
#overcontent{
	float: left;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    padding-top: 15px;
}
#overcontent2{
	float: left;
    padding-left: 5%;
    padding-right: 5%;
    width: 90%;
    padding-top: 15px;
  }
#contentsmall {
  float: left;
  padding-left: 20px;
  width: 75%;
  padding-top: 15px;
}
#content {
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
  padding-top: 15px;
}
#rechts {
	width: 20%;
	float: left;
	margin-left:20px;
}
#rechts ul{
}
#footer {
  clear: both;
  width: 100%;
}
#links .moduletable{
  color: #000;
  font-size: 12px;
  margin-left: 10px;
}

/* Menü auf der Linken Seite -Start */
#links ul.menu {
  width: 10em;
  font-size: 15px;
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow: auto;
  margin-left: 0px;
  clear: both;
}
#links ul.menu a{
  text-decoration: none;
  color: #777777;
}
#links ul.menu {
  padding-left: 0px;
}

#links ul.menu li a{
  -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 0px #ffffff;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  border: 1px solid #dcdcdc;
  /*display:inline-block;*/
  color: #777777;
  /*font-family: Trebuchet MS;*/
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 20px;
  display:block;
}
#links ul.menu  li a:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
}
#footer ul.menu{
  list-style-type: none;
  float: right;
  }

/* ##########################  mitte  ########################### */
/* ##########################  content - mitte   ########################### */



/*#mitte a:hover,
#mitte a:active,
#mitte a:focus
{
  background:#095197;
  color:#fff;
}

#mitte th a:hover,
#mitte th a:active,
#mitte th a:focus
{
  background:#333;
  color:#fff;
}
*/
.items-row
{
  background:#fff
}

.items-row h2
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#555
}

.column-1,
.column-2
{
  border: solid 0px ;
}

.item-separator
{
  border: solid 0px #333333;
}

#mitte ul li
{

}

.small
{
  border:solid 0;
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
  border-bottom:solid 1px #ddd
}

.archive #adminForm fieldset
{
  border:0;
  padding:0;
  margin:20px 0
}
/* ++++++++++++++  images  ++++++++++++++ */

.image-left
{
  padding:2px;
}

.image-right
{
  border:solid 1px #ddd;
  padding:2px
}

/* ++++++++++++++  leading  ++++++++++++++ */

.items-leading
{

}


/* ++++++++++++++++++++ headings +++++++++++++ */
#mitte h1
{
  border-bottom: solid 1px #ddd;
  /*font-family: 'Titillium Maps', Arial;*/
  font-family: 'Open Sans', sans-serif;
  color: #7083BE;

}


#mitte .blog  h1,
#mitte .blog-featured  h1
{
  color: #000000;
  /*font-family: 'Titillium Maps', Arial;*/
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px !important
}

/* h1 on frontpage */

.items-row h2
{
  border-top:solid 1px #ddd;
  border-bottom:solid 1px #ddd;
}

#mitte h2

{
  color:#555;
  /*font-family: 'Titillium Maps', Arial;*/
  font-family: 'Open Sans', sans-serif;

}

#mitte h2 a
{
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}


/* ++++++++++++++  readmore  ++++++++++++++ */

.readmore a:link,
.readmore a:visited,
a.readmore:link,
a.readmore:visited
{
  color:#095197;
  background:#eee url(../images/nature/arrow1.gif) no-repeat left top;
  border:solid 1px #ddd;
}

.readmore a:hover,
.readmore a:active,
.readmore a:focus,
a.readmore a:hover,
a.readmore a:active,
a.readmore a:focus
{
  background:#555 url(../images/nature/arrow2.gif) no-repeat left 6px !important;
  color:#fff;
}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
  background:#555;
  color:#fff;
}

/* ++++++++++++++  icons  ++++++++++++++ */

.actions img
{
  border:0;
}

/* ++++++++++++++  items-more  ++++++++++++++ */

#mitte .items-more h3
{
  border-bottom:solid 1px #ddd;
  border-top:solid 1px #ddd;
  color:#444;
}

#mitte .items-more ol
{
  color:#000;
}

#mitte .items-more ol li a
{
  background:#FFFFFF url(../images/blog_more.gif) no-repeat 0px center;
  color:#095197
}

#mitte .items-more ol li a:hover,
#mitte .items-more ol li a:active,
#mitte .items-more ol li a:focus
{
  background: #095197 url(../images/blog_more_hover.gif) no-repeat 0px center;
  color:#fff;
}

/* ++++++++++++++  pagination  ++++++++++++++ */

#mitte .pagination
{
  border-top:solid 1px #ddd;
  clear: both;
}

/* ++++++++++++++  article index  ++++++++++++++ */

table.contenttoc
{
  border:solid 1px #ccc;
}


/* ##########################  right column   ########################### */

#right
{
  border:solid 0px #e6e6e6;
  background:#fff
}



#right h3
{

}

#right h4
{
  color:#555;
  border:solid 0;
}





#right ul li a:hover,
#right ul li a:active,
#right ul li a:focus
{
  background:#095197;
  color:#fff;
}

/* ++++++++++++++  button for closing right column  ++++++++++++++ */
#close span
{
  color:#000;
}

/* ##########################  modules  ########################### */

/* ++++++++++++++  mostread, latest news ++++++++++++++ */

.mostread li a:link,
.mostread li a:visited,
.latestnews li a:link,
.latestnews li a:visited
{
  background: url(../images/personal/arrow2_grey.png) 2px 7px  no-repeat ;
}

.mostread li a:hover,
.latestnews li a:hover,
.mostread li a:active,
.latestnews li a:active,
.mostread li a:focus,
.latestnews li a:focus
{
  background:#555 url(../images/arrow_white_grey.png) 2px 7px  no-repeat !important;
}

/* ++++++++++++++  newsfeed  ++++++++++++++ */

ul.newsfeed
{
  border: solid 0px #000;
}

.newsfeed-item
{
  border-bottom:solid 1px #ddd;
  width: 160px;
}

.newsfeed-item h5 a
{

}

/* ++++++++++++++  newsflash  ++++++++++++++ */
/* newsflash horizontal */

ul.newsflash-horiz
{
  background:#F5F5F5 url(../images/nature/box.png) repeat-x;
  border:1px solid #EEEEEE;
}

ul.newsflash-horiz li
{
  border:solid 0px #eee;
  background:#f5f5f5;
}

ul.newsflash-horiz li h4
{
  /*font-family: 'Titillium Maps', Arial;*/
  font-family: 'Open Sans', sans-serif;
}


/* newsflash vertical */

.newsflash-vert
{

}

/* ++++++++++++++  banner  ++++++++++++++ */

.banneritem
{
  border:0
}

.banneritem a
{
  background:none
}

.banneritem a img
{
  background:none;
  border:0
}

/* ++++++++++++++  login  ++++++++++++++ */

#login-form .inputbox
{
  border:solid 1px #ddd;
  background:url(../images/content_bg.gif) repeat-x;

}

fieldset.input
{
  border:0 ;
}

input.button,
button.button,
button.validate
{

  background:#FFFFFF url(../images/nature/arrow1.gif) no-repeat left top;
  border:1px solid #DDDDDD;
  color:#444444;
}

/* ++++++++++++++  tabs/ slide  ++++++++++++++ */

ul.tabs
{
  border:solid 1px #ddd;
  border-bottom:0;
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
}

ul.tabs li
{
  background:#f5f5f5 url(../images/nature/box.png) repeat-x;
  border-right:solid 1px #ddd
}

ul.tabs li a:link,
ul.tabs li a:visited
{
  color:#333;
}

ul.tabs li a:hover,
ul.tabs li a:active,
ul.tabs li a:focus
{
  color:#000
}

.tabcontent
{
  border:solid 1px #ddd;
  background:#fff;
  color:#000;
}

.tabcontent .linkclosed
{
  color:#000;
  border-bottom:solid 1px #e5e5e5;
}

ul.tabs li a.linkopen
{
  background:#fff;
  color:#333;
  border:0
}

ul.tabs li a.linkclosed:hover,
ul.tabs li a.linkclosed:active,
ul.tabs li a.linkclosed:focus,
ul.tabs li a.linkopen:hover,
ul.tabs li a.linkopen:active,
ul.tabs li a.linkopen:focus
{
  background:#555;
  color:#fff
}

/* ++++++++++++++  category-module  ++++++++++++++ */

#right .category-module h4 a:link,
#right .category-module h4 a:visited
{
  color:#0D4C89
}

#right .category-module h4 a:hover,
#right .category-module h4 a:active,
#right .category-module h4 a:focus
{
  color:#fff
}


.category-module li
{
  border-bottom:solid 1px #ddd;
}

.category-module li li
{
  border:0
}



.abgerundet {
-moz-border-radius:10px; /* Firefox */
-webkit-border-radius:10px; /* Safari, Chrome */
-khtml-border-radius:10px; /* Konqueror */
border-radius:10px; /* CSS3 */
behavior:url(border-radius.htc);
}

.blog .category-desc
{
        padding:0 5px;
        margin:10px 0 25px
}

.blog .cat-children .category-desc
{
        padding:0 0px;
        margin:10px 0 25px
}


#mitte .items-row h2
{
        font-weight:normal;
        padding:5px 2px 5px 2px;
        font-size:1.4em
}
#mitte ul.subcategories
{
        margin:20px 20px 20px 10px
}
#mitte .subcategories-link
{
        font-weight:bold
}

#mitte ul
{
	list-style-position: inside;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#mitte ol
{
        padding:0 0 0 20px;
        margin:10px 0 10px 0px;
                list-style-position:outside
}

#mitte ul li,
#mitte ol li
{
	padding: 0;
	line-height: 1.7em;
}

#mitte .category-list
{
        padding:0 5px;
        display:block;
}

#mitte .category-list h1
{
        margin-left:-5px;
        margin-right:-5px;
}

.categories-list
{
        padding:0 5px
}

#mitte .categories-list ul
{
        margin:0px 0 0 20px;
        padding:0
}

#mitte .categories-list ul li
{
        padding: 5px;
}

#mitte .categories-list ul ul
{
        margin-left:15px
}

#mitte .categories-list dl dt,
#mitte .categories-list dl dd
{
  display:inline
}

.category-desc
{
        line-height:1.7em;
        margin:10px 0;
        padding-left:0px
}

.small
{
        font-size:0.85em;
        margin:0 0 20px;
}

.image-left
{
        float:left;
        margin:0 15px 5px 0;


}

.image-right
{
        float:right;
        margin:0 0 5px 15px
}

.archive
{
        padding:0 5px
}

.archive form
{
        padding:0 5px
}

ul#archive-items
{
        margin:20px 0 20px 0px;
        list-style-type:none;
        padding:0
}

ul#archive-items li.row0,
ul#archive-items li.row1
{
        padding:10px 0;
        margin:10px 0;
}

/* ++++++++++++++  columns  ++++++++++++++ */
/* ++++++++++++++  blog  ++++++++++++++ */

.cols-1
{
        display: block;
        float: none !important;
        margin: 0 !important;
}

.cols-2 .column-1
{
        width:46%;
        float:left;
}

.cols-2 .column-2
{
        width:46%;
        float:right;
        margin:0
}

.cols-3 .column-1
{
        float:left;
        width:29%;
        padding:0px 5px;
        margin-right:4%

}
.cols-3 .column-2
{
        float:left;
        width:29%;
        margin-left:0;
        padding:0px 5px
}
.cols-3 .column-3
{
        float:right;
        width:29%;
        padding:0px 5px
}

.items-row
{
        overflow:hidden;
        margin-bottom:10px !important;
}

.column-1,
.column-2,
.column-3
{
        padding:10px 5px
}

.column-2
{
        width:55%;
        margin-left:40%;
}

.column-3
{
        width:30%
}

.blog-more
{
        padding:10px 5px
}


#mitte .items-leading h2
{
        font-size:1.4em;
        font-weight:normal;
        padding:5px 0px
}

/* ++++++++++++++  readmore  ++++++++++++++ */

#mitte .readmore a
{
        font-weight:bold;
        padding:2px 5px 2px 10px;
        display:inline-block;
        margin-top:5px;
                text-decoration:none
}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited,
#mitte a.readmore:link,
#mitte a.readmore:visited
{
        padding:4px 5px 4px 10px ;
        line-height:1.2em;
        text-decoration:none;

}

.newsflash  a.readmore:link,
.newsflash a.readmore:visited
{margin:10px 0;}

a.readmore:hover,
a.readmore:active,
a.readmore:focus
{
        text-decoration:none
}

#mitte .readmore a:hover,
#mitte .readmore a:active,
#mitte .readmore a:focus
{
        text-decoration:none;
}

/* ++++++++++++++  details  ++++++++++++++ */

.article-info
{
        margin:10px 0 10px 0px;
        font-size:0.9em;
}

.article-info-term
{
        display:none
}

dt.category-name,
dt.create,
dt.modified,
dt.createdby
{
        float:left;
        padding-right:5px;
}

.archive .article-info dd,
.article-info dd
{
        margin:2px 0 0px 0;
        line-height:1.2em
}

dd.createdby
{

}

.article-info dd span
{
    text-transform:none;
    display:inline-block;
    padding:0 5px 0 0px;
    margin:0 10px 0 0px;
}

/* ++++++++++++++  icons  ++++++++++++++ */

#mitte ul.actions
{
        text-align:right;
        padding:0 ;
        width:100%;
        margin:0
}

#mitte ul.actions li
{
        display:inline
}

#mitte ul.actions a
{
        text-decoration:none
}

/* ++++++++++++++  items more  ++++++++++++++ */

#mitte .items-more
{
        padding-top:10px;
}

#mitte .items-more h3
{
        font-weight:normal;
        margin:0;
        padding:5px 5px 5px 5px;
        font-size:1.4em
}

#mitte .items-more ol
{
        line-height:1.3em;
        list-style-type:none;
        margin:0;
        padding:10px 0 10px 2px;
}

#mitte .items-more ol li
{
        padding:2px;
}

#mitte .items-more ol li a
{
        display:inline;
        margin:0;
        font-weight:normal;
        padding:5px 5px 5px 20px;
}

#mitte .items-more ol li a:hover,
#mitte .items-more ol li a:active,
#mitte .items-more ol li a:focus
{
        font-weight:normal;
        padding:5px 5px 5px 20px;
        text-decoration:none
}


/* ++++++++++++++  pagination  ++++++++++++++ */

#mitte .pagination
{
        margin:10px 0 ;
        padding:10px 0 10px 0px;
        clear:both;

}

#mitte .pagination ul
{
        list-style-type:none;
        margin:0;
        padding:0;
        text-align:left;
}

#mitte .pagination li
{
        display:inline;
        padding:2px 5px;
        text-align:left;
        border:solid 0px #eee;
        margin:0 2px
}

.pagenav
{padding:2px; clear: both;}

#mitte .pagination li.pagination-start,
#mitte .pagination li.pagination-next,
#mitte .pagination li.pagination-end,
#mitte .pagination li.pagination-prev
{border:0}

#mitte .pagination li.pagination-start ,
#mitte .pagination li.pagination-start  span
 {
padding:0

}
p.counter
{
        font-weight:bold;
}


/* ##########################  right  ########################### */

#right .moduletable
{
        umargin:0px 0px 10px 00px;
        padding:0px 0 20px 0;
}

#right h3
{
        font-size:1.2em;
                line-height:1.4em;
        margin:5px 0 0 0;
        font-weight:normal ;
}

#right h3 span.backh
{
        padding:0px 0px 0px 0;
        display:block;
}

#right h3 span.backh2
{
        display:block;
}

#right h3 span.backh3
{
        padding:0px 0px 5px 0px;
        display:block;
}

#right h3.js_heading span.backh
{
        padding:0px 0 0 10px
}

#right h4
{
        font-size:1em;
        padding:10px 5px 0 0;
        margin:0;
}

/*#right ul
{

    list-style-type:none;
    margin:10px 0;
    padding:5px 0 0 0px;
    position:relative;
}*/
#rechts ul.menu {
  width: 9em;
  font-size: 15px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  overflow: auto;
  margin-left: 0px;
  clear: both;
}
#rechts ul.menu a{
  text-decoration: none;
  color: #777777;
}
#rechts ul.menu {
  padding-left: 0px;
}

#rechts ul.menu li a{
  -moz-box-shadow: inset 0px 0px 0px 0px #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 0px #ffffff;
  box-shadow: inset 0px 0px 0px 0px #ffffff;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background: -moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
  background-color: #ededed;
  border: 1px solid #dcdcdc;
  /*display:inline-block;*/
  color: #777777;
  /*font-family: Trebuchet MS;*/
  font-family: 'Open Sans', sans-serif;
  font-size: .8em;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #ffffff;
  padding-top: 4px;
  padding-right: 20px;
  padding-bottom: 4px;
  padding-left: 10px;
  display:block;
}
#rechts ul.menu  li a:hover {
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
  background-color:#dfdfdf;
#right ul.categories-module ul
{margin: 15px 0 15px 10px}
#right ul li
{

}

#right ul li a
{

}

#right ul.category-module
{
        margin-top:0;
        padding-top:0
}



/*  ####################   forms   #####################  */

#member-registration
{
        padding:0 5px
}
#member-registration fieldset
{
border:solid 1px #ddd
}

form fieldset dt
{
        clear:left ;
        float:left;
        width:12em;
        padding:3px 0
}

form fieldset dd
{
        float:left;
        padding:3px 0
}

/* ++++++++++++++  image float style ++++++++++++++ */
.img-fulltext-left {
  float:left;
  margin-right: 20px;
  margin-bottom: 20px;
}

.img-intro-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.img-fulltext-right {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}

.img-intro-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
div.jvle_linkinginfo span.title
{
  float: left;
  width: 20%;
  padding-right: 10px;
  text-align: right;
  line-height: 25px;
  font-weight: bold;
  font-size: 13px;
}
.xc_intro {
  color: #FFF;
}
.sot_container{
  margin-top:-22px;
  }
fieldset.userdata{

  }
  #adunitgooglerechts {
	background-color: #CCC;
	height: 600px;
	width: 160px;
	float: left;
  }
#sot_container_109.sot_container {
    display: none;
    width: 100%;
    height: 500px;
    position: relative;
    margin: -10px auto 22px;
}
.sot_image_wrapper img {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
#ads_anzeige{
	font-size: 8px
	text-align: right;
	color: grey;
}