#contentArea {
	width: 958px;
}

/** TODO: check, if this can be put into main.css **/

.teaserLarge h2 {
    margin: 0 0 16px 0;
    border-bottom: 1px dotted #476282;
    padding: 0 0 2px 2px;
    font-size: 1.6em;
    font-weight: normal;
}

.teaserLarge h3 {
    margin: 0 0 6px 4px;
    font-size: 1.2em;
    font-weight: bold;
}

.teaserLarge p {
    margin: 0 0 6px 4px;
}

.teaserLarge img {
    margin: 4px 0 14px 4px;
}

.fitted:hover {
	cursor: pointer;
}

/** TODO: make this as FCE stuff (right now it's pure HTML on HOME) **/
.twocol-50 {
    float: left;
    width: 48%;   
    margin-right: 10px;
}

.twocol-50-last {
    width: 44%%;   
    margin-right: 0;
    padding-left: 8px;
}

@media all {
	.fadein	{ visibility:visible; }
}

@media handheld {
	.fadein	{ visibility:visible; }
}

