/* UTILS */
#gridContainer {
	position:absolute;
	top:0px;
	left:0px;
	z-index:1000;
	width: 100%;
	height: 800px;
}
#grid {
	width: 840px;
	height:100%;
	text-align: left;
	margin: 0 auto;
	background-image: url(../referenz/grid.gif);
	background-repeat: repeat;
	background-position: left;
}

/* COMMON STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	word-spacing: -0.05em;
	color: #333333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	border: 0px;
}
form, select, input {
	padding:0px;
	margin:0px;
}
option {
	font-weight: normal;
	color: #FF0000;
}
select {
	font-size: 10px;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
	background: #FFFFFF;
	height: 17px;
	padding: 1px 0px 0px 0px;
	border-top: 1px solid #A6BAD5;
	border-right: 1px solid #A6BAD5;
	border-bottom: 1px solid #5977B4;
	border-left: 1px solid #5977B4;
}
iframe {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
.textField {
	font-size: 10px;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
	height: 15px;
	padding: 3px 0px 0px 6px;
	border-top: 1px solid #5977B4;
	border-right: 1px solid #5977B4;
	border-bottom: 1px solid #A6BAD5;
	border-left: 1px solid #A6BAD5;
	background-color: #FFFFFF;
}
.checkBox {
	height: 10px;
	width: 10px;
	margin: 2px 6px 2px 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.title {
	font-family: "Times New Roman", Times, Palatino, "Palatino Linotype", serif;
	font-size: 19px;
	line-height: 36px;
	color: #000000;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
}
.date {
	font-size: 10px;
	line-height: 15px;
}
.small {
	font-size: 10px;
}
.emphasis {
	font-weight: bold;
}
.iFrameBody {
	text-align: left;
}
/* list style for TOC navigation and hierarchical outline */
ul {
	padding:0px;
	margin: 0px;
	display: block;
}
#liSlc { /* selcted item (the current page) */
	background-color:#FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
	line-height:16px;
	border-bottom:0px solid #FFFFFF;
}
.li0 {  /* hierarchy level 0 ('neutral') */
	display:list-item;
	padding:0px 0px 0px 8px;
	margin:0px;
	line-height:15px;
	border-bottom:1px solid #EEEEEE;
	border-left:4px solid #DDDDDD;
	border-right:4px solid #DDDDDD;
}
.li1 { /* hierarchy level 1 */
	display:list-item;
	padding:0px 0px 0px 8px;
	margin:0px;
	font-weight:bold;
	line-height:15px;
	border-bottom:1px solid #EEEEEE;
	border-left:4px solid #DDDDDD;
	border-right:4px solid #DDDDDD;
}
.li1:hover {
	border-bottom:1px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}
.li2 { /* hierarchy level 2 */
	display: block;
	padding:0px 0px 0px 19px; /* 11px added to left margin to indent one more unit */
	margin:0px;
	line-height:15px;
	border-bottom:1px solid #EEEEEE;
	border-left:4px solid #DDDDDD;
	border-right:4px solid #DDDDDD;
}
.li2:hover {
	border-bottom:1px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}
.li3 { /* hierarchy level 3 */
	display: block;
	padding:0px 0px 0px 30px; /* 11px added to left margin to indent one more unit */
	margin:0px;
	line-height:15px;
	border-bottom:1px solid #EEEEEE;
	border-left:4px solid #DDDDDD;
	border-right:4px solid #DDDDDD;
}
.li3:hover {
	border-bottom:1px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}
.li4 { /* hierarchy level 4 */
	display: block;
	padding:0px 0px 0px 41px; /* 11px added to left margin to indent one more unit */
	margin:0px;
	line-height:15px;
	border-bottom:1px solid #EEEEEE;
	border-left:4px solid #DDDDDD;
	border-right:4px solid #DDDDDD;
}
.li4:hover {
	border-bottom:1px solid #FFFFFF;
	border-left:4px solid #FFFFFF;
	border-right:4px solid #FFFFFF;
}

