/* Screen CSS Document */
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background: #fff;
	color: #333;	
}
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 1em;
	margin: 0;
}
#header, #main, #footer, #design, #miniheader {
	width: 784px;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*******************************************
************** header **********************
*******************************************/
#header {
	background: url(images/design/maintop.png);
	height: 129px;
	margin-top: 2em;
}
#miniheader {
	background: url(images/design/maintop-mini.png);
	height: 129px;
	margin-top: 2em;
}

/*******************************************
**************** main **********************
*******************************************/
#main {
	background: url(images/design/mainbg.png);
	position: relative;
}
#main .italic {
	font-style: italic;
}
#main .rightaligned {
	text-align: right;
}
#main .left {
	float: left;
	margin: 0 1em 1em 0;
}

/*******************************************
*************** intro **********************
*******************************************/

#main #intro {
	padding: 15px 30px;	
}
#main #intro p.ingress {
	font-weight: bold;
	font-size: 1.4em;
}
#main #intro h1 {
	font-size: 2.5em;
	margin-left: 137px;
	/*color: #f84603;*/
}

/*******************************************
************** leftcol *********************
*******************************************/

#main #leftcol {
	background: url(images/design/navbg.png);
	width: 173px;
	float: left;
	margin-left: -16px;
	position: relative;
}
#main #leftcol ul {
	background: url(images/design/navtop.png) no-repeat center top;
	padding: 1em 0 0 0;
	list-style: none;
}
#main #leftcol ul li ul {
	background: none;
	padding: 0;
}
#main #leftcol ul li{
	display: inline;
}
#main #leftcol ul li a {
	display: block;
	color: #fff;
	font: bold 1.3em Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-indent: 2em;
	padding: 0.25em 0;
}
#main #leftcol ul li ul li a {
	font-size: 1.1em;
	text-indent: 3em;
}
#main #leftcol ul li a:hover {
	background: url(images/design/navbg_hover.png);
}
#main #leftcol ul li a.active {
	background: url(images/design/navbg_hover.png);
	font-weight: bold;
	cursor: default;
}
#main #leftcol ul li.skiplink a {
	height: 1px;
	text-indent: -9999px;
	overflow: hidden;
}
#main #leftcol span {
	display: block;
	background: url(images/design/navbottom.png);
	height: 17px;
}

