@charset "UTF-8";

body  {
        margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	background-color: #DABE88;
	line-height: 1.4em;
}


#maincontent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
        line-height: 1.4em;
        text-align: left;
        padding: 0;
        margin: 0.5em 0 0 0;
}

.nopadding {
        padding: 0.1em 0 0.1em 0;
        margin: 0;
}

.frontpage {
	font-size: 1.1em;
        line-height: 1.7em;
        padding-top: 0;
        margin-top: 0;
}

h1 {
	font-size: 2.5em;
        line-height: 1em;
	color: #a07741;
        padding-bottom: 0.2em;
        margin-bottom: 0;
}

h2 {
	font-size: 2em;
	color: #a07741;
        padding: 0.8em 0 0.7em 0;
        margin: 0;
}

h3 {
	font-size: 1.4em;
        padding: 0.8em 0 0 0;
        margin-bottom: 0;
}

h4 {
	font-size: 1.2em;
        padding: 0.7em 0 0em 0;
        margin: 0;
}

h5 {
	font-size: 1.2em;
        padding: 0;
        margin: 0;
}

h6 {
	font-size: 2.2em;
        text-align: center;
        color: #666;
        padding: 0.8em 0 0.05em 0;
        margin: 0;
}

#mainContent a:link {
	color: #a07741;
	text-decoration: none;
}

#mainContent a:visited {
	text-decoration: none;
	color: #555;
}

#mainContent a:hover {
	text-decoration: none;
	color: #555;
}

#mainContent a:active {
	text-decoration: none;
	color: #555;
}


#container {	
	width: 950px;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #fff0f5;
} 

#header {
	background-image: url(https://www.freies-aufstellen-stuttgart.de/uploads/graphics/Header.png);
	height: 220px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 

#menu {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 200px;
        padding-top: 17px;
	padding-right: 17px;
	padding-bottom: 17px;
	padding-left: 17px; 
        margin: 0;
	background-color: #f3dfb9;
}

#mainContent {
	margin-top: 28px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 240px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}

#sidebar2 {
	float: right;
	width: 240px;
	background: #EBEBEB;
        margin: 14px 0 0 15px ;
	padding: 0 17px 17px 17px;
}

#sidebar2 h2 {
	font-size: 1.7em;
	color: #a07741;
        padding: 0.8em 0 0 0;
        margin: 0;
}

#sidebar2 h4 {
	font-size: 1.2em;
        padding: 0.3em 0 0.2em 0;
        margin: 0;
}
#sidebar2 a:link {
	color: #a07741;
	text-decoration: none;
}

#sidebar2 a:visited {
	text-decoration: none;
	color: #704157;
}

#sidebar2 a:hover {
	text-decoration: none;
	color: #583344;
}

#sidebar2 a:active {
	text-decoration: none;
	color: #83754f;
}

.date {
        padding: 1em 0 0.1em 0;
        margin: 0;
}

.h4news {
        padding-bottom: 0;
        margin-bottom: 0;
}

#footer {
	background-image: url(https://www.freies-aufstellen-stuttgart.de/uploads/graphics/footer.png);
	height: 57px;
	padding-top: 82px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 17px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
} 

#footer p {
	margin: 0; /* Wenn Sie die RÃ¤nder des ersten Elements in der FuÃŸzeile auf 0 einstellen, kÃ¶nnen Sie unerwartete AbstÃ¤nde zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der AuffÃ¼llung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	font-size: 0.6em;
        line-height: 1.4em;
        color: #f8deb2;
}

#footer a, #footer a:link {
text-decoration: none;
color:#fff;
}

.fltrt { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach rechts flieÃŸen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}

.fltlft { /* Mit dieser Klasse kÃ¶nnen Sie ein Element auf der Seite nach links flieÃŸen lassen. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem SchlieÃŸen eines Containers sein, der wiederum einen vollstÃ¤ndigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}





body,td,th {
	font-size: 0.95em;
}




#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	display: block;
	font-size: 1.1em;
        line-height: 1.2em;
}

#menu li li {
	font-size: 0.85em;
        line-height: 1.1em;
	padding-left: 10px;
}

#menu li li li {
	font-size: 0.85em;
        line-height: 1.1em;
	padding-left: 20px;
}

#menu li a, #menu li a:link, #menu li a:visited {
	text-decoration: none;
	display: block;
	color:#a07741;
	width: 155px;
	padding: 5px;
}

#menu li a:hover, #menu li a:active, #menu li a:focus  {
	color: #000000;
}

#menu li a.menuactive {
	color: #000000;
}


/* Stylesheet: FreiesAufstellen Modified On 2013-08-07 17:55:28 */
