#content {
		margin: 2.8em 0 0 12.2em;
		padding: 0 1em 1.5em 1em;
		position: relative;
		z-index: 2;
	background: white;
	color: black;
	border: 1px solid #aaa;
	line-height: 1.5em;
}

body {
        font-size: 12px;
        font-family: Arial, Verdana,  Helvetica, sans-serif;	
        background: #f9f9f9 ;
	color: black;
	margin: 0;
	padding: 0;
}
#globalWrapper {
	width: 100%;
	margin: 0;
	padding: 0;
        position: absolute;
        top: 2em;
}
.visualClear {
	clear: both;
}
/* general styles */
table {
	font-size: 100%;
	color: black;
	background-color: white;
}
a {
	text-decoration: none;
	color: #002bb8;
	background: none;
}
a:visited {
	color: #5a3696;
}
a:active {
	color: #faa700;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #772233;
}
a.new, #p-personal a.new {
	color: #ba0000;
}
a.new:visited, #p-personal a.new:visited {
	color: #a55858;
}
img {
	border: none;
	vertical-align: middle;
}
/* @media screen, projection { */
	p {
		margin: .4em 0 .5em 0;
		line-height: 1.5em;
	}
/* } */
p img {
	margin: 0;
}
hr {
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	border: 0;
	margin: .2em 0 .2em 0;
}
h1, h2, h3, h4, h5, h6 {
	color: black;
	background: none;
	font-weight: normal;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .17em;
	border-bottom: 1px solid #aaa;
}
h1 { font-size: 188%; }
h2 { font-size: 150%; }
h3, h4, h5, h6 {
	border-bottom: none;
	font-weight: bold;
}
h3 { font-size: 132%; }
h4 { font-size: 116%; }
h5 { font-size: 100%; }
h6 { font-size: 80%;  }
ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: .3em 0 0 1.5em;
	padding: 0;
}
ol {
	line-height: 1.5em;
	margin: .3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
li {
	margin-bottom: .1em;
}
dt {
	font-weight: bold;
	margin-bottom: .1em;
}
dl {
	margin-top: .2em;
	margin-bottom: .5em;
}
dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: .1em;
}
pre {
	padding: 1em;
	border: 1px dashed #2f6fab;
	color: black;
	background-color: #f9f9f9;
	line-height: 1.1em;
}

/* Some space under the headers in the content area */
#bodyContent h1, #bodyContent h2 {
	margin-bottom: .6em;
}
#bodyContent h3, #bodyContent h4, #bodyContent h5 {
	margin-bottom: .3em;
}

/*
** keep the whitespace in front of the ^=, hides rule from konqueror
** this is css3, the validator doesn't like it when validating as css2
*/
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
	background: url(external.png) center right no-repeat;
	padding-right: 13px;
}
#bodyContent a[href ^="https://"],
.link-https {
	background: url(lock_icon.gif) center right no-repeat;
	padding-right: 16px;
}
#bodyContent a[href ^="mailto:"],
.link-mailto {
	background: url(/images/mail_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="news://"] {
	background: url(news_icon.png) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="ftp://"],
.link-ftp {
	background: url(file_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a[href ^="irc://"],
.link-irc {
	background: url(discussionitem_icon.gif) center right no-repeat;
	padding-right: 18px;
}
#bodyContent a.external[href $=".ogg"], #bodyContent a.external[href $=".OGG"],
#bodyContent a.external[href $=".mid"], #bodyContent a.external[href $=".MID"],
#bodyContent a.external[href $=".midi"], #bodyContent a.external[href $=".MIDI"],
#bodyContent a.external[href $=".mp3"], #bodyContent a.external[href $=".MP3"],
#bodyContent a.external[href $=".wav"], #bodyContent a.external[href $=".WAV"],
#bodyContent a.external[href $=".wma"], #bodyContent a.external[href $=".WMA"],
.link-audio {
	background: url("audio.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".ogm"], #bodyContent a.external[href $=".OGM"],
#bodyContent a.external[href $=".avi"], #bodyContent a.external[href $=".AVI"],
#bodyContent a.external[href $=".mpeg"], #bodyContent a.external[href $=".MPEG"],
#bodyContent a.external[href $=".mpg"], #bodyContent a.external[href $=".MPG"],
.link-video {
	background: url("video.png") center right no-repeat;
	padding-right: 13px;
}
#bodyContent a.external[href $=".pdf"], #bodyContent a.external[href $=".PDF"],
#bodyContent a.external[href *=".pdf#"], #bodyContent a.external[href *=".PDF#"],
#bodyContent a.external[href *=".pdf?"], #bodyContent a.external[href *=".PDF?"],
.link-document {
	background: url("document.png") center right no-repeat;
	padding-right: 12px;
}
/* disable interwiki styling */
#bodyContent a.extiw,
#bodyContent a.extiw:active {
	color: #36b;
	background: none;
	padding: 0;
}
#bodyContent a.external {
	color: #36b;
}
/* this can be used in the content area to switch off
special external link styling */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
}
/*
** Structural Elements
*/
/*
** general portlet styles (elements in the quickbar)
*/
.portlet {
   background-color: #FFE000;
   border-color: #eeeeee;
   border-style: solid;
   border-top-width: 1px; 
   border-right-width: 1px;
   border-bottom-width: 1px; 
   border-left-width: 1px;
   text-align: left;
	margin: 0 0 .5em;
	padding: 0;
	float: none;
	width: 11.6em;
	overflow: hidden;
}
.portlet h4 {
	font-size: 95%;
	font-weight: normal;
	white-space: nowrap;
}
.portlet h5 {
	background: transparent;
	padding: 0 1em 0 .5em;
	display: inline;
	height: 1em;
	font-size: 100%;
	font-weight: bold;
	white-space: nowrap;
}
.portlet h6 {
	background: #ffae2e;
	border: 1px solid #2f6fab;
	border-style: solid solid none solid;
	padding: 0 1em 0 1em;
	display: block;
	font-size: 1em;
	height: 1.2em;
	font-weight: normal;
	white-space: nowrap;
}
.pBody {
	font-size: 100%;
	background-color: white;
	color: black;
	border-collapse: collapse;
	border: 1px solid #aaa;
	padding: 0 .8em .3em .5em;
}
.portlet h1,
.portlet h2,
.portlet h3,
.portlet h4 {
	margin: 0;
	padding: 0;
}
.portlet ul {
	line-height: 1.5em;
	list-style-type: square;
	font-size: 95%;
}
.portlet li {
	padding: 0;
	margin: 0;
}
/*
** Logo properties
*/
/* @media screen, projection { */
	#p-logo {
		top: 0;
		left: 0;
		background: #f9f9f9;
		z-index: 3;
		height: 155px;
		width: 12em;
		overflow: visible;
	}
	#p-logo a,
	#p-logo a:hover {
		display: block;
		height: 155px;
		width: 12.2em;
		background-repeat: no-repeat;
		background-position: 35% 50% !important;
		text-decoration: none;
	}
