body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
        background-image: url(bg.gif);
        background-repeat: repeat;
        margin:0px;
        height:100%;
        text-align:justify;
}


a:link {
	color: black;
}
a:visited {
	color: black;
}
a:hover {
	color: black;
}
a:active {
	color: black;
}

a img {
  border:none;
}


/*
** Header
*/
.top {
  width:1020px;
  height:120px;
  /*color:white;*/
  font-weight:bold;
  text-align:Center;
  /*border-bottom:1px solid black;*/
/*  background-color:#3D6DCF;*/
        /*background-image: url(topbg.jpg);*/
        background-repeat: repeat-x;
}

.logo {
  position:absolute;
  left:10px;
  top:20px;
  height:80px;
}

.pcowen {
  padding-top:20px;
  font-size:36px;
  margin-left:200px;
}

.subtitle {
  font-size:16px;
  margin-top:10px;
  font-style:italic;
  margin-left:200px;
}

.left {
  width: 180px;
  /*padding:1px 8px 5px 8px;*/
  padding-left:5px;
  padding-top:1px;
  padding-right:8px;
  padding-bottom:5px;
  position:absolute;
  background-image:url(leftbg.jpg);
}
.leftcloser {
  position:absolute;
  margin-left:-8px;
  padding-left:8px;
  padding-right:8px;
  width:180px;
  height:20px;
  background-image:url(leftbgbottom.png);
}


/*
** Navigation
*/

.title {
  /*background-color:#FFD123;*/
  /*background-color:#B1CBFB;*/
  background-color:#0B5FFB;
  color:white;
  padding:4px;
  padding-left:10px;
  margin-bottom:1px;
} 

.navroot, .subnav1 {
  list-style: none;
  margin: 0;
  padding: 0;
  white-space:nowrap;
}
.navroot li a {
  height: 32px;
  height: 24px;
  text-decoration: none;
  padding: 8px 15px 0px 10px;
}

.navroot li a.level1 {
  font-weight:bold;
}

.navroot li a.level2 {
  padding-left:40px;
}


.navroot li a:link, .navroot li a:visited {
	color: #444;
	display: block;
	background: url(menu.png);
	}
	
.navroot li a:hover {
	color: #fff;
	background: url(menu.png) 0 -32px;
	}
	
.navroot li a:active {
	color: #fff;
	background: url(menu.png) 0 -64px;
	}



/*
** Highlights
*/

.hl_date {
  margin-top:15px;
  padding-left:5px;
  padding-right:5px;
  font-style:italic;
  border-bottom:1px solid black;
}

.hl_desc {
  background-color:white;
  padding-left:5px;
  padding-right:5px;
  text-align:left;
}

/*
** News
*/

.newsTitle {
  font-weight:bold;
  border-top:1px solid #A0A0A0;
  margin-bottom:10px;
}

.newsDate {
  font-weight:normal;
  text-align:right;
  margin-top:20px;
  clear:both;
}

/*
**
*/

.presseArticleHead {
  font-weight:bolder;
  margin-top:20px;
  margin-bottom:20px;
}

/*
** Content
*/

.content {
  padding-top:1px;
  margin-left: 200px;
  width:815px;
  background-color:white;
  padding-bottom:5px;
}

.headline1 {
  background-color:#EEEEEE;
  font-weight:bold;
}

.gallery_headline {
  background-color:#EEEEEE;
  font-weight:bold;
  font-size:18px;
  text-align:center;
}

.section {
  padding:5px;
}

.section img {
 margin-right:10px;
 margin-bottom:10px;
}

.events {
  border-spacing:0px;
  width:100%;
}

.events tr {
  height:2em;
}

.events tr.highlight {
  font-weight:bold;
}

.events td.date {
  width:200px;
}

@import('magazinlayout.css');

.magazine-layout {
  margin-top:10px;
  margin-bottom:30px;
}


.previous {
  position:absolute;
  height:20px;
}

.next {
  width:100%;
  text-align:right;
  height:20px;
}

@import('doform.css');

.formtext, .formtextfield {
  display:block;
}

.forminfo {
  margin:10px;
  font-style:italic;
}

.overviewName {
  margin-bottom:10px;
}
.overviewName img {
  vertical-align:middle;
  padding-right:3px;
}

