﻿/************************** CSS - GENERELT **************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	color: white;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
}

body {	
	background: black;
	text-align: center;
}

.clearfix:after {
    content: ".";
    display: block;
    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 */


a:link {
	color: white;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
} 

a:visited {
	color: white;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
} 

a:hover {
	color: #2A76FF;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

a:active {
	color: white;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
}

/************************** CSS - PAGELAYOUT **************************/

div#menu {
	position: relative; 
	float: right;
	clear: both;
	width: 365px;
	height: 20px;
	font-size: 10px;
	margin-bottom: 8px;
	margin-right: 0px;
	border-bottom: 1px solid white;
	text-align: right;
	color: grey;
	line-height: 16px;
}

		div#menu a:link {
			color: grey;
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
		} 

		div#menu a:visited {
			color: grey;
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
		} 

		div#menu a:hover {
			color: #2A76FF;
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
		}

		div#menu a:active {
			color: #4E4E4E;
			font-size: 10px;
			text-decoration: none;
			font-weight: normal;
		} 

div#container {
	position: relative;
	width: 920px;
	min-height: 555px ;
	margin: 0px auto; 
	margin-top: 60px;
	display: block;
	padding-bottom: 0px;
	text-align: right;
}

div#container2 {
	position: relative;
	width: 920px;
	font-size: 11px;
	min-height: 555px ;
	margin: 0px auto; 
	margin-top: 30px;
	display: block;
	padding-bottom: 0px;
	text-align: left;
	color: white;
	xborder: 1px solid grey;	
}

div#mailto {
	position: relative; 
	float: right;
	clear: both; 
	margin-top: 4px; 
	margin-bottom: 50px;
}

		div#mailto a:link {
			color: white;
			font-size: 16px;
			text-decoration: none;
			font-weight: normal;
		} 

		div#mailto a:visited {
			color: white;
			font-size: 16px;
			text-decoration: none;
			font-weight: normal;
		} 

		div#mailto a:hover {
			color: #2A76FF;
			font-size: 16px;
			text-decoration: none;
			font-weight: normal;
		}

		div#mailto a:active {
			color: #4E4E4E;
			font-size: 16px;
			text-decoration: none;
			font-weight: normal;
		}

h1 {
	font-size: 11px;
	color: white;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	color: White;
	text-align: left;
	font-weight: normal;
}

h3 {
	font-size: 70px;
	color: white;
	font-weight: normal;
}

h5 {
	font-size: 13px;
	color: #D81C29;
	font-weight: normal;
}

h6 {
	font-size: 40px;
	color: white;
	font-weight: normal;
}


h7 {
	font-size: 20px;
	color: white;
	font-weight: normal;
}
