/* Standard styles, ordre alphabetik */
 
a:link, a:visited {
	color: #3e76ad;
	text-decoration: underline;
}

a:hover, a:active {
	color: #000;
	background-color: #a5c7e9;
}

acronym {
  border-color: #404040;
  border-style: dotted;
  border-width: 0 0 1px 0;
  cursor: help;
	font-variant: normal;
	font-weight: bold;
	font-style: italic;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #171819;
	height: 100%;
	background: #ecf1f6 url('../img/body.png') top left;
	text-align: center;
}

blockquote {
    border-width: 0 0 0 5px;
    font-style: italic;
    margin: 0 30px;
    padding-left: 10px;
}

br {
    clear: none;
}

caption {
	font-weight: bold;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
	margin: 0;
	border: none;
	padding: 0 0 1em;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 5px 0 14px 0;
}

h2 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 4px 0;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	width: 100%;
}

h4 {
	font-size: 10px;
	font-weight: bold;
	margin: 5px 0 5px 0;
	width: 100%;
	color: #df1b19;
}

hr{
 	color:#BCCB33;
	background-color: #BCCB33;
	height: 1px;
	border: 0;
}

 
html {
	height: 100%;
}

img {
    border-style: none;
	border: none;
}

input, select, textarea {
	border: #aaa solid 1px;
	font-size: 12px;
	background: #fff;
	margin:0;
	padding: 2px;
}
input[type=image] {
	border: none;
}


label {
	font-size: 1em;
   font-weight: bold;
}

legend {
	font-weight: bold;
	color: #df1b19;
	font-size: 1.2em;
}

ol {
    margin: 5px 0 5px 25px;
    padding: 0;
}
ol li {
	list-style-type: decimal;
	font-size: 11px;
}
optgroup {
	font-size: 10px;
}




table {
	empty-cells: show;
}

textarea {
	overflow: auto;
}

td {
}

th {
    vertical-align: top;
	white-space: nowrap;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clearfix:after {
  content: " ";
  display: block;
	font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */
