﻿/* Main CSS File */
@charset "utf-8";


/************/
/*  Colors  */
/************/
/*
green:   #
ligreen: #
dagreen: #
red:     #
blue:    #
bg:      #
shaddow: #
border:  #
*/

.col_darker{color: #000000;}
.col_important {color: #FF4000;}

/************/
/*  GLOBAL  */
/************/
*{padding:0;margin:0;}
html,body{height:100%;}
body{font-size:14px;color:#000000;font-family:verdana,arial,sans-serif;background-color:#FFFFFF;height:100%;width:auto;margin:0 auto;overflow-y:scroll;} /* Font-size:1.0em = 10px when browser default size is 16px */

a {
	color: #000000;
  font-weight: bolder;
  text-decoration:underline;
	/* 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: #000000;
  font-weight: bolder;
}
a:hover {
	color: #000000;
  font-weight: bolder;
  text-decoration:underline;
}
a:active {
	color: #000000;
  font-weight: bolder;
}

.imgborder{
  padding:5px;
  background:#FFFFFF;
  border:3px solid #000000;
}

.headline{
  font-size:28px;
  font-weight: bolder;
}

.text{
  font-size:18px;
  font-weight: bolder;
}

.underline{
  font-size:12px;
  _font-weight: bolder;
}

/*******************/
/*  DIV Container  */
/*******************/
