body {
	background-image: url(../bilder/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;

	background-color: #E8E8E8;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p, table, div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	/*background-color:#eeeeee;*/
	/*margin-top: 5px;*/
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d12127;
	font-weight: bold;
	font-size: large;
	margin-right:5px;
	border-bottom: dotted 1px #cccccc;
	
	/*background-color:#ddeecc;*/
	
	/*margin-top: 5px;
    margin-bottom: 0px;*/
}

h2 , .smallheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #d12127;
	font-weight: bold;
	font-size: small;
}

A { 
	color: #d12127;
	text-decoration:none;
	border-bottom: dotted 1px;
}

A:hover {
	border-bottom:solid 1px;
}

.hiddenLink A, .hiddenLink A:hover { 
	border: none;
}


table.programsTable {
	border-collapse: collapse;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	border: 1px solid  #999999;
}

table.programsTable td{
	padding: 15px;
	border: 1px solid  #999999;
}

table.programsTable A { 
	color: #000000;
	text-decoration:none;
	border-bottom: dotted 1px #000000;
}

table.programsTable A:hover {
	color: #d12127;
	border-bottom:solid 1px #d12127;
}

td.programsTableHeader {
	font-weight: bold;
	background-color:#f3f3f3;
}



table.sponsorTable {
	border: 1px solid #A0A0A0;
}

table.sponsorTable A { 
	border: none;
}

table.sponsorTable A:hover { 
	border: none;
}

.crumb A, .blacklink A { 
	color: #000000;
	text-decoration:none;
	border-bottom: dotted 1px #000000;
}

.crumb A:hover, .blacklink A:hover {
	color: #d12127;
	border-bottom:solid 1px #d12127;
}

.crumb {
	/*border: solid 1px #cccccc;*/
	margin-left:-10px;
	padding: 10px;
	background-color:#fafafa;
}


.gbitem {
	margin-left:-10px;
	padding: 10px;
	margin-bottom:0;
	background-color:#fafafa;
	border-bottom: dotted 1px #cccccc;
}

.gbreply {
	margin-left:-10px;
	padding: 10px;
	background-color:#f2f2f2;
	margin-top:0;
}


