/* Basic Elements */
html, body {
	background: url('images/bg.gif') repeat-x;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
	}
#container {
	width: 100%;
	position:relative;
	min-height:100%;
	height: auto;
	height:100%;
	padding:0;
	margin:0;
	overflow:visible;
	}
#header {
	margin:0;
	padding:0;
	border:0px;
	width: 100%;
	min-width:1100px;
	overflow:visible;
	max-height: 100px;
	font-family:Verdana;
	vertical-align:bottom;
	background: url('images/bg_up.gif') repeat-x;
	text-align:center;
	}
#wrapper {
	min-width:700px;
	padding-right:10%;
	padding-left:10%;
	}
#content {
	width:100%;
	overflow:visible;
	text-align:center;
	vertical-align:top;
	font-family:Verdana;
	font-size:0.8em;
	margin-top:30px;

	clear:both;
	}
#left {
	float: left;
	width: 180px;
	min-height:700px;
	margin-top:5em;
	margin-left:2em;
	font-family:Verdana;
	font-size:0.8em;
	text-align:left;
	vertical-align:top;
	}
#footer {
	width: 100%;
	min-width:1100px;
	max-height:64px;
	clear: both;
	padding: 15px 0 0 0;
	position: relative;
	margin:0;
	overflow:visible;
	background: url('images/footer.gif') repeat-x;
	text-align: center;	
	color: white;
	font-family:Verdana;
	font-size:0.8em;
	bottom: 0;
	}



/* Sidebar */
#sidebar {
	vertical-align:top;
	}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar li {
	}
#sidebar li a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	margin-bottom:20px;
	background-image : url('images/pathway.gif');
	background-position: center;
	background-repeat : repeat-x;
	border : 1px solid #d0d0d0;
	border-left: 7px solid #D5FF6B;
	}
#sidebar li a:hover {
	color: #B5D72B;
	border-left: 7px solid #26BBFF;
	}


/* Sidebar-Subtitels*/
#sidebarsub {
	vertical-align:top;
	width:170px;
	margin-left:15px;
	}
#sidebarsub ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebarsub li a {
	display: block;
	font-weight: bold;
	font-size: 12px;
	color: black;
	list-style: none;
	text-decoration: none;
	padding: 3px 0 3px 5px;
	margin-bottom:20px;
	background-image : url('images/pathway.gif');
	background-position: center;
	background-repeat : repeat-x;
	border : 1px solid #d0d0d0;
	border-left: 7px solid #26BBFF;
	}
#sidebarsub li a:hover {
	list-style: none;
	color: #B5D72B;
	border-left: 7px solid #D5FF6B;
	}

#content a {
	color: blue;
	}
#content a:hover {
	color:red;
	}

/* Sidebar Below*/
#sidebar_below {
	vertical-align:top;
	}
#sidebar_below ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#sidebar_below li {
	}
#sidebar_below li a {
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: black;
	text-decoration: none;
	padding: 3px 0 3px 20px;
	margin-bottom:20px;
	background-image : url('images/pathway.gif');
	background-position: center;
	background-repeat : repeat-x;
	border : 1px solid #d0d0d0;
	border-left: 7px solid #D5FF6B;
	}
#sidebar_below li a:hover {
	color: #B5D72B;
	border-left: 7px solid #26BBFF;
	}

/* Additional styles */
p {
	padding: 10px;
	margin: 0;
	margin-left:auto;
	margin-right:auto;
	font-family:Verdana;
	font-size:1em;
	}
img {
	border: 0px none;
	}
h1 {
	color: white;
	}
h2 {
	clear:both;
	text-align:center;
	vertical-align:top;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:1.5em;
	height:24px;
	width: 80%;
	background-image: url('images/bg_ueb.gif');
	background-repeat:no-repeat;
	background-position:center;
	font-size:1.8em;
	border : 1px solid #d0d0d0;
	}
h3 {
  clear:both;
  font-size:1.3em;
  color:black;
  margin:0;
  height:auto;
  padding:0 0 0 0;
}
h4 {
  clear:both;
  font-size:1.3em;
  text-decoration:underline;
}
a {
	color: #84d5fa;
	text-decoration: none;
	}
a:hover {
	color: orange;
	}
TABLE { border-collapse:collapse;font-family:Verdana;margin-left:auto;margin-right:auto}
 TR { vertical-align:middle;font-family:Verdana}
 TD { height:1.6em;vertical-align:middle;font-family:Verdana;font-size:1em;}
