/* General */

a:link {
	color: #FF5A27; 
	font-size: 10pt; 
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none
	}

a:visited {
	color: #FF5A27; 
	font-size: 10pt; 
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none
	}

a:active {
	color: #FF5A27; 
	font-size: 10pt; 
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none
	}

a:hover {
	color: #FF5A27;
	font-size: 10pt; 
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none
	}


body {
	background-color: #D0D2D6; /* #C8CACE;  #D8DADE; */
	margin-left: 5px;
	margin-top: 0px;
}


/* Styles fuer normale Schrift */
p, div {
	  font-family: Tahoma, Courier New, Arial, sans-serif;
	  font-size: 9pt; 
	  color: black;
	  font-weight: normal;
	  font-style: normal;
	  padding-left: 4px;
	  padding-right: 3px;
	}

form {
	  font-family: Tahoma, Courier New, Arial, sans-serif;
	  font-size: 9pt; 
	  color: black;
	  font-weight: normal;
	  font-style: normal;
	  padding-left: 4px;
	}

span {
	color: #860707
}

/* site headline */
p.title {
	  font-family: Tahoma, Courier New, Arial, sans-serif;	
	  font-size: 10pt; 
	  color: #860707;
	  font-weight: bold;
	  font-style: normal;
	  text-transform: uppercase;
	  letter-spacing: 2pt;
	  text-align: center;
	}

/* chapter headline */
p.head {
	  font-family: Tahoma, Courier New, Arial, sans-serif;	
	  font-size: 10pt; 
	  color: black;
	  font-weight: bold;
	  font-style: normal;
	}

p.alert {
	  font-family: Tahoma, Courier New, Arial, sans-serif;	
	  font-size: 10pt; 
	  color: red;
	  font-weight: bold;
	  font-style: normal;	
	}
	
a.section {
	  font-family: Helvetica, Arial, sans-serif;	
	  font-size: 10pt; 
	  /* font-weight: bold; */
	  font-style: normal;	
	  text-align: right;
	}

a.innerLink {
	  font-family: Tahoma, Courier New, Arial, sans-serif;	
	  font-size: 9pt; 
	  font-weight: normal;
	  font-style: normal;	
	  text-align: right;
	}

ul {
	font-family: Tahoma, Courier New, Arial, sans-serif;
	font-size: 9pt; 
	color: black;
	font-weight: normal;
	font-style: normal;
	}

div.liste {
	  font-family: Tahoma, Courier New, Arial, sans-serif;
	  font-size: 9pt; 
	  color: black;
	  font-weight: normal;
	  font-style: normal;
	  padding-left: 0px;
	  padding-right: 3px;
}

#projects {
	  font-family: Tahoma, Courier New, Arial, sans-serif;
	  font-size: 9pt; 
	  color: black;
	  }

#dropDown {
	width: 206px;
}

#margin {
	margin-left: 4px;
}

#l {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
}

#r {
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
}

#lr {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
}

#lrt {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
  border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:white;
}

#lrb {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:white;
}

#lbt {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:white;
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:white;
}

#rbt {
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:white;
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:white;
}


#lrbt {
	border-left-width:1px;
  	border-left-style:solid;
  	border-left-color:white;
	border-right-width:1px;
  	border-right-style:solid;
  	border-right-color:white;
	border-bottom-width:1px;
  	border-bottom-style:solid;
  	border-bottom-color:white;
	border-top-width:1px;
  	border-top-style:solid;
  	border-top-color:white;
}
