/* ******************* */
/* *** CSS RESET ***** */
/* ******************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* ******************* */
/* ***** OWN CSS ***** */
/* ******************* */

html, body {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	color: #000000;
}
#container {
	margin: 0 auto;
	height: 100%;
	width: 810px;
	background: #fff;
}

/* LOGOS */
#top_logos {
	margin: 0 auto;
	width: 100%;
	height: 116px;
	background: #fff;
}

#sti {
	float: left;
	width: 45%;
	border: 0px solid green;
}
#uni{
	float: left;
	width: 54%;
	border: 0px solid blue;
}

#sti_logo{
	margin-top: 21px;
	margin-left: 25px; 
	
}

#uni_logo{
	margin: 10px 0 0 115px;
}

/* BANNER */
#banner {
	margin: 0 auto;
	height: 130px;
	width: 100%;
}

#Home_banner {
	background: #fff url(./images/home_banner.gif) no-repeat top center;
}

#About_banner {
	background: #fff url(./images/about_banner.gif) no-repeat top center;
}

#Research_banner {
	background: #fff url(./images/research_banner.gif) no-repeat top center;
}

#Teaching_banner {
	background: #fff url(./images/teaching_banner.gif) no-repeat top center;
}

#Results_banner {
	background: #fff url(./images/results_banner.gif) no-repeat top center;
}

#Contact_banner {
	background: #fff url(./images/home_banner.gif) no-repeat top center;
}

/* MAIN MENU */
#main_menu {
	padding-top: 103px;
	height: 27px;
	width: 100%;
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#main_menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
	width: auto;
}


#main_menu .m {
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	width: 126px;
	height: 27px;
	margin: 0 3px 0 0;
}


#main_menu .m a:link,
#main_menu .m a:visited,
#main_menu .m a:focus {

	font-size: 17px;
	color: #383737;
	float: left;
	display: block;
	background: transparent url(./images/tab_inactive.gif) no-repeat;
	height: 27px;
	width: 126px;
	text-decoration: none;
	padding: 7px 0 0 0;
}


* html #main_menu .m a:link,
* html #main_menu .m a:visited,
* html #main_menu .m a:focus {
	height: 20px;
}


#main_menu .m a:hover,
#main_menu .m a:active,
#main_menu .m a.active,
#main_menu .m a.current,
.primary_nav_active {
	background: transparent url(./images/tab_active.gif) no-repeat;
	display: block;
	color: #1a1a1a;
}

/* DESCRIPTION */
#description {
	background: #ffffff url(./images/news_bg.gif) bottom center no-repeat;
	height: 40px;
	width: 100%;
	padding-bottom: 10px;
}

#d {
	float: left;
	width: 750px;
	margin-top: 3px;
	margin-left: 27px;
	margin-right: 27px;
	margin-bottom: 5px;
	color: #fff;
	height: 100%;
}

* html #d {
	margin-left: 13px;
	margin-right: 13px;
}

#description p {
	padding-top: 2px;
	font-size: 12px; 
	text-align: justify;
}
#description .more {
	font-size: 12px;
	text-align: right;
	margin: 0;	
}
#description a {
	text-decoration: underline;
	color: #fff;
}


.page_title {
	float: left;
	width: 150px;
	height: 40px;
	text-align: right;
}

.page_title h2 {
	margin-top: 5px;
	color: #fff;
	font-size: 18px;
	text-align: right;
}


/* STRIPE */
#stripe {
	margin: 0 auto;
	height: 14px;
	width: 100%;
	background: #fff; /*url(./images/stripe-long.jpg) top left no-repeat;*/
}

/* BOX, MAINCONTENT and SIDEBAR */
#box {
	margin: 0 auto;
	/*background: #ffffff url(./images/sidebar_back.jpg) repeat-y top left;*/
	
}

#main_content {
	padding: 0;
	float: left;
	width: 632px;
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
}

