@charset "ISO-8859-1";
body {
	background-image: url(images/bg.gif) repeat-x repeat-y;
	padding: 0; margin: 0;
	text-align: center;
	font-size: 12px;
	font-family:arial;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color:#595959;
	padding: 0;
	margin: 7px 0 3px 0;
}

#chatbox {
	margin-top: 0px;
	font-size: 1.2em;
	line-height: 1.5;
}

#chatbox h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 3px;
	padding: 0;
	line-height: 1.1;
	letter-spacing:2px;
}

#chatbox h2 {
	font-size: 1.4em;
	margin-bottom: 8px;
	padding: 0;
	line-height: 1.1;
	color:#666666;
}

#chatbox h3 {
	font-size: 1.2em;
	margin-bottom: 8px;
	padding: 0;
	line-height: 1.1;
	color:#666666;
}

#chatbox h4 {
	font-size: 0.8em;
	margin-bottom: 0px;
	padding: 0;
	color:#666666;
}

#chatbox h5 {
	font-size: 0.7em;
	margin-bottom: 0px;
	padding: 0;
	color:#666666;
}

#chatbox h6 {
	font-size: 0.6em;
	line-height: 0.6em;
	margin-bottom: 0px;
	color:#666666;
}

#chatbox select {
	font-size: 0.7em;
	padding: 1px 2px;
	border: 1px solid #c9c9c9;
	background: #FFFFFF;
	margin-left:4px;
	width: 140px;

}


#chatbox input {
	font-size: 0.7em;
	width: 80px;
}

#chatbox .inputtext {
	border: 1px solid #595959;
	background: #f7f7f7;
	width:496px;
}

#chatbox .inputtextaktiv {
	border: 1px solid #595959;
	background: #ffffff;
	width:498px;
}


#sperrmodus table{
	font-size: 0.7em;
	padding: 1px 2px;
	border: 1px solid #c9c9c9;
	background: #FFFFFF;
	margin-left:4px;
}

#sperrmodus input {
	width:10px;
}


#msg{
	overflow:auto;
	height:100px;
	
}

#msg .msg_hell {
	font-size:12px;
	font-weight:bold;
	padding: 2px 2px;
	background: #f7f7f7;
	
}

#msg .msg_dunkel {
	font-size: 12px;
	font-weight:bold;
	padding: 2px 2px;
	background: #f0f0f0;
	
	
}
#msg .edit{
	display:none;
}

#msg .aufklappen{
	text-decoration:none;
	color:#595959;
	font-weight:bold;
}
#msg .msg_header {
	font-weight:normal;
	font-size: 12px;
	padding: 2px 2px;
}

#navigation {
	margin-top: 10px;
	font-size: 1.2em;
	line-height: 1.5;
}


#navigation a {
	font-size: 1.4em;
	margin-bottom: 8px;
	padding: 0;
	line-height: 1.1;
	color:#666666;
	text-decoration:none;
}


#ShadowTop
{
height:15px;
width:498px;
background-image:url(../../images/schatten_oben.jpg);
background-repeat:repeat-x
}

#ShadowBottom
{
height:15px;
width:498px;
background-image:url(../../images/schatten_unten.jpg);
background-repeat:repeat-x
}

#ShadowTopNavi
{

height:15px;
width:498px;
background-image:url(../../images/schatten_oben.jpg);
background-repeat:repeat-x
}

#iframe{
background:#f7f7f7;
width:498px;
}

#verlauf {
	font-size: 0.7em;
}

#verlauf select {
	padding: 1px 2px;
	border: 1px solid #c9c9c9;
	background: #FFFFFF;
	margin-left:4px;
	width:90px;
	

}

.ausgabe {
	font-size: 12px;
	font-weight:bold;
	margin-bottom: 0px;
	padding: 0;
	color:#595959;
}

#chatmsg{
	padding: 6px;
	font-size: 12px;
	font-weight:bold;
}

.newchatmsg{
	padding: 6px;
	text-decoration:blink; 
}

.inputnormal {
	border: 1px solid #595959;
	background: #FFFFFF;

	
}

#tablecontent{
	text-align:left;
	width:498px;
	height:140px;
	background-color:#f7f7f7;
}

#gruen{
	color:#008000;
	font-size: 12px;
}

#rot{
	color:#FF0000;
	font-size: 12px;
}

#smilieIframe{
	
	padding:0px;
	margin:0px;
	width:498px;

}

select{
	width:200px;
	margin:0px;
	padding:0px;
	font-weight:bold;
	color:#595959;
	background-color:#008000;

}