/* LINK Properties */
a {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #FF9900;
}
a.txt { /* used in normal text */
	padding: 0px 0px 0px 9px;
	background: url(../img_basic/icons/link.gif) no-repeat left;
}
a.txt:hover {
}
a.login {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../img_basic/icons/link.gif) no-repeat left;
}
a.login:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.bck { /* for back/previous Links */
	color:#333333;
	padding: 0px 0px 0px 9px;
	background: url(../img_basic/icons/pfeil_back.gif) no-repeat left;
}
a.bck:hover {
	color:#FF0000;
}
a.frw { /* for forward/next links */
	color:#333333;
	padding: 0px 9px 0px 0px;
	background: url(../img_basic/icons/link.gif) no-repeat right;
}
a.frw:hover {
	color:#FF0000;
}
a.nWin { /* for links opening a new window */
	padding: 0px 0px 0px 10px;
	background: url(../img_basic/icons/link_newWin.gif) no-repeat left;
}
a.nWin:hover {
}
a.ext { /* for external links */
	padding: 0px 0px 0px 9px;
	background: url(../img_basic/icons/link_ext.gif) no-repeat left;
}
a.ext:hover {
}
a.tma { /* links to a theme/course */
	padding: 0px 0px 0px 17px;
	background: url(../img_basic/icons/themen.gif) no-repeat left;
}
a.tma:hover {
}
a.LE { /* links to a 'Lerneinheit' */
	padding: 0px 0px 0px 9px;
	background: url(../img_basic/icons/lernmaterial.gif) no-repeat left;
}
a.LE:hover {
}
a.frm { /* links to a forum */
	padding: 0px 0px 0px 21px;
	background: url(../img_basic/icons/forum.gif) no-repeat left;
}
a.frm:hover {
}
a.cht { /* links to a chat */
	padding: 0px 0px 0px 25px;
	background: url(../img_basic/icons/chat.gif) no-repeat left;
}
a.cht:hover {
}
a.grp { /* links to a group */
	padding: 0px 0px 0px 22px;
	background: url(../img_basic/icons/gruppe.gif) no-repeat left;
}
a.grp:hover {
}
a.gls { /* links to a 'glossar' */
	padding: 0px 0px 0px 15px;
	background: url(../img_basic/icons/glossar.gif) no-repeat left;
}
a.gls:hover {
}
a.dbk { /* links to a digi book */
	padding: 0px 0px 0px 15px;
	background: url(../img_basic/icons/digibook.gif) no-repeat left;
}
a.dbk:hover {
}
a.tst { /* links to a test */
	padding: 0px 0px 0px 16px;
	background: url(../img_basic/icons/test.gif) no-repeat left;
}
a.tst:hover {
}
a.ubg { /* links to a 'Uebung' (exercise) */
	padding: 0px 0px 0px 15px;
	background: url(../img_basic/icons/uebung.gif) no-repeat left;
}
a.ubg:hover {
}
a.usr { /* links to a user/profile */
	color: #FF0000;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../img_basic/icons/profil.gif) no-repeat left;
}
a.usr:hover {
	text-decoration: underline;
}
a.aBox { /* links within a box (like on PS) */
	color: #333333;
	text-decoration: none;
}
a.aBox:hover {
	text-decoration: underline;
	color: #FF0000;
}
a.tab { /* the tabs of the global nav */
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px  10px;
	height: 22px;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
	background: #A6BAD5;
	}
a.tab:hover {
	background: #5977B4;
	}
a.footer { /* links within the footer */
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 9px;
	background: url(../img_basic/icons/link.gif) no-repeat left;
}
a.footer:hover {
	color: #FF0000;
	text-decoration: underline;
}

/* ALLE ANGEBOTE list links */
a.AAtabs, a.AAtabsTop, a.AAtabsTopSel { /* the tabs on top of and within the 'Alle Angebote' list */ /* changed: 31.05.04 by KK */
	font-size:10px;
	line-height: 14px;
	color: #333333;
	text-decoration: none;
	vertical-align:middle;
	height:14px;
	margin:0px;
	padding: 0px 5px 0px 5px;
	background-color: #DDDDDD;
}
a.AAtabsTop { /* 'sort by...' tabs on top of list */ /* changed: 31.05.04 by KK */
	background-color: #DDDDDD;
	color:#FF0000;
}
a.AAtabsTopSel { /* 'sort by...' tabs on top of list */ /* changed: 31.05.04 by KK */
	color:#333333;
	background-color:#FFFFFF;
}
a.AAtabs:hover {
	color:#FFFFFF;
	background-color:#5977B4;
}
 a.AAtabsTop:hover {
	color:#333333;
	background-color:#FFFFFF;
}
a.lnkOnBG { /* links on the BG (outside the boxes) used on the 'Alle Angebote' page for the various views */
	color: #FFFFFF;
	text-decoration: none;
}
a.lnkOnBG:hover {
	text-decoration: underline;
}
.lnkOnBGslc { /* the selected view */
	display: inline;
	color: #FFFFFF;
	text-decoration: underline;
	}
	
