/* General page style */
@page { size: 21cm 29.7cm; margin: 2cm }
P { margin-bottom: 0.21cm }

body {
	background-color: white;
/* Von Uni: */
	width: 782px;
	margin: 0 auto;
	margin-top: 5px;
}

/* Index Page Style: */

#addcontainer {
	float: left;
}

#indexcont img {
	width: 200px;
	float: right;
}

/* Genereller Style: */
* {
	font-family: Arial, sans-serif;
}

h1 {
	border-bottom: solid 2px #336699;
	color: #336699;
	font-size: 26pt;
	font-weight:bold;
}

h2 {
	color: #336699;
	font-size: 22pt;
	border-bottom: solid 2px #336699;
}

h3 {
	color: #336699;
	font-size: 18pt;
	border-bottom: solid 2px #336699;
}
	
h4 {
	font-weight:normal;
	border-left: double 6px;
	padding-left: 5px;
	color: #336699;
	font-size: 14pt;
	margin-left: 30px;
}

h5 {
	color: white;
	font-size: 12pt;
}

h6 {
        color: white;
        font-size: 10pt;
	display:inline;
}





.ctext {
	text-align: justify;
	font-size: 11pt;
	margin-left: 30px;
	margin-right: 30px;
}

.ntext {
	text-align: justify;
	font-size: 11pt;
	margin-right: 30px;
	color: black;
}

.emphasize {
	color: maroon;
	font-style: italic;
}

addressi {
        font-size: 11pt;
        margin-left: 60px;
        margin-right: 30px;
        color: maroon;
        border: solid 1px #336699;
        background-color: #f0f0f0;
        padding: 5px 25px;
        width: 280px;
}




address {
	font-size: 11pt;
	margin-left: 60px;
	margin-right: 30px;
	color: maroon;
	padding: 5px 25px;
	width: 496px;
}

.map {
	margin-left: 60px;
	width: 597px;
}

/* List style */

.paplist {
	list-style-type: none;
	margin-left: 5px;
}

.paplist li {
	font-size: 12pt;
	width: 100%;
	padding-bottom: 5px;
}

.paplist li p {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	text-align: justify;
	font-size: 11pt;
	margin-left: 60px;
	margin-right: 30px;
	color: black;
	width: 400px;
}

.level1 {
	list-style-type: none;
	margin-left: 5px;
}

.level1 li {
	padding: 5px;
}

.level1 li p {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	text-align: justify;
	font-size: 11pt;
	margin-left: 60px;
	margin-right: 30px;
	color: black;
}

.level2 {
	list-style-type: none;
	margin-left: 20px;
}

.level2 li {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	width: 400px;
}

.todolist {
	list-style-type: none;
	margin-left: 20px;
}

.todolist li {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	width: 600px;
}

.text {
	text-align: justify;
	font-size: 10pt;
	margin-left: 60px;
	margin-right: 30px;
	color: black;
}

li {
	margin-bottom: 10px;
}

.speaklist {
	list-style-type: none;
	border-top: solid 1px #336699;
}

.speakliston {
	list-style-type: none;
	border-top: solid 1px #336699;
}

.speakerbutton {
	border: 0px;
	background-color: white;
}

.projects {
	font-size: 11pt;
}

.moreinfo {
	font-size: 11pt;
}

.pis {
	font-size: 11pt;
}

.abstract {
	text-align: justify;
}

.oblist {
	list-style-type: disc;
}

.oblist li {
	width: 700px;
}

#lectcontainer table {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	empty-cells: hide;
}

#lectcontainer table thead td {
	font-weight: bold;
}

#lectcontainer table thead td {
	border-bottom: solid 1px black;
}

#lectcontainer table td {
	border: solid 1px black;
	padding-left: 5px;
	padding-right: 5px;
}

/* Item style */

.who {
	display: block;
	text-align: left;
}

/* Link style */

a {
	color: #336699;
}

.nav {
	font-size: 9pt;
	text-decoration: none;
	color: #336699;
	border: solid 1px #336699;
	padding: 1px;
}

.nav:hover {
	color: white;
	background-color: #336699;
}

/* Contact page stylestyle */

#contcont table {
	margin-bottom: 10px;
	margin-left: 60px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	font-size: 10pt;
}

.conttext {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	font-size: 10pt!important;
	margin-left: 60px;
	margin-right: 60px;
}

.portraits {
	width: 170px;
	float: right;
	border: none;
	padding: 20px;
}

/* Feedback form style */

#feedback table {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	font-size: 10pt;
}
	
#feedback td.description {
	text-align: right;
	padding: 2px 0px 2px 0px;
}   
	
#feedback td.inputfield {
	text-align: left;
	padding: 2px 0px 2px 0px;		  
}

