/* ******************* */
/* *** 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: 12px;
	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;
}

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



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


#main_menu .m a,
#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,
* 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: auto !important;
	height: 61px;
	width: 100%;
	padding-bottom: 10px;
}

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

* html #d {
	margin-left: 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 {
	height: 14px;
	width: 100%;
	background: #fff; /*url(./images/stripe.gif) top left no-repeat;*/
}

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

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

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



/* Content */

#content {
	float: left;
	padding: 0px 0px 20px 10px;
	width: 620px;
	text-align: justify;
	line-height: 1.25;
}

#content div {
	margin-right: 3px;
}

#content h1 {
	font-size: 17px;
	color: #383737;
	margin: 7px 0 23px 0;
	font-weight: bold;
}

#content h2 {
	margin: 24px 0 12px 0;
	background-color:transparent;
	color:#A5001C;
	font-size: 14px;
	font-weight:bold;
	text-align:left;
}

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

#content p {
	margin: 0 10px 3px 0;
}

#content #title {
	/*margin-top: 16px;*/
}



ul {
	padding-left: 17px;
	line-height: 1.2em;
	list-style: none outside;
	margin-bottom: 10px;
}

li {
	background: url(./images/bullet.gif) top left no-repeat;
	padding-left: 17px;
	margin-top: 7px;

}


* html ul li a {
	padding: 0 0 0 0px;
}

* html li {
	padding: 0 0 0 0px;	
}

#content img {
	text-align: center;
}

hr {
	width: 100%;
	margin: 20px auto 0 auto;
	border: 0px;
	border: 0px; /* Für Firefox und Opera */
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #FFFFFF; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}

strong, bold {
	font-weight: bold;
}
/* Breadcrump and Print */

#stripe #breadcrump {
	font-family: Helvetica, "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left; 
	margin-top: 5px;
	margin-left: 10px;
	font-weight: bold;
	font-size: 11px;
	color: #444444;
}

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

#stripe #breadcrump a:hover {
		color: #A5001C;
}

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

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

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

/* Sidebar */
#right_menu {
	margin: 10px 10px 0 10px;
}

.right_menu_1 {
	line-height: 1.5;
	font-weight: bold;
}

.right_menu_1 a {
	background: url(./images/right_nav_bg1.gif) no-repeat;
	padding-left: 17px;
	color: #383737;
	text-decoration: none;
	display: block;
	width: 137px;
	height: 100%;
	border: 0px solid red;
}
.right_menu_1 a.active,
.secondary_nav_active {
	background: url(./images/right_nav_bg1_active.gif) no-repeat;
	color:#A5001C;
}

.right_menu_1 a:hover {
	background: url(./images/right_nav_bg1_hover.gif) no-repeat;
	color:#A5001C;
}

.right_menu_2 {
	margin-left: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.right_menu_2 a {
	background: url(./images/right_nav_bg2.gif) no-repeat;
	color: #383737;
	text-decoration: none;
	display: block;
	padding-left: 15px;
	width: 120px;
	/*height: 18px;*/
	border: 0px solid red;
}
.right_menu_2 a.active,
.right_menu_2 a:hover,
.secondary_nav_active {
	background: url(./images/right_nav_bg2_active.gif) no-repeat;
	color:#A5001C;
}


/* SITEEND*/

#siteend {
	width: 800px; 
	border-top: 1px solid #ccc;
	height: 32px;
	background: #ffffff;
}

#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;
}

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

.clear, .clearer {
	clear: both;
}

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

#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;
}
/* ######################## ######## ######################## */
/* ######################## standard ######################## */
/* ######################## ######## ######################## */

p
{
	font-size:12px;
	background-color: transparent;
	margin-top: 6px;	
	margin-bottom: 6px;
}

td
{
	font-size:12px;
	background-color: transparent;
}
th
{
	font-size:12px;
	border-bottom:1px solid #444444;
}

/* 
 * headline of a page
 */
h1
{
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	background-color: transparent;
	margin-top: 12px;	
	margin-bottom: 18px;
	font-variant: small-caps;
}

/* 
 * headline of a content element
 */
h2
{
	text-align: left;
	font-weight: bold;
	font-size:14px;
	color: #A5001C;
	background-color: transparent;
	margin-top: 24px;
	margin-bottom: 12px;	
}

/* 
 * headline of a content element sub-section
 */
h3
{
	text-align: left;
	font-weight: bold;
	font-size:14px;
	background-color: transparent;
	margin-top: 24px;
	margin-bottom: 12px;	
}

/* 
 * headings for schedule tables in the teaching section
 */
.scheduleheading
{
	font-size:12px;
	text-align: left;
	font-weight: bold;
	background-color: transparent;
	padding:2px 0px 2px 0px;
}

/* 
 * headings for schedule tables in the teaching section
 */
.scheduletext
{
	text-align: left;
	background-color: transparent;
	padding:2px 0px 2px 0px;
}

/*
 * css for member-pages
 */

.memberrow {
	padding:20px 0px 0px 0px;
	/*height: 120px;*/
}

.memberrow p {
	padding:20px 0px 0px 0px;
	/*height: 120px;*/
}

.memberitem {
	float:left;
	width:300px;
	margin-bottom: 15px;
}
.memberitemleft {
	width:94px; 
	float:left; 
}
.memberitemright {
	margin-left:10px; 
	width:190px; 
	float:left;
}

