@CHARSET "UTF-8";

     body
      {
        font-family: "Trebuchet MS", Tahoma, Arial;
        font-size: 18px;
      	font-weight: bold;
      	line-height: 24px;
        color: #000;
		background: #476787;
}

      .container
	{
		padding-top: 100px;
}
      
      p {text-align: justify;}
      
      input,textarea,label {color: #333;}

      table img
	{
		display: block;
		float: left;
		margin: 0 8px;
}

	table td, table th
	{
		text-align: center;
}

table td.country
	{
		text-align: left;
}

      a {color: #000;}
 
      #footer
      {
        border-top: 1px solid #babdc5;
        margin-top: 2em;
		font-size: 12px;
}
      
      #footer a
           {
        text-decoration: none;
      }

      #footer a:hover
           {
        text-decoration: underline;
      }
      
      #footer div
      {
        padding: 8px 11px 0 11px;
      }

      #footer div#fridek
	{
		        float: left;
}
      
      #footer div#copy
      {
        float: right;
      }

      #disclaimer {font-size: 9px; text-align: center;}
      

/** WRAPPER */

.container {
	margin: 0px auto;
	padding: 30px;
	background: #fff url(../images/cash.jpg) no-repeat center top;
}


/** HEADER */

#header {
	margin-bottom: 30px;
	height: 180px;
	color: #133;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	font-size: 48px;
}

#header h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	text-transform: lowercase;
}

#kontakt
{
	text-align: center;
	margin: 3em 0;
	
}

#map
{
	height: 300px;
	width: 400px;	
}

tr.even {background-color: #ddd;}

tr.bold {font-size: 22px;background-color: #bbb;}

tr.even + tr.bold {background-color: #ddd;}