/* TOC navigation links */
a.tocPage { /* link to a page */
	color: #333333;
	text-decoration: none;
	padding: 0px 0px 0px 10px;
	background: url(../img_basic/icons/link.gif) no-repeat left;
}
a.tocPage:hover {
	color: #FF0000;
}
a.tocKat { /* expanded categorie */
	color: #333333;
	text-decoration: none;
	margin: 0px -2px 0px -1px;
	padding: 0px 0px 0px 12px;
	background: url(../img_basic/icons/kategorie_exp.gif) no-repeat left;
}
a.tocKat:hover {
	color: #FF0000;
	background: url(../img_basic/icons/kategorie_hvr.gif) no-repeat left;
}
a.tocKatClp { /* colapsed categorie */
	color: #333333;
	text-decoration: none;
	margin: 0px 0px 0px -1px;
	padding: 0px 0px 0px 12px;
	background: url(../img_basic/icons/kategorie_clp.gif) no-repeat left;
}
a.tocKatClp:hover {
	color: #FF0000;
	background: url(../img_basic/icons/kategorie_hvr.gif) no-repeat left;
}

/* COMMON ELEMENTS */
.wrapper { /* container get centered within all major layout areas; contains all other elements */
	width: 840px;
	height:100%;
	text-align: left;
	margin: 0px auto;
}
.clearer { /* clears the float properties, so it makes the height of the wrapping DIV as high as its content */
	 clear: both;
}
/* basic columns */
.colRegular { /* column with 'regular' witdth */
	float: left;
	display: inline;  /* fix of 'doupled margin bug' of IE6 WIN */
	width: 437px;
	margin-left: 49px;
}
.colNarrow { /* column with narrow witdth */
	float: left;
	display: inline;
	width: 228px;
	margin-left: 11px;
}
#colWide { /* column with wide witdth */
	float: left;
	display: inline;
	width: 676px;
	margin-left: 49px;
	background-color: #DDDDDD;
}
.leftInWide { /* left narrow column in wide column */
	float: left;
	display: inline;
	width: 173px;
	height: 100%;
	margin: 12px 6px 12px 14px;
}
.rightInWide { /* right 'regular' column in wide column */
	float: right;
	display: inline;
	width: 479px;
	height: 100%;
	background-color:#AAAAAA;
}

/* HEADER */
#head { /* header rect */
	width: 100%;
	height: 70px;
	text-align: center;
	background: #FFFFFF;
}
#logo {
	position: absolute;
	width: 112px;
	height: 82px;
	text-align: right;
}
#logoImg {
	margin: 11px 0px 0px 0px;
}	
#siteTitle {
	position: relative;
	top: 26px;
	left: 122px;
	width: 718px;
	height: 40px;
	color: #5977B4; /* recomended: same color as #content.background */
}

/* GLOBAL NAVIGATION */
#globNav { /* global nav rect */
	width: 100%;
	height: 22px;
	text-align: center;
	background: #FFFFFF;
}
#tabPS {
	float: left;
	display: inline;
	margin: 0px 0px 0px 73px;
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px  10px;
	height: 22px;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
}
#tabAA {
	float: left;
	display: inline;
	margin: 0px 0px 0px 7px;
	font-size: 10px;
	line-height: 21px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0px 10px 0px  10px;
	height: 22px;
	letter-spacing: 0.1em;
	word-spacing: -0.1em;
	}
.tabSlc { /* currently selected tab */
	background: #5977B4;
}

/* QUICKBAR */
.QBar { /* div container of quickbar */
 	float: right; /* float: left; would be better (for an elastic layout), but doesn't work with NN6 WIN) */
	display: inline;
	width: 340px;
	height: 22px;
	margin: 0px 0px 0px 14px;
}
.ddQickbar { /* drop down box */
	width: 247px;
	color: #FF0000;
	font-weight: bold;
	background: #FFFFFF;
}
.ddCat { /* category within the option list */
	font-weight: bold;
	text-transform:uppercase;
	color: #333333;
}
.ddHead { /* headline within the option list */
	color: #333333;
	font-weight: bold;
}
.goBtn { /* go botton */
	width: 17px;
	height: 18px;
	margin: 0px 7px 0px 5px;
	vertical-align: top;
}

/* CONTENT AREA */
#content {
	width: 100%;
	background: #5977B4;
	padding: 8px 0px 13px 0px;
}
#rightestCol { /* column containing tools and user info */
	float: left;
	display: inline;
	width: 115px;
	margin: 0px;
}
.tools {
	width: 23px;
	margin: 10px 0px 0px 29px;
}
#userInfo {
	width: 101px;
	margin: 52px 0px 0px 14px;
	font-size: 10px;
	color: #FFFFFF;
}

