﻿
body
{
	margin: 0 auto;
	padding: 0;
	background-color: black;
	color: #EEEEEE;
	font-family:Verdana;
	font-size:11px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}

table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}

.digi-Sheet
{
	position: relative;
	z-index: 0;
	margin: 0 auto;
	width: 962px;
	height: 800px;
	margin-top: 20px;
	background-image: url('/images/background/background.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}

.digi-Sheet-body
{
	position: relative;
	z-index: 1;
	padding: 5px;
}

/* begin Menu */
/*
.digi-Menu
{
	background: url('Elemente/headermenu.jpg') no-repeat;
	position: absolute;
	z-index: 3;
	top: 35px;
	left: 8px;
	width: 756px;
	height: 24px;
}
*/

.DummySlider
{
	margin-top:25px;
	height:55px;
	width:700px;
	float:left;
}

.digi-Menu-SlideLeft
{
	background: url('/images/background/pfeil_links.png') no-repeat;
	z-index: 3;
	margin-top:25px;
	width: 40px;
	height: 55px;
	cursor:pointer;
	float:left;
}

.digi-Menu-SlideRight
{
	background: url('/images/background/pfeil_rechts.png') no-repeat;
	background-position:right;
	z-index: 3;
	margin-left:20px;
	margin-top:25px;
	width: 40px;
	height: 55px;
	cursor:pointer;
	float:left;
}

.digi-Menu-SlideContent
{
	background: #3E595D no-repeat;
	z-index: 3;
	margin-left:20px;
	margin-top:10px;
	width: 580px;
	height: 80px;
	overflow:hidden;
	float:left;
}

.digi-Menu-SlideContent img
{
	margin-right:5px;
	cursor:pointer;
}

#ImageContainer
{
	position:relative;
	left:0px;
}

.Spacer
{
	clear:both;
	height:40px;
}

.digi-Menu-Pic
{
	width: 700px;
	overflow:hidden;
}

.digi-Menu-jpeg1
{
	float:left;
	margin-left:82px;
	margin-top:30px;
	z-index: 2;
	width: 118px;
	height: 41px;
	background-image: url('/images/background/Logo.png');
	background-repeat: no-repeat;
	background-position: center center;	
}

.digi-Menu-jpeg1 div
{
	position:relative;
	left:5px;
	top:70px;
	color:#4198b0;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	cursor:pointer;
}

.digi-Menu-jpeg2
{
	position: absolute;
	z-index: 2;
	top: 97px;
	left: 825px;
	width: 83px;
	height: 86px;
	/*background-image: url('Elemente/logo_unterzeile.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;		
}

.digi-Menu-jpeg3
{
	position: absolute;
	z-index: 2;
	top: 760px;
	left: 785px;
	width: 13px;
	height: 9px;
	background-image: url('/images/background/email.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}

.digi-Menu-jpeg4
{
	position: absolute;
	z-index: 2;
	top: 752px;
	left: 810px;
	width: 76px;
	height: 24px;
	background-image: url('/images/background/impressum.png');
	background-repeat: no-repeat;
	background-position: center center;
	cursor:pointer;
}

/* end Menu */

/* begin Header */
.digi-Header
{
	margin: 0 auto;
	position: relative;
	z-index:5;
	width: 700px;
	height: 40px;
}

.digi-Header-jpeg
{
	position: absolute;
	z-index:4;
	top: 0;
	left: 0;
	width: 700px;
	height: 40px;
	background-image: url('/images/background/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */


/* begin ContentLayout */
.digi-contentLayout
{
	position: relative;
	margin-bottom: 0px;
	width: 990px;
}
/* end ContentLayout */

/* Start Content link style */

a
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #EEEEEE;
}

/* Adds special style to an unvisited link. */
a:link
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #EEEEEE;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #EEEEEE;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
	color: #EEEEEE;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}

/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	color: #EEEEEE;
}
/* Finish Content headings Fonts & Colors  */
/* end PostContent */

/* begin Footer */
.digi-Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 990px;
	margin: 5px auto 0px auto;
}

.digi-Footer .digi-Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 8px;
	text-align: center;
}

.digi-Footer .digi-Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('images/Footer.png');
	width: 990px;
	height: 150px;
	bottom:0;
	left:0;
}


.digi-rss-tag-icon
{
	position: relative;
	display:block;
	float:left;
	background-image: url('images/rssIcon.png');
	background-position: center right;
	background-repeat: no-repeat;
	margin: 0 5px 0 0;
	height: 25px;
	width: 32px;
    cursor: default;
}


.digi-Footer .digi-Footer-text p
{
	margin: 0;
}

.digi-Footer .digi-Footer-text
{
	display:inline-block;
	color: #EEEEEE;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.digi-Footer .digi-Footer-text a:link
{
	text-decoration: none;
	color: #EEEEEE;
font-family: Arial, Helvetica, Sans-Serif;
text-decoration: underline;
}

.digi-Footer .digi-Footer-text a:visited
{
	text-decoration: none;
	color: #EEEEEE;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
}

.digi-Footer .digi-Footer-text a:hover
{
	text-decoration: none;
	color: #EEEEEE;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */

/* begin PageFooter */
.digi-page-footer, .digi-page-footer a, .digi-page-footer a:link, .digi-page-footer a:visited, .digi-page-footer a:hover
{
	font-family:Arial;
	font-size:10px;
	letter-spacing:normal;
	word-spacing:normal;
	font-style:normal;
	font-weight:normal;
	text-decoration:underline;
	color: #EEEEEE;
}

.digi-page-footer
{
	margin:1em;
	text-align:center;
	text-decoration:none;
	color: #EEEEEE;
}
/* end PageFooter */

.ContactDescription
{
	margin-bottom:2px;
	margin-top:10px;
	font-style:normal;
}

.ContactInput
{
	margin-top:5px;
	margin-bottom:2px;
}
