body {
	margin: 0px;
	/*background: url(images/v1/bg.jpg) center top;*/
	/*background:  url(images/v1/bg_top.jpg) repeat-x center top #E5E5E9 fixed;*/
	background:  url(images/v1/body_bg.gif) repeat-x center top #E5E5E9 fixed;
	/*background-color: #F0F0F2;*/
}

td, p, li, input {
	font-family: Verdana;
	font-size: 10px;
}

a {
	font-family: Verdana;
	font-size: 10px;
	color:#F531CE;
}

form {
	margin: 0px;
	padding: 0px;
}

.topMenu {
	height: 93px;
	background:  url(images/beauty_ideal_logo.jpg) no-repeat;
}

.hsep {
	height: 8px;
	font-size: 1px;
}

.wsep {
	width: 8px;
	font-size: 1px;
}

.hvmargin {
	margin: 6px 4px 6px 4px;
}

td.rooms, td.user, td.color {
	width: 140px;
}

td.rooms, td.user {
	border: 8px solid #FFFFFF;
	/*background: url(images/v1/bg.png);*/
}

* html td.rooms, * html td.user, * html td.content {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v1/bg.png', sizingMethod='scale');
}

td.content {
	border: 8px solid #FFFFFF;
	position:relative;
	bottom:30px;
}

div.bordergrey {
	border: 1px solid #898989;
	background:  url(images/v1/body_bg.gif) repeat-x center top #E5E5E9 fixed;
	height:100%;
}

div.bordergrey2 {
	border: 1px solid #898989;
	background:  url(images/v1/body_bg.gif) repeat-x center top #E5E5E9 fixed;
	height:100%;
}


td.color, td.input, td.smilies {
	border: 8px solid #FFFFFF;
	background: url(images/v1/bg2.png);
}

* html td.color, * html td.input, * html td.smilies {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v1/bg2.png', sizingMethod='scale');
}

td.rooms .headline, .user .headline, td.color .headline, td.input .headline {
	height: 22px;
	text-indent: 6px;
	font-size:12px;
	font-weight:bold;
	background: url(images/head_bg.jpg) repeat-x;
	color: #2A2A2A;
	line-height: 18px;
	width:100%;
}

td.content .headline {
	height: 22px;
	text-indent: 7px;
	font-size:12px;
	font-weight:bold;
	background: url(images/head_bg.jpg) repeat-x;
	color: #F531CE;
	line-height: 18px;
}

div#roomOutputDiv, div#scrollOutputDiv, div#userOutputDiv {
	margin: 6px 6px 6px 6px;
}

ul#roomOutputList, ul#outputList, ul#UserOutputList {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.bottom {
	height: 78px;
}

#scrollOutputDiv {
	overflow: auto;
	height:380px;
	width:440px;
}

#content {
	height: 0;
}

.nowrap {
	white-space: nowrap;
}

.messageText {
	width:1px;
	white-space: nowrap;
	color: #9C2ED5;
}

.messageInput {
	border: 0px;
	width: 100%;
	background: url(images/v1/bg.png);
}

* html .messageInput {
	background: transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/v1/bg.png', sizingMethod='scale');
}

.messageSend {
	border: 0px;
	background: url(images/button.gif) no-repeat;
	width: 17px;
	height:59px;
	cursor:pointer;
}

#chatMenu, #createRoomName, #createRoomPasswort {
	position: absolute;
	top: -1000px;
	left: -1000px;
	z-index: 100;
	border: 1px solid #747373;
	background: #FFFFFF;
}

a.chatMenu:link, a.chatMenu:visited {
	margin-left: 4px;
	margin-top: 6px;
}

.nachrichtfeld {
	width:100%;	
	height:58px;
	border:none;
	font-size:11px;
	color:#161616;
	padding-left:5px;
}	
