/*
|--------------------------------------------------------------------------
| Template: Tabs
|--------------------------------------------------------------------------
*/
/* Tab-Inhalt ---------------- */

.tabNavi a:focus{
	outline: none;
}

.tabs .tabinhalt {
	float:left;
	padding-bottom:50px;
	padding-top:5px;
}

.tabs .tabinhalt div {
}

.tabs .tabinhalt .active {
	display:block;
	border-top:0px;
}

.tabs .tabinhalt .versteckt {
	display:none;
}


.accordion a:focus{
	outline: none;
}

/*
|--------------------------------------------------------------------------
| Template: Galerie
|--------------------------------------------------------------------------
*/

/*****tilt effekt*****/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
  	padding: 10px;
    box-shadow: 5px 5px 5px #555555;
    margin-bottom: 20px;
    overflow: hidden;
    border-top: 1px solid #F5F5F5;
    border-left: 1px solid #F5F5F5;
    background-color: #fff;
}

.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.tilt img{
	width: 100%;
}

/*****mosaic-block*****/
.mosaic-block {
	width:400px;
	height:250px;
	margin:10px;
	border:1px solid #fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.5);
}
.mosaic-overlay .textbox{
	margin: 15px 20px;
}
.mosaic-overlay h2{
	color:#fff;
}
.mosaic-overlay .einleitung{
	color:#aaa;	
}

.mosaic-block a:hover{
	text-decoration: none;
}
/*****newsTicker*****/
.newsTicker ul{
	list-style:none;
	margin:0;
	padding:0;
	border-top: 1px solid rgb(238, 238, 238);
}
.newsTicker ul li{
    border-bottom: 1px solid rgb(238, 238, 238);
    padding:15px;
}
.newsTicker ul li a{
	display:block;
}

/*
|--------------------------------------------------------------------------
| Template: Download Cloud
|--------------------------------------------------------------------------
*/
table.table th{
  border: none;
}

table.table tr.sub1 .icon{
  margin-left: 10px;
}

table.table tr.sub2 .icon{
  margin-left: 20px;
}

table.table tr.sub3 .icon{
  margin-left: 30px;
}


table.table tr.sub4 .icon{
  margin-left: 40px;
}


table.table td.description{
  border-top: none;
  font-size: 12px;
  color: #ccc;
  padding-top: 0;
}

.icon{
  cursor: pointer;
}

/*
|--------------------------------------------------------------------------
| Versions Management
|--------------------------------------------------------------------------
*/
#hinweisVmgmtVorschau{
  position: absolute;
  left: 50%;
  top:10px;
  background-color: #ffe6e5;
  border: 1px solid #D9534F;
  border-radius: 4px;
  padding: 8px 15px;
  -moz-box-shadow: 5px 5px 5px #888;
  -webkit-box-shadow: 5px 5px 5px #888;
  box-shadow: 5px 5px 5px #888;
}


/*
|--------------------------------------------------------------------------
| Uebersichts Template
|--------------------------------------------------------------------------
*/

.uebersicht img{
  width: 100%;
}

/*
|--------------------------------------------------------------------------
| Breascrumbs
|--------------------------------------------------------------------------
*/
.breadcrumb > li:first-child + li:before {
    content: "";
}

/*
|--------------------------------------------------------------------------
| Sitemap
|--------------------------------------------------------------------------
*/
#sitemapliste ul ul{
  margin-left: 20px;
}

#sitemapliste ul ul a:hover{
  background-color: #eee;
  border-radius: 0;
}