﻿/* Font */

body
{
	/*font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", geneva, verdana, sans-serif;	*/
	font: 13px/22px tahoma;
}

body
{
	background: #596468 url(../images/head.gif) repeat 50% 0;
	background-repeat: repeat-x;
	background-position: top left; 
	background-color: #cacaca;	
	text-align:center;
	margin:0px;
	padding:0px;	
}

p
{
	margin: 0 24px;
	padding: 0;
}

h1
{
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

input
{
	font-size: 13px;	
}

#pageWrapper
{
  width: 650px;
  margin: 0 auto;
  position: relative;
}

#pageHeader
{
  width: 650px;
  height: 135px;
  position: absolute;
  top: 0;
  left: 0;
}

#contentWrapper

{
	width:650px;
	display: table-cell;
	padding-top: 120px;	
}

#footer
{
	text-align: left;	
}


#logo
{
	background-image: url(../images/logo.png);
	margin: 54px 0 0 24px;
	float: left;
	height: 20px;
	width: 169px;
	behavior: url(iepngfix/iepngfix.htc);
}

/* Colums */

#middleColumn /* Middle column and his little children */
{
  float: left;
  width: 408px;
  text-align: left;
  /*margin: 0 2px;*/
}

.middleBox
{
  width: 408px;
  background: #FFFFFF url(../images/backgrounds/main.gif) repeat-y;
  /*margin: 0 0 1px 0;*/
}

.middleBoxTop
{
  width: 408px;
  background: url(../images/backgrounds/mainTop.gif) top no-repeat;
}

.middleBoxBottom
{
  width: 408px;
  background: url(../images/backgrounds/mainBottom.gif) bottom no-repeat;
  display: table-cell;
}

.sideColumn /* Side columns and their little children */
{
  float: left;
  width: 242px;
  text-align: left;
}

.sideBox
{
  width: 242px;
  background: #E8F0F2 url(../images/backgrounds/side.gif) repeat-y;
  margin: 0px 0 1px 0;
}

.sideBoxTop
{
  width: 242px;
  background: url(../images/backgrounds/sideTop.gif) top no-repeat;
}

.sideBoxBottom
{
  width: 242px;
  background: url(../images/backgrounds/sideBottom.gif) bottom no-repeat;
  display: table-cell;
}

.newSmallLast /* Apply to new paragraphs for smaller top margin and larger bottom margin */
{
  margin-top: 5px;
  margin-bottom: 20px;
}

.newSmallLastIFrame /* Apply to new paragraphs for smaller top margin and larger bottom margin */
{
  margin-top: 5px;
  margin-bottom: 20px;
}

.newSmallText
{
  margin-bottom: 8px;
  margin-top: 5px;
}

.title
{
  margin: 10px 24px 26px 24px;
  height: 10px;
  font-weight:bold;
}


/* Img Tranzparenz
=========================================================================== */

img
{
	behavior: url(iepngfix/iepngfix.htc);
}

/* Navigation
=========================================================================== */

#nav
{
  padding: 56px 24px 0 0;
  float: right;
}

#nav ul
{
  margin: 0;
  padding: 0;
  color: #cacaca;
}

#nav li
{
  list-style: none;
  float: left;
  font-size: 10px;
  text-transform: uppercase;
  color: #b7274c;
}

#nav li a
{
  color: #666;
  text-decoration: none;
  background-color: #FFFFFF;
}

#nav li a:hover
{
  color: #fff;
  text-decoration: none;
  background-color: #b7274c;
}

#nav li span
{
  color: #e0e0e0;
}



#submitButton
{
  margin-left: 154px !important;
  margin-left: 151px;
  display: block;
  width: 65px;
  height: 23px;
  background: url(../images/buttons/submit.gif) no-repeat 0 0;
}

#submitButton
{
  margin: 0 !important;
  text-decoration: none;
}

#submitButton:hover
{
  background-position: 0 -23px;
}