/* General styling */

body {
	background-color: #774580;
}

img {
    border-width: 0;
}

p {
    margin-top: 0px;
    padding-top: 0px;
    margin-right: 15px;
}

#content A:link          { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:visited       { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:active        { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }
#content A:hover         { font-weight : normal; border-bottom : 1px solid #000000; color : #000000; text-decoration : none; }

/* Site parts positioning */
#container {
	position: relative;
	width: 700px;
	min-height: 500px;
	background-color: #FBB942;
	border: 3px solid #FAC970;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	float: right;
}

#top {
    width:700px;
    height: 135px;
    background-color: #FBB942;
}

#header {
    float: right;
    position: relative;
}
#logo {
    float: left;
    position: relative;
}

#content {
	position: relative;
	width:690px;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	margin:10px;
	top: -15px;
}

#line {
    position: relative;
    float: center;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 0px;
    margin: 0px;
    top: -8px;
}

#menu {
    background:#76447F url(../images/menu/achter.jpg) repeat-y fixed right;
    position: relative;
    float: left;
    left: 19px;
    min-height: 506px;
    width: 120px;
    text-align: right;
}


#site {
	width: 845px;
	min-height: 500px;
	margin-left: 0%;
	margin-right: 15%;
	background-color: #774580;
}

#mainLink {
    position: relative;
    float: right;
    height: 125px;
    width: 120px;
    text-align: right;
}

#aboutLink {
    position: relative;
    float: right;
    height: 148px;
    width: 120px;
    text-align: right;
}

#fotoLink {
    position: relative;
    float: right;
    height: 125px;
    width: 120px;
    text-align: right;
}

#routeLink {
    position: relative;
    float: right;
    height: 112px;
    width: 120px;
    text-align: right;
}
