* {
	margin: 0;
	padding: 0;
}

body {
	background: #999;
	width: 1015px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: none;
}

.clearfloat {
	clear: both;
}

.acc {
	display: inline;
	height: 0px;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0px;
}

.hidden {
	display: none;
}

/* Alles außer Leaderboard und Skyskraper */
#container {
	width: 855px;
	float: left;
	background: #fff;
	border: 5px solid #fff;
}

/* Menu + Inhalt + Rechte Spalte */
#mainpage {
	background-repeat: repeat-y;
	margin-top: 19px;

	/* IE 7 sucks */
	border-top: 1px solid white;
}


/*********************/
/* Inhalt            */
/*********************/


#content {
	float: left;
	width: 461px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

h1, h2 {
	font-family: "Trebuchet MS",Tahoma,Helvetica,Arial,sans-serif;
}

h1, h1 a {
	color: #898968;
	margin-bottom: 2px;
}

h1 {
	line-height: 16px;
	font-size: 13px;
	padding: 4px 10px;
	margin-bottom: 10px;
}

h1, h1 a {
	color: #ffffff;
}

h2 {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 2px;
	margin-top: 10px;
}
h2 a:hover {
	text-decoration: none;
}

h2, h2 a {
	color: #333333;
}	

h2 span.subheader, h2 span.subheader a {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h3 {
	color: #844527;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 1.5em;
}

hr {
	background: transparent;
	border: none;
	border-bottom: 1px dotted #555;
	margin: 10px 0px;
}

hr.cl-right {
	border-bottom: none;
	margin: 0;
}

p {
	margin-top: 5px;
}

ul, ol {
	margin-left: 20px;
}

/************
* NEWS
************/

/* LIST */
ol.news-list-container {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.news-list-item {
	border-bottom: 1px solid #eeebe9;
	padding: 10px 0px 10px 3px;
}

#content .news-list-item h2, #content .news-latest-item h2 {
	margin-bottom: 3px;
}

.news-list-image {
	float: right;
	margin: 0px 0px 2px 4px;
}

.news-list-image img {
	margin: 0;
}

/* tt_news vorgabe */
.news-list-container img {
	float: none;
}


/* SINGLE */
.news-single-item {
	padding: 0;
}

/* etwas platz schaffen, wenn smoothgallery auf zweiter seite einer news ist (denn dann fehlt subheader) */
.news-single-item h2:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0px;
	clear: both;
}

strong.news-single-subheader {
	clear: both;
	display: block;
	margin: 0 0 10px 0;
	text-align: justify;
}

div.news-single-timedata {
	float: right;
	color: #555;
	font-size: 0.8em;
	font-weight: bold;
}

.news-single-rightbox {
	margin-bottom: 10px;
}

.news-single-img {
	margin: 0 0 0 10px;
	clear: both;
}

div.news-single-video {
	float: right;
	margin-left: 10px;	
}

/* Smoothgallery */
div.news-single-img .rgsgcontent {
	margin-bottom: 10px;
}

.news-single-backlink {
	padding: 10px 0;
}
	
.news-single-item ul.tx-dmmnewsfields {
	margin: 5px 0px 10px 0px;
}

.news-single-additional-info { 
	margin-top: 0;
}

dl.news-single-related, dl.news-single-files, dl.news-single-links {
	padding: 0;
}

.news-single-related dt, .news-single-links dt, .news-single-files dt {
	margin-left: 0;
}

.news-single-related dd:before, .news-single-links dd:before, .news-single-files dd:before {
	content: "\25a0  "
}


#content dl.news-single-related {
	list-style-type: square;
}


/* LATEST news (Top News) */
#content .news-latest-container {
	padding: 0;
	min-height: 320px;
	
}

#content .news-latest-container h1 {
	margin-bottom: 0;
}

/*
#content .news-latest-container h1 span {
	background: #cdbfb7;
	display: inline;
	padding: 1px 10px;
	color: #fff;
	float: left;
}
*/
#content .news-latest-item {
/*	margin: 14px 8px 0px 8px; */
	padding: 10px 8px 4px 8px;
}

