/**
 * common.css
 * Hier werden einige Standard-Styles und Typo3-Standardelemente auf 
 * Basis css_styled_content vorbereitet
 *
 * @author jjarolim, connetation
 */
 
 /** Clearfix ohne zusätzliches HTML **/
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#IE .clearfix {
	/*zoom: 1;*/
}


/** Default Typo3 Contentelemente **/

p.bodytext {
	margin: 0px 0px 10px 0px;
}

.layout .content b,
.layout .content strong,
.layout .right b,
.layout .right strong {
	color: #528910;
}

.layout .content a,
.layout .right a {
	color: #da0014;
}


.layout .content ul {
	margin: 0px 0px 15px 15px;
}

.layout .content ul li {
	list-style-type: disc;
}




/* IE PNG FIX */
#IE.IE6 #logo a,
#IE.IE6 ul#mainmenu.level_1 li a,
#IE.IE6 ul#mainmenu.level_1 li.first a,
#IE.IE6 ul#mainmenu.level_1 li.active a,
#IE.IE6 ul#mainmenu.level_1 li:hover a,
#IE.IE6 ul#mainmenu.level_1 li.first.active a,
#IE.IE6 ul#mainmenu.level_1 li:hover.first a {
	behavior: url('../js/iepngfix.htc');
}



input.submit {
	cursor: pointer;
}

div#sexybookmarks {
	clear: none !important;
}

.linehelper {border-bottom:1px solid #528910; margin-bottom:20px;}
