/* - base.css - */
@media screen {
/* */
/* */
body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	color: #404040;
	font-family: arial, "Trebuchet MS", "Lucida Grande", lucida, verdana, arial, sans-serif;
	font-size: 13px;
	}
* {
font-family: arial, "Trebuchet MS", "Lucida Grande", lucida, verdana, arial, sans-serif;font-size: 13px;
}

a:link {
	text-decoration: none;
	color:  /*#ccc;*/#567;
	outline: none;
	}
a:visited {
	text-decoration: none;
	color:  /*#ccc;*/#567;
	outline: none;
	}
a:hover[href] {
	color: #ccc;
	text-decoration: underline;
}
a:active[href] {
	text-decoration: none;
	font-weight: bold;
	color:  /*#ccc;*/#567;
	outline: none;
	}
a:focus[href] {
	text-decoration: none;
	color:  /*#ccc;*/#567;
	outline: none;
}

h1 {font-size:160%;}
h2 {font-size:130%;}
h3 {font-size:130%;}
h4 {font-size:100%;}
h5 {font-size:100%;}
h6 {font-size:90%;}

h1 {font-family:"Times New Roman",serif;}
h2, h3, h4, h5, h6 {font-family:Arial,sans-serif;}

/*h1, h2 {border-bottom:1px solid #c9cac8;}*/
h1 {border-bottom:1px solid #c9cac8;}

h4, h6 {font-weight:bold;}

h1, h2, h3, h5 {font-weight:normal;}

h1, h2, h3, h4, h5 {color:#363534;}
h6 {color:#747678;}

h1, h2, h3, h4, h5, h6 {margin:0.75em 0 0.25em;}


hr {border:0; height:1px; background-color:#c9cac8;}

p {/*font-family: Georgia, serif;*/
	/*font-size: 13px;*/
	line-height: 20px;
	margin: 3px 0 7px 0;
	text-indent:1em;
	text-align:justify;
}
ul {
    margin:3px 0 3px 0;
    padding:5px;/*list-style-image:url(/img/winkel.gif);*/
}   
li {
    margin:0 0 5px 20px;                                    /* patched by Cai Ziegler (OLD:  0 0 5px 20px;)*/ 
    padding:0;/*font-size:13px;*/
}   



img {
    border: 0;
}

/* Klassen */
.nowrap {
	white-space: nowrap;
/* must be combined with nobr in html for ie5win */
}

.gruen {
    color:#678444;
    border: 1px solid #ccc;
    background-color: #f7f8f7;
}
.gruen a {color:#677454;} .gruen a:hover {color:#abc888;}    

.blau {
    /*color:#345;*/
    background-color:#e0e8ef;   
    border: 1px solid #79b; 
}    
.blau a {color:#678;} .blau a:hover{color:#abc;}
 
.blass {
    color:#405540;    
    border: 1px solid #ccc;
    background-color: #f7f8f7;
}
.blass a {color:#90989f;} .blass a:hover {color:#a0a8af;}    
 
.def {
color: #404040;
}
.def a         { /*font-size: 13px;*/ text-decoration:none;}
.def a:link    { color:#2a6ebb; }
.def a:visited { color:#2a6ebb; }
.def a:hover[href]   { color:#2a6ebb; text-decoration:underline; }
.def a:active[href]  { color:#2a6ebb; text-decoration:underline; }
.def a:focus[href]   { color:#2a6ebb; text-decoration:underline; }
.def p {
	padding: 5px 40px 5px 30px;
	padding: 0px 3px;
	margin: 5px 30px 5px 32px;     /* patched by Cai Ziegler (OLD: 5px 0px 5px 30px;) */
	background-color: transparent;
	text-align: justify;
	text-indent: 0;
	line-height: 140%;
}
/*.def ul {padding: 5px 0px 5px 35px;}*/
/*.def dl {padding: 20px 0px 15px 20px;}*/


/* L A Y O U T */
#header {
	margin: 105px 0px 0px 0px;
	padding: 5px 0 5px 250px;
	background: white /*url(/img/uni.gif) no-repeat right*/;
	color: #456;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	clear: both;
}
#tab {
	table-layout:fixed;
	width:100px;
}
#content {
	padding: 0px 20px 20px 20px;
	width: 715px;
	min-height: 270px;
	}

#menu { 
	vertical-align:top;
	margin-top:70px;
	margin-left:10px;
	padding: 0px;
	border: 0px solid #79b;
	width: 160px; 
}
#buch {
	width:100%;
	text-align:center;
	margin-top:30px;
}
#footer {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;
    /*background: url(/Template/transpurple.png);*/
    color: #f0f0f0;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-size: x-small;
    width: 100%;
    clear: both;
    text-align: center;
}
#lastmodified {
    margin: 0px 0px 5px 270px;
    clear:both;
    font-size:10px;
}
/* End L A Y O U T */
dt {
    font-weight:bold;
    padding:5px;
}
dd {
    padding-left:100px;
    
}
hr { width:80%; color:black; margin-top:25px;margin-bottom:25px;
}
table.raum {
    border: 0;
    margin: 0;
    border-collapse: collapse;
}
td.mitrand {
    padding: 0;
    border: 1px solid;
}
td.keinrand {
    padding: 0;
}
td.textcenter {
    text-align: center;
    border: 1px solid;
}
th.textcenter {
    text-align: center;
    border: 1px solid;
}
table {
    width:100%;
}
td {
    padding:3px; 
    margin:0;
    /*line-height:22px;*/text-align:left;
    vertical-align:middle;
}
td.uebersch {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding:20px 5px 2px 5px;
    margin:0;
}
.nam {
    width:130px;
    padding-left:20px;
}
.inp {
    width:100px;
    font-style: italic;
    padding:0px 10px;
}
.err {
    padding:0px 10px;
    color: #933;
}   
 
* input {
    color:#405540;    
    border: 1px solid #ccc;
    background-color: /*#f7f8f7*/#fff;
    margin:0px;padding:1px 3px;
    /*font-family: "Trebuchet MS";*/ font-size:12px; font-weight: bold;font-style:normal;
}    
input.submit {
    color:#405540;    
    border: 1px solid #ccc;
    background-color: #f7f8f7;
    font-size:13px;
    margin:0;
}

#msg {
	margin: 10px 0;
	padding: 10px;
	background-color: #e0e8ef;
	color: blue;;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	/*font-size: medium;*/
	clear: both;
}
#error {
	margin: 10px 0;
	padding: 10px;
	background-color: #efe8e0;
	color: red;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	/*font-size: medium;*/
	clear: both;
} 
table {
font-size: 100%;
}
a {
color: #2a6ebb;
background-color: transparent;
}

#hilfe {
      border: 1px solid green;
}

#wrapper {
width: 1001px;
margin: 0;
padding: 0 0 20px 0;
}
#wrapperTable {
border-collapse:collapse;
border-spacing:0;
width:1001px !important;
}
#leftwrapperTable {
background: #ffffff;
vertical-align: top;
margin:0;
padding:0;
}
#leftcolumnWrapper {
width: 180px;
float: left;
margin: 0 0 0 1px;
padding: 0;
}
#rightSpaceGrey {
background-color: #f2f3f1;
height: 12px;
}
#rightSpace {
background-color: #e2e1dd;
height: 20px;
}
#leftTopSpace {
background: #ffffff;
height: 116px;
}
#logowrapperTable {
background: #ffffff;
vertical-align: top;
margin:0;
padding:0;
}
#rightwrapperTable {
background: #f2f3f1;
vertical-align:top;
margin:0;
padding:0;
}
#rightwrapperTable2 {
background: #f2f3f1;
vertical-align:top;
margin:0;
padding:0;
}
#logocolumnWrapper {
width: 66px;
margin: 0;
padding: 0;
}
#logoWrapper {
height: 200px;
margin: 0;
padding: 0;
}
#rightcolumnWrapper {
width: 756px;
float: right;
margin: 0;
padding: 0;
}
#rightcolumnWrapper2 {
width: 754px;
float: right;
margin: 0;
padding: 0;
}
#portal-header {
background: #004A99 url(siegel-93x55.png) no-repeat scroll left bottom;
margin: 0;
padding: 0 0 0 197px;
height: 116px;
overflow: hidden;
}
#logo-resource {
background: #004A99 url(sub-logo-bg-grey.gif) no-repeat scroll left bottom;
display: table-cell;
vertical-align: middle;
height: 116px;
width: 197px;
overflow: hidden;
}
#title-resource {
border: none;
left:444px;
width: 360px;
margin:0;
padding:0;
position:absolute;
top:36px;
}
#title-resource table {
border: 0;
width: 360px;
height: 54px;
}
#title-uni {
left:448px;
width: 540px;
position:absolute;
top:94px;
}
#title-uni a {
color:#FFFFFF;
/*font-weight: normal;*/
font-family: "Times New Roman", serif;
font-size:14px;
}
#red-bar {
background: #ffffff url(red-bar-17x4.gif) no-repeat scroll left top;
float: none;
clear: both;
height: 4px;
margin: 0;
border: 0;
padding: 0;
}
/* */
#sections-breadcrumbs-documentActions {
background-color: #e0e1dd;
height: 1.7em;
/* margin-bottom: 2em; */
}
#sections-breadcrumbs {
background-color: transparent;
border: none;
float: left;
width: 630px;
margin: 0;
padding: 4px 0 0 17px;
}
#portal-breadcrumbs {
background-color: transparent;
border: none;
margin: 0;
padding: 0;;
width: 630px;
font-size: 11px;
height: 2em;
}
/* */
#document-action-print a {
border: 1px none red;
display: block;
width: 17px;
height: 17px;
padding: 4px 0 0 720px;
background: url(http://dbis.informatik.uni-freiburg.de/css/print_icon.gif) no-repeat right  center;
}
/* */
#portal-breadcrumbs1 {
border: none;
margin-left: 17px;
padding: 0;
width: 670px;
font-size: 13px;
/* font-size: 1em;*/
/*height: 2em;*/
}
#portal-breadcrumbs1 a:link {
/*color: #2a6ebb;*/
color: #000000;
background: transparent;
font-size: 13px;
}
#portal-breadcrumbs1 a:visited {
/*color: #2a6ebb;*/
color: #000000;
background: transparent;
font-size: 13px;
}
#portal-breadcrumbs1 a:hover {
text-decoration: underline;
}
#breadcrumbs-fix,#breadcrumbs-last-text {
font-size: 13px;
}
#leftGreyBar {
background-color: #cacac8;
height: 4px;
}
#leftUpperSpace {
height:81px;
}
#portal-languageselector {
color: #ffffff;
margin: 10px 0 0 -0.2em;
padding: 0;
font-size: 12px;
line-height: normal;
float:left;
}
#portal-languageselector ul {
margin: 0;
}
#portal-languageselector li a {
background-color: transparent;
border: 0;
font-size: 1em;
color: #ffffff;
height: auto;
padding: 0 0.2em;
text-decoration: none;
}
#portal-languageselector li.selected a {
background-color: transparent;
color: #ffffff;
border: 0;
text-decoration: underline;
}
#portal-languageselector li a:hover {
background-color: transparent;
color: #ffffff;
border: 0;
text-decoration: underline;
}
#portal-globalnav {
background-color: #cacac8;
padding: 0 17px 0 17px;
line-height: normal;
float: none;
clear: both;
}
#portal-globalnav ul {
margin: 0;
height: 1.6em;
border-collapse: collapse;
border-color: #ffffff;
border-width: 0 0 0 1px;
border-style: solid;
background-color: #cacac8;
}
#portal-globalnav li {
display: block;
float: left;
height: 1.6em;
line-height: 1.6em;
text-align: left;
margin: 0;
margin-bottom: 0;
}
#portal-globalnav li a {
display: block;
background-color: #cacac8;
font-size: 1.2em;
border-collapse: collapse;
border-color: #ffffff;
border-width: 0 1px 0 0;
border-style: solid;
margin: 0;
}
#portal-globalnav li.selected a {
background-color: #004A99;
border-color: #ffffff;
border-width: 0 1px 0 0;
border-style: solid;
color: #ffffff;
}
#portal-globalnav li a:hover {
background-color: #004A99;
border-color: #ffffff;
border-width: 0 1px 0 0;
border-style: solid;
color: #ffffff;
}
#im-footer {
/*margin: 0 0 -1px 0;*/
margin: 0 0 0 0;
padding: 5px 17px 5px 20px;
background-color: #004A99;
}
#im-footer a {
color: #fff;
font-weight: normal;
font-size: 12px;
font-family: Arial, sans-serif;
}
#im-footer a:hover {
color: #fff;
text-decoration: underline;
}
#im-footer a:visited {
color: #fff;
}
#portal-siteactions {
float: left;
padding-top: 0;
margin: 0;
}
#portal-siteactions li {
display: inline;
}
#portal-siteactions li a {
background-color: transparent;
border: 0;
color: #ffffff;
height: auto;
padding: 2px;
margin-right: 0;
text-decoration: none;
text-transform: none;
}
#portal-siteactions li.selected a {
background-color: transparent;
color: #ffffff;
border: 0;
text-decoration: underline;
}
#portal-siteactions li a:hover {
background-color: transparent;
color: #ffffff;
border: 0;
text-decoration: underline;
}
#portal-siteactions a {
margin: 0 15px 0 0;
}

