/* Grunddefinitionen */

html{
  min-height: 101%;
}

body{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
}

body.hintergrund{
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	background: #85705D url(../images/background.jpg) repeat;
}

#container{
	width: 1150px;
	background: transparent;
	margin: 0 auto;
	padding: 0px;
}

#oben{
	background: transparent url(../images/header.png) no-repeat; 
	width: 1150px;
	height: 374px;
}	

#mitte{
	width: 1150px;
	float: left;
	padding-left: 100px;
	background: transparent url(../images/contentbackground.png) repeat-y;
}	

#rechtmenu{
	width: 160px;
	min-height: 300px;
	padding-top: 0px;
	padding-right: 30px;
	background: transparent;
	margin: 0px;
	float: right;
}	

#content{
	width: 800px;
	padding-left: 10px;
	margin: 0px;
	float: left;
	min-height: 400px;
	margin: 0 0 0 0;
}	

#navigation{
	width: 160px;
	padding-left: 0px;
	margin: 0 0 0 0;
	float: left;
	min-height: 400px;
}	

#breadcrumb {
	color: #000;
	font-weight: bold;
	padding-top: 45px;
	padding-left: 60px;
}

h1{
	color: #2C6245;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
}

div.leading h2, .page-header h2, .componentheading, .contentheading, div.article_column h2, div.page h2, .componentheading{
	color: #2C6245;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(../images/background_headerline.png);
	background-repeat:no-repeat;
	background-position:bottom left;
	margin-bottom: 12px;
}

.buttonheading, .contentpaneopen_edit{
	/*float:right;*/
}

.article_separator{
	float: left;
	width: 100%;
	border-bottom: 0px solid #aaa;
	margin-bottom: 15px;
}

.contentpaneopen{
	width:100%;
}

#component-impressum div, .contentdescription{
	border: thin #2C6245 solid;
	padding-left: 5px;
	padding-right: 5px;
}

img{
	border: 0px solid #000;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 100%;
}	

#editor-xtd-buttons a {
    font-weight: bold !important;
    padding-right: 10px;
}

.pull-right{
	padding-bottom: 20px;
    text-align: right;
}

.list-title{
	margin-bottom: 10px;	
}

.pull-left{
	float: left;
	padding: 0px !important;
}

a:link{
	color: #2C6245; font-weight:bold; text-decoration: underline;
}	
a:visited{
	color: #2C6245; font-weight:bold; text-decoration: underline;
}	
a:active{
	color: #2C6245; font-weight:bold; text-decoration: underline
}	
a:hover{
	color: #000; font-weight:bold; text-decoration: none;
}	

.small, .createdate, .createdby, .modifydate{
	font-size: 10px;
	font-style:inherit;
	color: #708090;
	display: block;
}	

.small a{
	font-size: 12px;	
}

.item{
margin-left: 5px;
}

#form-login {
	text-align:left;
	float:right;
}

#form-login input{
	margin-top: 0px;
	border: 1px solid #000;
	margin-right: 3px;
	background: #919191;
}

.menu, .log, .rd-latestdownloads, .rd-mostdownloaded, .rd-recentlyupdated {
	list-style: none;
	text-align: left;
	margin-left: 0px;
	padding-left: 0px;
}

.menu ul, .rd-latestdownloads ul, .rd-mostdownloaded ul, .rd-recentlyupdated ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin-left: 10px;
}

.menu li, .log p, .rd-latestdownloads li, .rd-mostdownloaded li, .rd-recentlyupdated li{
	list-style: none;
	margin: 0px;
	padding-top: 2px;
	text-align: left;
}

.menu_menu2 li{
	list-style: none;
	margin: 0px;
	padding-left: 0px;
	text-align: left;
}

.menu a:link{
	color: #fff; text-decoration: underline;
}	
.menu a:visited{
	color: #fff; text-decoration: underline;
}	
.menu a:active{
	color: #fff; text-decoration: underline;
}	
.menu a:hover{
	color: #000; text-decoration: none;
}	

