/* @group reset */

/* Reset ------------------------------------------------------------------ */

body {
  background-color: #fff;
  color: #666;
  text-align: center;
}

html,body,div,ul,ol,li,dl,dt,dd,form,fieldset,input,select,textarea,pre,code,
h1,h2,h3,h4,h5,h6,p,blockquote,hr,table,th,td {
  margin: 0;
  padding: 0;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

html,body,a img,hr {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* @end */


body { 
  text-align: center; 
  font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
  color: #666666; 
  background: #CC0001 url(../images/splash_bg.jpg) repeat-x;
  margin: 0; 
}
a {text-decoration: none; color: #2F2F2F;}
h1 a:hover {
	color: #FF9900
}
#content-shadow {
	margin: 0 auto;
  width: 988px;
/*	width: 920px;*/
  text-align: left;
  height: 230px; 
  background: #fff url(../images/etc_start_shadow.jpg) no-repeat;
	margin-top: 160px;
}
#content {
	width: 922px;
	margin: 0 auto;
	text-align: left;
	margin-top: -340px;
	background: #fff;
	height: 520px;
	padding: 20px;
	margin-bottom: 20px;
}
h1 { 
  color: #2F2F2F; 
  text-decoration: none; 
  font-size: 18px; 
  font-weight: bold;
}
p {
	line-height: 20px;
}
a.red {
	color: #cc0000;
}
a.red:hover {
	text-decoration: underline;
}
#box-swarzedz {
	float: left;
	width: 451px;
	margin-right: 20px;
}
#box-gdansk {
	float: left;
	width: 451px;
}
.clear { 
  clear: both; 
}
.left { 
  float: left; 
}
.right { 
  float: right; 
}
#logo-bottom { 

  padding-top: 10px;
  padding-bottom: 10px;
}
#logo-bottom-box { 
  border-top: solid 1px #B9B9B9; 
  border-bottom: solid 1px #B9B9B9; 
  height: 75px;
  overflow: hidden;
	margin-top: 12px;
}
#logo-bottom-box h4 { 
   font-size: 16px;
   color: #333;
   margin-bottom: 10px;
   margin-top: 15px;
   font-weight: bold;
}
#logo-bottom-box img { 
  margin-left: 10px;
  margin-top: 12px; 
}
.langBox {
display: none;
	text-align: center; 
  width: 220px;
  height: 50px;
  float: left;
}
.langBoxSep {
display:none;
	height: 50px;
	width: 1px;
	border-left: solid 1px #B9B9B9; 
	float: left;
	}
.langBox a img  {
	padding-right: 10px;
	}	
.langBox a {
  display: block;
  margin: 20px;
}
#page-bottom { 
  height: 95px;
  width: 922px;
  margin: 0 auto;
  color: #fff;
  background: #CC0001;
  font-size: 0.9em;
}
#page-bottom a {
  color: #fff;
}