

/*		common defs
-----------------------------------------------------------------------*/

body {
	background: url(../images/pdg-background.gif) repeat-y top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #000000; 
	text-decoration:none; 
}


/*		spacer and separator
-----------------------------------------------------------------------*/

.spacer-10px {
	font-size: 10px;
	height: 10px;
	line-height: 10px;
	width: 10px;
}

.hidden {
	display:none;
	left:-9999px;
	position:absolute;
}



/*		container
-----------------------------------------------------------------------*/

#wrap {
	position: relative;
	margin:0 auto;
	width: 954px;
	min-height: 600px;
}

#wrapper {
	background: url(../images/hg-menu.gif) repeat-y left;
}



/*		header
-----------------------------------------------------------------------*/

#header {
	height: 105px;
	padding: 0;
}

#header-left {
	float: left;
	height: 105px;
	width: 260px;
	padding: 0;
	background: url(../images/pdg-logo.jpg) no-repeat bottom right;
}

		#header-left h1 span {
			display: none;
		}

#header-right {
	width: 684px;
	margin: 0px 0px 0px 270px;
	height: 105px;
	padding: 0;
	background: url(../images/pdg-banner.jpg) no-repeat bottom left;
}



/*		navigation
-----------------------------------------------------------------------*/

#mainnavigation {
	background: url(../images/corner-green-top-right.gif) no-repeat top right;
	left: 0;
	padding: 0;
	width: 260px;
	min-height: 475px;
	margin-left: 0px;
	position: absolute;
}

		#mainMenu a {
			text-transform:uppercase;
			padding: 0; 
		}

		#mainMenu {
			list-style: none;
			margin-top: 28px;
		}

		#mainMenu li {
			padding-bottom: 8px;
		}

		#mainMenu li.activlink {
			list-style-image: url(../images/navi-activ.gif);
			color: #006699;
			font-weight: bold;
		}

		#mainMenu li.activlink a {
			color: #006699;
		}
		
		#mainMenu li.activlink ul {
			font-weight: normal;
			list-style: none;
			padding-left: 5px;
		}
		
		#mainMenu li.activlink ul li {
			padding: 5px;
		}
		
		#mainMenu li ul li {
			text-decoration: none;
			color: #000000;
		}
		
		#mainMenu li.activlink li a {
			padding-left: 10px;
			background-image: url(../images/bindestrich.gif);
			background-repeat: no-repeat;
			background-position: 0px 8px;
			text-transform: none;
			color: black;
		}
		
		#mainMenu li.activlink li a.activ {
			color: #006699;
			font-weight: bold;
		}		



#subnavigation {
	padding: 0;
	width: 260px;
	height: 65px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin-bottom: 10px;
	background: url(../images/hg-subnavigation.gif) no-repeat top;
}

		#subnavigation ul {
			list-style: none;
			text-transform: lowercase;
			margin-top: 28px; 
		}

		#subnavigation ul li {
			display: inline;
			padding-right: 7px;
		}

		#subnavigation li.activlink a {
			color: #006699;
			font-weight: bold;
			text-transform: uppercase;
		}
		
		#subnavigation li.active {
			display: none;
		}


/*		main contet area
-----------------------------------------------------------------------*/

#wrapcontent {
	width: 675px;
	margin: 0px 10px 0px 270px;
}
		
#content {
	min-height: 380px;
	text-align: left;
	margin: 15px;
	margin-top: 20px;
	height:auto !important;
	height:380px;
}

		#content h1 {
			margin: 0px;
			font-size:16px;
		}
		
		#content h2 {
			margin: 0px;
			font-size:16px;
		}
		
		#content h3 {
			margin: 0px;
			font-size:14px;
		}
		
		#content h4 {
			margin: 0px;
			font-size:18pt;
			font-weight: bold;
			color: #c1d96e;
		}
		
		#content h5 {
			margin: 0px;
			font-size: 22pt;
			font-weight: bold;
			color: #c1d96e;
		}
		
		#content ul {
			line-height:1.5em;
		}
		
		#content a {
			/*color: #97BE0D;*/
			color: #006699;
			text-decoration: underline;
		}
		
		#content p.newshead {
			margin-bottom: 5px;
		}
		
		#content p.newstext {
			margin-top: 5px;
		}

#news {
	float:left; 
	width: 410px; 
	margin-right: 40px;
}

		#news .csc-header {
			margin-bottom: 0px;
		}
		
#events {
	float:left; 
	width: 185px;
}

		#events .csc-header {
			margin-bottom: 0px;
		}

/*		footer
-----------------------------------------------------------------------*/

#footer {
	height: 33px;
	padding: 11px;
	background-color: #c1d96e;
	background: url(../images/hg-footer.gif) no-repeat top;
}

		#footer p.coypright {
			margin: 0;
		}
		
		#footer a {
			color: #006699;
			text-decoration: underline;
		}

/*		round corners
-----------------------------------------------------------------------*/

