/* General page style */

body {
	background-color: white;
/* Von Uni: */
	width: 782px;
	margin: 0 auto;
	margin-top: 5px;
}

/* Index Page Style: */

#addcontainer {
	float: left;
}

#indexcont img {
	width: 320px;
	float: right;
}

.picdescr {
	margin-left: 40px;
	margin-right: 40px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 25px;
	font-size: 11pt;
        text-align: justify;
}

.piclista {
        margin: 2px 2px 10px 2px;
        float: left;
}

.piclista img {
        width: 400px;
}


.piclistb {
        margin-left: 420px;
        margin-right: 20px;
        background-color: #f0f0f0;
        border: solid 1px #336699;
        padding: 25px;
        font-size: 11pt;
        text-align: justify;
}

.cctext {
        text-align: justify;
        font-size: 11pt;
        margin-left: 30px;
        margin-right: 30px;
        clear: both;
}


/* Genereller Style: */
* {
	font-family: Arial, sans-serif;
}

h1 {
	border-bottom: solid 2px #336699;
	text-align: center;
	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;
}

.ctext {
	text-align: justify;
	font-size: 11pt;
	margin-left: 30px;
	margin-right: 30px;
}

.ntext {
	text-align: justify;
	font-size: 11pt;
	margin-left: 60px;
	margin-right: 30px;
	color: black;
}

.emphasize {
	color: maroon;
	font-style: italic;
}

address {
	font-size: 11pt;
	margin-left: 60px;
	margin-right: 30px;
	color: maroon;
	border: solid 1px #336699;
	background-color: #f0f0f0;
	padding: 5px 25px;
	width: 280px;
}

.map {
	margin-left: 60px;
	width: 597px;
}

code {
	color: maroon;
	font-size: 12pt;
	font-family: monospace;
}

pre {
	border-top: solid 1px maroon;
	border-bottom: solid 1px maroon;
	background-color: antiquewhite;
}

.writtenby {
	border-top: solid 1px #336699;
	font-size: 10pt;
	text-align: right;
	padding-top: 5px;
	margin-top: 50px;
	font-style: italic;
}

/* List style */

.semlist {
	list-style-type: none;
	margin-left: 5px;
}

ul.semlist li {
	font-size: 12pt;
	width: 100%;
	padding-bottom: 10px;
	padding-top: 5px;
	border-top: solid 1px maroon;
}

.semlist li span[class=past] {
	font-size: 12pt;
        background-color: #FAF0E6;
	color: black;
	width: 90px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	float: left;
	display: block;
}

.semlist li span[class=next] {
	font-size: 12pt;
        background-color: maroon;
	text-decoration: blink;
	color: white;
	width: 90px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	float: left;
	display: block;
}

.semlist li span[class=future] {
	font-size: 12pt;
        background-color: #B6CBE6;
	color: black;
	width: 90px;
	margin-top: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	float: left;
	display: block;
}

.semlist li div {
	margin-left: 100px;
}

.semlist li p {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	text-align: left;
	font-size: 11pt;
	margin-left: 100px;
	margin-right: 30px;
	color: black;
	width: 450px;
}

.searchbox {

        background-color: #f0f0f0;
        padding:          10px 2px 5px 2px;        
	border-color:     #efefef;
        border:           1px;
        border-style:     solid; 
}

.note {

        padding:          5px;        
	border-color:     #efefef;
        border:           0px;
        color:            maroon; 
}

table.semnexttalks {

        vertical-align: top;
        margin-left: 20px;
        padding: 5px;
      	border-collapse:collapse;
}

.semnexttalks tr {
        border-color: #cfcfcf;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        vertical-align: top;
}

.semnexttalks tr td {
        margin: 0px;
        padding: 5px 10px 5px 10px;        
}

.semnexttalks tr td div[class=semdate] {
        margin: 10px 0px 10px 0px;
}

.semnexttalks tr td p {
	background-color: #f0f0f0;
	border: solid 1px #336699;
        padding: 5px;
	text-align: left;
	font-size: 11pt;
	color: black;
	width: 450px;
}

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

div.basicpager
{
        margin: 10px 5px 10px 45px;
}

*.basicpager span[class=page]
{
        color: #009999;
        border: solid 1px #009999;
        text-align:   center;
        padding: 0px 3px 0px 3px;
        margin: 0px 1px 0px 1px;
}


*.basicpager span[class=page] a[class=page]
{
       color: #226699;
       font-weight: bold;
       text-decoration: none;
}

