/*
    Document   : base.css
    Created on : Mar 4, 2010, 4:27:41 PM
    Author     : jakob.schermann
    Description:
		Basic Styles
*/


/*
Clearfix Hack:
ersetzt <div style="clear:both"></div> Blöcke nach floats
see: http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { height: 1%; } /* IE6 */
*:first-child+html .clearfix { height: 1%; } /* IE7 */

.clear {
	clear: both;
}


.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.italic {
	font-style: italic;
}
.error {
	color: red;
}



:focus {
	outline: 0;
}

.offline {
	text-decoration: line-through;
}


.c-wob {
	color: white;
}

.c-bow {
	background-color: white;
	color: black;
}


.pointer {
	cursor: pointer;
}



.cpt .itemlist {
}

.cpt .itemlist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.cpt .itemlist ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.cpt .itemlist ul li.image {

}

.cpt .itemlist ul li.video {

}

.user-select {
	user-select: auto;
	-webkit-user-select: auto;
	-moz-user-select: auto;
}

.no-user-select {
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}


.on-top {
	z-index: 2;
}

.down-under {
	z-index: 1;
}

.hidden {
	display: none;
}
