@charset "UTF-8";
body {
	font: 100%/1.4 'Fira Sans', sans-serif;
	font-style:italic;
	background: #999;
	background-image:url(../img/bg-ovale.gif);
	margin: 0;
	padding: 0;
	color: #666;
}

/* ~~ Element-/Tag-Selektoren ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
	line-height:1.7em;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}

h1 {
	font-size:1.9em;
}

a img { 
	border: none;
}

.blase1 a:link {
	color:#0f4496;
	text-decoration: underline; 
}

.blase1 a:visited {
	color: #0f4496;
	text-decoration: underline;
}

.blase1 a:hover, a:active, a:focus {
	color:#03F;
	text-decoration: none;
} 

/* ~~ Dieser Container mit fester Breite umschließt die anderen div-Tags. ~~ */
.container {
	width: 960px;
	height: 758px;
	margin: 0 auto;
	background-image:url(../img/container-1blase.gif);
	background-repeat:no-repeat;
}

.header {
	margin-top: 20px;
	height:215px;
}

.sidebar1 {
	float: left;
	width: 175px;
	height: 600px;
	padding: 10px 0px 0 10px; /* oben rechts unten links  */
	font-size:1.1em;
}

.blase1 {
	padding: 30px 0px 0 20px;
	width: 650px;
	height: 400px;
	float: left;
}

.blase1 ul, .content ol { 
	padding: 0 15px 15px 40px; 
}

ul.nav {
	list-style: none;
	line-height:1.9em;
	text-align:center;
	color:#cc3333;
	font-weight:bold;
}  

ul.nav a {
	color:#999;
	text-decoration:none;
	font-weight:normal;
}

ul.nav a:hover {
	color:#C30;
	text-decoration:none;
	font-weight:bold;
}

/* ~~ Verschiedene float/clear-Klassen ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}

.fltlft {
	float: left;
	margin-right: 8px;
}

.clearfloat { /* Diese Klasse kann in einem <br />-Tag oder leeren div-Tag als letztes Element nach dem letzten fließenden div-Tag (im #container) platziert werden, wenn #footer entfernt oder aus dem #container herausgenommen wird. */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}