/* CSS Document */

html, body{
	background-color:#ffffff;
	background-image:url(graphics/hege_bg.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:.9em;
	color:#000000;
}

#header{
	border-bottom:1px solid #000000;
	text-align:center;
	width:100%;
	float:left;
}
#menu{
	width:17%;
	float:left;
}

#mainmenu{
	border:1px solid #000000;
	list-style:none;
	padding:0;
	margin:.5em .5em .5em 0;
	text-align:center;
}

#mainmenu li{
	background-color:#cccccc;
	margin:.2em;
	padding:.2em 0 .2em 0;
}

#mainmenu li a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#main{
	width:82%;
	border-left:1px dashed #cccccc;
	float:left;
}
#maincontents{
	margin-left:1em;
	text-align:justify;
	line-height:1.5;
}

#maincontents h1{
	text-align:center;
	margin-top:.5em;
	padding-top:0;
	color:#666666;
	text-decoration:underline;
}

#bottom{
	width:100%;
	border-top:1px solid #000000;
	float:left;
}
.formtable input[type=text]{
	border-top:0;
	border-right:0;
	border-bottom:1px dashed #999999;
	border-left:0;
	width:300px;
}

.formtable textarea{
	border:1px dashed #999999;
	width:300px;
	height:100px;
	background-color:#CCCCCC;
}
.formtable_left{
	text-align:right;
	vertical-align:top;
}
.formtable_right{
	text-align:left;
	vertical-align:top;
}
#hege_guestbook{
	padding:.5em;
}

.hege_guestbook_field{
	margin-bottom:1em;
	padding:.5em;
}
.hege_guestbook_field legend, #hege_guestbook legend{
	margin-bottom:1em;
	background-color:#999999;
	font-weight:bold;
	color:#000000;
	padding:.3em;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
}

fieldset{
	border:1px solid #999999;
}

#hege_blogmain{
	width:70%;
	float:left;
}
#hege_blogright{
	width:29%;
	float:left;
}

#hege_blogmain h2{
	float:left;
}
.hege_blog_date{
	font-size:90%;
	color:#666666;
	float:right;
}

#hege_blogmain .text{
	float:left;
	clear:left;
}

#hege_blogmain .hege_hege_blog_comments{
	float:left;
	clear:left;
	width:100%;
	color:#666666;
}
.hege_blog_block{
	clear:left;
}
.commentform{
	display:none;
}
#album{
	margin-top:10px;
	clear:both;
}
.albumimages{
	width:150px;
	height:100px;
	border:1px solid #666666;
	padding:3px;
	margin:3px;
}

#videoplayer{
	float:left;
}


#movielist{
	float:left;
}
