* {
	margin:0;
	padding:0;
	background:transparent;
	font-family:sans-serif;
	font-size:1.0em;
	line-height:140%;
	color:black;
}

i,li,ul {
	margin:0.5em;
	font-family:serif;
	text-indent: 5em;
}

li {
	margin-left:2em;
	margin-bottom:0.8em;
	text-indent: 5em;
}

b {
	font-family:sans-serif;
}

table, th, td {
  border: 0px solid black; 
  border-collapse: collapse;
}

table {
  width:80%;
}

td:nth-of-type(1) {
	width:50%;
}

td:nth-of-type(2) {
	width:30%;
}

a:link, a:visited {
	background:transparent;
	text-decoration:none;
	color:green;
}

a:hover {
	background:transparent;
	text-decoration:underline;
	color:forestgreen;
}

body {
	background:#e0e0e0;
	overflow-y:scroll;
}

/* ------------------- */
/* Anzeige für Desktop */
/* ------------------- */

#container {
	margin:0px auto;
	width:1200px;
}

#pageheader {
	width:100%;
	height:100px;
	border-radius:10px;
	background:#6898de;
	margin-bottom:0px;
	overflow:hidden;
}

#headerspacer {
	display:none;
}

#title {
	width:100%;
	height:70px;
	text-align:right;
	/*text-shadow:5px 5px 10px black;*/
	/*overflow:hidden;*/
}

#headtext {
	height:70px;
	font-size:2.0em;
	color:white;
	font-family:Avenir Next LT Pro, arial, sans-serif;
	font-weight:bold;
	margin-right:120px;
}

#dgslogo {
	width:109px;
	float:left;
	position:relative;
	top:-100px;
	left:-10px;
}

#dgslogoimg {
	width:75%;
	height:75%;
}

#menubar {
	width:100%;
	height:30px;
	position:relative;
	top:-30px;
	background:transparent;
	border-top:solid 1px white;
	display:block;
}

#menu_01, #menu_02, #menu_03, #menu_04, #menu_05, #menu_06, #menu_07, #menu_08 {
	width:142px;
	float:left;
	color:white;
	text-align:center;
	margin-left:3px;
	margin-right:3px;
	cursor:pointer;
	overflow:hidden;
}

#menubutton {
	display:none;
}

#menublockpad {
	display:none;
}


/* -------------------- */
/* News-Content-Bereich */
/* -------------------- */

#newscontent {
	width:100%;
	margin-top:-20px;
	margin-bottom:10px;
	background:white;
	border-radius:10px;
	font-size:1.0em;
}


/* ------------------- */
/* URL-Bereich         */
/* ------------------- */

#url_area {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	background:white;
	border-radius:10px;
}

#url_group {
	width:33%;
	float:left;
}

#url_group_inner {
	font-size:0.9em;
	padding-left:5px;
}


/* ------------------- */
/* Sponsoring-Bereich  */
/* ------------------- */

#sponsoring_area {
	width:100%;
	margin-top:5px;
	margin-bottom:10px;
	background:white;
	border-radius:10px;
}


/* ------------- */
/* News-Bereich  */
/* ------------- */

#newstitle {
	font-size:1.8em;
	font-weight:bold;
	margin-left:100px;
	margin-right:100px;
	margin-top:30px;
	margin-bottom:20px;
	color:teal;
	text-shadow:0px 5px 10px gray;
}

#newsauthor {
	text-align:right;
	margin-bottom:12px;
	margin-right:100px;
	font-size:75%;
	border-bottom:solid 1px #e0e0e0;
}

#newstext {
	clear:both;
	font-size:1.2em;
	margin-bottom:20px;
	font-family:serif;
	padding-left:100px;
	padding-right:100px;
	line-height:1.2em;
	text-align:justify;
}

#newslisttext {
	clear:both;
	font-size:1.2em;
	margin-left:20px;
	margin-bottom:20px;
	font-family:serif;
	padding-left:100px;
	padding-right:100px;
	line-height:1.8em;
	text-align:left;
}

#newsline {
	font-family:inherit;
	font-size:inherit;
	margin-bottom:1.5em;
}

#newsinfobox {
	width:500px;
	float:right;
	margin-left:20px;
	background:#e0e0e0;
	border-radius:10px;
	margin-top:4px;
	box-shadow:0px 4px 8px gray;
	margin-bottom:20px;
}

#nextnewsbutton, #previousnewsbutton {
	font-size:0.8em;
	text-align:center;
	color:black;
	width:130px;
	height:25px;
	background:lightgray;
	padding:8px;
	margin-top:5px;
	border-radius:5px;
	cursor:pointer;
	transition:all ease 0.5s;
}

#nextnewsbutton {
	float:left;
}

#previousnewsbutton {
	float:right;
}

#nextnewsbutton:hover, #previousnewsbutton:hover {
	background:green;
	color:white
}

#newsblock_outerframe {
		width:50%;
		height:120px;
		float:left;
		margin:auto 0;
		margin-bottom:20px;
}

#url_area {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	background:white;
	border-radius:10px;
}

#logoarea {
	width:285px;
}

#areawidth {
	width:100%;
}

#logowidth {
	width:100px;
}

#photo {
	border-radius:10px;
	overflow:hidden;
	border:solid 1px lightgray;
	box-shadow:0px 4px 8px gray;
}