/*   ********************************************************************   **
**   Copyright notice                                                       **
**                                                                          **
**   (c) 1995-2002 PHPOpenChat Development Team                             **
**   http://phpopenchat.sourceforge.net/                                    **
**                                                                          **
**   All rights reserved                                                    **
**                                                                          
**   This script is part of the PHPOpenChat project. The PHPOpenChat        **
**   project is free software; you can redistribute it and/or modify        **
**   it under the terms of the GNU General Public License as published by   **
**   the Free Software Foundation; either version 2 of the License, or      **
**   (at your option) any later version.                                    **
**                                                                          **
**   The GNU General Public License can be found at                         **
**   http://www.gnu.org/copyleft/gpl.html.                                  **
**   A copy is found in the textfile GPL and important notices to the       **
**   license from the team is found in the textfile LICENSE distributed     **
**   with these scripts.                                                    **
**                                                                          **
**   This script is distributed in the hope that it will be useful,         **
**   but WITHOUT ANY WARRANTY; without even the implied warranty of         **
**   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the          **
**   GNU General Public License for more details.                           **
**                                                                          **
**   This copyright notice MUST APPEAR in all copies of the script!         **
**   ********************************************************************   */

/*
  $Author: letreo $
  $Date: 2004/03/04 17:44:18 $
  $Source: /cvsroot/phpopenchat/chat3/include/templates/openchat/css/default.css,v $
  $Revision: 1.16.2.5 $
*/
	body
	{
		margin: 0px;
		background: url("/include/templates/dbank/dbbrand/background_verlauf.jpg") #E9EFF3 repeat-x left top;
		font-family: Arial, Helvetica, sans-serif;
		color:#888;
	}

	.secnavheaddark {
		font-family:"Verdana", "Helvetica";
		font-size:10px;
		font-weight: bold;
		color:#010165;
		text-decoration: none;
	}
	
	.textNormal
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size:14px;
	}
	
	.textNormalSchwarz
	{
		font-size		:	10pt;
		color			:	#000000;
	}
	
	.textGrossSchwarz
	{
		font-size		:	12pt;
		color			:	#000000;
	}
	
	.textKleinSchwarz
	{
		font-size		:	8pt;
		color			:	#000000;
	}
	

	.textNormalWeiss
	{
		font-size		:	10pt;
		color			:	#ffffff;
	}
	
	.textGrossWeiss
	{
		font-size		:	12pt;
		color			:	#ffffff;
	}
	
	.textKleinWeiss
	{
		font-size		:	8pt;
		color			:	#ffffff;
	}
	
	.textNormalGruen
	{
		font-size		:	10pt;
		color			:	#008000;
	}
	
	.textGrossGruen
	{
		font-size		:	12pt;
		color			:	#008000;
	}
	
	.textKleinGruen
	{
		font-size		:	8pt;
		color			:	#008000;
	}
	
	.textNormalRot
	{
		font-size		:	10pt;
		color			:	#c00820;
	}
	
	.textGrossRot
	{
		font-size		:	12pt;
		color			:	#c00820;
	}
	
	.textKleinRot
	{
		font-size		:	8pt;
		color			:	#c00820;
	}

	a {
		color:#000000;
		text-decoration:none;
	}
	a.active, a:hover {
		color:#0098DB;
		text-decoration:none;
	}
	
	input
	{
		font-family		:	Arial;
		font-size		:	10pt;
		color			:	#000000;
	}
	
	textFeld
	{
	width: 140px;
	}
	
/** ############### DB contentBox START ##############**/
div.contentBox, div.contentBoxSmall {
	font-size:14px;
	margin:auto;
	width:750px;
	text-align:left;
}

div.contentBoxSmall {
	font-size:12px;
	margin:0;
	width:170px;
}

div.contentBox h2, div.contentBoxSmall h2 {
	margin:0;
	color:#0018A8;
	font-size:16px;
}

div.contentBox h2.underline, div.contentBoxSmall h2.underline {
	background-image:url("/include/templates/dbank/dbbrand/dotted_line.gif");
	background-repeat:repeat-x;
	background-position:0px 21px;
	padding-bottom:7px;
	margin-bottom:10px;
}

div.contentBox h3, div.contentBoxSmall h3 {
	margin:0;
	margin-top:20px;
	margin-bottom:5px;
	color:#000000;
	font-size:15px;
}

div.contentBox .text, div.contentBoxSmall .text {
	color:#676767;
}

div.contentBox .text H3, div.contentBoxSmall .text H3 {
	margin:0;
	margin-bottom:0px;
	color:#000000;
	font-size:18px;
}

table.loginTable {
	background-color:#EAF1F7;
	padding:5px;
}

.m5 {
	margin-left:5px !important;
}
.m15 {
	margin-left:15px !important;
}
/** ############### DB contentBox END ##############**/

/** ############### DB HEADER START ##############**/
.cbBoxText {
	color:#666666;
}

#layoutPositioner {
	width:800px;
	margin:0px auto;
	height:100%;
	padding:0;
	position:relative;
	background-color:#FFFFFF;
}

/* *** HEADER AREA *** */
img {
	border:none;
}

#headerArea {
		margin:0px;
		position:relative;
		float:left;
		background:#FFFFFF;
		z-index:2 !important;
}

#topStage, #headerImage {
		width:800px;
		display:block;
}

#topStage {
		height: 136px;
		margin: 0px;
		margin-bottom:10px;
		background-image:url("/include/templates/dbank/dbbrand/header_schatten.jpg");
		background-position:bottom;
		background-repeat:no-repeat;
}

#topStage #clickLogo {
		position:absolute !important;
		top:18px !important;
		right:24px;
		width:70px;
		height:70px;
		background-image:url(/include/templates/dbank/dbbrand/logo.gif);
}


.headerProjectName {
		display:block;
		position:absolute;
		left: 14px;
		top: 0px;
		padding:18px 10px 0 10px;
}

#identifierImage {
		display:block;
		left:24px;
		position:absolute;
		top:40px;
}
#topStage {
		position:relative;
}

#topStage #clickLogo {
		display:block;
		position:absolute;
		background-repeat:no-repeat;
		z-index:1;
}
#topStage img {
		display:block;
}
/** ###############DB HEADER END ##############**/