/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

html {
	position: relative;
	height: 101%;
	background-color:#CCCCCC;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #666666;
	}
	
body {
	margin: 0px;
	padding: 0px;
	height: 101%;
	}
	
h3 {
	float: left;
	}
	
img {
	vertical-align: middle;
}

.img-left {
	float: left;
	margin-right: 10px;
}

.img-right {
	float: right;
	margin-left: 10px;
}

li {
	margin-left: 15px;
	}


.float {
	text-align: justify;
	}
	
a.grau:link {
  	text-decoration: none;
	color: #666666;
  }
  
a.grau:visited {
  	text-decoration: none;
	color: #666666;
  }

a.grau:hover {
  	color: #CCCCCC;
  	text-decoration: underline;
  }
  
a.white:link {
  	text-decoration: none;
	color: #666666;
	vertical-align: middle;
  }

a.white:visited {
  	text-decoration: underline;
	color: #666666;
	vertical-align: middle;
  }
  
.texthead {
	font-size: larger;
	font-weight: bold;
	}

a.white:hover {
  	color: #FF9933;
  	text-decoration: underline;
	vertical-align: middle;
  }
  
  
  

a.grey:link {
  	text-decoration: none;
	color: #666666;
  }

a.grey:visited {
  	text-decoration: underline;
	color: #666666;
  }

a.grey:hover {
  	color: #FF9933;
  	text-decoration: underline;
  }  
  
  
  
  

.textsmall {
	font-size: x-small;
	}

.textlabel {
	font-size: x-small;
	padding-right: 3px;
	}
	
.textunit {
	font-size: xx-small;
	}
	
.mycounter {
  font-size: xx-small;

  }
	
.textsmall a:link {
	text-decoration: none;
	color: #666666;
	}

.textsmall a:visited {
	text-decoration: none;
	color: #666666;
	}

.textsmall a:hover {
	text-decoration: underline;
	color: #CCCCCC;
	}

.mytable {
	width: 100%;
	background: url(images/hg-orange.jpg);
	text-align: center;
	}
	
/* restricted area header */
.myheaderres {
	width: 100%;
	background-color: #FFFFFF;
	}

.mylogores {
	width: 200px;
	line-height: 75px;
	background: url(images/de-logo-phdb-restricted.jpg);
	}

.mypicres {
	background: url(images/header-restricted.jpg);
	}

.myheader {
	width: 100%;
	background-color: #FFFFFF;
	}

.mylogo {
	width: 400px;
	line-height: 150px;
	background: url(images/de-logo-phdb.jpg);
	}
	
.mymenu {
	float: left;
	background: #FFFFFF;
	width: 230px;
	margin-top: 20px;
	border: 1px;
	border-color: #FF9933;
	border-style: solid;
	padding-left: 3px;
	}
	
.myordered {
	padding-left: 0px;
	}
	
.mymenu ul {
	padding-left: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	list-style-type: none;
	}

.mymenu ul li a.orange:link {
	color: #666666;
	text-decoration: none;
	}

.mymenu ul li a.orange:visited {
	color: #666666;
	text-decoration: none;
	}
	
.mymenu ul li a.orange:hover {
	color: #FF9933;
	text-decoration: underline;
	}
	
#imageframe {
	float: right;
	background: #FFFFFF;
	width: 202px;
	margin-top: 20px;
	border: 1px;
	border-color: #FF9933;
	border-style: solid;
	padding: 3px;
	margin-left: 20px;
	}

.imagehead {
	line-height: 30px;
	padding-bottom: 10px;
	font-weight: bold;
	}

.imagefooter-left {
	font-size: small;
	line-height: 16px;
	text-align:left;
	}
	
.imagefooter-right {
	font-size: small;
	line-height: 16px;
	text-align:right;
	}
	
#Foto01 {
	border: 1px;
	border-color: #FF9933;
	border-style: solid;
	margin-bottom: 5px;
	}
	
	
#container {
background-color: #FFFFFF;
    min-height: 100%;
    margin-bottom: -20px;
}

* html #container {
    height: 100%;
}

#contentoffset {
	margin-top: 350px;
	width: 100%;
	
	}
	
#content {
	min-height: 100%;
	width: 740px;
	margin-top: 20px;
	margin-left: 260px;
	margin-bottom: 50px;
	/*background: #FFF;*/
    background: #cccccc;
    text-align:left;
    
}

#contentlarge {
	min-height: 100%;
	width: 900px;
	margin-top: 20px;
	margin-left: 260px;
	margin-bottom: 50px;
	/*background: #FFF;*/
    background: #cccccc;
    text-align:left;
}



#footer {
    /*clear:left;*/
    position: relative;
	border-top-width: 1px;
	border-style: solid;
	border-color: #ff9933;
    bottom: 0px;
    width: 99%;
	height: 100px;
    background-color:#FFF;
    padding: 10px 10px 10px 10px;
}

.footer-table {
	align: center;
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

.pic1 {
	background: url(images/header-small-1.jpg);
	}

.pic2 {
	background: url(images/header-small-2.jpg);
	}
.pic3 {
	background: url(images/header-small-3.jpg);
	}
.pic4 {
	background: url(images/header-small-4.jpg);
	}
.pic5 {
	background: url(images/header-small-5.jpg);
	}
.pic6 {
	background: url(images/header-small-6.jpg);
	}
.pic7 {
	background: url(images/header-small-7.jpg);
	}
.pic8 {
	background: url(images/header-small-8.jpg);
	}
.pic9 {
	background: url(images/header-small-9.jpg);
	}
.pic10 {
	background: url(images/header-small-10.jpg);
	}

