@charset "UTF-8";
/* CSS Document */


/* grundlæggende stil for hele siden */
   
body {
	color: #000000;
	font-size: 12px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #f8fce0;
}



a:link {
	color: #663399;
}
a:visited {
	color: #663399;
}
a:hover {
	color: #666666;
}
a:active {
	color: #666666;
}






/*stil til forskellige overskrifter*/

h1 {
	font-size:24px;
	color:#000000;
}

h2 {
	font-size:16px;
	color:#000000;
}

h3 {
	font-size:12px;
	color:#000000;
}

/*billedtekst str*/
h4 {
	font-size:10px;
	color:#FF6600;
	font-weight: normal;
}







/*boks som omslutter samtlige bokse, dvs. hele siden*/

#container {
	width:100%;
	margin:opx;
}







/*stil til boksen med sidens overskrift*/

#header {
	clear:left;
	padding-top: 0px;
	padding-right: 8px;
	padding-left: 8px;
}

#header p{
	color:#663399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight: 800;
	letter-spacing: 4px;
}
#header a{
	color:#663399;
	text-decoration:none;
}
#header a:hover{
	color: #999999;
	text-decoration:none;
}






/* stil til sidens menu, som ligger inde i header boksen*/


#menu{
	position: relative;
}

#menu ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
	text-align: center;
	font-size: 16px;
}
#menu ul a
{
	float:left;
	text-decoration:none;
	background-color:#f8fce0;
	border-left:1px solid black;
	padding-top: 3px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
}
#menu ul a:hover {
	background-color:#663399;
	text-decoration:none;
	color:#F8FCE0;
}
#menu li {display:inline}






/*stil til sidens underligger, hvor adresse står*/

#footer {
	color:#black;
	font-size: 10px;
	clear:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	width: 780px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
}






/*stil til boksen på index siden, hvor der kan skrives nyheder*/

div.nyheder
{
	float:left;
	width:250px;
	margin:0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}



/*stil den boksen på index siden  hvor der kan placeres et aktuelt billede*/

div.nyheder_billede

{
	margin-left:310px;
	width: 450px;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}


/*div.biografi
{
	float:left;
	width:480px;
	margin:0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
*/


/*stil den boksen på index siden  hvor der kan placeres et aktuelt billede*/

div.biografi_billede

{
	margin-left:540px;
	width: 200px;
	text-align: right;
	padding-top: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}




/*stil til boksen på link siden, hvor links staar skrevet*/

div.links
{
	float:left;
	width:640px;
	margin:0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}


div.tekster
{
	float:left;
	width:640px;
	margin:0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}

div.kontakt/*stil til boksen på kontakt siden, hvor der kan skrives*/


{
	float:left;
	width:640px;
	margin:0;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}





/*stil til boksen med lister over kunstprojekter*/

div.kunstprojektliste
{
	float:left;
	width:780px;
	margin:0;
	padding-top: 10px;
	padding-bottom: 10px;
}


div.kunstprojektindhold
{
	float:left;
	width:780px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 10px;
	padding-left: 10px;
}

div.kunstprojektthumbnails
{
	float:left;
	width:780px;
	padding-top: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0px;
	padding-left: 0px;
}



#tallinje_storebilleder {
	top:150px;
	width:100%;
	text-align: center;
}


#header_storebilleder {
	width:100%;
	text-align: center;
	margin-top: 50px;
}


#indhold_storebilleder {

	width:100%;
	text-align: center;
}
