HTML, BODY, TD, INPUT, SELECT, TEXTAREA  {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background: #ebebeb url(./../images/pbackground.gif);
	padding: 0;
	margin: 40px;
	color: #808080;	
}

p {
	line-height: 170%;
	padding: 0;
	margin: 0 0 20px 0;
}

#centercontainer {
	width: 960px;
		margin: 0 auto;
			background: #ffffff url(./../images/pfade.gif) repeat-y -20px 0;
		box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	position: relative;
}

div#logo {
	border-bottom: 1px solid #e3e3e3;
	display: block;
	width: 960px;
	height: 330px;
	background: #b4b4b4 url(./../images/plogoback.gif);
	position: relative;
	overflow: hidden;
}

div#logo .selector {
	width: 32px;
	height: 32px;
	background: url(./../images/pselector.gif);
	background-position: 0 0;
	position: absolute;
	bottom: 8px;
	cursor: pointer;
	z-index: 30;
}

div#logo div.sel {
	background-position: 0 -32px;
}

div#logo img {
	width: 960px;
	height: 330px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}

#sidebar {
	width: 220px;
	float: left;
	padding: 30px 0 30px 40px;
}

#content {
	width: 580px;
	float: right;	
	padding: 30px 40px 30px 0;
}

.clearer {
	clear: both;
}

ul#menu {
	height: 42px;
	background-color: #E9EFF6;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #D5DFEC;
	z-index: 100;
}


ul#menu li {
	float: left;
	position: relative;
	z-index: 100;
}

ul#menu li a {
	padding: 12px;
	background-color: #E9EFF6;
	display: block;
	text-decoration: none;
	color: #5878A2;
	outline: none;
	line-height: 18px;
	border-right: 1px solid #D5DFEC;
	text-shadow: 1px 1px 0 #ffffff;
}

ul#menu li li a {
	width: 176px;
	border-bottom: 1px solid #D5DFEC;
}

ul#menu li ul {
	position: absolute;
	top: -9999px;
	left: -1px;
	width: 200px;
	height: auto;
	border-left: 1px solid #D5DFEC;
	border-right: 1px solid #D5DFEC;
	border-top: 1px solid #D5DFEC;
	border-bottom: none;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.1);
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}

ul#menu li li ul {
	border-left: 1px solid #D5DFEC;
	border-right: 1px solid #D5DFEC;
	border-top: 1px solid #D5DFEC;
}

ul#menu li li {
	width: 200px;
}

ul#menu li.sel {
	visibility:	inherit;
}

ul#menu li.hover ul {
	top: 100%;
}

ul#menu li li ul,
ul#menu li.hover li ul {
	top: -9999px;
	left: 200px;
}

ul#menu li.right li ul {
	left: -202px;
}

ul#menu li.hover li.hover ul {
	top: -1px;
}

ul#shopping {
	height: 42px;
	background-color: #F2F2F2;
	width: 960px;
	margin: 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #e3e3e3;
}


ul#shopping li {
	float: right;
	position: relative;
}

ul#shopping li a {
	padding: 12px;
	background-color: #F2F2F2;
	display: block;
	text-decoration: none;
	color: #808080;
	outline: none;
	line-height: 18px;
	border-left: 1px solid #e3e3e3;
	text-shadow: 1px 1px 0 #ffffff;
}

#searchform {
	background-color: #111111;
	position: absolute;
	width: 200px;
	height: 26px;
	top: 8px;
	right: 8px;
	background: url(./../images/psearchbox.gif) no-repeat;
}

#searchcriteria {
	position: absolute;
	border: 0;
	top: 3px;
	left: 6px;
	font-size: 13px;
	height: 18px;
	line-height: 18px;	
	width: 163px;
	background-color: #f8f8f8;
	outline: none;
	color: #5878A2;
}

#searchsubmit {
	border: 0;
	width: 20px;
	height: 20px;
	right: 3px;
	top: 3px;
	position: absolute;
	background: url(./../images/psearch.gif) no-repeat;
	cursor: pointer;
}

#common {
	font-family: Times New Roman;
	font-style: italic;
	font-size: 16px;
	background-color: #f2f2f2;
	padding: 12px;
	text-align: center;
	color: #808080;	
	text-shadow: 1px 1px 0 #ffffff;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