.t {background: url(../images/dot.gif) top repeat-x}
.b {background: url(../images/dot.gif) bottom repeat-x}
.l {background: url(../images/dot.gif) left repeat-y}
.r {background: url(../images/dot.gif) right repeat-y}
.bl {background: url(../images/bl.gif) bottom left no-repeat}
.br {background: url(../images/br.gif) bottom right no-repeat}
.tl {background: url(../images/tl.gif) top left no-repeat}
.tr {background: url(../images/tr.gif) top right no-repeat; padding: 5px} 



/*		Formular Grundformatierungen
-----------------------------------------------------------------------*/

#content .standardForm {
}

#content .standardForm h2,
#content .standardForm h3,
#content .standardForm h4,
#content .standardForm h5,
#content .standardForm h6 {
	position: relative;
	top: -15px;
}

#content .standardForm hr {
	margin: 15px 0 8px 0 !important;
	margin: 10px 0 5px 0;
}

/* Zeilen Elemente */
#content .formElement,
#content .commentElement {
	position: relative;
	clear: left;
	float: left;
	display: block;
	width: 150px;
	margin-top: -10px;
}

#content .commentElement {
	float: none;
	width: auto;
	margin: 10px 0 20px 0;
}

/* Formular Elemente */
#content .formElement input,
#content .formElement textarea,
#content .formElement select,
#content .formElement .radioBox  {
	display: block;
	position: relative;
	top: -15px !important;
	top: -15px;
	left: 150px;
	width: 350px;
}

#content .formElement .check{
	left: 150px !important;
	left: 146px;
}

#content .formElement textarea {
	height: auto;
}

#content .formElement select   {
	left: 150px !important;
	left: 150px;
}

#content .formElement label {
	display: inline;
	width: 140px;
	cursor: pointer;
}

#content .formElement .button,
#content .formElement .radio,
#content .formElement .check {
	top: -14px !important;
	top: -18px ;
	width: auto;
}

#content .formElement .button {
	margin-top: 16px;
}

#content .formElement span.requiredElement {
	position: relative;
	top: 0;
}

/* Spezielle Radio und Checkbox Formatierung */
#content .formElement span.outerLabel {
	position: absolute;
	top: -5px !important;
	top: 2px;
	cursor: auto;
}

#content .formElement .radioBox {
	top: -5px !important;
	top: -5px;
	height: 30px;
	margin-left:0 !important;
	margin-left:-5px;
}

#content .formElement .radioBox input {
	display: inline;
	position: static;
	margin-right: 10px;
}

#content .formElement .radioBox label {
	display: inline;
	position: static;
}

fieldset {
	border: none;
}

legend {
	display: none;
}

label {
	display: block;
}

form .text {
	position: relative;
	top: 1px !important;
	top: 0;
	margin-right: 4px !important;
	margin-right: 8px;
	height: auto !important;
	height: 15px;
	border-width: 1px;
	border-style: solid;
}

form .button {
	position: relative;
	top: 1px !important;
	top: 2px;
	height: auto !important;
	height: 20px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
}

form .button.image {
	background-position: 50% 50%;
}

form .button.image span {
	position: absolute;
	left: -9999px;
}

/*		Newseintr�ge
-----------------------------------------------------------------------*/

.news-latest-container {
	padding-top: 0px;
}

.news-list-container {
	padding-top: 0px;
}

.news-latest-item {
	padding-top: 15px;
}

.news-list-item {
	padding-top: 15px;
}

.news-latest-gotoarchive {
	padding-top: 10px;
}

.news-latest-title {
	font-weight: bold;
}

.news-list-title {
	font-weight: bold;
}

.news-single-title {
	font-weight: bold;
}

.news-single-item {
	padding-top: 0px;
}

.news-amenu-container {
	padding-top: 10px;
}

.news-amenu-item-list {
	list-style: none;
	padding-left: 20px;
}

.news-amenu-item-year {
	font-size: 120%;
}

.bodytext {
	margin-top: 0px;
}

.bodytaster {
	margin-top: 5px;
}

.news-single-files {
	margin:20px;
}

/*		Formatierung Texte
-----------------------------------------------------------------------*/

.csc-header {
	margin-bottom: 15px;
}

.align-center {
	text-align: center;
}

/*		File Links
-----------------------------------------------------------------------*/

.file-container {
	margin-top: 10px;
	margin-bottom: 10px;
}

.file-list {
	margin-top: 25px;
}


.file-link {
	width:100%;
	margin-bottom: 10px;
	clear:both;
	min-height:40px;
	/*
	overflow:hidden;
	min-height: 50px;
	height: auto !important;
	height: 50px;
	*/
}

.file-link-icon {
	float:left;
	text-align:center;
	padding-left:3%;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}

.file-link-desc {
	width:90%;
	float:right;
	font-weight: bold;
	min-height: 45px;
	height: auto !important;
	height: 45px;
}