/*/////////////////////////////////////////////////////////////////*/
/*///////////////////////// LAYOUT ////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////*/

html {
    height: 100%;
    overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin: 0px;
	background: #15D8EF;	/*#497D83;*/
}
#flashContainer {
	height: 100%;
	width: 100%;
	position: absolute;
}
h1 {
	font-size: 26px;
	font-weight: lighter;
	color: #e71d31;
	margin-bottom: 0px;
}
h2 {
	font-size: 18px;
	font-weight: lighter;
	color: #e71d31;
	display: inline;
}
a:link, a:visited { 
	color: #feef6e;
	text-decoration: underline;
}
a:hover, a:active { 
	color: #feef6e;
	text-decoration: none;
}
ul {
	padding: 0px;
	list-style-type: none;
}
.main:link, .main:visited { 
	color: #e71d31; 
	text-decoration: underline;
}
.main:hover, .main:active { 
	color: #e71d31;
	text-decoration: none;
}
.titel {
	font-weight: bold;
}
.small {
	font-size: 9px;
}
