* {
    padding: 0px;
    margin: 0px;
    font-family: Helvetica-neue, Helvetica;
    font-size: 13px;
	color: #777777;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    opacity: 0.5;
    -o-transition:2s;
    -ms-transition:2s;
    -moz-transition:2s;
    -webkit-transition:2s;
    transition:2s;

}

body {
    background-color: #ffffff;
}
.marker {
    margin-left: 10px;
    margin-right: 10px;
}
.container {
    margin: 0 auto 0px;
/*    position: absolute;*/
/*    position: relative;
    left: 230px;*/
}

.item_container {
    position: relative;
    padding: 0px;
    float: left;
}

.item_description,.post_description {
    border-bottom: 1px solid #ffffff;
}

.item_date p,.post_date {
    margin: 0px 14px;
	padding-bottom: 8px;
    color: #777777;
}


.item_description p,.post_description {
    padding: 8px 14px 8px 14px;
}

.item_title p,.post_title {
    padding: 8px 14px 0px 14px;
    font-weight:bold;
    color: #666666;
}

.link_toggle {
	font-weight: normal;
	float: right;
    margin-right: 8px;
}

.link_url input {
	width:100%;
}


.item {
    position: absolute;
    margin: 0px 0px 10px 10px;
    background-color: #eeeeee;
    border-radius: 2px;
    display: none;
}

.description_wrapper {
    width: 220px;
    overflow: hidden;
/*    background-color: #e5e5ea;*/
}

.menu {
    margin: 0px 0px 0px 10px;
    height: 100%;
    position: absolute;
    background-color: #ffffff;
    width: 220px;
    left: 0px;
    top: 0px;
}

#logo {
	position: fixed;
	z-index: 2;
/*    background: white;*/
}


/*.image_wrapper {
    padding: 0;
    margin-bottom: -2px;
}*/

.item_image {
    border-radius: 2px 2px 0 0;
    border-bottom: 1px solid #ffffff;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */ 
}

/*.item_image:hover {
    opacity: 0.3;
}*/

/*.item_image:hover + .item_image_control, .item_image_control:hover {
    display: block;
}*/
/*
.item_image_control {
    display: none;
    position:absolute;
    top: 0px;
    left: 0px;
}
*/

.menulist {
    padding: 10px 0px 40px 0px;
    font-size: 13px;
}


.tree li a {
	color: #000000;
    font-weight: bold;
	font-size: 21px;
}

.sub_tree li a {
	color: #6666666 !important;
	font-weight: normal;
	font-size: 13px;
	padding-left:11px;
}


.sub_tree .sub_tree li a {
	color: #777777 !important;
	font-weight: normal;
	font-size: 10px;
	padding-left: 22px;
}




/*
.tree li :hover {
    color: #33ff99 !important;
	font-size: 21px;
}

.sub_tree li :hover {
    color: #36ff36 !important;
	font-size: 13px;
}
*/



.sub_tree li {
    margin:0;
}

.tree li {
    list-style-type: none;
	padding: 0px;
	margin-left: 14px;
    padding-top: 8px; 
}

.sub_tree li {
	margin: 0px;
    padding: 2px;
/*  text-indent: 0.5em;*/
    margin-left: 0px;
/*    list-style-type: square;*/
}

.query input {
		margin: 0px 0px 14px 0px;
        width: 214px;
}


.menukontakt {
	font-size: 13px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 10px;
    width: 200px;
	color: #000000;
}


/*
 * KM: Thumbnail classes (BEGIN)
 */

.post_thumbnails {
    display: block;
/*    position: absolute;*/
/*    right: 0;*/
    top: 63px;
    background-color: #eeeeee;
/*    float: right;*/
    margin-left: 940px;
    float: left;
    position: absolute;
}

.post_image img {
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}

.post_thumbnail a {
    margin: 0px;
}

/*
 * KM: Thumbnail classes (END)
 */

/*
 * KM: Post classes (BEGIN)
 */
.posts {
    display: inline-block;
    width: inherit;
}

.post {
    margin: 0px 0px 10px 10px;
    background-color: #eeeeee;
    border-radius: 2px;
    display: block;
    width: 910px;
}

/*
 * KM: Post classes (END)
 */

/*
 * KM: core div class (BEGIN)
 */ 
.core {
/*    display: inline-block;
    left: 230px;
    position: relative;*/
/*    padding-left: 230px;*/
    margin-left: 230px;
    min-width: 1030px;
/*  overflow: auto;*/
}

.directory_content {
    position: relative;
    display: inline-block;
    min-width: 1030px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #eeeeee;
	margin: 0px 0px 10px 10px;
	
}

.directory_content_text {
padding: 8px 14px 8px 14px;
}

/*.title_container:hover { opacity: 0.1; }*/
.title_container {
/*    opacity: 0.1;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
    position: fixed; relative*/
    position: relative;
    display: inline-block;
    margin-left: 240px;
    min-width: 1030px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    background-color: #eeeeee;
	margin-bottom: 10px;
}
.breadcrumbs, .title {
    position: inherit;
    left: 14px;
    padding-bottom: 8px;
}
.breadcrumbs * {
    font-size: 13px !important;
}

.title {
	padding-top: 10px;
	padding-bottom: 0px;
}

.title h1 {
	font-size: 20px;
    color: #777777;
}

/*
 * KM: core div class (END)
 */ 

.mini_logo {
    display: block;
    bottom: 0px; /* 8px */
    right: 8px;
    position: absolute;
}

.post_edit {
    float:right;
}
