@charset "utf-8";
/* CSS Document */

*
{
	margin:0;
	padding:0;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#036;
}

#wrapper
{
	width:100%;
	height:100%;
	

}
#container
{
	width:1200px;
	height:1200px;
	background-image:url(../images/webdesign.jpg);
	margin:auto;
}

/**********************************************
MENU
**********************************************/

#menu
{
	height:60px;
	width:850px;
	margin:350px 0 0 175px;
	float:left;
}
#link1
{
	float:left;
	margin:25px 0 0 25px;
}
#link2
{
	float:left;
	margin:25px 0 0 10px;
}
#link3
{
	float:left;
	margin:25px 0 0 10px;
}
#visit
{
	width:325px;
	height:200px;
	float:left;
	margin:50px 0 0 175px;
}

/**********************************************
VISITKORT
**********************************************/


#visitoverskrift
{
	float:left;
	margin:70px 0 0 140px;
}

#visittekst
{

	float:left;
	margin:30px 0 0 140px;
}
h4{
	color:#960;
}

/**********************************************
NAVIGATION
**********************************************/
#nav
{
	margin:50px 0 0 50px;
	float:left;
}
div#buttonA {

    margin-left: 50px;
}
div#buttonA ul {

    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 200px;
    margin: 20px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
} 