#content .news-latest-img-left img {
	margin: 0px 10px 0px 0px;
}
#content .news-latest-img-top img {
	margin: 0px 0px 5px 0px;
}

#content .news-latest-morelink, #content .news-list-morelink {
	font-weight: bold;
	font-size: 1em;
	white-space: nowrap;
}

/* Page browserr tt_news */
.browseLinksWrap {
	margin-top: 15px;
	font-size: 12px;
}

.browseLinksWrap a, .browseLinksWrap span {
	padding: 4px 6px;
	background: #eee;

}

.browseLinksWrap span.activeLinkWrap,
.browseLinksWrap a:hover {
	background-color: #ddd;
}

.news-list-browse, .news-single-browse {
	text-align: left;
}

/* Most popular */
.news-mostpopular-container {
	padding: 0 12px;
}

/*********************/
/* Header            */
/*********************/

#logo {
	float: left;
	display: inline;
}

#head-row2 {
	background-color: #fff;
	background-repeat: repeat-x;
	color: #999;
	height: 35px;
}

#head-claim {
	background-repeat: no-repeat;
	float: left;
	height: 27px;
	width: 598px;
}

#head-row2 form {
	margin-top: 6px;
}

#head-row2 form input {
	border: 1px solid #b9babc;
	border-top: 2px solid #b9babc;
	border-right: 2px solid #b9babc;
	font-size: 11px;
	padding: 2px;
	width: 155px;
	float: left;
	margin-right: 5px;
}

#head-search {
	float: right;
}

#head-search button {
	height: 18px;
	width: 82px;
	border: none;
	cursor: pointer;
	margin-top: 1px;
}

#head-search button:hover {
	background-position: 0 -18px;
}


/*********************/
/* Menu              */
/*********************/

#left-column {
	width: 181px;
	float: left;
}

#rgaccordmenu {
	min-height: 319px;
}

#rgaccordmenu, #rgaccordmenu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#rgaccordmenu li a, #rgaccordmenu li span {
	display: block;
	width: 181px;
	cursor: pointer;
}

#rgaccordmenu li a {
	color: #000;
	text-decoration: none;
}

#rgaccordmenu li a span, #rgaccordmenu li span.toggle span {
	line-height: 12px;
	width: 150px;
	overflow: hidden;
	padding: 6px 2px 6px 20px;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
}

#rgaccordmenu li.act a, #rgaccordmenu span.act {
	background-position: 0 -24px;
	color: #fff;
}

#rgaccordmenu span.special a, #rgaccordmenu span.special {
	background-position: 0 -72px;
	color: #fff;
}

#rgaccordmenu li a:hover,  #rgaccordmenu span.toggle:hover {
	background-position: 0 -48px;
	color: #fff;
}

#rgaccordmenu li.spacer {
	height: 10px;
}

#rgaccordmenu li span.rss {
	background: 19px 3px no-repeat;
	padding-left: 39px;
}

/* second level */
#rgaccordmenu ul.menu-second {
	background-color: #fcf8f5;
	background-repeat: repeat-x;
	background-position: bottom;
	width: 179px;
}

#rgaccordmenu ul.menu-second.act {
	/* rgaccordion-vorgabe überschreiben, wenn menü eingeblendet */
	border: 1px solid #cebaac !important;
}

#rgaccordmenu .menu-second li span {
	padding: 0px;
}

#rgaccordmenu ul.menu-second li a {
	background: transparent no-repeat scroll 0px 5px;
	color: #555;
	padding: 2px 0px 3px 14px;
	margin-left: 15px;
}

#rgaccordmenu .menu-second li a:hover, #rgaccordmenu .menu-second li span.open a {
        background: transparent no-repeat scroll 2px 5px;
        color: #333;
}

