/*
-----------------------------------------------------
  style gc-linz luftenberg

  maturaprojekt:  gc linz-luftenberg
  klasse:         5iT
  projektteam:    andreas keplinger
                  andreas mitterlehner
                  david sonnberger
                  thomas stifter
-----------------------------------------------------
*/


/*
-----------------------------------------------------
 general information
-----------------------------------------------------
*/

body
 {
  background-image:			   url(../gfx/bg.gif);
  margin:					   0px;
  font-family:                 Verdana,Tahoma,Arial,Helvetica;
  font-size:                   8pt;
  color:                       #000000;

  scrollbar-3dlight-color :	   #000000;
  scrollbar-arrow-color : 	   #000000;
  scrollbar-base-color : 	   #000000;
  scrollbar-darkshadow-color : #ffffff;
  scrollbar-face-color :       #ffffff;
  scrollbar-highlight-color :  #ffffff;
  scrollbar-shadow-color :     #000000;
 }

.mini
{
  font-size:				   7pt;
}


/*
-----------------------------------------------------
 classes
-----------------------------------------------------
*/

.menue
{
  color:					#ffffff;
  text-align:				center;
  font-weight:				bold;

}

.clubmeister
{
  color:					#A8A36B;
  padding:					20px 0px 0px 0px;
}
/*
-----------------------------------------------------
 links
-----------------------------------------------------
*/

 a                          { text-decoration: none; }
 a:visited                  { color:#000000; }
 a:link                     { color:#000000; }
 a:hover                    { color:#666666; }
 a:active                   { color:#666666; }

 a.menue                    { text-decoration: none; }
 a.menue:visited            { color:#ffffff; }
 a.menue:link               { color:#ffffff; }
 a.menue:hover              { color:#ffffff; }
 a.menue:active             { color:#ffffff; }

 img
 {
  border-color:				#000000;
 }
/*
-----------------------------------------------------
 input
-----------------------------------------------------
*/

textarea
 {
  font-family:               Verdana,Tahoma,Arial,Helvetica;
  font-size:                 8pt;
  text-decoration:           none;
  color:                     #000000;
  padding:                   0px;
  background-color:          #FFFFFF;
  border-width:              1px;
  border-color:              #000000;
  border-style:              solid;
 }

input
{
  font-family:             Verdana,Tahoma,Arial,Helvetica;
  font-size:                 8pt;
  text-decoration:           none;
  color:                     #000000;
  padding:                   0px;
  background-color:          #FFFFFF;
  border-width:              1px;
  border-color:              #000000;
  border-style:              solid;
}

select
{
  font-family:               Verdana,Tahoma,Arial,Helvetica;
  font-size:                 8pt;
  text-decoration:           none;
  color:                     #000000;
  padding:                   0px;
  background-color:          #ffffff;
  border-width:              1px;
  border-color:              #000000;
  border-style:              solid;
}

/*
-----------------------------------------------------
 tables
-----------------------------------------------------
*/

table.solid
 {
  border-style:				   solid;
  border-color:				   #cccccc;
  border-width:                1px;
}

table.dashed
 {
  border-style:				   dashed;
  border-color:				   #cccccc;
  border-width:                1px;
}

td
 {
  vertical-align:              top;
  font-family:                 Verdana,Tahoma,Arial,Helvetica;
  font-size:                   8pt;
  text-decoration:             none;
  color:                       #000000;
  border-style:                none;
}

td.solid2
 {
  border-style:				   solid;
  border-color:				   #000000;
  border-width:                1px;
 }
 
td.comment
 {
  border-style:				   dashed;
  border-color:				   #000000;
  border-width:                1px;
  border-left-width:		   0px;
  border-right-width:		   0px;
  border-bottom-width:		   0px;
 } 

td.detail
 {
  vertical-align:              top;
  font-family:                 Verdana,Tahoma,Arial,Helvetica;
  font-size:                   8pt;
  text-decoration:             none;
  color:                       #000000;
  border-style:                solid;
  border-width:				   0px;
  border-right-width:		   1px;
  border-color:				   #000000;
}

td.pageEND
 {
  vertical-align:              top;
  font-family:                 Verdana,Tahoma,Arial,Helvetica;
  font-size:                   8pt;
  text-decoration:             none;
  color:                       #000000;
  border-style:                solid;
  border-width:				   1px;
  border-top-width:   		   0px;
  border-color:				   #000000;
}

td.forum
 {
  vertical-align:              middle;

  font-family:                 Tahoma,Arial,Helvetica;
  font-size:                   8pt;

  text-decoration:             none;

  color:                       #000000;

  border-style:                none;
 }

/*
-----------------------------------------------------
 divisions
-----------------------------------------------------
*/

div#menuepunkt
 {
 width:80px;
 margin: 0px 0px 0px 0px;
 height:15px;
 background:#eeeeee;
 border:1px solid #000000;
 padding: 0px 0px 0px 0px;
}

div#search
 {
 width:108px;
 margin: 0px 0px 0px 0px;
 height:50px;
 background:#ffffff;
 border:1px solid #000000;
 border-left-width:0px;
 border-right-width:0px;
 padding:2px 0px 0px 2px;
}

div#contentbox
 {
 width: 589;
 margin: 0px 5px 5px 5px;
 height: 100%;
 background:#ffffff;
 border:1px solid #000000;
 border-top-width:0px;
 padding:20px 10px 10px 10px;
}

div#contentbox2
 {
 width: 450;
 margin: 0px 5px 0px 0px;
 height: 138;
 background:#ffffff;
 border:1px solid #000000;
 border-left-width:0px;
 border-bottom-width:0px;
 padding:10px 0px 0px 10px;
}

div#detailbox
 {
 width: 175;
 margin: 5px 5px 5px 0px;
 background:#ffffff;
 border:1px solid #000000;
 padding:0px 0px 0px 0px;
}