/* BOXES */
/* generic elements */
.box {
	margin-top: 8px;
	width: 100%;
	background: #FFFFFF url(../img_basic/border.gif) repeat-y left top;
}
.boxContent {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 1px 0px;
	background: #FFFFFF url(../img_basic/border.gif) repeat-y left top;
}
.rowBox {
	width: 100%;
	margin-bottom: 8px;
}
.bottomShade {
	width: 100%;
	height: 3px;
	margin: 0px;
	padding:0px;
	background: #405780;
	font-size: 1px; /* necessarry for IE6 WIN (font-size seems to limit the minimum height of DIVs) */
}
.cornerLeft {
	float: left;
	display: inline;
	width: 3px;
	height: 3px;
	margin: 0px;
	padding: 0px;
	background: #5977B4; /* same color as #content.background */
	font-size: 1px; /* necessarry for IE6 WIN (font-size seems to determine the minimum height of DIV elements) */
}
.cornerRight {
	float: right;
	display: inline;
	width: 3px;
	height: 3px;
	margin: 0px;
	padding: 0px;
	background: #5977B4; /* same color as #content.background */
	font-size: 1px; /* necessarry for IE6 WIN (font-size seems to determine the minimum height of DIV elements) */
}
/* icons */
.icon {
	margin: 2px 3px 2px 2px;
}
.boxLink {
	padding: 1px 8px 2px 4px;
	}
.arrowTop {
	margin: 4px 4px 0px 3px;
}
.iconProfil {
	float: left;
	display: inline;
	margin: 2px 4px 2px 0px;
	padding: 0px 1px 0px 4px;
}
.iconMail {
	float: left;
	display: inline;
	padding: 2px 5px 2px 0px;
	border-right: 2px solid #FFFFFF;
}
.iconChat {
	float: left;
	display: inline;
	padding: 2px 2px 2px 5px;
}
/* PS left box */
.textBoxLeft {
	float: right;
	display: inline;
	width: 371px;
	margin: 0px 8px 0px 5px;
}
.boxTitleLeft {
	height: 36px;
	margin: 0px 6px 0px 58px;
}
.rowEdit {
	float: left;
	display: inline;
	width: 50px;
	height: 15px;
	margin: 1px 0px 0px 9px;
}
.rowText {
	float: left;
	display: inline;
	width: 372px;
	margin: 0px 6px 0px 0px;
}
.iconBox {
	float: left;
	display: inline;
	height: 13px;
	width: 50px;
	margin: 1px 0px 0px 3px;
	text-align: right;
	background: #F0E7D5;
}
.iconBoxThemen {
	float: left;
	display: inline;
	height: 13px;
	width: 50px;
	margin: 1px 0px 0px 3px;
	text-align: right;
	background-color: #FF9C4B;
}
.iconBoxLM {
	float: left;
	display: inline;
	height: 13px;
	width: 50px;
	margin: 1px 0px 0px 3px;
	text-align: right;
	background-color: #FEE301;
}
.iconBoxForen {
	float: left;
	display: inline;
	height: 13px;
	width: 50px;
	margin: 1px 0px 0px 3px;
	text-align: right;
	background-color: #83E507;
}
.iconBoxGruppen {
	float: left;
	display: inline;
	height: 13px;
	width: 50px;
	margin: 1px 0px 0px 3px;
	text-align: right;
	background-color: #62BBFF;
}
.markBox {
	float: left;
	display: inline;
	height: 13px;
	width: 9px;
	margin: 1px 0px 0px 3px;
	background: #F0E7D5;
}
/* PS right box */
.textBoxRight {
	float: right;
	display: inline;
	width: 202px;
	margin: 0px 8px 0px 5px;
}
.boxTitleRight {
	height: 36px;
	margin: 0px 6px 0px 14px;
}
.userRow {
	width: 206px;
	margin: 0px 0px 0px 17px;
}
.userAction {
	float: left;
	display: inline;
	width: 225px;
	height: 13px;
	margin: 2px 0px 0px 3px;
	line-height: 11px;
	background: #F0E7D5;
}
.userProfile {
	float: left;
	display: inline;
	width: 148px;
	height: 13px;
	margin: 0px 0px 0px 10px;
	border-left: 2px solid #FFFFFF;
}
.userCom {
	float: right;
	display: inline;
	width: 61px;
	height: 13px;
}

