@import "style.css";

#TemaTitle{
	width: 494px;
	height: 50px;
	background-color: #002855; 
	background: #002855;
	background-repeat: no-repeat; 
	background-position: right;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}
#TemaTitle h1{
	color: #fff;
	font-weight: bold;
	padding-top: 18px;
	padding-left: 8px;
	font-size: 14px;
}

/*******************************************************************************
Menu til tema (top-top-menu)
*******************************************************************************/
#TemaMenu{
  overflow: hidden;
  width: 697px;
}
#TemaMenu li{
	list-style: none;
	display: inline;
  border-left: 1px solid #002855;
  float: left;
  white-space: nowrap;
  padding: 0 5px;
}
#TemaMenu li.first{
  border-left: 0;
  padding-left: 0px;
}
#TemaMenu a.aktuel{
  background: #002855;
  color: #fff;
}
/*******************************************************************************
Indholdsdelen
*******************************************************************************/
#TemaContent{
	float: left;
	width: 425px;
  padding-left:8px;
	padding-right:8px;
	margin-top: 10px;
	border-right:1px solid #bdb9a8;
}
#TemaContent h2{
	padding-top: 5px;
}
#TemaRight{
	float: right;
	width:240px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
.TemaFrontPageImage{
	float: left;
	width:135px;
	padding-left: 2px;
	padding-right: 2px;
	font-style: italic;
	text-align: center;
}
.temaBox{
	border-color: #ff7b00;
	border-width: 0;
	margin: 10px 0 0 0;
}

.temaBox h2{
	text-align: left;
	vertical-align: middle;
	background-color: #fff;
	color: #002855;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
}

.temaBox p{
}
.temaBox ul{
}
/*******************************************************************************
Fotoalbumet
*******************************************************************************/
#Folders{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background-color: #fff;
	border-style: none;
	border-width: 1px;			
	border-color: #000000;
	border-style: solid;
	font-size: 0.8em;
	width: 50%;	
	color: #000000;	
	text-decoration: none;	
}


#Pics{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
	background-color: #fff;
	border-style: none;
	border-width: 1px;			
	border-color: #000;
	border-style: solid;
	font-size: 0.8em;
	width: 50%;	
	color: #000;	
	text-decoration: none;	
}
#Pages{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	background-color: #fff;
	border-style: none;
	border-width: 1px;			
	border-color: #000000;
	border-style: solid;
	font-size: 0.8em;
	width: 50%;	
	color: #000000;	
	text-decoration: none;	
}
#Pages a{
	color: #000;
}
a.fotolnk:hover {
	border-style: solid;
	border-width: 2px;			
	border-color: #000;
}

a.fotolnk{
	border-style: solid;
	border-width: 2px;			
	border-color: #fff;
}