* html .memberitemright {
	margin-left: 5px;
	overflow: hidden;
}



.memberacronym {
	color:#A5001C; 
	font-weight: bold;
}
.memberextra {
	float:left;
	width:294px;
}

.photo_title {
	font-size:smaller;
	background-color: transparent;	
	margin-bottom: 0px;
	margin-top:2px;
}

.members_name {
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0px;	
}

.members_details {
	font-size:smaller;
	background-color: transparent;
	margin-bottom: 0px;	
}

.membersnamelink {
	margin-bottom:10px;
}




.projects_subheadings {
	font-weight: bold;
	color: #A5001C;
	background-image: url(../images/elements/orange_brake.gif);	
	background-repeat: no-repeat;
	background-color: transparent;
	padding: 2px 15px 2px 15px;
	margin-bottom: 0px;	
}

.details_indented_15px {
	
	margin-bottom: 15px;	
	margin-left: 15px;
	margin-right: 0px;	
	margin-top: 3px;
}



/* ##### ##### #### */

#centerbottom{
	background-image:url(../images/design/shadow_buttom.jpg);
	height:25px;
	width:786px;
}

.digitallibraryitem{
	margin-top:15px;
}


/* ##### ##### #### */

.anchorcombobox{
	color:#666666;
	width:520px;
	margin:0px;
	padding:0px 0px 0px 0px;
}
.anchor{
	margin-top:20px;
	margin-bottom:10px;
}

.digitallibraryshortinfo{
	font-style:italic;
}

.twocolumnsright{
	float:right; 
	width:200px; 
	margin-left:10px; 
}

/* 
 * 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;
}

/* 
 * trailer
 */
.trailer {
	font-weight: bold;
	font-size:medium;
	color:#CCCCCC;
	background-color: transparent;
	padding: 3px 5px 3px 5px;
}



/* Hacks */

.memberitemright a {
	text-align: left;
	display: inline;
}



.proj_entry{
text-align:justify;
float:right;
margin-left:20px;
/*padding-right:10px;*/
padding-bottom:10px;
border-bottom: 1px solid #CCCCCC;
margin-bottom: 30px;
/*border-right: 1px solid #CCCCCC;*/
/*padding: 5px;*/
}

/* Pubs */
.pub_entry{
margin-left:20px;
padding-bottom:10px;
border-bottom: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
/*padding: 5px;*/
}

.floatleft{
float: left;
text-align: justify;
width:95%;
border-bottom: 1px solid #666;
}

.floatright2{
border-top: 1px solid #666;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
}

.floatright{
float: right;
padding:10px;
text-align:justify;

}

.floatright_proj{
text-align:justify;
float: right;
padding-left:10px;
padding-right:10px;
padding-top:10px;
border-top: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;

}

/*
 * css for member-pages
 */

.memberrow {
	padding:20px 0px 0px 0px;
}

.memberitem {
	float:left;
	width:294px;
	padding-bottom:50px;
}

.memberitemleft {
	width:94px; 
	float:left; 
}

.memberitemright {
	margin-left:10px; 
	width:190px; 
	float:left;
}

.memberacronym {
	color:#A5001C; 
	font-weight: bold;
}

.photo_title {
	font-size:smaller;
	background-color: transparent;	
	margin-bottom: 0px;
	margin-top:2px;
}

.members_name {
	font-weight: bold;
	background-color: transparent;
	margin-bottom: 0px;	
}

.members_details {
	font-size:smaller;
	background-color: transparent;
	margin-bottom: 0px;	
}

.membersnamelink {
	margin-bottom:10px;
}


/* Tabs at publications */
.tabs {
	list-style: none;
	padding: 0;
	margin-top: 15px;
}

.tabs li {
	padding-left: 0;
}
.tab-active {
	background:transparent url(images/tab_active.gif) no-repeat scroll center top;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:0px;
	text-align:center;
	text-decoration:none;
	width:127px;
}

.tab {
	background:transparent url(images/tab_inactive.gif) no-repeat scroll center top;
	display:block;
	float:left;
	height:25px;
	line-height:25px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-right:0px;
	text-align:center;
	text-decoration:none;
	width:127px;
}

#tab4link {
	margin-right: 0;
}
.tabclear {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	display: block;
	width: 140px;
	height: 25px;
	line-height: 25px;
	float: left;
}

.sub {
	float: left;
}

/* Home page */

div#content div.section_item_top {
	background: transparent url(./images/home-border-center.jpg) repeat-y scroll center top;
	float: left;
	height: auto !important;
	/*min-height: 235px;*/
	width: 300px;
}

div#content div.border-top {
	background: transparent url(./images/home-border-top.jpg) no-repeat scroll center top;
	height: 50px;
	margin-left: 3px;
}

div#content div.border-top h2 {
	color:#383737;
	font-size: 17px;
	font-variant: small-caps;
	font-weight: bold;
	height: auto;
	padding: 17px 10px 0 0;
	text-align: right;
	text-decoration: none;
	margin: 0;
}

div#content div.border-bottom {
	background: transparent url(./images/home-border-bottom.jpg) no-repeat scroll center top;
	height: 20px;
	margin-left: 3px;
}

