/*
* ./custom.css
* Usage: ki_max stylesheet for joomla - Version 1.0.12
*
* Copyright (C)1995-2006 [k:i] <mailto: cms@kigmbh.com>
*
* Last modification: 2007-02-21 12:00
*******************************************************************************/


/* Standard elements */
html, body, input, textarea {
	font: 11px/1.3em Arial, Helvetica, Sans-Serif;
	line-height: 1.3em;
}

/* Links */
a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration: none;
}


/* boxes */
div#top {
	background-color: white;
}
div#user1 {
	background-color: #c1ddcf;
}
div#introtext, div#introtext_artform {
	background-color: #F3F4F6;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}
div#fulltext, div#fulltext_artform {
	background-color: white;
	border: 1px solid #dcdfe4;
}

/* hack against useless article_seperators */ 
.article_seperator {
	visibility: hidden;
	display: none;
}

/* bass_logo */
div#logo {
	position: absolute; bottom: 0px; left: 0px;
	text-align: left;
}

/* bass_slogan */
div#slogan {
	position: absolute; top: 16px; right: 20px;
	text-align: right;
}


/* Text decoration */
/**********************************************************************************************************/
.mainlevel_current_l1 a, .mainlevel_active_l1 a,
.mainlevel_current_l2 a, .mainlevel_active_l2 a,
.mainlevel_current_l3 a, .mainlevel_active_l3 a,
#user9 li, h1, h2, h3 {
	font-weight: 700;
}

div#fulltext a:link, div#fulltext a:visited,
.mainlevel_current_l1 a, .mainlevel_active_l1 a, .mainlevel_l1 a,
.mainlevel_current_l2 a, .mainlevel_active_l2 a, .mainlevel_l2 a,
.mainlevel_current_l3 a, .mainlevel_active_l3 a, .mainlevel_l3 a,
h1, h2, h3 {
	text-transform: uppercase;
}


/* em_Hauptmenï¿½ */
/**********************************************************************************************************/
div#top ul {
	position: absolute; bottom: 4px; right: 21px;
	margin-left: 224px;
	list-style-type: none;
}
div#top ul li {
	float: left;
	padding-left: 40px;
	text-align: right;
}
div#top a:link, div#top a:visited, div#top a:hover, div#top a:active {
	font-size: 1em;
/* 	color: #2a2a2c; */
}

/* em_Untermenï¿½ */
/**********************************************************************************************************/
/* für Superfish entfernt */
/*div#user1 ul {
	position: absolute; bottom: 15px; left: 38px;
	list-style-type: none;
	line-height: 1.5em;
}*/
div#user1 a:link, div#user1 a:visited, div#user1 a:hover, div#user1 a:active {
/* 	color: #2a2a2c; */
}

/* em_Submenu */
/**********************************************************************************************************/
div#fulltext a:link, div#fulltext a:visited, 
.mainlevel_l3 a:link, .mainlevel_l3 a:visited {
	font-size: 0.9em;
/* 	color: #4b4b4b; */
}

ul.mainlevel_l3 {
	padding-top: 15px;
}

/* Language selector */
/**********************************************************************************************************/
div#user3 ul {
	float: right;
}
div#user3 ul li {
	text-align: right;
	float: left;
}


/* Headlines */
/**********************************************************************************************************/
h1, h2, h3 {
/* 	color: #757879; */
}
h1 {
	font-size: 1.4em;
	line-height: 1.3em;
	padding-bottom: 42px;
/* color: red; */
}
h2 {
	font-size: 1.2em;
	line-height: 1.1em;
	padding-top: 2em;
	padding-bottom: 1em;
/* color: green; */
}
h3 {
	font-size: 1.0em;
	line-height: 0.9em;
	padding-top: 2em;
	padding-bottom: 1em;
/* color: yellow; */
}


p {
/* 	margin-bottom: 1.2em;	 */
}


.back_button {
	position: absolute; top: 318px; left: -189px;
}

/* 2do hide pagetitle */
div#systemfunctions {
	color: white;
	font-size: 0;
}


/* Forms */
/**********************************************************************************************************/
input, select {
	border: 1px dotted silver;
	margin-left: 0.4em;
	margin-right: 0.4em;
}
.inputbox {
	width: 200px;
}

select {
	font-size: 0.9em;
}

.button {
	width: 120px;
	height: 1.5em;
	margin-left: 1.2em;
	margin-top: 0.4em;
	border: 2px solid black;
	background-color: silver;
}

div.error {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: -25px;
	margin-bottom: 25px;
	border: 2px dotted red;
	background-color: silver;
}



#user9 {
	position: relative;
	top: 150px;
	left: 220px;
	width: 550px;
}




#overDiv table{
	border: 1px solid black;
	
}
#overDiv table table{
	border:none;
	padding: 0px 5px 0px 5px;
}