/*
#rgaccordmenu, #rgaccordmenu ul.menu-second {
	list-style-type: none;
}

#rgaccordmenu li.spacer {
	height: 5px;
}

#rgaccordmenu a, #rgaccordmenu a:hover, #rgaccordmenu span {
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}

#rgaccordmenu li a, #rgaccordmenu li span {
	display: block;
	background: #fff;
	color: #000; 
}

#rgaccordmenu span.toggle, #rgaccordmenu a {
	padding: 5px 5px 5px 10px;
}

#rgaccordmenu li {
	margin-bottom: 5px;
}

#rgaccordmenu span.act, #rgaccordmenu span.toggle:hover, #rgaccordmenu a:hover {
	background: #bb652e url(../img/menu_bg.gif) repeat-x scroll 0% 0%;
	color: #fff;
}

#rgaccordmenu span.act a {
	background: transparent;
	color: #fff;
}

#rgaccordmenu span.toggle {
	cursor: pointer;
}
*/

/* second level */
/*
#rgaccordmenu .menu-second {
	background: #f0ece9;
}

#rgaccordmenu .menu-second li {
	margin: 0px 0px 0px 5px;
}


#rgaccordmenu .menu-second li span.open  {
	background: transparent;
}

#rgaccordmenu .menu-second li a {
	background: transparent url(../img/arrow_r_grey.png) no-repeat scroll 0px 5px;
	padding: 2px 0px 3px 14px;
	color: #555;
}
*/
/* Hover sowie Aktiv in der 2. Ebene */
/*#rgaccordmenu .menu-second li a:hover, #rgaccordmenu .menu-second li span.open a {
        background: transparent url(../img/arrow_r_orange.png) no-repeat scroll 2px 5px;
        color: #333;
}
*/

/*********************/
/* Rechte Spalte     */
/*********************/

#right {
	float: right;
	width: 183px;
}

#right, #left {
	font-size: 0.7em;
	line-height: 1.35em;
}

#right div, #left div {
	border-bottom: 1px solid #fff;
}

#left div:first-child {
	border-top: 2px solid #fff;
	margin-top: 1px;
}

#right div {
	padding: 10px 10px 10px 13px;
}
#left div {
	padding: 13px 10px 10px 10px;
}

#right div div, #left div div {
	padding: 0;
	border-bottom: none;
}

#right a, #left a {
	text-decoration: none;
	font-weight: normal;
}

#right a:hover, #left a:hover {
	color: #000;
}


#right hr, #left hr {
        background: transparent;
        border: none;
        border-bottom: 1px solid #fff;
        margin: 8px 0px;
}

#right h2, #left h2 {
	font-size: 1.1em;
	color: #000;
	margin-bottom: 5px;
}


#right ul, #right ol {
        list-style-position: inside;
}


#right_buttons a {
	display: block;
}

#right .tx-dmmmagazinsview-pi1 {
	padding: 0;
	border-bottom: 2px solid #ffffff;
}

#right .tx-dmmmagazinsview-latest {
	padding: 10px 10px 10px 13px;
	min-height: 300px;
}

#right .tx-dmmmagazinsview-latest a {
	font-weight: bold;
}

.right_button {
	text-align: center;
}

#right ul, #right ol {
	list-style-position: outside;
	margin-left: 18px;
}

/*********************/
/* Banner            */
/*********************/

#ad-leaderboard {
	float: left;
	width: 728px;
/*	height: 90px;*/
/*	margin-left: 137px;*/
}

#ad-leaderboard div {
	margin: 0pt 0pt 0pt auto;
}

#ad-skyscraper {
	position: absolute;
	left: 865px;
	top: 0px;
}

#ad-topbanner {
	display: inline;
	float: right;
	margin: 15px 15px 0px 0px;
}	

#ad-footer {
	background: #b9784d;
	border-top: 2px solid #fff;
	text-align: center;
}

.ad-newslist {
	text-align: center;
	padding: 10px 0px;
	border-bottom: 1px solid #eeebe9;
}

.ad-news-single {
	margin: 5px 10px 5px 0px;
	float: left;
}

.ad-newslist div {
	margin: 0px auto !important;
}


.ad-newslist img {
	/* float aus  news-list-container img ueberschreiben */
	float: none;
}

/*********************/
/* smoothgallery     */
/*********************/

#content .myGallery {
	margin-left: 0 !important;
}

