/*
	***INDEX***
	===========
	
	Chatspass Stylesheet
	Bastian Posniak
	worldweb Internetkommunikations oHG
	
	Dieses Stylesheet wird für die Chatspass-Startseite verwendet.
	
*/


/* --- DIVs --- */

#container #header {
	position: absolute;
	left: 4px;
	top: 39px;
	width: 792px;
	height: 121px;
	background: url(../_design/header-index.jpg);
	background-position:0 -50px;
}

#container #button-bar {
	position: absolute;
	left: 4px;
	top: 160px;
	width: 792px;
	height: 190px;
}

#container #content-left {
	position: absolute;
	left: 10px;
	top: 365px;
	width: 570px;
	
	line-height: 18px;
}

#container #content-right {
	position: absolute;
	left: 604px;
	top: 367px;
	width: 175px;
	z-index: 1;
}

	#container #content-right a {
		color: #7e7e7e;
		text-decoration: none;
		font-size: 11px;			/* 10 */
		line-height: 20px;
	}
	
	#container #content-right a:hover {
		color: #373737;
	}

#container #content-middle {
	position: absolute;
	left: 222px;
	top: 670px;
	width: 351px;
}

#container #ab-in-den-chat {
	width: 364px;
	height: 134px;
	font-size: 14px;
	line-height: 20px;	
	background: url(../_design/ab-in-den-chat-bg.gif);
	position:relative;
	left: 70px;
}

	#container #ab-in-den-chat #input {
		position: absolute;
		left: 33px;
		top: 44px;
	}
	
	#container #ab-in-den-chat #input td {
		font-size: 11px;
	}
	
	#container #ab-in-den-chat #button {
		position: absolute;
		top: 68px;
		left: 295px;
		height: 49px;
		width: 49px;
	}
	
	#container #ab-in-den-chat #button input {
		border: none;
		background: transparent;
	}
	
	
#container #ab-in-den-chat-big {
	width: 276px;
	height: 260px;
	font-size: 14px;
	line-height: 20px;	
	background: url(../_design/ab-in-den-chat-bg_big2.gif);
	position:relative;
	left: 0px;
}

	#container #ab-in-den-chat-big #input {
		position: absolute;
		left: 10px;
		top: 44px;
	}
	
	#container #ab-in-den-chat-big #input td {
		font-size: 11px;
	}
	
	#container #ab-in-den-chat-big #button {
		position: absolute;
		top: 68px;
		left: 295px;
		height: 49px;
		width: 49px;
	}
	
	#container #ab-in-den-chat-big #button input {
		border: none;
		background: transparent;
	}

	#container #ab-in-den-chat-big #input2 {
		position: absolute;
		left: 10px;
		top: 34px;
	}
	
	#container #ab-in-den-chat-big #input2 td {
		font-size: 11px;
	}
	
	#container #ab-in-den-chat-big #button2 {
		position: absolute;
		top: 10px;
		left: 196px;
		height: 49px;
		width: 49px;
	}
	
	#container #ab-in-den-chat-big #button2 input {
		border: none;
		background: transparent;
	}

	#container #ab-in-den-chat-big #input3 {
		position: absolute;
		left: 10px;
		top: 132px;
	}
	
	#container #ab-in-den-chat-big #input3 td {
		font-size: 11px;
	}
	
	#container #ab-in-den-chat-big #button3 {
		position: absolute;
		top: 63px;
		left: 196px;
		height: 49px;
		width: 49px;
	}
	
	#container #ab-in-den-chat-big #button3 input {
		border: none;
		background: transparent;
	}
	
	
/* Ergänzungen */

a.subnavi {
	font-size: 12px;
	font-weight: bold;
	width: 152px;
	height: 22px;
	padding: 5px 0px 2px 22px;
	background: #DCDFE0 url(../_design/common/right-navi-bg.gif) repeat-y;
	margin-bottom: 6px;
	display: block;
}

a.subnavi:hover {
	width: 152px;
	height: 22px;
	padding: 5px 0px 2px 22px;
	background: #DCDFE0 url(../_design/common/right-navi-bg-ro.gif) repeat-y;
	margin-bottom: 6px;
	display: block;
}
