/* CSS Document */


body {
	margin : 10px;
	padding: 0px;
	background: #33FF00;

}

.content{
padding-left:15px;
padding-right:15px;
padding-top:3px;
padding-bottom:80px;
}

.top{
position:absolute;
top:0;
left:0;
height:105px;
width:100%;
}

.footer{
position:absolute;
bottom:0;
left:0;
width:100%;
height:75px;
text-align:center;
}

body>div.top{
position: fixed;
}

body>div.footer{
position: fixed;
}


.indhold {
	background : white;
	border : 3px solid blue;
	padding : 15px;
	margin-top : 15px;
}

#bread {
	background : white;
	border : 3px solid brown;
	clear : both;
	width: 90%;
	margin-left : auto;
	margin-right : 0;
	padding : 15px;
	float: right;
}


A:hover{
Background-Color : blue; Color : yellow;
}


.bluefont {
	color: navy;
}


a:hover{
Background-Color : #000066; Color : yellow;
}

.branch {
background : yellow;
}

.branch a:link {
background : yellow;
color : navy;
text-decoration : none;
font-family: monospace;
font-weight: bold;
}
.branch a:visited {
background : yellow;
color : blue;
text-decoration : none;
font-family: monospace;
font-weight: bold;
}
.branch a:active {
background : navy;
color : yellow;
text-decoration : none;
font-family: monospace;
font-weight: bold;
}
.branch a.nohoover:hover{
Background-Color : yellow;
Color : navy;
font-family: monospace;
font-weight: bold;
}
.branch a:hover{
Background-Color : navy; Color : yellow;
}
.largeblue {
	font-size: larger;
	font-weight: bold;
	color: #000033;
}