#common a {
	color: #808080;	
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration: none;	
}

#common a:hover {
	color: #000000;
}

#footer {
	width: 960px;
		margin: 0 auto;
		text-align: center;
	text-shadow: 1px 1px 0 #ffffff;
	padding: 20px 0 0 0;		
}

#breadcrumbs {
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #aaaaaa;
}

#breadcrumbs a {
	color: #aaaaaa;
	text-decoration: none;	
}

#breadcrumbs a:hover {
	color: #000000;
}

#searchajax {
	position: absolute;
	width: 214px;
	height: 252px;
	top: 43px;
	right: 0px;
	overflow: hidden;
	display: none;
	background-color: #E9EFF6;
	border-left: 1px solid #D5DFEC;	
	border-bottom: 1px solid #D5DFEC;	
	z-index: 100;
}

#searchajax a {
	display: block;
	width: 190px;
	height: 18px;
	line-height: 18px;
	padding: 12px;
	text-decoration: none;
	color: #5878A2;
	text-shadow: 1px 1px 0 #ffffff;
}

#searchajax a:hover {
	background-color: #F8FAFC;	
}

#searchajax a.activelink {
	background-color: #5878A2;	
	color: #ffffff;
	text-shadow: none;
}

#tsform {
	padding: 20px 0;
	margin: 0;
}

#tslogo {
	display: block;
	width: 80px;
	height: 80px;
	border: none;
	float: left;
}

#tslink {
	display: block;
	float: right;
	width: 130px;
	margin: 0;
	padding: 0 0 0 0;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal !important;
	color: #808080 !important;
}
/* Content-Elemente */

#content .line {
	height: 1px;
	background-color: #D5DFEC;
	border: 0;
	padding: 0;
	margin: 10px 0 30px 0;
	overflow: hidden;
}

a.iconlink {
	padding-left: 17px;
	display: inline-block;
	white-space: nowrap;
	background-repeat : no-repeat;
	background-position : 0 2px;
}

a.iconlink2 {background-image: url(../images/piconfile.gif)}
a.iconlink3 {background-image: url(../images/piconexe.gif)}
a.iconlink4 {background-image: url(../images/piconmovie.gif)}
a.iconlink5 {background-image: url(../images/piconsound.gif)}
a.iconlink6 {background-image: url(../images/piconpdf.gif)}
a.iconlink7 {background-image: url(../images/picontext.gif)}
a.iconlink8 {background-image: url(../images/piconzip.gif)}

#content .w2dptablinks {
	padding: 12px 0 0 0;
	border-bottom: 1px solid #D5DFEC;
	margin-bottom: 10px;
	
}
#content .w2dptablinks a {
	font-weight: normal;
	padding: 4px 10px;
	border-left: 1px solid  #D5DFEC;
	border-top: 1px solid  #D5DFEC;
	border-right: 1px solid #D5DFEC;
	display: block;
	float: left;
	margin-right: 3px;
	color: #5878A2;
	outline: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#content .w2dptablinks a.w2dptabsel {background-color: #D5DFEC;}
#content .w2dptablinks a:hover {text-decoration: none;}

#content h1 {
	margin: 10px 0;
	padding: 0;
	font-family: Times New Roman;
	font-style: italic;
	font-weight: normal;
	font-size: 380%;
	color: #5878A2;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

#content h2 {
	color: #808080;
	font-size: 120%;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #ffffff;
	margin: 10px 0 5px 0;
	padding: 0;
}

#content h3 {
	font-size: 100%;
	font-weight: bold;
	margin: 8px 0 4px 0;
	padding: 0;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 160%;
}

#content div.paragraph {
	padding: 0;
	margin: 10px 0 30px 0;
}


#content a {
	text-decoration: none;
	font-weight : bold;
	color: #5878A2;
}

#content a:hover {
	text-decoration: underline;
}

#content .sidepictureright {
	float: right;
	padding: 0;
	margin: 10px 0 10px 20px;
	width: 162px;
}

#content .sidepictureleft {
	float: left;
	padding: 0;
	margin: 10px 20px 10px 0;
	width: 162px;
}


#content .sidepicture img {
	margin-bottom: 8px;
	display: block;
}

#content .clearer {
	clear: both;
}

