/*
Theme Name: Italien
*/

body {
	background: #dcdecf url(img/bg.gif) repeat;
	color: #333;
	margin: 0 0;
	padding: 0 0;
	border: 0;
	font: 62.5%/1.5 'lucida grande', verdana, sans-serif;
	text-align: center; /* zentriert Inhalt für ältere Browser */
}

#container {
	margin: 0 auto; /* auto zentriert Inhalt für Firefox und IE6 */
	text-align: left; /* hebt die Zentrierung aus body auf */
	width: 890px;
	padding: 1px;
	border: 1px solid #474b52;
	background: #fff;
	position: relative; /* alle position absolut definierten Elemente in diesem Rahmen beziehen sich nun auf dieses Element */
}

#kopfbereich {
	background: #89c6e2 url(img/italienheader.gif) no-repeat;
	width: 890;
	height: 120px;
	margin: 0 0;
	padding: 0 0;
}

#kopfbereich a {
	display: block; width: 980px; height: 120px;
	text-indent: -9999px;
}

#mittelbereich {
	margin: 0 0;
	padding: 0 0;
	font-size: 12px;
	clear: left; /* hebt float left aus der hauptnavi auf */
	background: url(img/content-bg.gif) repeat-y;
	border-top: solid 1px #000;
}

#mittelbereich .clearer {
	clear: both; /* hebt alle floats in mittelbereich auf */
}

#sidebar {
	float: left;
	width: 200px;
	padding: 20px 20px;
}

#sidebar p {
	font-weight: bold;
}

#inhalt {
	float: right;
	width: 610px;
	padding: 20px 20px;
}

#inhalt a {
	color: #88a6b4;
	text-decoration: underline;
}

#inhalt a:hover {
	color: #bd1823;
}

#inhalt img {
	margin: 40px 0 30px 90px;
	border: none;
}

#inhalt h1 {
	font: 1.8em georgia, serif;
	margin-bottom: -4px;
}

#inhalt .der-beitrag h1 {
	color: #bd1823;
}

#inhalt h2 {
	font: bold 13px verdana, arial, sans-serif;
	margin-bottom: -3px;
}

#inhalt h3 {
	font: bold 12px verdana, arial, sans-serif;
	margin-bottom: -3px;
}

#hauptnavi {
	width: 610px;
	height: 120px;
	font: 15px georgia, serif;
	background: #e4eef3;
	color: #93adba;
	margin: 0 0 25px 0;
	padding: 0 0;
	border-style: solid;
	border-width: 1px;
	border-color: #41454b;
}

#hauptnavi p {
	padding: 0 10px;
	color: #41454b;
	font-weight: bold;
}

#hauptnavi ul {
	padding: 0 0;
	margin: 0 0;
	list-style: none;
}

#hauptnavi li {
	float: left;
	margin: 0 0 0 5px;
	padding: 0 8px 0 18px;
	background: url(img/pfeil.gif) no-repeat left 6px;

}

#hauptnavi li a {
	color: #88a6b4;
	text-decoration: none;
	text-decoration: underline;
}

#hauptnavi li a:hover, #hauptnavi .aktiv {
	color: #bd1823;
}

#footer {
	background: #89c6e2;
	color: #fff;
	padding: 10px 25px 10px 25px;
	font-size: 11px;
}

#footer h2 {
	margin-top: 0;
	font: bold 16px `times new roman`, times, serif;
	text-transform: uppercase;
	background: url(img/footer-title.gif) repeat-x bottom;
}

#footer ul, #footer ol {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

#footer a {
    color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}