.contenttoc{
	float: right;
	border: #ccc thin solid;
	margin: 5px;
	padding: 2px;
}

.hasTip{
	float:left;
}


/* horizontal footer menu */
table.footer {
/*  margin-left: auto;
  margin-right: auto;*/
  float: right;
  padding: 0;
}

td.footer_l {
  background: url(../images/footerleft.png) no-repeat;
  width:  15px;
  height: 18px;
}

td.footer_m {
  background: url(../images/footermiddle.png) repeat-x;
  padding: 0;
  margin: 0;
  width: auto;
}

td.footer_r {
  background: url(../images/footerright.png) no-repeat;
  width:  19px;
  height: 18px;
}

#footermenu {
  white-space: nowrap;
  float: right;
  padding-right: 70px;  
}

#footermenu ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

#footermenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#footermenu a {
	color: #000; text-decoration: none; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif; padding-left:5px; padding-right: 5px; line-height: 1px; 
}	
#footermenu a:visited{
	color: #000; text-decoration: none; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif; padding-left:5px; padding-right: 5px;  line-height: 1px;
}	
#footermenu a:active{
	color: #000; text-decoration: none; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif; padding-left:5px; padding-right: 5px;  line-height: 1px;
}	
#footermenu a:hover{
	color: #919191; text-decoration: none; font-weight:bold; font-family: Geneva, Arial, Helvetica, sans-serif; padding-left:4px; padding-right: 4px; border-right:thin solid #000; border-left:thin solid #000; background-color:transparent; line-height: 1px;
}

#footer{
	width: 1150px;
	float: right;
	text-align: right;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	background: transparent url(../images/footerbackground.png) no-repeat;
	border: none;
	height: 65px;
}	

.category{
	padding-left: 20px;
}

.description{
	padding-left: 20px;
}

div.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 200px;
	z-index:13000;
}

.form-login{
	width: 140px;
}

.blog{
	width:100%
}

.sectiontableentry1 a, .sectiontableentry2 a{
	padding-left: 10px;
}

#mod_login_username, #mod_login_password{
width:120px;
}

fieldset{
border: 0px;
padding-top: 10px;
}

blockquote{
	background-color: #eee;
	border: thin solid #2C6245;
	padding-left: 10px;
	padding-right: 10px;	
}


/*Archiv*/
.pagination li{
	display: inline-block;
    padding-right: 5px !important;	
}

.pagination ul{
	text-align: center;
}

#content .blog table{
	float: none;	
}

#content .blog .span12{
	border-top: #2C6243 1px solid;	
}

/* Gallery */
.gallery .pagination li {
    display: inline-block;
    padding-right: 5px !important;
}

/* Gästebuch */	
#adminForm label{
	padding-right: 10px;
}

#adminForm input{
	width: 200px;
}

#adminForm button, #adminForm .btn-group{
	display: inline-block;
}

/*Suche*/
.chzn-container-single .chzn-single{
	width: 110%;	
}

.btn-group button{
	display: none;	
}

#searchForm fieldset{
	border: thin #ccc solid;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 10px 0 10px 0;
}

#searchForm .controls input, #searchForm .checkbox input{
	margin: 0 3px 0 10px;	
}

.searchintro strong{
	margin-left: 10px;	
}

.search-results .result-title{
	border-top: #ccc dashed thin;
	margin-top: 10px;	
}

.search-results dt{
	margin-left: 10px;	
}

.search-results dd{
	margin-left: 20px;	
}

.search-results .jg_photo{
	width: 150px;
}

/*systemmessage*/

#systemnachricht{
  width: 100%;
  text-align: center;
}

#system-message p{
  color: #FFFFFF;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

#system-message .alert-message p, #system-message .alert-warning p, #system-message .alert-message .alert-heading, #system-message .alert-warning .alert-heading{
  color: #000000;
  font-size: 18px;
  margin: 0;
 }

#system-message .alert-message h4{
  text-decoration: underline;
}

#system-message .alert-message .close, #system-message .alert-warning .close {
    float: right;
	cursor: pointer;
	font-size: 26px;
    font-weight: bold;
}

