/* CSS Stylesheet für die Portalseite des Relaunch 200509 */
/* media="screen,projection" */

h2 {
	margin-top: 0;
}

p {
	margin-bottom: 0;
}

#content a,
#content a:visited,
#content a:active {
	text-decoration: underline;
}

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

#breadcrumb { display: none; }

#bigcontainer {
	width: 390px;
	float: left;
	/* border: 1px solid black; */
}

#welcomebox {
	/* height: 300px; */
	padding-bottom: 10px;
	font-size: 0.9em;
}

#featurecontainer {
	margin: 10px 0;
	padding: 0;
	font-size: 0.8em;
}

#featurecontainer img {
	float: left;
	margin: 5px 5px 0 0;
}

#featurecontainer ul,
.newsbox ul {
	margin: 0;
	padding-left: 12px;
	text-decoration: underline;
	list-style-image: url(../images/layout/arrow.gif);
}
#featurecontainer li,
.newsbox li {
	margin: 3px 0;
	list-style-image: url(../images/layout/arrow.gif);
}
#featureleft {
	float: left;
	width: 45%;
	margin-bottom: 10px;
	margin-right: 10px;
	padding: 2px 5px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
#featureright {
	float: right;
	width: 45%;
	margin-bottom: 10px;
	padding: 2px 5px;
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}


#smallcontainer {
	float: right;
	width: 180px;
}


.newsbox {
	margin-bottom: 10px;
	padding: 2px 5px;
	/* height: 163px; */
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	font-size: 0.8em;
}

