/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
/*html
{
height: 100%;
}*/
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	background-attachment: fixed;
	background-repeat:repeat-x;
	background-color:#1c1c1c;
	color:#666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image: url(../images/gfx_background2.jpg);
}
div.header {
	margin:0 0 0 0;
	padding:0 0 0 0;
	height:100px;
	background-color:#ffffff;
	background-image:url(../images/topbar2.jpg);
	background-position:top  right;
	background-repeat:no-repeat;
	border:none;
}
#mask {
	position: absolute;
	top: 0%;
	left: 0%;
	padding-top: 250px;
	height: 100%;
	width: 100%;
	text-align: center;
	line-height: 0;
	z-index: 20;
	background-color: #FFF;
	background-repeat:repeat;
	filter:alpha(opacity=80);
}
a {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}
a:hover {
	color: #1aa4cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}
a:visited {
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}
a:visited:hover {
	color: #1aa4cb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration : underline;
	font-size: 13px;
	font-weight: normal;
}
h1 { 
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 10px 0 10px 0;
	clear: both;
	}	
h1 em { 
	color: #09C; 
	font-style: normal;
	}
h2 { 
	font-size: 14px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;
	display:inline;
	}	
h2 em { 
	font-size: 14px;
	color: #09C; 
	font-style: normal;
	}

span.highlight {
	font-size: 15px;
	color: #09C; 
	font-style: normal;
	}
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/

div.container { 	
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
	display:table;
	margin: 0px auto;
	background-color: white;
	border-left: 0px none;
	border-right: 0px none;
	width: 792px;
	text-align: left;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/

ul.navbar {
	float:right;
	width:70%;
	clear:both;
	margin: 15px 15px 0px 0px;
	padding:0;
	border-top: 5px solid #b4e474;
	border-right:5px none;
	border-bottom:5px none;
	border-left:5px none;
}
ul.navbar li {
display:inline;
}
a.nav:link, a.nav:visited {
display:block; float:left; width:100px; padding:0.6em 0 0.6em 0; margin:0; 
text-decoration:none; text-align:center; color:#666666;
}

a.nav:hover {
display:block; float:left; width:100px; padding:0.6em 0 0.6em 0; margin:0; 
text-decoration:none; text-align:center; background-color:#b4e474; color:#666666;
}

a.nav:active {
display:block; float:left; width:100px; padding:0.6em 0 0.6em 0; margin:0; 
text-decoration:none; text-align:center; color:#666666;
}
ul.adminbar {
	float:right;
	width:70%;
	clear:both;
	margin: 1px 0px 0px 0px;
	padding:0;
	border-top: 0px none;
	border-right:0px none;
	border-bottom:0px none;
	border-left:0px none;
}
ul.adminbar li {
display:inline;
}
a.adminnav:link, a.adminnav:visited {
display:block; float:left; width:100px; padding:0.3em 0 0.3em 0; margin:0; 
text-decoration:none; text-align:center; color:#666666;
}

a.adminnav:hover {
display:block; float:left; width100px; padding:0.3em 0 0.3em 0; margin:0; 
text-decoration:none; text-align:center; background-color:#1aa4cb; color:#666666;
}

a.adminnav:active {
display:block; float:left; width:100px; padding:0.3em 0 0.3em 0; margin:0; 
text-decoration:none; text-align:center; color:#666666;
}

/*------------------------------------------------------------*
**  Left
**------------------------------------------------------------*/

#left {
	float: left;
	display: block;
	width: 604px;
	text-align: left;
	margin-right:1em;
	}

/*------------------------------------------------------------*
**  Right
**------------------------------------------------------------*/

#right {
	float: right;
	display: block;
	margin: 0px;
	width: 150px;
	text-align: left;
	}
	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/

div.content {
	margin:0 auto;
	padding:1em;
	width:768px;
	text-align:left;
	vertical-align: middle;	
	background-color:#ffffff;
	border:none;
	height: auto;
	height: 100%;
	min-height: 100%;
	padding-bottom: 50px;
	}

#picturesite {
	float: left;
	display:block;
	width: 768px;
	text-align: left;
	}
#header {
	float: left;
	display:block;
	width: 768px;
	text-align: left;
	}

div.box	{
	padding:0px;
	width:200px;
	text-align:left;
	background-color:#fff;
	border:none;
	height:auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
	
p.header1	{
	background-color: #1aa4cb;
	padding: 2px 2px 2px 2px;
	margin: 0px 0px 8px 0px;
	color: #FFFFFF;
}

#left h1 { 
	font-size: 16px;
	color: #333;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 5px 0;
	clear: both;
	}	
#left h1 em { 
	color: #09C; 
	font-style: normal;
	}
#left p {
	margin: 0 0 5px 0;
	}
	
#info {
	margin: 0 0 5px 0;
	vertical-align:bottom;
	}

#topbanner{
	float:left;
	vertical-align:bottom;
	margin: 0px 0px 0px 0px;
	}

#titlepic_left {
	float:left;
	display:block;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	
