/* allgemeine Seitenstruktur */
*{
	margin:  0px;
	padding:  0px;
}

body{
	font-family:  Helvetica, Arial, sans-serif;
	background-color:  gray;
	font-size: 12px;
	line-height:  16px;
	letter-spacing: 0.05em;
	color:  black;
}

a{
	color:  white;
}

img{
	padding:  0px;
	border:  none;
}

#container{
	width:900px;
	margin-left:  auto;
	margin-right:  auto;
	background-color: #B1B2B4;
	background-image:  url(../images/background.gif);
	background-repeat: repeat-y;
	min-height:  600px;
}

#banner{
	padding:  0px;
	border: none;
	border-bottom: 5px solid red;
	margin-bottom:  00px;
	line-height:  0px;
	background-color:  black;
	height: 120px;
}

#navi{
	width: 151px;
	float: left;
	background-color: white;
}

#content{
}

#text{
	width: 400px;
	background-color: #B1B2B4;
	margin-left: 155px ;
	padding: 20px 0px 20px 20px;
}

#right{
	width: 300px;
	text-align: right;
	line-height:  0px;
	background-color: #B1B2B4;
	padding: 20px 0px;
	float:  right;

}

.clear{
	clear : both;
}

/* Logo und Rollover dazu */
#logo{
	width: 151px;
	height: 120px;	
	float:  left;
	background-color:  white;
}
#logo a{
	text-decoration: none;		
}

/*  Navigation */ 
#navlist {
	margin: 20px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;
}

#navlist li { 
	list-style-type: none;	
	padding: 0px;	
}

#navlist a{
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	color: black;
}

#navlist a.current { 
	color: red;
	font-weight:  bold;
}
#navlist a:hover {
	text-decoration: none;
	color: red;
}

#navlist ul{
	margin: 0px 0px 0px 10px;
	width: 140px;
	padding: 0px;
	list-style-type: none;
	background-color: white;
}

#navlist ul li { 
	margin: 0px 0px 0px 0px; 
	list-style-type: none;	
	background-color: white;
}


#navlist ul a{
	font-weight: normal;
}

#navlist  ul ul a{
	display: block;
	margin-left: 0px;
	padding: 0px 0px 0px 10px;
	text-decoration: none;
	background-color: white;
	font-weight: normal;
}

#navlist ul ul a.current { 
	background-color: black;
	color: white;
}
#navlist ul ul a:hover{
	text-decoration: none;
}

#browse {
	margin-bottom: 10px;
}
#browse a{
	color: black;
	padding-right: 10px;
}

#isis{
	margin-top: 80px;
	margin-left: 5px;
}

/* Formatierungen */
h1, h2, h3{
	font-size:  1em;
	line-height:  1.5em;
	font-weight:  bold;
	color:  white;
}

table.contenttable{
	width:  100%;
	border-collapse:collapse
}

thead {
	text-align:  left;
}

thead td{
	color:  black;
}

.contenttable td{
	padding-right: 5px;
	padding-bottom: 5px;
	margin:  0px;
}


/*Forms */
.csc-mailform-field{
	width: 400px;
	padding: 5px 0px;
}

.csc-mailform-field input, .csc-mailform-field textarea{
	display: block;
	width:  180px;	
	margin-right:  10px;
}

input.csc-mailform-submit{
	width:  100px;
}

label{
	display:  block;
	float:  right;
	width:  200px;
}

fieldset{
	border:  none;
}

#text ul {
	margin: 00px 0px 0px 0px;
	padding: 0px;
	list-style-type: none;
	width: 100%;

} 


/* Fileuploads */

table.csc-uploads {
	border: none;
	margin-bottom: 10px;
}
.csc-uploads td{
	border: none;
	padding-right: 1px;
}

td.csc-uploads-icon{
}
td.csc-uploads-fileSize{

}



/* anpassungen für Login-Box */

div.tx-felogin-pi1 form{
	padding: 10px 0 10px 0;
	
}

div.tx-felogin-pi1 h3{
	padding: 10px 0 0 0;
	
}

div.tx-felogin-pi1 label{
	display:  block;
	float:  left;
	width:  100px;
}
	
}




/* rote auszeichnung */
.red {
      	color: red;
      	}


