/* frauen-berufsperspektive.de
Mittelspalte Content für öffentliche Seiten
content_public.css */

#oben {
	background: #CCCCCC url(../gfx/Layout_duplex_rot.jpg);
	background-position: 0px -10px;
}

#mittelspalte a:link {
	color: #333333;
	text-decoration: underline;
}

#mittelspalte a:visited {
	text-decoration: underline;
	color: #333333;
}

#mittelspalte a:active {
	text-decoration: underline;
	color: #333333;
}

#mittelspalte a:hover {
	text-decoration: none;
	color: #F5F5F5;
	background-color: #CC0000;
}

#mittelspalte h2 {
	font-size: 1em;
	position: relative;
	font-weight: bolder;
	color: #CC0000;
}

#mittelspalte h1 {
	font-size: 1.2em;
	right: 10px;
	color: #666666;
	border-bottom: 1px solid #CC0000;
	font-weight: bolder;
}

#mittelspalte h3 {
	font-size: 1em;
	font-weight: bolder;
	color: #666666;
	text-decoration: none;
}

#mittelspalte p {
	position: relative;
	margin-top: 0px;
	margin-bottom: 0.7em;
	padding: 0px;
}

#mittelspalte ul {
	text-align: left;
	margin: 0;
	padding-left: 15px;
/*	line-height: 1%;*/
	list-style: disc url(../gfx/bullet_rot.gif) outside;
}

#mittelspalte ol {
	text-align: left;
	list-style: decimal outside;
	margin: 0 0 0 25px;
}

#mittelspalte li {
	padding-bottom: .4em;
}

#mittelspalte .imgfloatleft {
	float: left;
	border: none;
	margin-left: 0;
	margin-right: 10px;
	left: 0px;
}

#mittelspalte .imgfloatright {
	float: right;
	border: none;
	margin-right: 0;
	margin-left: 10px;
	right: 0px;
}
