html {
	height: 100%;
	max-height: 100%;

  padding:0; 
  margin:0; 
  border:0; 

  color:#000;
  background-color: #fff;
	overflow:hidden; 
}

body {
	height: 100%;
	max-height: 100%;
  padding:0; 
  margin:0; 
  border:0;
  color:#000;
  overflow:hidden;
  background-color: #faebdf;
}

html, td {
  font-size: 0.8em;
  font-family: Arial, sans-serif;
}
p {
  margin: 0;
  padding-left:0px;
  padding-right:10px;
}
img {
  border:none;
}

#center {	
	width: 770px;
	height: 100%;
	margin: 0 auto;
	background-color: #fff;
	border-left: 1px solid #fff;		
	border-right: 1px solid #fff;
}

#head { 
	position: relative;
  margin:0; 
  width:100%; 
  height:160px; 
  overflow:hidden; 
}

#shadow {
	background: url(gfx/bw-div.png) repeat-x;
}

#shadow-left {
	position: absolute;
	width: 15px;
	top:0;
	left:50%;
	margin-left: -395px;
	height: 100%;
	background: #f00;
	background: url(gfx/bw-div-right.png) repeat-y;
	background: url(gfx/bw-div-left2.png) repeat-y;
}
#shadow-right {
	position: absolute;
	width: 15px;
	top:0;
	left:50%;
	margin-left: 385px;
	height: 100%;
	background: #f00;
	background: url(gfx/bw-div-left.png) repeat-y;
	background: url(gfx/bw-div-right2.png) repeat-y;
}


#left {
	position: fixed;	
	top:165px;
	width: 200px;	
	bottom: 0px;
  overflow:auto;
}


#content {
	position: fixed;	
	top: 165px;
	width: 570px;
	bottom: 0px;
	margin-left: 200px;
  overflow:auto;
}

#innerContent {
	padding: 5px;
	padding-top: 2px;
	margin: 0 8px;
}

/* Titel */
#pageTitle {
  position:absolute;
	width: 770px;	 
  left: 0px;
  top: 50px;
  font-size: 35px;
	color: #000;
	text-align:center;
}
#pageTitle2 {
  position:absolute;
	width: 770px;	 
  left: 2px;
  top: 52px;
  font-size: 35px;
	color: #ddd;
	text-align:center;
}

#logos {
	width: 180px;
	text-align: center;
}

/* Stuff for the lang navigation */
#langNav {
	display: none;
	position: absolute;
	top: 5px;
	right: 0px;
	padding: 1px;
	background: #E0E0E0;
	border: 1px solid #000;  
	border-right: none;
}
a.langNavSelect,
a.langNav {	
	text-decoration: none; 
	font-size: 0.9em;
	padding: 2px 10px 2px 10px;
	color:#333;
	border:none;
}
a.langNav:hover,
a.langNavSelect,
a.langNavSelect:hover {
  text-decoration: none;
  color:#000;
  background-color: #fff;
}

/* Stuff for the main navigation */
#mainNav {
  margin-right: 5px;
  margin-left: 0px;
  margin-top: 0px;
  padding-bottom: 1.1em;   
}
#mainNav ul {
  display: inline; 
}
#mainNav ul li {
	list-style: none;
	display: inline;
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2,
a.mainNavSelectActive,
a.mainNavSelect,
a.mainNav {	
	text-decoration: none;
	font-size: 1.1em;
	display: block;
	border:none;
	padding: 2px 0px 2px 5px;
	color:#333;
	border-bottom: 1px solid #ddd;
	margin-left: 10px;
	line-height: 1.2em;
	border-left: 1px solid #ddd;	
}

a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNav2 {	
	font-size: 1.0em;
  margin-left:20px;	  
}

a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav3 {	
	font-size: 0.9em;
  margin-left:30px;	
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav4 {	
	font-size: 0.9em;
  margin-left:40px;	
}


a.mainNav4SelectActive:hover,
a.mainNav4Select:hover,
a.mainNav4:hover,
a.mainNav3SelectActive:hover,
a.mainNav3Select:hover,
a.mainNav3:hover,
a.mainNav2SelectActive:hover,
a.mainNav2Select:hover,
a.mainNav2:hover,
a.mainNavSelectActive:hover,
a.mainNavSelect:hover,
a.mainNav:hover {
  font-weight:normal;
	background-color: #FF7B04;
	color: #fff;
	border:none;
	border-bottom: 1px solid #000;  	
}

a.mainNav4SelectActive,
a.mainNav4Select,
a.mainNav3SelectActive,
a.mainNav3Select,
a.mainNav2SelectActive,
a.mainNav2Select,
a.mainNavSelectActive,
a.mainNavSelect {	
	background: #FF7B04 url(gfx/headline.png);
	color: #fff;
	font-weight: bold;
}

/*	normal link */ 
a {
		text-decoration: underline;
  	color:#103354;		
	}
a:link,
a:visited { 
}
a:hover,
a:active,
a:focus {
  color:#353A8E;
  font-weight: bold; 
}

/* General stuff -- formating of standard tags*/
h1, h2, h3 {
	font-size: 1.6em;
	color:#fff;
	padding-left: 10px;
	background: #FF7B04 url(gfx/headline.png);
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

hr {
  clear:both;
  border:none;  
  height:0px;
}


.tx-filelist-pi1 {
}

/*	normal link */ 
.tx-filelist-pi1 a {
		text-decoration: none;
  	color:#353A8E;		
	}
a:hover,
a:active,
a:focus {
	text-decoration: underline;
  font-weight: normal; 
}


.tx-filelist-pi1-table {
	width: 100%;
}
.tx-filelist-pi1-header-tr {
	color:#fff;
	font-size: 1.4em;
	background: #FF7B04 url(gfx/headline.png);

}
.tx-filelist-pi1-header-icon {
	height: 25px; 
}
.tx-filelist-pi1-header-filename {
}
.tx-filelist-pi1-header-info {
}
.tx-filelist-pi1-header-last_modification{
}
.tx-filelist-pi1-tr {
	font-size: 1.3em;
}
.tx-filelist-pi1-icon {
	vertical-align: middle;
}
.tx-filelist-pi1-filename {
	vertical-align: middle;
}
.tx-filelist-pi1-info {
}
.tx-filelist-pi1-last_modification{
}



