body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    background-color:#eee;
    text-align:center;
}

body * {
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

body, div {
    margin:0px;
    padding:0px;
}

a, a:link, a:active, a:visited {
    color:#369;
    font-weight:bold;
    text-decoration:none;
}

a:hover {
    color:#ffb800;
}

a img {
    border:0;
}

#general-back-link {
    padding:5px 3px;
    margin:0;
    clear:both;
}

p {
    padding:5px;
    margin:0px;
}

/* site headlines */
h1 {
   padding:0 5px;
margin:0px;
margin-top:24px;
margin-bottom:10px;
font-size:24px;
color:#333;
}

h2 {
    padding:0 5px;
    margin:0px;
    margin-top:36px;
    margin-bottom:10px;
    font-size:16px;
    color:#666;
}

h3 {
    padding:5px;
    margin:0px;
    font-size:12px;
}

h4 {
    padding:5px;
    margin:0;
    font-size:10px;
    color:#666;
    font-weight:normal;
}

/* first headline of the page */
.csc-firstHeader {
    margin-top:0px;
}

hr.separator {
    clear:both;
    padding:0;
    margin:10px 5px;
    height:1px;
    border:0;
    border-top:1px solid #69c;
}

hr.trennlinie{
	border:none;
	border-top: 1px dotted #69c;
	height:1px;
	background:white;
	margin:0px 10px;
}

/* defines width and position of whole website */
#all {
    /*position:absolute;
    left:50%;
    margin-left:-450px;
*/
    text-align:left;
    margin:20px auto 20px auto;
    width:900px;
    background:url(../img/fauxcolumns.gif) repeat-y;
    border:1px solid #369;
	border-top: 3px solid #82abcf;
}

/* header */
#header {
    height:100px;
    background-color:#369; /* AGI CD dark */
    color:#fff;
}

#header img {
    float:left;
    border:0px;
}

/* header caption */
#header_caption {
	margin-left: 20px;
}

#header_auxiliary {
    padding-top:10px;
    color:#fff;
}

/* left */
#left {
    width:180px;
    float:left;
    text-align:left;
}
#left div.tx-ttnews-browsebox{
display:none;
}


/* ---------- RSS-FEED-BUTTON ---------- */
#left #rssbutton{
	padding: 10px;
}
/* ---------- Lesezeichen-BUTTON ---------- */
#left #bookmark{
	padding: 0 10px 10px 10px;
}

/* content */
#content {
    width:515px; /* 518px */
    float:left;
    margin-top:1px;
    margin-left:1px;
    background-color:#fff;
}

.content-element {
}

#content .content-element table p {
    font-size:11px;
}

/* right */
#right {
    width:175px;
    padding:0;
    float:left;
    border-top:1px solid #fff;
    margin-left:10px;
    margin-top: 10px;
}

#right #hsm_logo {
    text-align:center;
    padding:10px 0;
}

#right .content-element h1 {
    color:#000;
    margin:0;
    padding:5px;
}
#right div.content-element a.internal-link{
   font-weight: bold;
   color: #336699;
font-size: 10px;
}


#right .content-element table {
    margin:0;
    padding:0;
}

#right .content-element p {
font-size: 10px;
}


#right .content-element a, #right .content-element a:link, #right .content-element a:active, #right .content-element a:visited {
    color:#000;
    font-weight: normal;
}

#right div.content-element .external-link-new-window, #right span.right-special{
color: #336699;
font-weight:bold;
font-size: 11px;
background: url(../img/followexternallink.gif) no-repeat;
background-position: 0 4px;
padding-left: 12px;
}
#right .content-element hr{
border-style: dotted;
}


#right .content-element a:hover {

    text-decoration: underline;
}

#right a.right-single-arrow{
  background: url(../img/singlearrow.gif) no-repeat;
  background-position: 0 2px;
  padding-left: 8px;
  font-size: 10px;
  color: #369 !important;
}


/*NOVUM*/

