#top, #menu, #content, #box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
}

a:link { color: #FF3D19; text-decoration: none}
a:visited { color: #FF3D19; text-decoration: none}
a:hover { color: #FF3D19; text-decoration: underline}
a:active { color: #FF3D19; text-decoration: underline }

p {
	 margin: 0px 0px 8px;
}

#mainContainer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 5px;
	padding: 0px;
	background-color:rgb(176,181,211);
}

/*
  CSS-rules below from: http://positioniseverything.net/easyclearing.html
*/
#mainContainer:after { 
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#mainContainer { display: block;}

#top{
	width: 1024px;
	height: 220px;
	text-align:left;
	font-weight: bold;
}

#topbar{
	width: 1024px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	height: 22px;
}

#topnav{
	width:180px;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
        float:left;
}

#printsend{
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
        float:right;
}

#top a:link { color: #000000; text-decoration: none}
#top a:visited { color: #000000; text-decoration: none}
#top a:hover { color: #FF3D19; text-decoration: underline}
#top a:active { color: #FF3D19; text-decoration: underline }

#top form {
	margin: 0px;
	padding: 0px;
}
#words {
	margin: 0px;
	padding: 2px;
	font-size: 10px;
	width: 150px;
	line-height: 12px;
	color: #333333;
	height: 18px;
	display: none;
}

#go {
	border: none;
	margin-top: 5px;
	vertical-align: top;
	display: none;
}

#contentContainer {
	/*height: 400px;*/
	width: 100%;
}

#menu{
	width: 190px;
	float: left;
        margin: 0px;
	margin-left: 17px;
	font-weight: bold;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-top: 22px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#menu li {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image:  url(/fileadmin/palcom/res/menu.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu #menuChosen {
	background-image:  url(/fileadmin/palcom/res/menu_chosen.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
}

#menu #menuSub {
	padding-left: 20px;
	background-image:  url(/fileadmin/palcom/res/menu.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#menu #menuSubChosen {
	padding-left: 20px;
	background-image:  url(/fileadmin/palcom/res/menu_chosen.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
}

#menu #menuSubSub {
	padding-left: 35px;
	background-image:  url(/fileadmin/palcom/res/menu.png);
	background-repeat: no-repeat;
	background-position: 22px 8px;
}

#menu #menuSubSubChosen {
	padding-left: 35px;
	background-image:  url(/fileadmin/palcom/res/menu_chosen.png);
	background-repeat: no-repeat;
	background-position: 22px 8px;
}

#menu #menuSubSubSub {
	padding-left: 50px;
	background-image:  url(/fileadmin/palcom/res/menu.png);
	background-repeat: no-repeat;
	background-position: 37px 8px;
}

#menu #menuSubSubSubChosen {
	padding-left: 50px;
	background-image:  url(/fileadmin/palcom/res/menu_chosen.png);
	background-repeat: no-repeat;
	background-position: 37px 8px;
}

#menu a { color: #000000; text-decoration: none }
#menu #menuSub a:hover { color: #FF3D19; text-decoration: underline;}
#menu #menuSub a:active { color: #FF3D19; text-decoration: underline; }
#menu #menuSubSub a:hover { color: #FF3D19; text-decoration: underline;}
#menu #menuSubSub a:active { color: #FF3D19; text-decoration: underline; }
#menu #menuSubSubSub a:hover { color: #FF3D19; text-decoration: underline;}
#menu #menuSubSubSub a:active { color: #FF3D19; text-decoration: underline; }

#menu a:hover { color: #FF3D19; text-decoration: underline;}
#menu a:active { color: #FF3D19; text-decoration: underline;}


#contentWrap {
	float: right;
	width: 610px;
}

#content{
	width: 580px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: justify;
}

#content p{
	margin-top: 3px;
	margin-bottom: 5px;
}

#content h1{
	font-size: 130%;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin: 0px;
	padding-top: 25px;
	padding-bottom: 5px;
}

#content h2{
	font-size: 120%;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 0px;
}

#content h3{
	font-size: 110%;
	font-weight: bold;
	line-height: normal;
	color: #000000;
	margin: 0px;
	padding-top: 12px;
	padding-bottom: 0px;
}
/********
#content ul{
	margin: 0px;
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 6px;
}

#content ul li {
	padding-bottom: 2px;
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: 0px 6px;
	text-indent: 0px;
	padding-top: 2px;
}

#content ol{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	list-style-type: decimal;
}
*********/

#box {
	width: 190px;
	float: right;
	margin: 0px;
        position: relative;
	top: 22px;
	right: 10px;
	background-color: rgb(210,210,230);
        border: solid white 3px;
}

#box h3, #box h1 {
	color: black;
	text-align: center;
	line-height: 15px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: none;
	border-bottom-style: solid;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	text-transform: uppercase;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	
}


#box p{
	padding-right: 8px;
	padding-left: 8px;
	font-size: 11px;
	line-height: 14px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}

#box ul{
	font-size: 11px;
}


#siteInfo{
	color: #999999;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	background-color: #000000;
	clear: both;
	text-align:center;
}

.disabled, a:link.disabled, a:visited.disabled{
  	color: #999999;
}

/* Publications */

table.publications {
	border-collapse: collapse;
}

td.leftTop 
{
	background: rgb(210,210,230);
	border-style: solid;
	border-top: 5px solid rgb(176,181,211);
	border-bottom: 3px solid #ffffff;
	border-left: none;
	border-right: none;
}

td.rightTop 
{
	background: rgb(210,210,230);
	border: 0px solid #000000;
	border-style: solid;
	border-top: 5px solid rgb(176,181,211);
	border-bottom: 3px solid #ffffff;
	border-left: none;
	border-right: none;
}

td.left {
	padding-right: 5px;
	vertical-align: top;
}

td.right{
	vertical-align: top;
}

div.publicationHeading 
{
  font-family: Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  padding: 2px;
  background-color: rgb(210,210,230);
}

div.pdfHeading 
{
  font-family: Verdana, sans-serif;
  font-size: 12px;  
  line-height: 1.4;
  padding-left: 20px;
  background-color: rgb(210,210,230);
}
