/*defaults*/
*, html {
	margin: 0;
	padding: 0;
}

ul {
    list-style-position: outside;
    margin-left: 15px;
}

body {
    color: #515151;
    font-family:Verdana,Arial,Helvetica;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    font-size: 11px;
}

a {
    font-weight: normal;
    color: #006766;
}

img {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    color: #006766;
    font-weight: normal;
}

/***** NAVIGATION *****/

#navigation {
    width: 170px;
    float: left;
}

#navigation a.active {
    font-weight: bold;
}

#navigation h4, #navigation a {
    font-size: 12px;
    text-decoration: none;
    font-style: normal;
    padding: 6px 0;
    color: #006766;
}

#navigation ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 15px;
}

#navigation ul li a {
    padding: 0;
}

#container {
    width: 908px;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

#header {
    background-image: url(../images/ContentContainer/emotionheader2.jpg);
    height: 220px;
    margin-bottom: 25px;
}

#ischler {
    text-align: right;
    margin-right: 20px;
    font-size: 72px;
    color: #006766;
    font-family: Arial,Helvetica,sans-serif;
}

/***** CONTENT *****/

#content {
    width: 540px;
    float: left;
}

/***** SIDEBAR *****/

#sidebar {
    width: 190px;
    float: right;
}

/***** FOOTER *****/

#footer a{
    color: #006766;
}

/***** SITEMAP *****/

#sitemap {
    margin-left: 20px;
}

#sitemap h4, #sitemap a {
    font-size: 11px;
    text-decoration: none;
    font-style: normal;
    padding: 6px 0;
    color: #006766;
}

#sitemap ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 15px;
}

/***** KONTAKT *****/

form input.single {
    width:250px;
}

input.single, textarea {
    background-color:white;
    border:1px solid #CCCCCC;
    color:#333333;
    padding:1px;
    width:240px;
}

form dl dt {
    font-size: 11px;
    color: #000000;
    font-weight:bold;
    line-height:120%;
}

/** webpages cms **/
.editable_content {
    position: relative;
}

.hoverable:hover {
    outline: 1px dashed lightgray;
	position: relative;
    /* background-color: #FFFFCC; */
}