#more {
	margin: 20px 0;
	padding: 0;
	text-align: right;
}

/* Text */
#content .texttabs {
	margin: 10px 0 10px 0;
	padding: 4px 0;
}


#content .texttab {
	padding: 4px 6px;
	border: 1px solid #5878A2;
	font-weight: normal;
	outline: 0;
}

#content .texttabsel {
	background-color: #5878A2;
	color: #ffffff;
}

#content p.emphasizeleft {
	padding-left: 10px;
	border-left: 10px solid #D5DFEC;
}

#content p.emphasizeright {
	padding-right: 10px;
	border-right: 10px solid #D5DFEC;
}



/* Liste */

#content ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#content li {
	margin: 0 0 8px 16px;
	padding: 0 0 0 16px;
	background: url(../images/pbull.gif) no-repeat top left;
	line-height: 160%;
}

/* Picture */

#content img.picture {
	padding: 0px;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* Tabelle */

#content table.cells {
	border: 1px solid #dddddd;
	border-collapse: collapse;
	border-spacing: 0px;
}

#content td.cell {
	border: 1px solid #dddddd;
	padding: 4px;
	border-collapse:collapse;
	line-height: 160%;
}

#content td.headercell {
	color: #ffffff;
	padding: 4px;
	font-weight: bold;
	background-color: #5878A2;
}

/* Teaser */

div.teaserelement {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}

div.teaser {
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

div.teaserpicture {
	float: right;
	padding: 0px;
	margin: 0px 0px 10px 10px;
	border: none;
}

p.teasertext {
	margin: 0px;
	padding: 4px 0px 4px 0px;
}

.teasernav {
	clear: both;
	padding: 4px 0;
	margin: 10px 0;
	text-align: center;
	border-bottom: 1px solid #dddddd;
}

.teasernav a {
	font-weight: normal !important;
}

.buttoncaption {
	line-height: 200%;
}


/* Plugin-Styles */

P.s2d  {
	font-size: 180%;
	color: #5878A2;
	font-weight : bold;
	margin: 0px;
	padding: 2px 0px 2px 0px;
	line-height: 200%;
}

P.s2dsmall  {
	font-size: 80%;
}


/** Für Formulare und Shopseiten **/

/* Rahmen und Farbe Formularelemente */
table.formtab select.tx,
table.formtab input.tx,
table.formtab textarea.tx {
	border: 1px solid #D5DFEC;
}

/* Weitere Styledefinitionen für Formularelemente */
/* Rahmen und Farbe Formularelemente Highlight */
table.formtab select.txh,
table.formtab input.txh,
table.formtab textarea.txh,
table.formtab td.txh,
table.formtab table.txh {
	border: 1px solid #A70C0C;
	background-color: #F5E5E5;
}

/* Tabellenbreite */
table.pluginwidth {
	width: 580px;
	margin: auto;
}

table.completewidth, td.completewidth {
	width: 100%;
}

/* Breite der Formularfelder */
table.formtab input.tx,
table.formtab input.txh,
table.formtab textarea.tx,
table.formtab textarea.txh {
	width: 290px;
}

/* Hoehe der Formularfelder */
table.formtab textarea.tx,
table.formtab textarea.txh {
	height: 116px;
}

/* Farbeliche Anzeige von Fehlermeldungen, immer identisch */
table.formtab td.h, p.h {
	color: #A70C0C;
	font-weight: bold;
	text-align: center;
}

/* Focus und Mausover von Formularelementen, immer identisch */
/*
table.formtab textarea:focus,
table.formtab textarea:hover,
table.formtab select:focus,
table.formtab select:hover,
table.formtab input:focus,
table.formtab input:hover {
	background-color: #FFFFFF;
} */

/* Innenabstand von Formularelementen und Tabellenzellen, immer identisch */
table.formtab input,
table.formtab textarea,
table.formtab td {
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px;
}
/* Sidebar-Elemente */

#sidebar h2 {
	color: #5878A2;
	font-size: 120%;
	text-transform: uppercase;
	text-shadow: 2px 2px 0px #ffffff;
	margin: 10px 0 5px 0;
	padding: 0;
}

#sidebar p {
	line-height: 160%;
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebar div.paragraph {
	padding: 0;
	margin: 10px 0 20px 0;
}

