﻿body { 
	background-image: url("images/background.jpg");
	font-family: arial; 
	font-size: 14px;
	margin: 10px;
} 


h1 { 
	font-family: "Georgia";
	font-size: 3em; 
	font-weight: bold; 
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
	padding: 10px;
	background: silver;
} 

h2 { 
	font-size: 2em; 
	font-weight: bold; 
	text-align: center;
	margin-top: 40px;
	margin-bottom: 35px;
} 

h4 { 
	font-size: 1.2em; 
	font-weight: bold; 
	text-align: left;
	margin-top: 2px;
	margin-bottom: 2px;
}

h6 { 
	font-size: 1.2em; 
	font-weight: normal; 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 35px;
} 

p { 
	font-size: 1.2em; 
	font-weight: normal; 
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
} 


img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


table.news {
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.news th {
	height: 25px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	font-size: 20px;
	text-align: left;
	font-weight: bold;
}
table.news td {
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 15px;
	text-align: left;
	font-weight: bold;
}
table.news td.datum {
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap;
	vertical-align: top;
}


table.projects {
	background-color: white;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.projects th {
	background-color: silver;	
	border: 1px solid black;
	height: 25px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 17px;
	font-weight: bold;
}
table.projects td {
	border: 1px solid black;
	height: 15px;
	max-width: 100%;
	padding: 4px;
	padding-right: 10px;
	font-size: 15px;
}
table.projects td.year {
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	white-space: nowrap; 
}


a:link {
	color: black;
	font-weight: bold;
}
a:visited {
	color: black;
	font-weight: bold;
}
a:hover {
	color: red;
	font-weight: bold;
}