#sidebar {
	padding: 0;
	float: left;
	width: 177px;
	margin-top: 5px;
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
}

* html #sidebar {
	float: right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	display: block;
}

/* SITEEND*/

#siteend {
	width: 800px; 
	height: 32px;
	background: #ffffff;
	font-size: 12px;
}

#siteend a {
	color: #444444;
	font-weight: bold;
}
#siteend a:hover {
	color: #A5001C;

}

#top {
	float: left;
	margin: 13px 0 0 0px; 
	width: 315px;
}

#person_in_charge {
	float: left;
	width: 315px;
	text-align: right;
	margin: 13px 0 0 0px;
}


/* Content */
.section_item_top {
	float: left;
/*	padding-top: 10px;*/
/*	padding-bottom: 5px;*/
	width: 316px;
	min-height: 235px;
	height: auto !important;
	height: 235px;
	background: url(./images/home-border-center.jpg) repeat-y top center;
}

* html .section_item_top { height: 230px; }

.section_item {
	float: left;
	/*padding-top: 10px;*/
/*	padding-bottom: 5px;*/
	width: 316px;
	min-height: 215px;
	height: auto !important;
	height: 215px;
	/*border-top: 1px solid #c2c2c2;*/
	background: url(./images/home-border-center.jpg) repeat-y top center;
}

* html .section_item { height: 200px; }

.border-top {
	height: 20px;
	background: url(./images/home-border-top.jpg) no-repeat top center;
}

.border-top  h2,
.border-top  h2 a {
	font-size: 17px;
	font-variant: small-caps;
	font-weight: bold;
	color: #383737;
	padding:17px 10px 0 0;
	width: auto;
	height: auto;
	border: 0px solid #c2c2c2;
	text-decoration: none;
	text-align: right;
}

.border-top  h2 a:hover {
	color: #b8292f;
}

.about {
	height: 49px;
	background: url(./images/about01.jpg) no-repeat top center;
}

.teaching {
	height: 49px;
	background: url(./images/teaching01.jpg) no-repeat top center;
}

.research {
	height: 49px;
	background: url(./images/research01.jpg) no-repeat top center;
}

.results {
	height: 49px;
	background: url(./images/results01.jpg) no-repeat top center;
}

.border-bottom {
	height: 20px;
	background: url(./images/home-border-bottom.jpg) no-repeat bottom center;
}


.item_image {
	float: left;
	height: 100%;
	width: 146px;
	border: 0px solid red;
	padding-top: 20px;
	/*text-align: center;*/
}



/*.item_image a {
	margin: 0 auto;
	display: block;
	width: 99px;
	height: 129px;
	border: 1px solid #c2c2c2;
}


.item_image a#about {
	background: url(./images/about.gif) 0px -129px no-repeat;
	
}
.item_image a#about:hover {
	background-position: 0px 0px;
}

.item_image a#research {
	background: url(./images/research.gif) 0px -129px no-repeat;
	
}
.item_image a#research:hover {
	background-position: 0px 0px;
}
.item_image a#teaching {
	background: url(./images/teaching.gif) 0px -129px no-repeat;
	
}
.item_image a#teaching:hover {
	background-position: 0px 0px;
}
.item_image a#results {
	background: url(./images/results.gif) 0px -129px no-repeat;
	
}
.item_image a#results:hover {
	background-position: 0px 0px;
}*/

.item_deff {
	float: left;
	min-height: 170px;
	width: 170px;
	border: 0px solid blue;
	padding-top: 20px;
}
* html .item_deff { height: 170px; }

.item_deff p, .item_image p {
	margin: 5px 10px 5px 0;
	line-height: 1.25;
}

.item_deff .item, .item_image .item {
	font-size: 12px;
	line-height: 14px;
	padding-left: 17px;
	margin-left: 10px;
	background: url(./images/bullet.gif) top left no-repeat;
}
.item_deff ul, .item_image ul {
	margin: 8px 10px 0 23px;
	font-size: 12px;
	list-style: square;
	line-height: 1.1;
}
.item_deff a, .item_image a {
	color: #383737;
	font-weight: bold;
	text-decoration: none;
}
.item_deff a:hover, .item_image a:hover {
	color: #b8292f;
}

