@charset "UTF-8";
/**
 * @copyright Copyright 2009, André Schröder
 * @link      http://www.wertbar.com
 * @toc
 * 
 * 00 RESET
 * 01 GLOBALS
 * 02 LAYOUT
 * 03 TEXT
 * 04 LINKS
 * 05 NAVIGATION
 * 06 EXTRAS
*/


/* @group   00 RESET
--------------------------------------------------------*/

@import url('reset.css');

/* @group 01 GLOBALS
--------------------------------------------------------*/

.important { color: #cc0000; }
.clearfix:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.clearfix {
display: block;
}
html[xmlns] .clearfix {
display: block;
}
* html .clearfix {
height: 1%;
}

.clear { clear: both;}
.invisible { display: none }

/* @group 02 LAYOUT
--------------------------------------------------------*/

#page { width: 860px; margin: 0 auto;  }
 #header { height: 200px; background:url(../img/sprite.png) no-repeat -110px 0px;  }
  img#logo { margin: 25px 0 0 0;  }
 #contentainer {  }
  #col1 { width: 620px; float: left; }
  #col2 { width: 220px; float: right; }
  #col3 {  }
#footer {
	padding-top: 280px;
	background:url(../img/sprite.png) no-repeat -110px -786px;
  padding-bottom: 20px;
}

/* @group 03 TEXT
--------------------------------------------------------*/

BODY {
	font: normal 12px 'Trebuchet MS', Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
  color: #61636E;
}
h1 { 
	font: bold 16px 'Trebuchet MS', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  }
h2 { 
	font: bold 14px 'Trebuchet MS', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0px 0 7px 0;
  }
h3 { font: normal 18px Georgia, "Times New Roman", serif; }
h4 { font: bold 24px Arial, Helevetica, sans-serif; }
h5 { font: bold 24px Arial, Helevetica, sans-serif; }

p { padding: 5px 0; }
b, strong { font-weight: bolder; color: #111; }

dl {margin: 15px 0 }
dt { float: left; width: 98px; }

/* @group 04 LINKS
--------------------------------------------------------*/

a:link, a:visited { text-decoration: none; color: #AA072A; font-weight: 400; }
a:active, a:hover, a:focus { text-decoration: underline; }


a[href$='.pdf'] { 
	padding-left: 20px;
	background: transparent url(../img/icon_pdf.gif) no-repeat center left;
}
a[href$='.doc'] { 
	padding-left: 20px;
	background: transparent url(../img/icon_doc.gif) no-repeat center left;
}
a[href$='.xls'] { 
	padding-left: 20px;
	background: transparent url(../img/icon_xls.gif) no-repeat center left;
}
a[href$='.zip'] { 
	padding-left: 20px;
	background: transparent url(../img/icon_archive.gif) no-repeat center left;
}


/* @group 05 FORM
--------------------------------------------------------*/

input {
	font: normal 13px 'Trebuchet MS', Verdana, Arial, sans-serif;	
  height: 20px;
  padding: 4px 0 4px 4px;
  color: #61636E;
  border: 1px solid #61636E;
  float: left;
}

input.button { 
	background: #AA072A; 
  color: #fff;
  border: 1px solid #AA072A;
	font: bold 13px 'Trebuchet MS', Verdana, Arial, sans-serif;
  text-transform: uppercase;
  height: 30px;
  padding: 4px 0;
  width: 100px;
  cursor: pointer;
  margin-left: 4px;
  float: left;
  }

/* cmx forms */

em.error {
	display: block;	
  float: left;
  clear: both;
}

div.hint     { background: #E7EFE2; color: #5C933F; margin: 0.5em 0; padding: 0.5em; border-top: 1px #5C933F dotted; border-bottom: 1px #5C933F dotted; }
div.error   { clear: both; display: none; background: #FEF8D3; border-top: 10px solid #fff; padding: 0.5em; width: 345px; font-weight: bold;}
div.warning   { background: #FFE5DC; color: #CC3300; margin: 0.5em 0; padding: 0.5em; }


/* @group 06 EXTRAS
--------------------------------------------------------*/

.box {
	margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #ccc;
}
.box p { margin:0; padding:0;}
.startcontent { height: 360px; background:url(../img/sprite.png) no-repeat -110px -360px; }
.red {color: #AA072A;}
a.go { 
	background: #AA072A url(../img/arrow.gif) no-repeat 194px 16px;
  color: #fff;
  display: block; 
  padding: 5px 10px;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 20px;
 }
 .hint { width: 360px; display: block; font-size: 10px; clear:both; line-height: 11px }