/* CSS Document */

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

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


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

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

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

a.white:hover {
  	color: #3399CC;
  	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: #e1e1e1;
	}

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

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

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

.mylogores {
	width: 200px;
	line-height: 75px;
	background: url(images/de-logo-ig-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-ig.jpg);
	}
	
.mymenu {
	float: left;
	background: #FFFFFF;
	width: 230px;
	margin-top: 20px;
	border: 1px;
	border-color: #3399CC;
	border-style: solid;
	}
	
.myordered {
	padding-left: 20px;
	}
	
.mymenu ul {
	padding: 15px;
	list-style-type: square;
	}

.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: #3399CC;
	text-decoration: underline;
	}
	
#content {
	/*min-height: 625px;*/
	width: 700px;
	margin-top: 20px;
	margin-left: 260px;
	margin-bottom: 50px;
	/*background: #FFF;*/
    background: #e1e1e1;
    text-align:left;
    
}

#contentlarge {
	/*min-height: 625px;*/
	width: 900px;
	margin-top: 20px;
	margin-left: 260px;
	margin-bottom: 50px;
	/*background: #FFF;*/
    background: #e1e1e1;
    text-align:left;
}
	
#footer {
    /*clear:left;*/
    position: absolute;
    bottom: 0px;
    width: 99%;
	height: 20px;
    background:#3399CC;
    text-align:center;
    padding:10px;
}

.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);
	}

