body
{
  background: #0f040d url('../img/background.png') repeat-x top;
  margin: 0px 0px 0px 0px;
  height: 100%;
  font: 11px Arial; 
  color: #ffffff;  
  overflow-x: hidden;
}
html
{
  height: 100%;
}
.bottom_bg
{
  background: url('../img/bg_bottom.png') repeat-x bottom;
  height: 86px;
  overflow: hidden;
  width: 100%;  
  z-index: 10;  
  bottom: 86px;
}
.bottom_bg_lg
{
  background: url('../img/bg_bottom_lg.png') repeat-x bottom;
  height: 86px;
  overflow: hidden;
  width: 900px;
  font: 11px normal Arial;
  color: #67429a;
  text-align: center;  
}
.logo
{
  background: url('../img/logo.jpg') repeat-x bottom;
  height: 170px;
  /*overflow: hidden;*/
  text-align: left;  
  width: 900px;
  font: normal normal normal 10px normal Arial;
  color: #ffffff;  
}
.picture
{
  border: 4px #ffffff solid;
}
.grunwald_logo
{
  background: url('../img/grunwald_logo.png') no-repeat;
  height: 225px;
  overflow: hidden;
  width: 312px;
  top: 0px;
  z-index: 10000;
  margin-left: 15px;  
}
.button
{
  vertical-align: middle; 
  font: 12px Arial; 
  color: #ffffff;
  cursor: pointer;
  background-repeat: no-repeat;
}
.button a
{
  text-decoration: none;
  vertical-align: middle;
  font: 12px Arial;
  color: #ffffff;
  cursor: pointer;
}
.text_header
{  
  font: 24px Arial; 
}
.text_normal
{  
  font: 11px Arial; 
}
.text_submenu
{  
  font: 12px Arial; 
  color: #ffffff;
}
.text_submenu_small_white
{  
  font: 11px Arial; 
  color: #ffffff;
}
.text_submenu_small
{  
  font: 11px Arial; 
  color: #d3a6cb;
}
.text_submenu a
{  
  font: 12px Arial; 
  color: #ffffff;
  text-decoration: none;
}
.text_submenu_small_white a
{  
  font: 11px Arial; 
  color: #ffffff;
  text-decoration: none;
}
.text_submenu_small a
{  
  font: 11px Arial; 
  color: #d3a6cb;
  text-decoration: none;
}
.text_submenu_viol
{  
  font: 11px Arial; 
  color: #67429a;
}  
.text_submenu_viol a
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}   
a.text_submenu_viol
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}        
.text_submenu_viol
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}            
.submenu
{
  background: url('../img/hr_viol.gif') repeat-x bottom;
  margin-top: 5px;
  padding-bottom: 5px;
  width: 242px;
  padding-left: 3px;
  text-align: left;
}
.bg_main
{
  background: #1e081a url('../img/bg_main.png') repeat-x;
  background-color: #1e081a;
  height: 100%;
  position: relative;
  width: 900px;
  z-index: 10;
}
.bg_container
{
  height: 100%; 
  width: 100%; 
  position: absolute; 
  z-index: -1;
}
a.link_viol
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}   
.link_viol a
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}   
.link_viol
{  
  font: 11px Arial; 
  color: #67429a;
  text-decoration: none;
}

div.pagination
{
	padding: 3px;
	margin: 3px;
}

div.pagination a
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
	/*border: 1px solid #AAAADD;*/

	text-decoration: none; /* no underline */
	font: 11px Arial;
   color: #67429a;
}
div.pagination a:hover, div.pagination a:active
{
	/*border: 1px solid #000099;*/
	color: #67429a;
}
div.pagination span.current
{
	padding: 2px 5px 2px 5px;
	margin: 2px;
		/*border: 1px solid #000099;*/

		font-weight: bold;
		/*background-color: #000099;*/
		color: #FFF;
}
div.pagination span.disabled
{
		padding: 2px 5px 2px 5px;
		margin: 2px;
		/*border: 1px solid #EEE;*/

		color: #DDD;
}
