body
{
	background-color: white;
	background: url("images/background.jpg");	
}

#top, .color-light
{
	background-color: #ffcc66;
}

.color-verylight
{
	background-color: #f0f0f0;
}

#fade
{
	left: 0;
	width: 100%;
	height: 50px;
	background: url("images/fade.png");
	background-repeat: repeat-x;
}

#content h2, h3, h4, h5, h6
{
	border-style: solid;
	border-color: black;
	border-width: 0px 0px 1px 1px;
	background-image: url(images/gradient-header.png);
	background-position: top left;
	background-repeat: no-repeat;
}

h1.ifa-logo, h2, h3, h4, h5, h6
{
	color: #290a5a;
}

/*--------------- TEXT ---------------*/
.color-dark
{
	color: #290a5a;
}

.background-color-dark
{
	background-color: #290a5a;
}

#hr
{
	width: 80%;
	color: #ffcc66;
	background-color: #ffcc66;
}

span.download, span.anmalan_debattforum
{
	background-color: #290a5a;
}

span.download, span.anmalan_debattforum, span.download a, span.anmalan_debattforum a
{
	color: #ffcc66;
}

.border-single
{
    border: solid black 1px;
}

/*--------------- LINKS ---------------*/
#text .noborder
{
	border: none;
}

#text a
{
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #dddddd;
}


a, a:active
{
	color: #003399;
	text-decoration: none;
}

a:visited
{
	color: #002266;
}

#text a:hover
{
	border-style: dashed;
	border-width: 0 0 1px 0;
	border-color: #cccccc;
}

#top a
{
	border: none;
}

#top a:hover
{
	background-color: transparent;
}