/* } */

/*
** footer
*/
#footer {
	background-color: white;
	border-top: 1px solid #fabd23;
	border-bottom: 1px solid #fabd23;
	margin: .6em 0 1em 0;
	padding: .4em 0 1.2em 0;
	text-align: center;
	font-size: 90%;
}
#footer li {
	display: inline;
	margin: 0 1.3em;
}

/* more IE fixes */
/* float/negative margin brokenness */
* html #footer {margin-top: 0;}

* > html #footer {
	margin-left: 13.2em;
}


/* -----------------------------------------
   CompGen specific Add-Ons to Monobook.css 
   -----------------------------------------
   ### Datei:       screen.css
   ### Autor:       Oliver Geiger
   -----------------------------------------
   ### Erstellt am: 22.02.2003
   ### Geändert am: 10.06.2008 (KPW)
   ----------------------------------------- */

#menue
   {
   position: absolute;
   top: 0px;
   background-color: #eeeeee;
   width: 100%;
   height: 15px;
   border: 0px;
   text-align: center;
   }
#menue-row
   {
   height: 21px;
   background-color: #EEEEEE;
   }
a.verweis:link
   {
   color: #000088;
   font-weight: 800;
   text-decoration: none;
   }
a.verweis:visited
   {
   color: #000088;
   text-decoration: none;
   }
a.verweis:hover
   {
   color: #6E6EBC;
   text-decoration: underline
   }
a.verweis:active
   {
   color: #E62351;
   text-decoration: none
   }
#valid-xhtml-css {
   position:absolute; 
   right:0px;
}

.home-tab
   {
   background-color: #eeeeee;
   font-size: 13px;
   font-weight: bold;
   color: #000080;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   text-align: center;
   padding-top: 1px;
   padding-bottom: 5px;
   margin-left: -2px;
   margin-right: -2px;
   vertical-align: middle;
   display: inline;
   }
.home-tab:hover
   {
   background-color: #dddddd;
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   text-align: center;
   padding-top: 1px;
   padding-bottom: 5px;
   margin-left: -1px;
   margin-right: -1px;
   vertical-align: middle;
   display: inline;
   }
a.home-tab-link:link
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }
a.home-tab-link:visited
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }
a.home-tab-link:hover
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }
   
/* StyleSheet Navigation ...............
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   => für die verschiedene Bereiche
   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Bereich :: 02 - Datenbanken */
#menue-subrow-Datenbanken
   {
   height: 21px;
   background-color: #FFE000;
   }
.db-tab
   {
   background-color: #FFE000;
   font-size: 13px;
   font-weight: bold;
   color: #000080;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
   border-style: solid;
   border-top-width: 1px;
   border-right-width: 1px;
   border-bottom-width: 1px;
   border-left-width: 1px;
   text-align: center;
   padding-top: 1px;
   padding-bottom: 5px;
   margin-left: -2px;
   margin-right: -2px;
   vertical-align: middle;
   display: inline;
   }
.db-tab:hover
   {
   background-color: #FDD000;
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   border-color: #E0E0E0 #C6C5C5 #C6C5C5 #E2E0E0;
   border-style: solid;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 1px;
   text-align: center;
   padding-top: 1px;
   padding-bottom: 5px;
   margin-left: -1px;
   margin-right: -1px;
   vertical-align: middle;
   display: inline;
   }
a.db-tab-link:link
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }
a.db-tab-link:visited
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }
a.db-tab-link:hover
   {
   font-size: 13px;
   font-weight: bold;
   font-family: Arial, Verdana, Helvetica, sans-serif;
   color : #000000;
   text-decoration: none;
   margin-left: 5px;
   margin-right: 5px;
   margin-bottom: 2px;
   margin-top: 2px;   }

#col1 {
	width: 158px;
	z-index: 3;
	float: left;
}
#col2 {
	width: 20%;
	float:right;
	z-index:5;
}

#col3 {
	margin-right: 20.5%;
	z-index: 1;
	width: auto;
}

#main {
	clear: both;
	width: auto;
}
