/*@import url("http://www.ist.ac.at//fileadmin/styles/master.css");
@import url("http://pub.ist.ac.at/~vsingh/tables.css");
*/

@media screen
{

* {
	margin: 0;
	padding: 0;	
}

fieldset { border: 0; }

.noshow {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

.clear {
	clear: both;
	font-size: 1px;
	/*border: 1px solid #1c465a;*/
	border-width: 0 1px;
}



a img, .wt_directory_icon_mail{border:none;}

#jumplinks, #jumplinks li {
	display: inline;
}

#jumplinks a {
	position: absolute;
	top: -1000em;
	left: -1000em;
}

html {
	background-color: #fff;
	font-family: Arial, sans-serif;
}

body {
	width: 980px;
	margin: 0 auto;
	font-size: .75em;
	position: relative;
}

/*h1, h2, h3 {
	font-size: 1em;
	font-weight: normal;
}*/

a, a:focus, a:active {
        text-decoration: none;
	color: #32446B;
}

a:hover {
       text-decoration: underline;
}

#top {
	background-color: #C1C1D9 /*#cccccc*/;
	/*font-size: .93em; /* .93em ... Change Request*/ 
	text-align: left;
	vertical-align: middle;
	position: relative;
	padding: 10px 10px;
	border-bottom: 2px solid #fff;
}

#top h1 {
    color: #282880;
    margin-bottom: 0.2em;
}

#top .inner {
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0; /*0 ... Change Request*/
	line-height: 2.5em;
	text-align:center;
}

* html #top .inner {position:static; margin-top:15px;}


#top ul, #top ul li {
	list-style-type: none;
	display: inline;
	padding-right: 10px;
}


#main {
	float: left;
	width: 980px;
	font-size: 1.08em;
	line-height: 1.3846;
	overflow: auto;
	background: #D4D4F0 /*#dddddd*/;
/*	border: 1px solid #1c465a;
	border-width: 0 1px;*/
}

#content {
	float: right;
	width: 740px;
	background: #E1E1FF /*efefef*/;
}



#content-start{
	padding: 65px 0px 50px 40px;
	float:left;
	position:relative;
}

#content-start ul{position:relative;}
#content-start ul li{
	float:left;
	list-style-type:none;
}

#content-start #newsbox h2, #content-start #eventbox h2{
	margin-bottom:0.8em;
}

#teaser{
	width:457px;
	height:100px;
	margin-right:15px;
	text-align:justify;
}

#content #content-inner {
	padding: 40px 30px 40px 60px;
}

#content-inner {
	overflow: auto;
}

#content-inner h1, h2, h3{
	margin-bottom: 0.5em;
	font-weight: bold;
	color: #282880;
}

#content-inner h1{
	font-size: 1.4em;
}

#content-inner h2{
	font-size: 1.08em;
}

p, ul {
    margin-bottom: 1em;
}

ul {
    margin-left: 1.8em;
}

#sidebar {
	float: left;
	width: 230px;
}

#sidebar .sidebar-inner {
	padding: 40px 10px;
}

#sidebar h2 {
	font-size: 1.08em;
	color: #282880;
	margin-bottom: 0.5em;
	font-weight: bold;
}

pre, code {
    font-family: Monaco,
                 Consolas,
		 "Lucida Console",
		 "Bitstream Vera Sans Mono",
		 "DejaVu Sans Mono",
		 monospace;
    font-size: 0.9em;
}

pre {
    padding: 12px;
    border: 2px solid #c8c8c8;
    overflow: auto;
    background: #f8f8f8;
}