/***** You can put your own style stuff here in this file 
       For questions see www.phpcomasy.com *****/


/******************************** General styles *******************************/
body, table, td, tr, tbody, b, p, a{
	color: black !important;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
}
input, select, textarea {
	border: 1px solid #572812;
	margin-bottom: 1px;
}
h1 {
	margin-bottom: 7px;
	color: #572812;
}
h2,
h2 a,
h2 a:hover {
	text-decoration: none !important;
	color: #572812 !important;
	border-bottom: 1px solid #e2c4a6;
	margin-bottom: 3px;
}
hr {
	height: 1px;
	border: 1px solid #e2c4a6;
}
#my-body {
	padding:0px 0px 0px 0px;
	background: #ebdfd3;
}
/*******************************************************************************/


/************************************ Basic ************************************/
#container {
	margin-left: auto;
	margin-right: auto;
	background:url(../img/header.jpg)  no-repeat;
	padding:5px 0px 0px 0px;
	width: 1015px;
	text-align: left;
}

/*******************************************************************************/


/*********************************** Navigation ********************************/
#root-navigation .navigation li.level1,
#root-navigation .navigation li.level2,
#root-navigation .navigation li.level3 {
	display: none;
}
#inhalt{
	width:1015px;
	margin: 168px 0px 0px 0px;
	background: url(../img/navi-back.jpg) repeat-y;
}
#root-navigation{
	float:left;
	width:214px;
	margin: 0px 0px 0px 0px;
	padding: 30px 0px 0px 10px;
}
#root-navigation .navigation {
	margin: 0px 0px 0px 0px;
	padding: 25px 0px 0px 0px;
}

#root-navigation .navigation li {
	list-style-type: none;
	text-align: right;
	margin: 0px 0px 7px 0px;
	font-size: 10pt;
}
#root-navigation .navigation li a {
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	padding: 1px 10px 2px 10px;
	color: #572812 !important;
}

#root-navigation .navigation li a:hover {
	font-weight: normal;
	background: url(../img/current.jpg) #ffffff left no-repeat;
}

#root-navigation .navigation li.current a {
	font-weight: normal;
	background: url(../img/current.jpg) #ffffff left no-repeat;
}

#content > p > img {
	min-width: 200px !important;
	max-width: 100% !important;
	height: auto !important; 
}

/*******************************************************************************/


/************************************ Content **********************************/
#spruch{
	font-size: 11pt;
	position: relative;
	top: 135px;
	left: 306px;
	width: 600px;
	background: transparent;
}
#site-link{
	font-size: 8pt;
	position: relative;
	top: 40px;
	left: 890px;
	width: 70px;
	background: transparent;
}
#site-link a{
	text-decoration: none;
	color: #572812 !important;
}
#content {
	float:left;
	margin: 0px 0px 0px 0px;
	padding: 15px 110px 0px 25px;
	line-height: 16px;
	background: url(../img/content.jpg) #ffffff right repeat-y;
	width: 656px;
}
#content h1 {
	margin-top: 11px;
	font-size: 150%;
}
#content a {
	text-decoration: none;
	color: #934c00 !important;
}
#content a:hover {
	text-decoration: underline;
}
#content {
	height: 470px;
}
#content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#content li {
	margin: 0px 0px 0px 17px;
}

.resource_link {
    padding: 0;
    border: none;
    display: block;
    text-decoration: none;
    pointer-events: none;
}

/* IE hack for min-height */
#content[id] {
    height: auto;
    min-height: 470px;
}
.administration h2 {
	color: #fff !important;
}
/*******************************************************************************/


/************************************ Portlets *********************************/
.portlet {
	float: right;
	clear: right;
	width: 170px;
	padding: 0px 0px 0px 0px;
	margin: 0px 13px 10px 0px;
	background:url(../img/portlet-back.jpg);
}
.portlet h1 {
	border:none;
	color: black;
	margin: 0px 0px 0px 0px !important;
	padding: 5px 0px 0px 7px;
}
.portlet a {
	line-height: 17px;
	display: block;
}
.portlet-title {
	padding: 15px 0px 0px 10px;
	background:url(../img/portlet-top.jpg) top no-repeat;
}
.portlet-content {
	padding: 15px 0px 10px 10px;
	background:url(../img/portlet-bottom.jpg) bottom no-repeat;
}
#portlet-language-switcher a {
	display: inline;
	text-transform: uppercase;
}
/*
.portlet input, 
.portlet select, 
.portlet textarea{
	border: 1px solid #d3d1cf;
}
/*******************************************************************************/


/******************************** Additional stuff *****************************/
.breadcrumb,
.breadcrumb a {
	color: gray;
}

#info {
	clear:both;
	margin: 0px 0px 0px 0px;
	height: 50px;
	width: 1015px;
	background: url(../img/footer.jpg) top no-repeat;
	text-align: center;
	color: gray;
}
#info a {
	text-decoration: none;
	color: gray;
}

#mod_references_table td label {
  display: none;
}

#mod_references_list {
  height: 240px;
  margin: 0;
  padding: 0;
}

#mod_references_list li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0;
  height: 60px;
}

#mod_references_list .title {
  float: left;
}

#mod_references_list .handle {
  float: right;
  font-size: xx-small;
  width: 80px;
  cursor: pointer;
}

.resource_container.documents {
	padding-top: 8px;
}
/*******************************************************************************/

