*CSS for Besatzfische.at
Content: Default Values for the homepage.
Autor: Patrick Schalk
(c)Patrick Schalk

Help: http://de.selfhtml.org/css/eigenschaften/index.htm*/

/* generelle standarteinstellung fuer die homepage selbst */
body 
{ 
	background-color:#010101; 
	color:orange;
	font-family:Verdana; 
	font-size:16px;	
	font-weight:normal;
	height:100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
}

html 
{
	background-color:#010101; 
	color:orange;
	font-family:Verdana; 
	font-size:16px;	
	font-weight:normal;
	height:100%;
	max-height: 100%;
	padding: 0px;
	margin: 0px;
}

h1
{
	font-size:24px;
}

/* ------------- Elemente die überall vorhanden sind ----------------*/
/* Beinhaltet das große Bild sowie den text */
.haupt_div
{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 110px; 
	bottom: 0px; 
	z-index:0;	
}

/* Beinhaltet den text (z.b. news, besatzfischetabelle, ...) */
.haupt_div_text
{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 115px; 
	bottom: 40px; 
	overflow: auto; 
	padding: 2em;
}

/* Beinhaltet das iframe fürs forum */
.haupt_div_forum
{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 115px; 
	bottom: 35px; 
	overflow: auto;
}

/* Beinhaltet das logo */
.logo_div
{
	position: absolute; 
	right: 10px; 
	top: 20px; 
	width:200px;
	z-index:1;
}

/* Zum formatieren des logotextes */
.logo_text
{
	color:orange; 
	font-size:18px
}

/* Beinhaltet das menue */
.menue_div
{
	position: absolute; 
	right: 10px; 
	bottom: 13px; 
	z-index:1;
	vertical-align: bottom;
	width:200px;
}

/* Div für den text unten */
.unten_div
{
	position: absolute; 
	left: 61px; 
	right: 251px;
	bottom: 10px; 
	vertical-align:bottom; 
	height: 20px; 
}

/* Zum formatieren des textes unten */
.unten_text
{
	color:orange; 
	font-size:1.0em;
}

/* link  */
a:link 
{
	color:white;
	text-decoration:none;
}

/* besuchte links */
a:visited 
{
	color:white;
	text-decoration:none;
}

/* links wo die maus drauf zeigt */
a:hover
{
 	color:orange;
 	text-decoration:none;
}

/* aktuell besuchte links */
a:active 
{
	color:white;
	text-decoration:none;
}