#titlepic_right {
	float: right;
	display:block;
	vertical-align: bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	}

#bluebox	{
	margin:2px 0px 0px 0px ;
	background-color: #d7f2fd;
	padding: 0px;
	color: #000;
}

#bluebox a.ar:link, #bluebox a.ar:visited {
	display:block; width:192px; 
	padding:4px;
	text-decoration:none; 
	text-align:left; 
	color:#000;
}

#bluebox a.ar:hover, #bluebox a.ar:active {
	display:block; width:192px;
	padding:4px; 
	text-decoration:none; 
	text-align:left; 
	background-color:#FF9900;
	color:#000;
}

div.scroll {
	display: block;
	margin: 8px 1px 0px 1px;
	padding-top: 8px;
	text-align: center;
	width: 766px;

}

/*------------------------------------------------------------*
**  Newsbox
**------------------------------------------------------------*/

#newsbox	{
	margin:12px 0px 0px 0px;
	padding: 0px;
	color: #000;
	width:100%;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #a5e04e;
}

#newsbox p {
	margin: 0 0 5px 0;
	line-height: 22px;
	}
	
#newsbox img {
	margin: 0px 5px 5px 0px;
}


/*------------------------------------------------------------*
**  Tagwall
**------------------------------------------------------------*/

#tag	{
	margin:12px 0px 0px 0px;
	padding: 8px;
	color: #000;
	width:589px;
	background-color: #fbfdfe;
	border-top-width: 3px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #a9d2fe;
}

#tag h1 {
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 5px 0;
	line-height: 22px;
	}
	
#tag p {
	margin: 0 0 5px 0;
	line-height: 22px;
	}
	
#tag img {
	margin: 0px 5px 5px 0px;
}

#createtag input {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:12px;
	color:#8F8F8F;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	width: 120px;
	background-color: #FFF;
}

#createtag textarea {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	float: left;
	font-size:12px;
	color:#8F8F8F;
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	width: 400px;
	background-color: #FFF;
	margin-bottom: 5px;
	height: 60px;

}


/*------------------------------------------------------------*
**  Forms
**------------------------------------------------------------*/

#insert {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	font-size:12px;
	color:#8F8F8F;
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	width: 100%;
	background-color: #FFF;
	margin-bottom: 10px;
	height: 25px;

}

form input {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	float: left;
	clear:both;
	font-size:12px;
	color:#8F8F8F;
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-bottom: 10px;

}

form input.button {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	float: left;
	clear:both;
	font-size:12px;
	color:#8F8F8F;
	padding:4px;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	width: 140px;
	background-color: #FFF;
	margin-bottom: 10px;

}

form textarea {
	font-family: "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	float: left;
	clear:both;
	font-size:12px;
	color:#8F8F8F;
	padding:5px;
	background-color:#F1F1F1;
	border:1px solid #A9D2FE;
	background-image:url(../images/input.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #FFF;
	margin-bottom: 10px;
	height: 300px;

}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/

ul.thumb {
	display:inline;
	padding:0;
	border-right:5px none;
	border-bottom:5px none;
	border-left:5px none;
	margin-bottom:15px;
}
ul.thumb li {
display:inline;
}
img.pic {
	margin-left: 5px;
	margin-top: 5px;
	border-width: 1px;	
	border-style: solid;
	border-color: #666666;
}

#thumb {
	margin-bottom:4px;
	margin-right:4px;
	float:left;
	border: 1px solid #666666;
	height: auto;
	color:#666666;
	background: #F8F8F8;
	width: 147px;
	height:150px;
}

#thumb h1 {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:left;
	color:#6e5c49;
	padding: 0px 0px 0px 5px;
	margin:0px;
}

#thumb p {
	text-align: right;
	color: #6e5c49;
	padding: 0px 5px 0px 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
}

#thumb:link, #thumb:visited {
	border: 1px solid #666666;
	text-decoration:none; 
	text-align:left;
	color:#000000;
}

#thumb:hover, #thumb:active {
	border: 1px solid #666666;
	text-decoration:none; 
	text-align:left; 
	background-color:#a5e04e;
	color:#000000;
}

#thumb p:link {
	color:#000000;
	text-decoration:none;
	
}

/*------------------------------------------------------------*
**  Billedalbum
**------------------------------------------------------------*/	

div.billede {
	padding-left: 6px;
	padding-bottom: 6px;
	float: left;
}

div.billede a {
	border: 3px solid #a5e04e;
	display:block; 
}

div.billede a:hover {
	border: 3px solid #1aa4cb;
	display:block; 
}

img.img {
	border: 3px solid #FFFFFF;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	clear:both;
	width: 100%;
	z-index: 1;
	position: relative;	
	bottom:0;
	padding: 10px 0;	
	margin-top: 40px;
	background-color: #CCCCCC;		
	color: #000;	
	font-size: 11px;
	border-top: 3px solid #999;
	}
	
#footer p { 
	margin: 0 10px; text-align: center; 
}

#footer a:hover { 
	background-color: #222; 
}