#feedback div.errormsg {
	font-weight:normal;
	padding: 5px;
	color: #336699;
	font-size: 10pt;
	margin-left: 60px;
	margin-bottom: 15px;	
}   

#feedback b {
	font-weight: bold;
	color: #336699;
	font-size: 12pt;	
}

/* Publications and Papers style */

#publications table {
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	font-size: 10pt;
}   

#publications ul {
	list-style: none;
	margin-left: 60px;
	margin-right: 40px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 25px;
	font-size: 11pt;
}   

#publications div {
	margin-left: 60px;
	margin-right: 40px;
	padding: 5px;
	font-size: 11pt;
}   

#publications p {
	margin-left: 60px;
	margin-right: 40px;
	padding: 5px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	font-size: 11pt;
}   

#publications div p {
	margin-left: 60px;
	margin-right: 40px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 25px;
	font-size: 11pt;
}   

/* Statistics Page Styles */

#statform {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 10px;
} 

#statform select {
	border: solid 1px maroon;
	background-color: white;
} 

#statform button {
	border-left: solid 1px maroon;
	border-top: solid 1px maroon;
	border-right: solid 2px maroon;
	border-bottom: solid 2px maroon;
	background-color: white;
} 

#statform ul li {
	list-style: none;
	margin-left: 20px;
} 

#statbox {
	padding-bottom: 15px;
	margin-bottom: 25px;
	border: solid 1px #336699;
	background-color: #f0f0f0;
} 

#statbox table {
	border: 0;
	margin-left: auto;
	margin-right: auto;
} 

#statbox table tr td {
	text-align: right;
	padding-left: 5px;
	padding-right: 5px;
} 

#statbox table thead tr td {
	color: #336699;
	font-size: 11pt;
	font-weight: bold;
} 

#statbox table tr td div {
	text-align: left;
	width: 300px;
	overflow: hidden;
} 

/* IE non-compliance fixes */

li.dummy {
	display: none; 
}

/* Hides from IE-mac \*/
* html .floatholder {height: 1%;}
/* End hide from IE-mac */




/************************************************************/
/* Uni styles */
/************************************************************/

/* Uni style layout */

#overall {
	position: absolute;
	height: 100%;
	width:20%;
	overflow: hidden;
	top: 0;
}

#header {
	width: 782px;
	margin-bottom: 10px;
}

#header img {
	border: 0;
}

#header .menubar {
	text-align: left;
}

#header .menubar a {
	text-transform: uppercase;
	margin-left: 5pt;
	margin-right: 5pt;
}

#header .menubar a:hover {
	color: #7fffd4;
}

#header .styleimage {
	width: 782px;
	height: 20px;
	background-image: url("http://physik.uni-graz.at/neu/images/header_bild.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}


#header .styledokkolleg {
	width: 782px;
	height: 20px;
	background-position: bottom center;
	background-repeat: no-repeat;
}












	
#content {
	width: 782px;
	margin-bottom: 10px;
	height: 500px;
	overflow: auto;
}

#scrolllimiter {
	width: 760px;
	padding-bottom: 5px;
}

#footer {
	width: 782px;
}

#footer .styleimage {
	width: 782px;
	height: 20px;
	background-image: url("http://physik.uni-graz.at/neu/images/header_bild.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
}

#footer .menubar {
	text-align: right;
}

#footer .menubar a {
	text-transform: uppercase;
	margin-right: 10pt;
}

#footer .menubar a:hover {
	color: #7fffd4;
}

#footer .menubar .author {
	margin-left: 16pt;
	margin-right: 2pt;
}

#footer .menubar .author .lm {
	font-style: italic;
}


/* blaugruen Leiste und Links*/

.kopf {
	color:#336699;
	font-weight:600;
	font-size:14pt;
	padding:0pt;
}
	
.leisteblaugruen {
	color:#ffffff;
	background-color:#009999;
	font-weight:400;
	font-size:9pt;
	padding:1pt;
}

.leistekolleg {
	color:#ffffff;
	background-color:#009999;
	margin:5px 0px 5px 0px;
	font-weight:400;
	font-size:10pt;	
	padding-left: 15px;
}

.dk_headline {
	color: white;
	font-size: 12pt;
	font-weight: 600;
}

.dk_headline span a {
	color: white;
}

.leisteblaugruen a:link {
	color:#ffffff;
	text-decoration:none;
}

.leisteblaugruen a:visited {
	color:#ffffff;
	text-decoration:none;
}
	
.leisteblaugruen a:hover {
	color:#cccccc;
	text-decoration:none;
}

.leisteblaugruen a:active {
	color:#ffffff;
	text-decoration:none;
}
	

