body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
	background-color: #F5F6FA;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
.black {
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #AE0000;
}
.blue {
	color: #0072D1;
}
/* Tagstyling */
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 5px;
	color: #0072D1;
}

h1{
	font-size: 26px;
	padding-left: 3px;
}
h2{
	font-size: 20px;
}
h3 {
	font-size: 15px;
}
h4 {
	font-size: 13px;
	padding: 0px;
}
h5 {
	font-size: 11px;
	padding: 0px;
	padding-left: 5px;
}

a:active, a:focus, a:link, a:visited {
	text-decoration: none;
	color: #000000;
	padding: 0px;
	margin: 0px;
	outline:none;
}
a:hover {
	text-decoration: underline;
	color: #0072D1;
}

a.red:active, a.red:focus, a.red:link, a.red:visited {
	text-decoration: none;
	color: #AE0000;
	padding: 0px;
	margin: 0px;
	outline:none;
}
a.red:hover {
	text-decoration: underline;
	color: #0072D1;
}
a.blue:active, a.blue:focus, a.blue:link, a.blue:visited {
	text-decoration: none;
	color: #0072D1;
	padding: 0px;
	margin: 0px;
	outline:none;
}
a.blue:hover {
	text-decoration: underline;
	color: #0072D1;
}

img {
	border: none;
	text-decoration: none;
}
br {
	clear: both;
}
hr {
	border: 0;
	border-top: 2px ridge #8BC0F8;
}

form {
	margin:0px;
	padding: 0px;
	clear:both;
}
/* 
 * straaange behaviour the IE 6/7 are having...
 * maybe I fix this $%&!&$§ later ;x
 */
* html div.td textarea,
* html div.td input[type=text],
* html div.td input[type=button],
* html div.td input[type=submit],
* html div.td input[type=password] {
	position:relative;
	left:-20px;
}
*:first-child+html div.td textarea,
*:first-child+html div.td input[type=text],
*:first-child+html div.td input[type=button],
*:first-child+html div.td input[type=submit],
*:first-child+html div.td input[type=password] {
	position:relative;
	left:-20px;
}
/*label {
	clear: both;
}
label input[type=checkbox] {
	float:left;
	margin-right: 5px;
}
label a {
	float: left;
	line-height: 15px;
}*/
/* Template */
#main {
	width: 1003px;
	height: 97%;
	min-height: 97%;
	height: auto !important;
	margin: 0px auto;
	background-image: url(../images/mainTpl/background.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
#main a.banner {
	width: 965px;
	height: 95px;
	display:block;
	background-image: url(../images/mainTpl/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	position:relative;
	z-index:2;
}
#main div.top {
	width: 965px;
	height: 25px;
	line-height:25px;
	color: #FFFFFF;
	background-image: url(../images/mainTpl/top.gif);
	background-position: center top;
	background-repeat: no-repeat;
	position:relative;
	z-index:2;
}
#main div.top a:active, #main div.top a:focus, #main div.top a:link, #main div.top a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#main div.top a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

#main div.content {
	width: 965px;
	margin: 0px auto;
}
#main div.left {
	width: 165px;
	margin-left: 10px;
	float:left;
}
* html #main div.left {
	margin-left:5px;
}
#main div.right {
	width: 770px;
	margin-left: 10px;
	float:left;
}
#b_tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #000;
	background-color: #FFF;
	padding: 5px;
	padding-top:0px;
	min-width:175px;
	max-width:275px;
}
#tt_arrow {
	float:left;
	height:17px;
	width:10px;
	position:absolute;
	z-index: 3001;
	left:-10px;
	top:-1px;
}
#b_tooltip h3 {
	font-size:13px;	
}
#b_tooltip h3, #b_tooltip div { margin: 0px; }
div.bottom {
	width: 1003px;
	height: 34px;
	margin: 0px auto;
	
	background-image: url(../images/mainTpl/footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