#portal-columns {
width: 100% !important;
border-collapse: collapse;
border-spacing: 0;
/*margin: 0;*/
}
#portal-column-content {
vertical-align: top;
border-collapse: collapse;
padding: 0 1em 0 0;
}
#portal-column-portlet {
vertical-align: top;
width: 12.3em;
border-collapse: collapse;
padding: 0;
}
.portletHeader {
background-color: #f2f3f1;
padding: 0 0em;
text-transform: none;
font-weight: normal;
line-height: 1.6em;
}
.portletTop {
font-size:100%;
font-weight:bold;
border-bottom: 1px solid #cacac8;
display: block;
}
.portletItem {
margin: 0;
padding: 0 0em;
}
.portletItemDetails {
line-height: 1.6em;
text-align: right;
display: block;
color: #373534;
border-bottom: 1px dotted #cacac8;
}



.resource {
font-size: 24px;
color: #fff;
font-family: "Times New Roman", serif;
font-weight: normal;
line-height: 1.0em;
}
.fr {
float: right;
}
.cover, .hiddenStructure {
left: -1000px;
overflow: hidden;
position: absolute;
top: -1000px;
}

/* */
#breadcrumbs-you-are-here, #breadcrumbs-last-text {
font-size: 11px;
}
#portal-breadcrumbs a:link {
color: #2a6ebb;
background: transparent;
font-size: 11px;
}
#portal-breadcrumbs a:visited {
color: #2a6ebb;
background: transparent;
font-size: 11px;
}
#portal-breadcrumbs a:hover {
text-decoration: underline;
}
.breadcrumbSeparator {
font-size: 11px;
color: #2a6ebb;
}
.breadcrumbSeparator.last {
color: #373534;
}

}