#sidebar a {
	text-decoration: none;
	font-weight : bold;
	color: #5878A2;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Liste */

#sidebar ul {
	list-style: none;
	padding: 0px;
	margin: 6px 0px 6px 10px;
}

#sidebar li {
	padding: 2px 0px 2px 16px;
	background: url(../images/pbull.gif) no-repeat top left;
}

/* Picture */

#sidebar img.picture {
	padding: 0px;
	border: 1px solid #dddddd;	
	border-radius: 4px;
}
.paradate {
	width: 60px;
	height: 50px;
	position: relative;
	margin: 5px 0;
	overflow: hidden;
}

.paraday {
	width: 38px;
	height: 27px;
	background: url(../images/pcal.gif) no-repeat;
	position: absolute;
	top: 23px;
	left: 0;
	overflow: hidden;
}

.paramonth {
	width: 38px;
	height: 23px;
	background: url(../images/pcal.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.parayear {
	width: 22px;
	height: 50px;
	background: url(../images/pcal.gif) no-repeat;
	position: absolute;
	top: 0;
	left: 38px;
	overflow: hidden;
}

.paramonth-1 {background-position: -76px 0;}
.paramonth-2 {background-position: -76px -23px;}
.paramonth-3 {background-position: -76px -46px;}
.paramonth-4 {background-position: -76px -69px;}
.paramonth-5 {background-position: -76px -92px;}
.paramonth-6 {background-position: -76px -115px;}
.paramonth-7 {background-position: -76px -138px;}
.paramonth-8 {background-position: -76px -161px;}
.paramonth-9 {background-position: -76px -184px;}
.paramonth-10 {background-position: -76px -207px;}
.paramonth-11 {background-position: -76px -230px;}
.paramonth-12 {background-position: -76px -253px;}

.paraday-1 {background-position: 0 0;}
.paraday-2 {background-position: 0 -28px;}
.paraday-3 {background-position: 0 -56px;}
.paraday-4 {background-position: 0 -84px;}
.paraday-5 {background-position: 0 -112px;}
.paraday-6 {background-position: 0 -140px;}
.paraday-7 {background-position: 0 -168px;}
.paraday-8 {background-position: 0 -196px;}
.paraday-9 {background-position: 0 -224px;}
.paraday-10 {background-position: 0 -252px;}
.paraday-11 {background-position: 0 -280px;}
.paraday-12 {background-position: 0 -308px;}
.paraday-13 {background-position: 0 -336px;}
.paraday-14 {background-position: 0 -364px;}
.paraday-15 {background-position: 0 -392px;}
.paraday-16 {background-position: 0 -420px;}
.paraday-17 {background-position: -38px 0;}
.paraday-18 {background-position: -38px -28px;}
.paraday-19 {background-position: -38px -56px;}
.paraday-20 {background-position: -38px -84px;}
.paraday-21 {background-position: -38px -112px;}
.paraday-22 {background-position: -38px -140px;}
.paraday-23 {background-position: -38px -168px;}
.paraday-24 {background-position: -38px -196px;}
.paraday-25 {background-position: -38px -224px;}
.paraday-26 {background-position: -38px -252px;}
.paraday-27 {background-position: -38px -280px;}
.paraday-28 {background-position: -38px -308px;}
.paraday-29 {background-position: -38px -336px;}
.paraday-30 {background-position: -38px -364px;}
.paraday-31 {background-position: -38px -392px;}

.parayear-2010 {background-position: -114px 0;}
.parayear-2011 {background-position: -114px -50px;}
.parayear-2012 {background-position: -114px -100px;}
.parayear-2013 {background-position: -114px -150px;}
.parayear-2014 {background-position: -114px -200px;}
.parayear-2015 {background-position: -114px -250px;}
.parayear-2016 {background-position: -114px -300px;}
.parayear-2017 {background-position: -114px -350px;}
.parayear-2018 {background-position: -136px 0;}
.parayear-2019 {background-position: -136px -50px;}
.parayear-2020 {background-position: -136px -100px;}
.parayear-2021 {background-position: -136px -150px;}
.parayear-2022 {background-position: -136px -200px;}
.parayear-2023 {background-position: -136px -250px;}
.parayear-2024 {background-position: -136px -300px;}
.parayear-2025 {background-position: -136px -350px;}