#content .myGallery .slideElement {
	background-position: center;
}

#content .myGallery .slideInfoZone h2 {
	color: #ddd;
	margin-bottom: 0px;
}

#content .jdGallery .slideInfoZone p {
	color: #ddd;
	font-size: 0.9em;
	margin-top: -2px;
}

#content .jdGallery .carousel .thumbnail {
	width: 95px;
	height: 70px;
}

#content .jdGallery a.carouselBtn {
	color: #333;
	right: 5px;
	left: auto;
}

/*********************/
/* pagebrowse        */
/*********************/


.tx-pagebrowse {
	text-align: left !important;
}

.tx-pagebrowse li {
	display: inline;
	font-weight: bold;
	padding: 0 !important;
}

.tx-pagebrowse li a, .tx-pagebrowse li.tx-pagebrowse-current span {
	padding: 3px 5px;
	background: #eee;
}

.tx-pagebrowse li.tx-pagebrowse-current {
	background: #ddd;
	margin: 0px 3px;
}

.tx-pagebrowse a:hover {
	background: #ddd;
}


/*********************/
/* DMM magazin view  */
/*********************/

.tx-dmmmagazinsview-item {
	background: #f6f6f7;
	margin-bottom: 10px;
}

.tx-dmmmagazinsview-item div {
	padding-left: 4px;
}

.tx-dmmmagazinsview-item h3 {
	margin-bottom: 10px;
}

.tx-dmmmagazinsview-pi1 .left {
	float: left;
	width: 160px;
}

.tx-dmmmagazinsview-pi1 .right {
	margin-left: 154px;
	padding-right: 5px;
}
.tx-dmmmagazinsview-pi1 .footer {
	background: #ffffff;
	padding: 4px 0 0 8px;
	font-size: 11px;
}

.tx-dmmmagazinsview-pi1 .toolbar a {
	font-weight: normal;
}

.tx-dmmmagazinsview-pi1 .footer, .tx-dmmmagazinsview-pi1 .toolbar a {
	color: #b7babd;
}

.tx-dmmmagazinsview-pi1 img.title {
	padding: 5px;
}

.tx-dmmmagazinsview-pi1 .tx-dmmmagazinsview-highlights ul {
/*	margin-left: 15px;*/
}


/************************/
/* FE-User Registration */
/************************/
.tx-srfeuserregister-pi1 input {
	width: 250px;
}

p.tx-srfeuserregister-pi1-trash {
	clear: both;
}



/************************/
/* FE-User Registration */
/************************/
.tx-felogin-pi1 fieldset {
	border: none;
	margin-top: 10px;
}

.tx-felogin-pi1 legend {
	display: none;
}

.tx-felogin-pi1 label {
	float: left;
	width: 120px;
	text-align: right;
	padding-right: 10px;
}

.tx-felogin-pi1 input {
	margin-bottom: 5px;
}


ul.tx-vfmnewsfields {
	margin: 10px 0 0 0;
	clear: both;
	list-style-type: none;
}

.tx-vfmnewsfields img {
	margin: 0;
}

.tx-vfmnewsfields-copyright {
	font-size: 0.9em;
	color: #aaa;
	clear: both;
	margin-top: 5px;
	text-align: right;
}

.tx-timtabsociable-pi1 {
	margin-bottom: 15px;
}

.tx-timtabsociable-pi1 a {
	margin-left: 3px;
}


/************************************/
/* Flexible Content Elements (FCEs) */
/************************************/

.fce-textpiclink {
	border-top: 1px solid #eeebe9;
	padding: 10px 0 10px 3px;
	clear: both;
}

.fce-textpiclink h2 {
	float: left;
	margin: 0 0 3px 0;
}

.fce-textpiclink-image {
	margin: 0 0 2px 4px;
	float: right;
}

.fce-textpiclink p {
	clear: left;
}

.fce-textpiclink-link {
	margin-top: 3px;
}

.fce-textpiclink-link:after {
        content: ".";
        display: block;
        visibility: hidden;
        height: 0px;
        clear: both;
}
