@charset "ISO-8859-1";

/***********/
/*Allgemein*/
/***********/

html
{
  height: 100%;
}

body
{
  background-color: black;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x repeat-y;
  font-family: Cambria;
  color: white;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%; 
  border: 0px solid lime;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div#secondBody
{
  background-image: url(../images/bg_gradient.png);
  background-repeat: repeat-y;
  background-size: 100% 100%;
  width: calc(100% - 10px);
  min-height: calc(100% - 10px);
  height: auto !important;
  height: calc(100% - 10px); 
  border: 0px solid red;
  margin: 0px;
  padding: 5px;
  
}

div#complete-content
{
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  padding: 15px;
  width: 1100px;
  text-align: initial;
  color: white;
  border: 1px solid #001f27;
  border-radius: 5px;
  background-image: url(../images/bg_opacity40.png);
  background-repeat: repeat-x repeat-y;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

div.banner
{
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  height: 100px;
  width: 1100px;
  border: 0px solid lime;

  
}

div#steambrand{
  color: #FFFFFF;
  text-align: center;
  font-size: 75%;
}

/*******/
/*Links*/
/*******/

a
{ 
	color: #ffffff;
  font-weight: bold;
  text-decoration: none;
	
}

a:link
{ 
	color: #ffffff;
}
a:visited
{ 
	color: #ffffff;
}
a:hover
{
  color: #888888;
}

a.menue{
  text-decoration: none;
}

a#steam{
  color: #26d3ff;
  font-weight: normal;
}
a#steam:hover{
  text-decoration: underline;
}

/************/
/*ContentBox*/
/************/

div.content
{
  color: #ffffff;
  width: calc(930px - 5px - 10px - 2px);
  border: 1px solid #001f27;
  border-radius: 3px;  
  margin-left: 5px;
  margin-top: 5px;  
  padding: 5px;
}

div.headline
{
  font-size: 20px;
  font-weight: bold;
  font-variant: small-caps;
  text-shadow: 1px 1px 6px #26d3ff;
}


/************/
/*Navigation*/
/************/

div.navbar
{
  width:  calc(170px - 0px);
  border: 0px solid lime;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}

div#login
{
  width: calc(100% - 54px);
  padding-left: 23px;
  padding-right: 31px;
  margin-bottom: 20px;
}

div#logout
{
  width: calc(100% - 54px);
  padding-left: 31px;
  padding-right: 23px;
  margin-bottom: 20px; 
}

div.navpoint
{
  color: white;

  height: 20px;
  width:  calc(100% - 5px - 2px);  
  border: 1px solid #001f27;
  border-radius: 3px;
  background-color: black;
  font-variant: small-caps;
  padding-left: 5px;
  margin-top: 10px;
}

div.navpoint:hover
{
  background-color: #222222;
}

/****************/
/*Administration*/
/****************/

tr.outbound{
  background-color: #222222;
}

select#usergroup
{
  background-color: black;
  color: #26d3ff;
  border: 1px solid #26d3ff;
  float: left;
  display: inline;  
}

input.submitbutton
{
  float: left;
  background-color: black;
  border: 1px solid #26d3ff;
  color: #26d3ff;
  display: inline;
  margin-left: 10px;
}

input.submitbutton:hover
{
  background-color: #333333;
}

input.submitbutton_nomargin
{
  float: left;
  background-color: black;
  border: 1px solid #26d3ff;
  color: #26d3ff;
  display: inline;
}

input.submitbutton_nomargin:hover
{
  background-color: #333333;
}

/***************/
/*Eingabefelder*/
/***************/

input.datainput
{
  float: left;
  background-color: #333333;
  border: 1px solid #26d3ff;
  color: #26d3ff;
  display: inline;
  margin-left: 10px;
  padding-left: 2px;
}       