/* @override http://192.168.150.30/Joomla_1012/templates/perfectart/css/template_css.css */

* {  margin: 0;  padding: 0;}

html, body {  height: 100%; /* Required */}

body {
	font: 75%/170% verdana, arial, helvetica, sans-serif;
	color: gray;
	background: #c3e466 url(../images/html_hg.gif) repeat-y center;
	text-align: center;
}

#wrapper {
	width: 910px;
	margin: 0 auto;
	background: white url(../images/wrapper_hg.gif) repeat-y;
	text-align: left;  	position: relative;  	min-height: 100%; /* For Modern Browsers */
  	height: auto !important; /* For Modern Browsers */  	height: 100%;
}

#content
{
	float: left;
	padding-left: 45px;
	padding-bottom: 20px;
}

#main {
}

a { color: #659500; 
}
a:hover { color: #659500;
	text-decoration: underline;
}

a:link {
	border-bottom-width: 1px;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

h3 {
	color: gray;
	font-size: 120%;
	line-height: 120%;
}

#head {
	width:910px;
	height:170px;
	position: relative;
	background: url(../images/head_hg.gif) no-repeat right top;
}
#head_image {
	width:300px;
	height:170px;
	margin-left: 16px;
}
#head_slogan {
	width:409px;
	height:170px;
	position: absolute;
	top: 0;
	margin-left: 317px;
}
#navi_main {
	width:910px;
	height:81px;
	background: url(../images/navi_main.gif) no-repeat;
	position: relative;
}

#navi_main li { list-style: none; display: inline;
}

#navi_main ul
{
list-style-type: none;
	padding-left: 25px;
	margin-top: 17px;
	margin-left: 0;
}

#navi_main li a
{
	text-decoration: none;
	color: white;
	font-size: 110%;
	margin-right: 5px;
	padding: 10px 14px 3px;
}

#navi_main li a:hover
{ color: white; background: #c3e466;
	border-top-style: solid;
	border-top-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	padding-top: 2px;
}

#navi_main li a:active
{ color: white; background: #adcb5b;
	border-bottom: 1px solid white;
	border-top-color: white;
	border-top-style: solid;
}
#navi_sub {
	width:176px;
	background: url(../images/navi_sub.gif) no-repeat 0 top;
	float: right;
	padding-top: 80px;
	padding-right: 0;
}

#navi_sub a:hover {
	width: 148px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-left: 2px;
	color: white;
	margin-right: 1px;
	background-color: #71932a;
}

#navi_sub a { display: block; background: none repeat-y; color: white;
	padding-bottom: 10px;
	text-decoration: none;
	padding-top: 10px;
	width: 148px;
	margin-left: 1px;
	border-top: 1px solid white;
	font-size: 110%;
	padding-left: 10px;
}

#navi_sub ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
line-height: 165%;
}

/* Bottom-Menu */

a.mainlevel-navbottom {
   padding: 0px 10px;
	color: gray;
	text-align: center;
}
a.mainlevel-navbottom:link, a.mainlevel-navbottom:visited { text-decoration: none; }
a.mainlevel-navbottom:hover {
	color: black;
}


/* ENDE MENU-BEREICHE  Top, Left, Bottom */

form {
margin: 0px;
padding: 0px;
}

.back_button {
	padding-left: 0px;
	padding-top:  10px;
}

.contentpaneopen {
   margin: 0;
   padding: 0;
}

.contentpane {
	margin-bottom: 20px;
	margin-top: 10px;
}

/* Eingabe-Maske, z.B. Login */
.inputbox {
   padding: 2px;				/* Abstand zu den Raendern */
   border: solid 1px #cccccc;
	margin-bottom: 4px;
	margin-top: 1px;
}

#container_foot {  width: 100%;  background: white url(../images/footer.gif) repeat-y;  position: absolute;
	margin-left: auto;
	margin-right: auto;
	float: left;
	bottom: -1px;
}

#footer {
	padding-top: 12px;
}

.contentheading  {
	font: 165% Georgia, "Times New Roman", Times, serif;
	color: #71932a;
	padding-bottom: 0;
	margin-bottom: 0;
	text-decoration: none;
}

.componentheading {
	font: normal 165% Georgia, "Times New Roman", Times, serif;
	color: #71932a;
	padding-bottom: 0;
	margin-bottom: 0;
}

.search .inputbox {
	color: #d7d7d7;
	width: 147px;
	padding-left: 5px;
	padding-right: 0;
	text-align: center;
	border: 1px solid #d7d7d7;
}

.sectiontableheader {
  font-weight: bold;
  padding: 3px 3px 3px 0;
	color: #71932a;
	border-bottom: 1px solid silver;
}

#suche {
	position: absolute;
	z-index: 3;
	margin-left: 733px;
	margin-top: 5px;
}