/*
	***MAIN***
	==========
	
	Chatspass Stylesheet
	Bastian Posniak
	worldweb Internetkommunikations oHG
	
	Dieses Stylesheet beinhaltet Klassen und IDs, die für alle Chatspass-Seiten gelten.
	
*/


/* --- GENERAL --- */

body {
	margin: 0;
	
	background: #206083 url(../_design/common/main-background.jpg) 50% repeat-y;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #232323;
}

hr {
	border: 2px solid #246c93;
	color: #246c93;
	height: 2px;
}

img {
	border: none;
}

a {
	color: #a5a69a;
	text-decoration: underline;
}
	
a:hover {
	color: #246c93;
}

h1, .h1 {
	color: #232323;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

h2.poll {
	color: #232323;
	font-size: 11px;
	margin: 0;
}

form {
	margin: 0;
}

input {
	border: 1px solid #525252;
	background: #edece4;
	padding: 2px;
	font-size: 10px;
}

select {
	border: 1px solid #525252;
	background: #edece4;
	padding: 2px;
	font-size: 10px;
}

.button {
	border: none;
	padding: 0;
}

.small-txt {
	color: #595858;
	font-style: italic;
	font-size: 11px;
}


/* --- DIVs --- */

#container {
	position: absolute;
	left: 50%;
	top: 0;
	width: 800px;
	margin-left: -400px;
	
	z-index: 1;
}

#container #logo-header {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 792px;
	height: 188px;
	
	background: url(../_design/logo-header-2.jpg) no-repeat;
}

#container #logo-header2 {
	position: absolute;
	left: 4px;
	top: 4px;
	width: 792px;
	height: 100px;
	
	background: url(../_design/logo-header-2.jpg) no-repeat;
}

#container #navi {
	position: absolute;
	left: 4px;
	top: 193px;
	width: 792px;
	height: 34px;
}

/* --- STUFF --- */

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

html > body span.subnavi {
	height: 19px;
}


span.subnavi a {
	color: black;
	text-decoration: none;
	background: #DCDFE0 url(../_design/common/right-navi-bg.gif) repeat-y;
	
}


span.subnavi a:hover {
	color: #096182;
	text-decoration: none;
	background: #DCDFE0 url(../_design/common/right-navi-bg-ro.gif) repeat-y;
}

/*  
**************************************************
	Sub Navigation Style
**************************************************
	in manchen Untersseiten verwendet
*/


a.subnavi {
	font-weight: bold;
	width: 152px;
	height: 22px;
	padding: 5px 0px 2px 22px;
	background: #DCDFE0 url(/cs2006/_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(/cs2006/_design/common/right-navi-bg-ro.gif) repeat-y;
	margin-bottom: 6px;
	display: block;
}

/* ==================================================
 	Webtipps
   ==================================================  */

a.webtipp {
	float:left;
	width: 173px;
	padding: 0px 0px 2px 0px;
	margin-bottom: 6px;
	display: block;
}

a.webtipp:hover {
	background-color: #DCDFE0;
}


/* ==================================================
 	Misc
   ==================================================  */

.hp_td {
	width:25%;
	background-color:#EFEFEF;
	text-align:center;
}

.hp_link {
	text-decoration: underline;
	color: #a5a69a;
	cursor: pointer;
	cursor: hand;
}

.st {
	text-align: center;
	color: #BFBFBF;
}

.inv {
	display: none;
}
