/* CSS2-stylesheet Unterwasserrugby */
/* author: Stefan Tibus (Stefan.Tibus@uni-konstanz.de) */
/* last update: 2007-12-04 */
/* file location: /styles/ */

/* =========== */
/* Positioning */
/* =========== */

/* Note: Padding adds up to the given (inner) dimensions. */
DIV.body {
	position: absolute;
	top: 110px;
	left: 210px;
	bottom: auto;
	right: 0;
	height: auto;
	width: auto;
	padding: 5px;
}
DIV.head {
	position: fixed;
	top: 0;
	left: 0;
	bottom: auto;
	right: 0;
	height: 100px;
	width: auto;
	padding: 5px;
}
DIV.foot {
	position: fixed;
	top: auto;
	left: 210px;
	bottom: 0;
	right: 0;
	height: auto;
	width: auto;
	padding: 5px;
}
DIV.left {
	position: fixed;
	top: 110px;
	left: 0;
	bottom: 0;
	right: auto;
	height: auto;
	width: 200px;
	padding: 5px;
}

/* ====== */
/* Colors */
/* ====== */

/* http://www.christopher-jablonski.com/en/colors/colors2.shtml
   Colortable
   black	#000000 #000
   white	#ffffff	#fff
   lightblue	#add8e6
   lightgrey	#d3d3d3
   lightskyblue	#87cefa
   deepskyblue	#00bfff
   forestgreen	#228b22
   darkgreen	#006400
   limegreen	#32cd32
   lemonchiffon	#fffacd
   red		#ff0000	#f00
   darkred	#8b0000
   			#bdf
			#ffc
*/

DIV.body {
	background-color: white;
}
DIV.head {
	background-color: #00bfff;
}
DIV.left {
	background-color: #bbddff;
}
DIV.foot {
	background-color: #00bfff;
}

/* ============== */
/* generic styles */
/* ============== */

/* everything */
* {
    background-color: transparent;
    color: inherit;
    font-family: inherit;
    }

/* page-body */
BODY {
    background-color: white;
    color: black;
    font-family: sans-serif;
    }

/* links */
A IMG { border: none }
A {
    text-decoration: none;
    }
A:link {
    font-style: italic;
    color: #228b22;
    }
A:visited {
    font-style: italic;
    color: darkgreen;
    }
A:active {
    text-decoration: underline;
    }
A:hover {
    text-decoration: underline;
    }
A.extern {
    }
A.extern:link {
    color: red;
    }
A.extern:visited {
    color: darkred;
    }
A.extern:active {
    }
A.extern:hover {
    }
A.broken {
   text-decoration: line-through;
   }

/* headings */
H1,H2,H3,H4,H5,H6 {
    font-family: sans-serif;
    }

/* paragraphs */
P {
    text-align: justify;
    }

/* =============== */
/* specific styles */
/* =============== */

DL.contents              { margin: 15px 5px 15px 5px; list-style-type: none }
DL.contents DT           { margin:  5px 0px  5px 0px }
DL.contents DT A         { display: block; border: none; border-left: 10px solid; padding: 5px; font-style: normal; font-weight: normal }
DL.contents DT.current   { display: block; border: none; border-left: 10px solid; padding: 5px; font-style: normal; font-weight: bold }

DL.contents DT           { background: #00bfff }
DL.contents DT.current   { color: white }
DL.contents DT A         {}
DL.contents DT A:link    {}
DL.contents DT A:visited {}
DL.contents DT A:hover   { border-color: white }
DL.contents DT A:active  { border-color: white }