/* ALLE ANGEBOTE PAGE */
/* view switches + sorting */
.AAview { /* container of views of the 'Alle Angebote' page ('Katergorien', 'Baum', 'Filter') */
	color:#FFFFFF;
	height: auto;
	margin: -1px 0px 0px 324px;
}
.AAitemView { /* container of views of the 'Angebote' ('Titel', 'Autor', 'Datum', etc) */
	margin: 0px;
	padding: 0px 0px 0px 3px;
}

/* search/filter interface */
.AAKeywords {
	width: 168px;
}
.AAbool {
	width: 56px;
	margin: 3px 6px 0px 0px;
}
#AAsearch {
	width: 160px;
	margin: 3px 6px 0px 0px;
}
#AAgo {
	float: right;
	display: inline;
	margin: 7px 12px 0px 0px;
}

/* iframe + list content */
.AAiFrame {
	float: right;
	display: inline;
	width: 476px;
	height: 400px;
	margin: 0px 0px 3px 1px;
}
#AAiFrameBody {
	width: 457px;
	background-color:#FFFFFF;
	}
.AAListe {
	width: 453px;
	margin: 8px 0px 0px 4px;
	background-color:#FFFFFF;
	overflow:hidden;
}
.AArowBox {
	width: 100%;
	margin: 0px 0px 10px 0px;
}
#AAtabTitel { /* title + subtitle of item */
	float: left;
	display: inline;
	width: 444px;
	margin: 0px 0px 1px 0px;
	height:auto;
	line-height: 13px;
	color:#333333;
	background-color:#FFFFFF;
	padding: 1px 4px 3px 4px;
	text-indent:0px;
}
#AAtabTitel:hover {
	color: #FF0000;
}
#AAtabTopTitel { /* title tab ('sort by title') - default selected */
	float: left;
	display: inline;
	width: 469px;
	font-weight:bold;
	margin: 0px 0px 2px 0px;
	padding: 0px 4px 0px 3px;
}
#AAtabTypThm, #AAtabTypLM, #AAtabTypGrp, #AAtabTypFrm, #AAtabTopTyp { /* all other tabs ('sort by ...') */
	float: left;
	display: inline;
	width: 25px;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	text-align: center;
	overflow:hidden;
}
#AAtabTopTyp { /* specific properties of type tab */
	width: 29px;
}
#AAtabTypThm { /* specific properties of type 'thema/course' tab */
	background-color:#FF9C4B;
}
#AAtabTypLM { /* specific properties of type 'Lernmaterial' tab */
	background-color:#FEE301;
}
#AAtabTypFrm { /* specific properties of type forum tab */
	background-color:#83E507;
}
#AAtabTypGrp { /* specific properties of type group tab */
	background-color:#62BBFF;
}
#AAtabTypThm:hover, #AAtabTypLM:hover, #AAtabTypFrm:hover, #AAtabTypGrp:hover {
	background-color:#5977B4;
}
#AAtabKontext, #AAtabTopKontext { /* specific properties of type context tab */
	float: left;
	display: inline;
	width:162px;
	margin: 0px 3px 0px 0px;
}
#AAtabAutor, #AAtabTopAutor { /* specific properties of type author tab */
	float: left;
	display: inline;
	width:162px;
	margin: 0px 3px 0px 0px;
}
#AAtabDate, #AAtabTopDate  { /* specific properties of type date tab */
	float: left;
	display: inline;
	width:64px;
	margin: 0px 0px 0px 0px;
}
#AAtabTopDate  { /* specific properties of type date top tab ('sort by date') */
	width:84px;
}
.AAarrow {  /* link arrow in AA-list */
	margin: 0px 4px 0px 2px;
	padding: 0px;
}
.AAarrowTop { /* link arrow in 'sort by title' tab */
	margin: 1px 4px 1px 5px;
	padding: 0px;
}

/* FOOTER */
#foot { /* footer rect */
	float: left;
	display: inline;
	width: 100%;
	text-align: center;
	font-size: 10px;
	background: #FFFFFF url(../img_basic/border.gif) repeat-x left top;
}
#leftFoot {
	float: left;
	display: inline;
	width: 300px;
	height: 32px;
	padding: 54px 0px 0px 0px;
	margin: 0px 0px 0px 93px;
}
#rightFoot {
	float: right;
	display: inline;
	text-align: right;
	width: 300px;
	height: 32px;
	padding: 38px 0px 0px 0px;
	margin: 0px 118px 0px 20px;
}
.ILIASlogo {
	margin: 0px 0px -5px 6px;
}