#right div.novum-latest-item div.novum-teaser-bild img{
  float:left;
  width: 80px;
  margin-top: -2px;
  margin-bottom: 6px;
  _margin-bottom: 3px;
  border: 1px solid #369;
}
#right div.novum-teaser{
  float:right;
  width: 90px;
  font-size: 10px;
  margin-right: -4px;
  margin-top: -2px;
}

#right div.novum-teaser-headline{
  clear:both;
  font-weight: bold;
  font-size: 10px;
  margin-bottom: 8px;
}

#right div.novum-teaser-text{
  font-size: 10px;
  margin-bottom: 6px;
  margin-top: -5px;
}

/* Interview */
#interview-latest-container * img{
}
#right div.interview-latest-container p{


}
#interview-latest-container p img{
  margin-top: 6px;
  margin-bottom: -4px;
}

#interview-latest-container p#interview-teaser-text{
  margin-top: -4px;
}
div#interview-image img{
  border: 1px solid #369;
  float:left;
  clear:none;
  margin-right: 4px;
  margin-left: 4px;
  margin-top: 4px;

}

/*Interview End*/

/*PODCAST Begin*/
div#podcast-latest-container p img{
  margin-top: 4px;
}

div#podcast-latest-container a.right-single-arrow{
  margin-left: 2px;
}

div#podcast-latest-container p{
  margin-right: -10px;
}

div#podcast-latest-container p#podcast-teaser-text{
  font-weight:bold;
  margin-bottom: -2px;
  padding-bottom: 0;
}
div#right-podcast{
  margin-top: 8px;
  margin-left: 4px;
}

div#podcast-image img{
  border: 1px solid #369;
  margin-left: 6px;
}


/*PODCAST End*/


/* footer */
#footer {
    width:708px;
    background-color:#ffb800;
    text-align:right;
    padding:5px;
    margin-left:181px;
    border-top:1px solid #fff;
    border-bottom:1px solid #fff;
    clear:both;
    color:#000;
    font-weight:bold;
}

/*Tipafriend*/
table#tipform td textarea, table#tipform td input{
font: 1em verdana;
width: 280px;
}
table#tipform td{
vertical-align: top;
}
#tipsent{
	margin: 20px;
}

table#tipform td #sendbutton{
width: 100px;
margin-left: 90px;
}
#menu ul{
list-style-type: none;
margin: 0;
padding:0;
margin-right: 2px;
}
#menu ul ul{
margin: 0;
}
#menu li a{
color: #fff;
display:block;
}

#menu li{
background-color:#69c;
    border-top:1px solid #fff;
    margin-left:1px;
    
    }
    #menu ul li ul{
    margin-top: 2px;
    margin-bottom: 0;
    }
    #menu ul li li {
    border-left: 8px solid #ffb800;
    background-color: #8bb6e6;
    }
    #menu * li a{
    display:block;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 8px;
    }mm-audioplayer{
  margin-top: 5px;
}
#menu li a:hover{
color: #ffb800;
}
#menu ul li.menu-level1-current-active, #menu ul li.menu-level2-current-active, #menu ul li.menu-level3-current-active{
	background-color: #336699;
}

/*drite Ebene IE Fix*/
* html #menu ul li ul li ul.menu-level3 li{
	padding-left: 7px;
	margin-left:-7px;
}

/*minical*/
div#minical{
margin-left: 5px;
}
div#minical div{
margin-top: 4px;
}
div#minical img{
margin-top: -3px;
width: 18px;
height: 18px;
}
/* Multimediaicon */
div.news-latest-item img.multimediaicon,div.news-list-item img.multimediaicon,img.multimediaicon{
	border:none;
	margin:6px 5px 0px 0px;
	padding:0px;
}
div.multimediaicons{
	float:right;
	width:100px;
	text-align:right;
}

#menu ul #nav_255{
	width:168px;
	}
#menu ul #nav_255 a{
	background:white;color:#336699;padding-left:35px;
	background-image:url(../img/logo_mediapolis.png);
	background-repeat:no-repeat;
	background-position:2px 0px;
}