/* - navtree.css - */
@media screen {
/* */
#portal-footer {
border: none;
margin: 0;
padding: 0;
}
#home a#startseite {
background: url(http://dbis.informatik.uni-freiburg.de/css/startseite.gif) no-repeat 159px center #c9cac8;
}
#home a#startseite:hover {
background: url(http://dbis.informatik.uni-freiburg.de/css/startseite-hover.gif) no-repeat 159px center #004a99;
color: #fff;
}
.portletNavigationTreeNew {
width: 180px;
font-family: Arial, sans-serif;
font-size: 1.105em;
line-height: 1.105em;
padding: 0;
margin: 0 0 21px 0;
background-color: #ffffff;
border-bottom: none;
overflow: hidden;
}
.portletNavigationTree {
width: 180px;
font-family: Arial, sans-serif;
font-size: 1.105em;
line-height: 1.105em;
padding: 0;
margin: 0 0 21px 0;
background-color: #ffffff;
border-bottom: none;
overflow: hidden;
}
.portletNavigationTree .portletItem {
border-left: none;
border-right: none;
}
.portletNavigationTree dt {
display: none;
}
.portletNavigationTree ul,
.portletNavigationTree ul li,
.portletNavigationTree dd,
.portletNavigationTree div {
margin: 0;
padding: 0;
}
.portletNavigationTree ul li {
margin: 0;
border-bottom: 1px solid #fff;
list-style: none;
}
.portletNavigationTree ul li.navTreeLastItem {
border-bottom: none;
}
.portletNavigationTree li.navTreeItem a {
font-family: Arial, sans-serif;
font-weight: normal;
font-size: 0.9em;
display: block;
width: auto;
padding: 3px 0;
margin: 0;
text-decoration: none;
color: #373534;
background: #cacac8;
}
/* */
.portletNavigationTree ul.navTreeLevel0New a {
padding-left: 8px;
}
.portletNavigationTree ul.navTreeLevel0New a:hover {
background: red;
color: #fff;
}
.portletNavigationTree ul.navTreeLevel0 a {
padding-left: 4px;
}
.portletNavigationTree ul.navTreeLevel0 a:hover {
background: #004A99;
color: #fff;
}
.portletNavigationTree ul.navTreeLevel0 a.navTreeCurrentItem {
background: #004A99 !important;
color: #fff;
margin-left: 0px;
padding-left: 4px;
}
.portletNavigationTree ul.navTreeLevel0 li {
background: url(navigationLevel0.gif) repeat-y left top #cacac8;
padding-left: 4px;
}
/* */
.portletNavigationTree ul.navTreeLevel1 {
border-top: 1px solid #fff;
margin: 0 0 0 0px;
}
.portletNavigationTree ul.navTreeLevel1 a {
background: #d6d6d4;
color: #373534;
padding-left: 4px;
}
.portletNavigationTree ul.navTreeLevel1 a:hover {
background: #2a6ebb;
color: #fff;
}
.portletNavigationTree ul.navTreeLevel1 li {
background: url(navigationLevel1.gif) repeat-y 0px top;
}
.portletNavigationTree ul.navTreeLevel1 a.navTreeCurrentItem {
background: #2a6ebb !important;
color: #fff;
margin-left: 0px;
}
.portletNavigationTree ul.navTreeLevel1 li.navTreeLastItem {
border-bottom: 1px solid #fff;
}
/* */
.portletNavigationTree ul.navTreeLevel2 {
border-top: 1px solid #fff;
margin: 0;
}
.portletNavigationTree ul.navTreeLevel2 a {
background: #e2e1dd;
margin-left: 0px;
padding-left: 4px;
}
.portletNavigationTree ul.navTreeLevel2 a:hover {
background: #6e99d4;
color: #fff;
}
.portletNavigationTree ul.navTreeLevel2 li {
background: url(navigationLevel2.gif) repeat-y left top;
}
.portletNavigationTree ul.navTreeLevel2 li.navTreeLastItem {
border: none;
}
.portletNavigationTree ul.navTreeLevel2 a.navTreeCurrentItem {
background: #6e99d4 !important;
color: #fff !important;
}
.portletNavigationTree ul.navTreeLevel2 a.navTreeItemInPath {
background: #6e99d4 !important;
color: #fff !important;
}
/* */
.portlet_sections {
width: 180px;
font-size: 1.2em;
line-height: 1.2em;
padding: 0;
margin: 0 0 1.5em 0;
background-color: #ffffff;
border-bottom: none;
overflow: hidden;
}
#leftcolumnWrapper .portlet_sections .portletItem {
border: 0;
padding: 0;
}
/* */
.portlet_sections ul,
.portlet_sections ul li,
.portlet_sections dd,
.portlet_sections div {
margin: 0;
padding: 0;
}
.portlet_sections ul li {
margin: 0;
border-bottom: 1px solid #fff;
list-style: none;
}
.portlet_sections li.plain a {
display: block;
width: auto;
padding: 3px 0;
margin: 0;
text-decoration: none;
color: #373534;
background: #cacac8;
}
.portlet_sections li.selected a {
display:block;
width: auto;
padding: 3px 0;
margin: 0;
text-decoration: none;
color: #fff !important;
background: #004A99 !important;
}
.portlet_sections ul.sections a {
padding-left: 4px;
}
.portlet_sections ul.sections a:hover {
background: #004A99;
color: #fff;
}
.portlet_sections ul.sections li {
background: url(navigation-portaltabs.gif) repeat-y left top #cacac8;
padding-left: 4px;
}
.portlet_sections .sectionSeparator {
display: none;
}
/* */
.portletNavigationTree .state-published {
color: #373534 !important;
}
.portletNavigationTree a.state-published:hover,
.portletNavigationTree a.state-published.navTreeCurrentItem {
color: #ffffff !important;
}
.portlet_sections .state-published {
color: #373534 !important;
}
.portlet_sections a.state-published:hover,
.portlet_sections a.state-published.navTreeCurrentItem {
color: #ffffff !important;
}
/* */
ul.visualNoMarker,
ol.visualNoMarker {
list-style-type: none;
list-style-image: none;
margin: 0.5em 0 0 0;
line-height: 1em;
}


}
/* - print.css - */
@media print {
body {
font-family: Baskerville, Georgia, Garamond, Times, serif;
font-size: 11pt !important;
}
h1, h2, h3, h4, h5, h6 {
border: none;
font-family: Baskerville, Georgia, Garamond, Times, serif;
}
div, p, ul, dl, ol {
width: auto;
}
ul, ol, dl {
padding-right: 0.5em;
}
ul {
list-style-type: square;
}
.documentDescription {
font-weight: bold;
}
pre {
border: 1pt dotted black;
white-space: pre;
font-size: 8pt;
overflow: auto;
padding: 1em 0;
}
table.listing,
table.listing td {
border: 1pt solid black;
border-collapse: collapse;
}
a {
color: Black !important;
padding: 0 !important;
text-decoration: none !important;
}
a:link, a:visited {
color: #520;
background: transparent;
}
div#title-uni {
top: 0px;
left: 0px;
}
/* */
div.pageBreak {
page-break-before: always;
}
/* */
#leftwrapperTable,
#logowrapperTable,
#sections-breadcrumbs,
#portal-column-portlet,
#portal-footer {
display: none;
}

}
