/*Stylesheet voor computer (breder dan 960px) voor http://8458.10101.nl*/

body {
	font-family: Arial, Sans-serif;
}

a {
	color: #000000;
	text-decoration: none;
}

/*grid*/

.g25 {
	width: 240px;
}

.g50 {
	width: 480px;
}

.g75 {
	width: 720px;
}

.g100 {
	width: 960px;
}

/*header*/

.titleimg {
	height: 100px;
	width: 385px;
}

/*nav*/

.current {
	background-color: #006CD1;
}

nav ul {
	border-top: 10px solid #8C9091;
	border-bottom: 10px solid #8C9091;
	padding-left: 10px;
}

nav ul li {
	display: inline-block;
	list-style-type: none;
	height: 30px;
	padding-top: 10px;
	position: relative;
}

nav ul li:hover {
	background-color: #4FACFF;
	text-decoration: underline;
}

nav ul li a {
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Roboto, Sans-serif;
	display: initial;
}

/*section*/

section {
	margin-top: 5px;
}

/*container*/

.container {
	width: 960px;
	margin: auto;
	padding-top: 5px;
	height: auto;
}

/*article*/

article h2 {
	font-family: Roboto, Sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
}

article h3 {
	font-family: Roboto, Sans-serif;
	text-transform: uppercase;
	font-weight: lighter; 
}

article a {
	text-decoration: underline;
}

table {
	border-collapse: collapse;
	float: left;
	width: 100%;
}

article td {
	border: 1px solid black;
	padding: 2px 2px 2px 2px;
}

#A8458 { /*foto overmij.html*/
	float: right;
	padding-top: 0px;
	width: 150px;
}

#dagboek {
	width: 70%;
}

.topTable {
	font-weight: bold;
}

#groot8458 {
	width: 700px;
}

.screenshot {
	float: left;
}



/*buttons*/

.downloadButton {
	background-color: #FFFFFF;
	width: 400px;
	height: 60px;
	border-top: 4px solid #8C9091;
	border-bottom: 4px solid #8C9091;
	border-right: 0px;
	border-left: 0px;
	margin-top: 15px;
	font-size: 30px;
	font-family: Roboto, sans-serif;
	text-transform: uppercase;
 }

.downloadButton:hover {
	background-color: #4FACFF;
	text-decoration: underline;
}

.button {
	font-size: 18px;
	background-color: #ffffff;
	border: 2px solid #8C9091;
	border-radius: 5px;
}

.buttonC {
	width: 60px;
}

.buttonT {
	width: 30px;
}

.button:hover {
	background-color: #4FACFF;
}

/*rekenmachine*/

#rekenmachine .text {
	height: 30px;
	font-size: 15px;
	border: 2px solid #8C9091;
	width: 25%;
}

/*footer*/

footer {
	border-top: 2px solid #8C9091;
	font-size: 12px;
	color: #8C9091;
	padding-bottom: 0px;
	height: 50px;
}