/* Breadcrump and Print */

#breadcrump {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left; 
	margin-top: -13px;
	margin-left: 1px;
	font-weight: normal;
	font-size: 11px;
}

#breadcrump a {
	font-weight: normal;
	text-decoration: none;
}

#print {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: right; 
	margin-right: 20px;
	margin-top:2px;
}

#print a {
	color: #383737;
	font-weight: normal;
	text-decoration: none;
}

* html #print a {
	position: relative;
	z-index: 99;
}

#print a:hover {
	color: #b8292f;
}

/* Sidebar */

.h2 {
	background: transparent url(./images/h2_background.gif) top center no-repeat;
	margin: 0 auto;
}
#sidebar h2 {
	font-size: 14px;
	font-variant: small-caps;
	font-weight: bold;
	color: #383737;
	margin: 5px 0px 0px 0;
	text-align: center;
	/*background: transparent url(./images/sidebar_h2.gif) top center no-repeat;*/
	line-height: 120%;
}

#sidebar img {
	border: 0px solid #ccc;
}

#sidebar p {
	margin: 0px 0px 0px 0;
	/*float: right;*/
	text-align: center;
	display: block;
}

#sidebar a {
	color: #383737;
	text-decoration: none;
	font-weight: bold;
}

#sidebar a:hover {
	text-decoration: none;
	color: #b8292f;
}

#sidebar #sti_members, 
#sidebar .projects, 
#sidebar #publications, 
#sidebar #working_groups {
	padding: 5px 0 5px 8px;
	margin-top: 0px;
	text-align: center;
}

#sidebar #sti_members a, 
#sidebar .projects a, 
#sidebar #publications a, 
#sidebar #working_groups a {
	font-size: 14px;
}

#sidebar #sti_members {
 	min-height: 30px;
	height: auto !important;
	height: 30px;
}

#sidebar #sti_members h2,
#sidebar #sti_members p {
	margin-right: 17px;
}

#sidebar .projects,  
#sidebar #working_groups {
	border-top: 0px solid #ccc;
	margin-right: 10px;
	margin-bottom: 15px;
}


#sidebar #publications {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
    width: 155px;
	border-top: 0px solid #ccc;
	margin-right: 10px;
}

#sidebar h3 {
	text-align: center;
}
/* 
 * quickinfo bar item details
 */
.quickinfo_img {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.quickinfo_details {
	background-color: transparent;
	margin-bottom: 0px;	
	margin-left: 16px;
	margin-right: 0px;
	font-size: 12px;
	text-align: center;
}
.quickinfo_bar_item {
	text-align: center;
}


/* FOOTER */
#footer {
	height: 94px;
	width: 100%;
	background: #fff url(./images/footer.gif) top left no-repeat;
}

.clear {
	clear: both;
}

p {
	font-size: 12px;
	text-align: left;
}

#copyright, #imprint,
#copyright a, #imprint a {
	color: #ecebeb;
	font-size: 10px;
}

#copyright a:hover, #imprint a:hover {
	text-decoration: none;
}
#copyright {
	float: left;
	margin: 13px 0 0 15px;
	width: 50%;
}

* html #copyright {
	margin-left: 7px;
}

#imprint {
	float: right;
	text-align: right;
	margin: 13px 25px 0 0;
}

* html #imprint {
	margin-right: 12px;
}

#validator {
	float: left;
	text-align: right;
	margin: 7px 0 0 0;
}

/* Mooquee */

.mooquee
{
	margin: 0 auto;
	padding: 5px;	
	
	/* don't change */
    position: absolute;
	overflow: hidden;
	white-space: nowrap;
}
.mooquee-text
{
	/* don't change */
	position: absolute;
}

