/** set default style sttings for all designs **/

/** alle form tags festlegen **/
form {
	margin: 0px;
	padding: 0px;
}

/** online list scroll desing **/
#online-list {
 overflow: auto;
 width: 100%;
 height: 250px;
}


/** bold defineirung einiger classen **/
.bold {
	font-weight: bold;
}

/** font size 13px **/
.size-x {
	font-size: 14px;
}

.up-infos {
	visibility: hidden;
	position: absolute;
	border: 1px solid #000000;
	text-align: left;
	padding: 0px;
	margin: 0px;
	z-index: 100;
}

/** sollte site offline sein, das design der angezeigten frame festlegen **/
.offline {
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	border: 1px solid #333333;
}


/**Login error design **/
.login-error {
	color: #CC0000;
	font-size: 10px;
	font-weight: bold;
	padding: 2px;
	margin: 0px;
}

#aid {
	font-size: 10px;
	color: #006600;
	font-weight: bold;
	font-variant: small-caps;
	padding: 2px;
	margin-left: 0px;
}

.aid-input {
	background-color: transparent;
	border: 1px solid #000;
	font-size: 9px;
	color: #006600;
	font-weight: bold;
}

/** allgemeine helper definintion **/
.helper {
	cursor: help;
}

/** no border class **/
.no-border {
	border: 0px;
}

/** badword design in text **/
.badwords {
	background-color:#FF0000;
	font-weight:bold;
	color:#FFFFFF;
}

/** cafe hilight string **/
.highlight {
	background-color:#336633;
	font-weight:bold;
	color:#FFFFFF;
}

/** design der voting voting felder **/
textarea {
	background: #FFFFFF url(/img/textarea.jpg) no-repeat center;
}

.iframe
{
	width:100%;
	height:100%;
	border:0px solid #FFF;
	overflow:auto;
}
