﻿/* Main CSS File */
@charset "utf-8";


/************/
/*  Colors  */
/************/
/*
gray:    #BBBBBB
orange:  #e56201
yellow:  #ffff00
red:     #E2001A
blue:    #
bg:      #BBBBBB
shaddow: #
border:  #671009
*/

.col_darker{color: #000000;}
.col_main{color: #282828;}
.col_sub{color: #AAAAAA;}

/************/
/*  GLOBAL  */
/************/
*{padding:0;margin:0;}
html,body{height:100%;}
body{font-size:12px;color:#AAAAAA;font-family:verdana,arial,sans-serif;background-color:#282828;background-image:url();height:100%;width:auto;margin:0 auto;overflow-y:scroll;} /* Font-size:1.0em = 10px when browser default size is 16px */

a {
	color: #AAAAAA;
  font-weight: bolder;
  text-decoration:none;
	/* cursor: url(../pix/cursor/cursor.cur), url(./pix/cursor/cursor.cur), pointer; */ /* Mauszeiger erster Eintrag für FF und zweiter für IE, dritter als Alternative */
}
a:visited {
	color: #AAAAAA;
  font-weight: bolder;
}
a:hover {
	color: #AAAAAA;
  font-weight: bolder;
  text-decoration:underline;
}
a:active {
	color: #AAAAAA;
  font-weight: bolder;
}

.imgborder{
  padding:5px;
  background:#FF9000;
  border:3px solid #006666;
}

.headline{
  font-size:28px;
  font-weight: bolder;
}

.underline{
  font-size:12px;
  _font-weight: bolder;
}

/*******************/
/*  DIV Container  */
/*******************/
#content {
  width:910px;
  padding:15px;
  background-color:#282828;
  border:5px solid #AAAAAA;
}