#system-message-container .alert-error, #system-message .alert-warning {
  background-color: #F28C8C;
  border: 3px solid #980C04;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}

#system-message-container .alert-message {
  background-color: #29F730;
  border: 3px solid #40B63E;
  border-radius: 10px 10px 10px 10px;
  padding: 10px;
}

#system-message > dd > ul {
    background-position: 4px top;
    background-repeat: no-repeat;
    border-bottom: 3px solid #008000;
    border-top: 3px solid #008000;
    color: #0055BB;
    list-style: none outside none;
    margin: 0px;
    padding: 10px;
}

/*icons*/
.print-icon, .email-icon, .edit-icon{
  padding: 0;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  font-size: 20px;
  border: 1px solid #000000;
  border-radius: 10px;
  background-color: #eeeeee;
  height: auto;
  width: 30%;
  -webkit-box-shadow: 4px 4px 4px 0 #000000;
  box-shadow: 4px 4px 4px 0 #000000;
}

.print-icon:hover, .email-icon:hover, .edit-icon:hover{
	background-color: #dddddd;
}

.dropdown-menu .edit-icon a{
  display: block;
  text-decoration: none;
}

.dropdown-menu{
	padding: 0;	
	margin: 0;
}

.btn-toolbar{
	margin-top: 20px;
}

/*Besucherzähler*/
.moduletable_menu{
	border: thin solid #fff;
    color: #ffffff;
    margin: 0 auto;
    width: 145px;	
	background-color: #174d2e;

	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;

	-webkit-box-shadow: 5px 5px 10px 2px #000000;
	box-shadow: 5px 5px 10px 2px #000000;
	
	-moz-transform: translateX(-5px) translateY(0px);
	-webkit-transform: translateX(-5px) translateY(0px);
	-o-transform: translateX(-5px) translateY(0px);
	-ms-transform: translateX(-5px) translateY(0px);
	transform: translateX(-5px) translateY(0px);
}

.moduletable_menu h3{
    width: 95%;	
	margin: 0 auto;
}

.moduletable_menu .visitorcounter p {
    margin: 5px 0 0 0 !important;
}

/*bildeditor*/
.manager{
	box-sizing: padding-box;
    list-style: none outside none;
    padding: 0;
	margin: 0;
    width: 100%;	
	float: left;
}

.manager li{
	display: inline-block;
    height: 40px;
    width: 100px;	
}


iframe#imageframe {
    min-height: 250px;
	border: thin solid #ccc;
}

#imageForm .chzn-container-single .chzn-single, #imageForm .chzn-container-single, #folderlist_chzn{
	max-width: 100% !important;
	display: -moz-inline-box;	
}

#imageForm .folderlist_chzn{
	float: left;	
}

#sbox-window{
    height: 90% !important;
    position: fixed;
    top: 10px !important;
}

#sbox-content iframe{
	height: 100% !important;
	display: inline-block;	
}

.controls input{
	min-width: 200px;	
}

#upload-submit{
    background: -moz-linear-gradient(center top , #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    padding: 0 16px 0 17px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
	font-weight: normal;
}

#upload-submit:hover{
    background: -moz-linear-gradient(center top , #f4f4f4 20%, #f6f6f6 50%, #eeeeee 52%, #ffffff 100%) repeat scroll 0 0 padding-box rgba(0, 0, 0, 0);
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #444;
    display: inline-block;
    height: 24px;
    overflow: hidden;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
	font-weight: bold;
}

#upload-noflash{
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
    border: 1px solid #aaa;
    border-radius: 5px;
    box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-top: 10px;
}

#upload-file{
	float: left;	
}

.help-block{
	clear: both;	
	padding-top: 10px;
}

.control-label{
	font-weight: bold;
	margin: 2px 0 1px 0;	
}

.controls button{
	float: left;	
}

.controls .input-append button{
	float: none;	
}

.well .row .pull-right {
    padding-bottom: 2px;
}

.nav-tabs{
	display: none;	
}