/* Generic Selectors */

body {

font-family: Georgia, "Times New Roman", Times, serif;

font-size: 14px;

color: #ffffff;

background-color: #ffffff;

}

p {

width:100%;
height:6px;
}

li {

list-style-type: none;

line-height: 100%;

list-style-image: url(../images/arrowSmall.gif);

}

h1 {

font-family: courier, bodoni, Times New Roman;

font-size: 18px;

font-weight: normal;

color: #000000;

}

h2 {

font-family: courier, bodoni, Times New Roman;

font-size: 10px;

font-weight: normal;

color: #000000;

line-height:20px;

}

 

/**************** Pseudo classes ****************/

a:link {

color: #000000;

text-decoration: none;

font-weight: normal;

}

li :link {

color: #000000;

text-decoration: none;

font-weight: normal;

}

a:visited {

color: #000000;
text-decoration: none;

font-weight: normal;

}

li a:visited {

color: #000000;

text-decoration: none;

font-weight: normal;

}

a:hover {

color:  #000000;

padding-bottom: 0px;

font-weight: normal;

text-decoration: none;

}

li a:hover {

display: block;

color: #000000;

padding-bottom: 0px;

font-weight: normal;

border-bottom-width: 0px;

border-bottom-style: solid;

border-bottom-color: #C6EC8C;

}

a:active {

color: #000000;

font-weight: normal;

}

/************************* ID's *************************/

#kolonne01 {
	position: absolute;
	width: 400px;
	height: 500px;
	margin: 0;
	margin-top: 150px;
	margin-left: 50px;
	border-right: 0px solid #000000;
}

#kolonne02 {
	position: absolute;
	width: 400px;
	height: 500px;
	margin: 0;
	margin-top: 50px;
	margin-left: 50px;
	border-right: 0px solid #ffffff;
	font-weight: normal;
}

#kolonne03 {
	position: absolute;
	width: 600px;
	height: 500px;
	margin: 0;
	margin-top: 150px;
	margin-left: 350px;
	border-right: 0px solid #ffffff;
	font-weight: normal;
	left: 11px;
	top: 15px;
}

#kolonne04 {
	position: absolute;
	width: 600px;
	height: 300px;
	margin: 0;
	margin-top: 550px;
	margin-left: 350px;
	border-right: 0px solid #ffffff;
	font-weight: normal;
	left: 11px;
	top: 15px;
}