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

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;
}

table, th, td {
  border: 1px thin black; 
  border-collapse: collapse;
}

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

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

/* ------------------- */
/* 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;
	font-family:"Avenir Next IT Pro", arial, sans-serif;
	color:white;
	font-weight:bold;
	margin-right:120px;
}

#headtextupper {
	height:70px;
	font-size:2.0em;
	font-family:"Avenir Next IT Pro", arial, sans-serif;
	text-transform:uppercase;
	color:white;
	font-weight:bold;
	margin-right:120px;
}

#dgslogo {
	width:109px;
	float:right;
	position:relative;
	top:-70px;
	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-Header-Bereich */
/* ------------------- */

#newsheader {
	width:1200px;
	height:600px;
	overflow:hidden;
	border-radius:10px;
	position:relative;
	top:-20px;
	margin-bottom:-15px;
}

#newsheader_navleft, #newsheader_navright {
	width:80px;
	height:100%;
	position:relative;
	top:-600px;
	opacity:0;
	cursor:pointer;
	transition:all ease 0.5s;
}

#newsheader_navleft:hover, #newsheader_navright:hover {
	background:red;
	opacity:0.5;
}

#newsheader_navleft {
	float:left;
}

#newsheader_navright {
	float:right;
	text-align:right;
	}

#newsheader_picturebox {
	width:100%;
	height:100%;
	margin:0;
	text-align:center;
}

#picture_frame {
	width:100%;
	overflow:hidden;
}

#picture_moveframe {
	left:0px;
	transition:all ease 0.5s;
	overflow:hidden;
}

#picture_singleframe {
	width:10%;
	height:600px;
	float:left;
	overflow:hidden;
}

#picture_innerbox {
	height:100%;
	overflow:hidden;
}

#picture_content {
	width:100%;
	height:auto;
}

#newsintro_content {
	padding:0px;
	background:white;
	position:relative;
	left:10px;
	float:left;
	top:-160px;
	width:800px;
	height:150px;
	border-radius:5px;
	opacity:0.8;
	overflow:hidden;
	text-align:left;
	z-index:10;
}

#newsintro_content_phone {
	display:none;
}
	
#newsintro_content_height {
	height:65px;
	overflow:hidden;
}

#navigation_bar {
	width:1200px;
}

#btn0, #btn1, #btn2, #btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9 {
	transition:all ease 0.25s;
}


/* ------------------- */
/* Extrapage-Bereich  */
/* ------------------- */

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

#extralink_btn {
	width:190px;
	height:100px;
	float:left;
	text-align:center;
}

#extralink_image {
	width:150px;
}

/* ------------------- */
/* Info-Bereich        */
/* ------------------- */

#schedule_area {
	width:400px;
	height:640px;
	background:white;
	border-radius:10px;
	float:left;
	margin-right:8px;
	display:block;
}

#box_events {
	height:560px;
}

#box_schedules {
	height:560px;
}

#dgs-info_area {
	width:384px;
	height:640px;
	background:white;
	border-radius:10px;
	float:left;
	margin-right:8px;
	font-size:0.8em;
	display:block;
}

#dgs-info_area_pad {
	display:none;
}

#twitter_area {
	float:left;
	width:400px;
	height:640px;
	background:white;
	border-radius:10px;
	display:block;
}


/* ------------------- */
/* 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;
}

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

#logoarea {
	width:285px;
}

#areawidth {
	width:100%;
}

#logowidth {
	width:100px;
}