﻿body{
	background-color: #eaeaea;
	background-image:url('https://events.congressinfo.eu/_images/mountain.jpg');
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-position: center top;
  	background-size: auto;
}

html{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;

}

body, table, td {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;


}
.smallfont {
	font-size: 10px;
}

.toptext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	font-weight: bold;
}
.non {
	border: none;
}
.must {
	border: 1px solid #000033;
	background-color: #E1E1FF;
	}
input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #000033;
	background-color: #FFFFFF;
}


#maincontainer {
	width: 100%;
	height: 100%;
	display:flex;
	justify-content: center;
	clear:both;

}



#header {
	margin:auto;
	max-width: 1000px;
	display:flex;
	justify-content: center;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-top: 20px;
	/*background-image: url(_images/headback.png);
	background-repeat: repeat-y;*/
	background-color: #FFFFFF;


	

}


#nav {
	width: 180px;
	min-height: -webkit-fill-available;
	height: -webkit-fill-available;
	background-image: url(_images/navback.png);
	background-repeat: repeat-y;
	padding-top:10px;
	border-top: 1px;
	border-top-color:#cccccc;
	border-top-style:solid;
	padding-bottom:20px;

	

}

#main {
	width: 820px;
	min-height: -webkit-fill-available;
	height: -webkit-fill-available;
	/*background-image: url(_images/mainback.png);
	background-repeat: repeat-y;*/
	background-color: #FFFFFF;
	padding-top:10px;
	border-top: 1px;
	border-top-color:#cccccc;
	border-top-style:solid;
	padding-bottom:20px;



}


a {
	color: #474885;
	font-weight: normal;
	text-decoration: none;
}

.a_extra {
	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}

.print {
	color: #000033;
	text-decoration: none;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
}
a:hover {
	text-decoration: underline;
}
.redtext {
	color: #FF0000;

}
.bigtext{
	font-size: 18px;

}
.bigred{
	font-size: 18px;
	color: #FF0000;

}