/*******************************************
************** centercol *******************
*******************************************/
#main #centercol {
	float: left;
	margin: 0 15px;
	width: 380px;
}
#main #centercol a {
	color: #1D77B3;
	font-weight: bold;
}
#main #centercol .clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
#main #centercol a img {
	border: none;
}
#main #centercol p {
	margin-bottom: 0.6em;
	font-size: 1.1em;
	line-height: 1.4em;
}
#main #centercol p.ingress {
	font-weight: bold;
	font-size: 1.1em;
}
#main #centercol p.newsingress {
	margin: 0 0 0 30px;
}
#main #centercol p.newspaperlink {
	margin: 0 0 0 30px;
	font-size: 0.8em;
	font-style: italic;
}
#main #centercol p.newspaperlink a {
	text-decoration: none;
	color: #ccc;
}
#main #centercol p.column {
	width: 49.5%;
	float: left;
	margin-top: 1em;
}
#main #centercol div.story {
	clear: both;
	margin-bottom: 3em;
	overflow: auto;
}
#main #centercol .albumcover {
	float: right;
	width: 144px;
	margin: 0 0 0.5em 1em;
	border: 1px solid #f6f6f6;
	padding: 3px;
	text-align: center;
	color: #ccc;
	font-size: 0.8em;
}
#main #centercol .smallcover {
	display: inline-block;
	vertical-align: top;
	width: 144px;
	margin: 0 0 0.5em 1em;
	padding: 3px;
	text-align: center;
	color: #ccc;
	font-size: 0.8em;
}
#main #centercol .smallcover a {
	text-decoration: none;
	color: #333;
}
#main #centercol a.coverlink img {
	background-position: 14px 2px;
	background-repeat: no-repeat;
}
#main #centercol .albumcover_big {
	margin: 2em 0 2em 0;
	text-align: center;
	color: #ccc;
	font-size: 0.8em;
}
#main #centercol .albumcover_big a.coverlink img {
	background-position: center;
	background-repeat: no-repeat;
}
#main #centercol .story .albumcover p.links a {
	text-decoration: none;
	display: block;
	margin-bottom: 0.5em;
	font-weight: normal;
}
#main #centercol h2 {
	font-size: 1.6em;
	margin-top: 2em;
	color: #f84603;
}
#main #centercol h2:first-child, #main #centercol .story h2 {
	margin-top: 0;
}
#main #centercol h2 a{
	color: #f84603;
	text-decoration: none;
}
#main #centercol h3 {
	font-size: 1.3em;
	margin-bottom: 0.2em;
	margin-top: 3em;
	clear: left;
}
#main #centercol h3.newsikon {
	background-image: url(images/ikoner/paperboy.png);
	padding-left: 30px;
	min-height: 70px;
	color: #999;
	clear: right;
}
#main #centercol ul.media {
	padding: 0;
	list-style: none;
	text-align: left;
	margin-bottom: 2em;
}
#main #centercol ul.media li {
	padding: 4px 0 0 30px;
	height: 30px;
	line-height: 30px;
}
#main #centercol ul.media li a {
	text-decoration: none;
}
#main #centercol .tern6 {
	background: url(images/ikoner/terning6.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .tern5 {
	background: url(images/ikoner/terning5.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .tern4 {
	background: url(images/ikoner/terning4.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .tern3 {
	background: url(images/ikoner/terning3.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .tern2 {
	background: url(images/ikoner/terning2.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .tern1 {
	background: url	(images/ikoner/terning1.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}
#main #centercol .news {
	background: url(images/ikoner/scroll.png) no-repeat;
	padding: 4px 0 0 30px;
	min-height: 30px;
}		
#main #centercol table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
#main #centercol table thead th {
	border-bottom: 1px solid #999;
}
#main #centercol table th {
	text-align: left;
}
#main #centercol table td {
	vertical-align: top;
}
#main #centercol table tr.even {
	background-color: #efefef;
}
#main #centercol table tr.lastrow td {
	border-top: 1px solid #999;
	border-bottom: double #999;
}
#main #centercol fieldset form {
	margin: 15px;
}
#main #centercol fieldset form div label {
	display: block;
	margin-top: 0.5em;
}
#main #centercol fieldset form div input, #main #centercol fieldset form div textarea {
	width: 100%;
}
#main div.bildegalleri {
	padding-top: 15px;
}
#main div.bildegalleri div.shadow {
	padding: 0 5px 3px 0;
	background: url(images/design/myshadow.png) no-repeat bottom right;
	margin-right: 15px;
	float: left;
	width: auto;
}
#main div.bildegalleri div.shadow img {
	position: relative;
	left: -4px;
	top: -4px;
	padding: 4px;
	border: 1px solid;
	border-color: #aaa #666 #666 #aaa;
	background-color: #eee;
	cursor: pointer;
}
#main div.bildegalleri .galleribilde {
	float: left;
	width: 99.5%;
	clear: left;
	margin: 10px 0;
}
#main #centercol #presse p {
	overflow: hidden;
}
#main object { 	
	margin: 1em 0; 
	display: block;
}
/*******************************************
************** rightcol ********************
*******************************************/

#main #rightcol {
	float: left;
	background: url(images/design/newsbg.png);
	width: 210px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#main #rightcol h2 {
	background: url(images/design/newstop.png) no-repeat top center;
	color: #f84603;
	font-size: 2em;
	padding: 15px 0 0 15px;
}
#main #rightcol h3 {
	font-size: 1.4em;
	margin: 1em 15px 0;
}
#main #rightcol h3 a {
	text-decoration: none;
	color: #333;
}
#main #rightcol h3 a:hover {
	text-decoration: underline;
}
#main #rightcol p {
	font-size: 1.1em;
	margin: 0 15px 0 15px;
}
#main #rightcol p.rightaligned a{
	background: url(images/design/greenarrows.png) no-repeat right center;
	padding-right: 15px;
	margin-right: 15px;
}
#main #rightcol p.topmargin {
	margin-top: 2em;
}
#main #rightcol span {
	display: block;
	background: url(images/design/newsbottom.png);
	height: 20px;
}

/*******************************************
************** address *********************
*******************************************/

#main #address {
	clear: both;
	text-align: center;
	color: #999;
	border-top: 1px solid;
	padding-top: 1em;
	margin: 0 2em;
}
#main #address address {
	display: inline;
	font-style: normal;
}
#main #address address a {
	font-weight: normal;
	text-decoration: none;
	color: #999;
}

/*******************************************
************** footer **********************
*******************************************/

#footer {
	background: url(images/design/mainbottom.png);
	height: 14px;
}

/*******************************************
************** design **********************
*******************************************/

#design {
	text-align: center;
	color: #ccc;
	margin: 1em auto;
}
#design a {
	color: #ccc;
	text-decoration: none;
}



