﻿body {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
html {
	height: 100%;
}
a {
	text-decoration: none;
}
a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color:#900;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #D55D28;
	margin-top: 5px;
	margin-bottom: 7px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #344364;
	margin-top: 5px;
	margin-bottom: 7px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	color: #344364;
	margin-top: 5px;
	margin-bottom: 7px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	font-style:italic;
	color: #344364;
	margin-top: 5px;
	margin-bottom: 7px;
}

td {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.imgborder {
	border: 1px solid #000000;
}
form {
	margin-top: 2px;
	margin-bottom: 2px;
	border: 0px;
}
input, select, textarea {
	font-family: Univers, Arial, Helvetica, sans-serif;
	color: #000000;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
}
input.button {
	color: #000000;
	background-color: #ffffff;
}
input.buttonshort {
	color: #000000;
	background-color: #ffffff;
	width: 30px;
}
#main {
	background: url(http://www.ifrt.eu/assets/images/repository/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	width: 1024px;
	min-height: 1024px;
	padding: 0px;
}
#leftcol{
	float:left;
	margin-top:40px;
	margin-left:130px;
	width:280px;
	min-height:450px;
}
#rightcol{
	float:right;
	margin-top:283px;
	margin-right:175px;
	width:435px;
	min-height:450px;
}
#logo{
	background: url(http://www.ifrt.eu/assets/images/repository/logo.png);
	background-position: top center;
	background-repeat: no-repeat;
	width: 280px;
	height: 280px;
	margin-left:0px;
}
#country_innen {
	text-align: right;
	width: 1024px;
	height: 30px;
	z-index: 2;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-right:20px;
	font-weight: normal;
	color: #FFFFFF;
	background-color:transparent;
}
#navigation {
	margin-left:48px;
	margin-top: 0px;
	padding-top: 15px;
	padding-bottom:15px;
	color: #000;
	width: 190px;
	text-align: left;
	z-index: 1000;
	float: left;
}
#category {
	font-size: 8pt;
	margin-top: 0px;
	margin-right: 0px;
	padding:20px;
	width: 100%;
	text-align: left;
	z-index: 3;
	color:#a2461d
}
#content {
	opacity: 0.65;
	-moz-opacity: 0.65;
	-khtml-opacity: 0.65;
	filter: alpha(opacity=65);
	background-color:#ffffff;
	margin-top: 0px;
	margin-right: 0px;
	padding:20px;
	width: 100%;
	min-height:100px;
	text-align: left;
	z-index: 3;
}
.imgDiashow {
	border:1px solid #000000;
}
#footer {
	color: #e55f2d;
	width: 100%;
	height: 27px;
	text-align: right;
	margin-top:10px;
	margin-left: 20px;
	z-index: 0;
}
#footer a {
	color: #e55f2d;
}
#footer a:hover {
	color: #ffffff;
}
#AdditionalInfo {
	position: absolute;
	margin-left: -2000px;
	margin-top: -2000px;
	visibility: hidden;
}

