﻿/*----------------------------------------------------------FCK EDITOR STYLES*/
/*
--Every creation command in a new line!!
--eworx:[ElementToCreate];[TextToShow];[Attribute]=[Value];[Attribute]=[Value];
eworx:h1;Überschrift;
eworx:span;;class=yellow;

*/
/*-----------------TEXTE-------------------*/
* {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #4A3C38;
    z-index: 10;
}
.content_headline {
    padding: 0px 0px 10px 0px;
    font-size: 20px;
    font-weight: bold;
}
p, p * {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #4A3C38;
    margin: 0px;
    padding: 0px;
}
h1, h1 * {
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    margin:15px 0px 10px 0px;
    padding:0px;
}
textarea, input {
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 12px;
    color: #4A3C38;
}
h1 input {
    font-size: 15px;
}
h2 {
	font-size:13px;
	margin:0px;
	padding:5px 0px 10px 0px;
}
a {
    color: #406348;
    text-decoration:none;
}
a:hover {
    color: #406348;
    text-decoration:underline;
}
.yellow {
    color:#AB8238 !important;
}
strong.headline {
    background: url(images/layout/sitemapblock.gif) no-repeat 0em 0.4em;
    padding: 0px 0px 0px 15px;
}
.element_date {
    font-size:11px;
    color:#AB8238;
}
.information a 
{
	color:#AB8238 !important;	
}
.follow .content_text ul {
	margin:0px;
	padding:0px 0px 0px 30px;
}
.follow .content_text * {
	line-height:17px;
}