/*******************************************************************************
 *
 *	Cascading Style Sheet für HAPPYTEC.at
 *	-------------------------------------
 *	Media Screen (für den Bildschirm)  
 * 
 *	Author:     Christian Schrötter (killerbees19)
 *	Copyright:  Christian Schrötter (killerbees19)
 *	Version:    07.02.2008, 15:00
 *
 *	Das Kopieren dieser Datei, auch auszugsweise, ist verboten!
 *	Dieses Design wurde von Schrötter Christian entworfen und erstellt.
 *	Es ist nicht erlaubt dieses Design zu kopieren oder zu verwenden.
 *
 *	Zum Design zählen alle CSS-Dateien, Grafiken, HTML-Codes, Javascripte, usw...
 *	Für nähere Informationen besuche bitte http://www.happytec.at/info/index.php
 *	oder kontaktiere mich: http://www.happytec.at/kontakt/index.php
 *
 * |    |     /\     +----\ +----\ \   / ---+--- +----   /---       /\   ---+---
 * |    |    /  \    |    | |    |  \ /     |    |      /          /  \     |
 * |----|   /----\   |----/ |----/   |      |    +----  |         /----\    |
 * |    |  /      \  |      |        |      |    |      \        /      \   |
 * |    | /        \ |      |        |      |    +----   \--- o /        \  |
 * 
 *	Achja: Das habe ich eigentlich immer in meinem ersten Webseiten im Quelltext
 *	       geschrieben. Ich finde, das könnte ich ruhig wieder machen ;-)
 * 
 *	Deshalb: Wer sich diese Zeilen gerade durchliest, kann mir gerne eine E-Mail
 *	         schreiben. Für Vorschläge, Kritik oder Lob habe ich immer Zeit ;-)
 *	         Hier die Adresse, aus Spamschutzgründen musst du die Seite aufrufen
 *	         um sie zu sehen :-(
 *	         http://www.happytec.at/kontakt/index.php?betreff=Quelltext+lesen...   
 *
 *	Und was fehlt jetzt noch?
 *	Keine Ahnung?
 *	Die Versions-History!
 *	    ---------------- 
 *	
 *  2008-02-07:
 *		- Beginn der Datei
 * 	
 * 
 *******************************************************************************/

/* pisg */
/*******************************************************************************/

.small, .asmall
{
	/*
	font-family: verdana, tahoma, sans-serif;
	*/
	
	font-size: 10px;
}

a.asmall:link
{
	text-decoration: none;
}

a.asmall:hover
{
	text-decoration: underline;
}

.title
{
	/*
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 18px;
	*/

    font-weight: bold;
	font-size: 12px ;
	letter-spacing: 1px;
	color: #006699
}

.headtext
{
	/*
	color: black;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFDBC;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	*/
	
	color: #1B4370;
	font-size: 11px;
	font-weight: bold;
	
	text-align: center;
}

.headlinebg
{
	/*
	background-color: #000000;
	*/

	background-color: #C6DB84;
	height: 25px;
	background-image: url("../images/cellpic3.gif");
	
	border: 1px #5F7347 solid;
}

.tdtop
{
	/*
	background-color: #F0F0F0;
	*/
	
	background-color: #DCE3C1;
	font-size: 12px;
	white-space: nowrap;
	text-align: center;
	padding: 5px;
}


.hicell
{
	/*
	background-color: #F0F0F0;
	*/
	
	background-color: #E9EDD2;
	font-size: 12px;
}

.hicell10
{
	/*
	background-color: #F0F0F0;
	*/
	
	background-color: #DCE3C1;
	font-size: 12px;
}

.rankc
{
	/*
	background-color: #F0F0F0;
	*/
	
	background-color: #DCE3C1;
	font-size: 14px;
	padding: 5px;
	text-align: center;
}

.hirankc
{
	/*
	background-color: #F0F0F0;
	font-weight: bold;
	*/
	
	background-color: #DCE3C1;
	font-size: 14px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

.rankc10center
{
	/*
	background-color: #F0F0F0;
	font-size: 10px;
	text-align: center;
	*/
	
	background-color: #DCE3C1;
	text-align: center;
	font-size: 10px;
}

.hirankc10center
{
	/*
	background-color: #F0F0F0;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	*/
	
	background-color: #DCE3C1;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.male, .male a
{
	/*
	color: #0000DD;
	*/
	
	color: blue;
}

.female, .female a
{
	/*
	color: #DD3366;
	*/
	
	color: red;
}

.bot, .bot a
{
	/*
	color: #00FFFF;
	*/
	
	color: green;
}

.table_width, .head_width {
	width: 100%;
}

/*******************************************************************************
 *
 *	Müde von den vielen Zeilen?
 *	Das war aber nicht die einzige CSS-Datei!
 *
 *	Noch viel Spaß beim Lesen ;-)
 *
 *
 *	MfG Christian
 *
 *******************************************************************************/