*.basicpager span[class=apage]
{
        background-color: #009999;
        border: solid 1px #009999;
        text-align:   center;
        padding: 0px 3px 0px 3px;
        margin: 0px 1px 0px 1px;
}

*.basicpager span[class=apage] a[class=apage]
{
       color: #ffffff;
       font-weight: bold;
       text-decoration: none;
}

*.basicpager span[class=fwpage],
*.basicpager span[class=bwpage]
{
//        background-color: #cfcfcf;
//        border: solid 1px #009999;
//        text-align:   center;
//        padding: 0px 3px 0px 3px;
          margin: 0px 1px 0px 1px;
}

*.basicpager span[class=firstpage],
*.basicpager span[class=lastpage]
{
//        background-color: #cfcfcf;
//        border: solid 1px #009999;
//        text-align:   center;
//        padding: 0px 3px 0px 3px;
          margin: 0px 1px 0px 1px;
}

/*
#basicpager span[class=fwpage] a[class=fwpage],
#basicpager span[class=bwpage] a[class=bwpage]
{
       color: maroon;
       font-weight: bold;
       text-decoration: none;
}

#basicpager span[class=firstpage] a[class=firstpage],
#basicpager span[class=lastpage]  a[class=lastpage]
{
       color: maroon;
       font-weight: bold;
       text-decoration: none;
}
*/

.pagerbutton {
	border: solid 1px #009999;
	padding-top: 1px;
	margin: 0px -1px -4px -1px;
}

.votebox {
	border: solid 1px #336699;
	padding: 5px;
	margin: 10px 60px 10px 60px;
	font-size: 10pt;
	text-align: center;
}

.ratingtab {
	border: solid 1px #336699;
	padding: 2px;
	margin: 10px auto 10px auto;
	font-size: 11pt;
      	border-collapse:collapse;
}

.ratingtab td {
	padding-right: 8px;
	padding-left: 8px;
	text-align: right;
}

.ratingtab thead td {
	border-bottom: solid 1px #336699;
	padding-right: 5px;
	text-align: center;
}

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

.text {
	text-align: justify;
	font-size: 10pt;
	margin-left: 60px;
	margin-right: 30px;
	color: black;
}

li {
	margin-bottom: 10px;
}

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

/* Awaylist page style */

#awaytab {
	border: solid 1px #336699;
	padding: 2px;
	background-color: #f0f0f0;
}

/* 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;
	text-align: justify;
}   

#publications div p {
	margin-left: 60px;
	margin-right: 40px;
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 25px;
	font-size: 11pt;
	text-align: justify;
}  

#papsub {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
} 

#papsub input {
	background-color: white;
	border: solid 1px maroon;
} 

#papsub select {
	background-color: white;
	border: solid 1px maroon;
} 

#papsub textarea {
	background-color: white;
	border: solid 1px maroon;
} 

#papsub td {
	padding-bottom: 5px;
} 

/* Publications Archive styles */

.archive   {
	list-style-type: none;
	margin-left: 20px;	
}

.archive li   {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	width: 600px;
}

li.actsearch   {
	border-color:maroon;	
}

/* TODO LIST styles */

.todolist {
	list-style-type: none;
	margin-left: 20px;
}

.todolist li {
	background-color: #f0f0f0;
	border: solid 1px #336699;
	padding: 5px;
	width: 600px;
}

.todolist li ul {
	list-style-type: none;
	margin-top: 10px;

}

.todolist li ul li {
	background-color: mistyrose;
	border-left: solid 1px #336699;
	border-top: solid 1px #336699;
	border-right: solid 2px #336699;
	border-bottom: solid 2px #336699;
	padding: 5px;
	width: 600px;
}

.done {
	text-decoration: line-through;
}

.v1 {
	color: black;
}

.v2 {
	color: black;
}

.v3 {
	color: black;
}

.v4 {
	color: black;
}

.version1 {
	color: maroon; 
	font-weight: bold;
}

.version2 {
	color: blue; 
	font-weight: bold;
}

.version3 {
	color: darkgreen; 
	font-weight: bold;
}

.version4 {
	color: orange; 
	font-weight: bold;
}

.showversions form {
	display: inline;
}

.showversions form div {
	background-color: #f0f0f0; 
	border: solid 1px maroon;
	padding: 5px;
	margin: 10px 10px 0px 10px;
	width: 200px;
}

.showversions form div button {
	background-color: white; 
	border: solid 1px maroon;
	width: 50px;
}

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

#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;
}
	
#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:10pt;
	padding:1pt;
}

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

