body {
  overflow: scroll;
  overflow: -moz-scrollbars-vertical;
  background-color:#333333;
}

#container {

	margin-left:5px;
	/* background-color:#555555; */
	width:814px;						/* Change */
	border:0px solid black;
}

.shadow_top {
	
	height:22px;							/* change */
	font-size:0px;
	/* background-image: url('../images/shadow_top.gif');	 */
	
}	

.shadow_left {

	width:22px;							/* change, when changing this - also change width of #container = (original width of container = 880 + 											   (this width * 2))*/
	font-size:1px;
	/* background-color:green; */	
	/* background-image: url('../images/shadow_left.gif'); */	
	background-repeat:repeat-y;
}

.shadow_right {
	
	width:22px;							/* change, when changing this - also change width of #container = (original width of container = 880 + 											   (this width * 2))*/
	font-size:1px;
	/* background-color:green;	 */
	/* background-image: url('../images/shadow_right.gif'); */	
	/* background-repeat:repeat-y; */

}

.shadow_bottom {
	
	height:22px;							/* change */
	font-size:0px;
	/* background-image: url('../images/shadow_bottom.gif');	 */
	
}

#mainheader {

	float:left;
	width:770px;						/* change = same witdh as #shadow_top */
	height:171px;						/* change */	
	/* background-color:yellow; */
	background-image: url('../images/mainheader.jpg');


}

#mainheader_logotype {
	
	float:left;
	width:770px;
	height:125px;
	background-color:#ffffff;
	
	background-image: url('../images/logotype.jpg');
	background-repeat:no-repeat;
}
	

#between_mainheader_mainmenu {

	float:left;
	width:770px;						/* change = same width as #shadow_top */
	height:1px;							/* change */
	background-color:white;
	font-size:1px;

}

#mainmenu {
	
	float:left;
	width:770px;						/* change = same width as #shadow_top */
	height:27px;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	border-top:1px solid #cccccc;

}





ul#mainmenu
{
	width:770px;
	border:0px solid black;
	list-style:none none outside;
	padding:0;
	margin:0;
	clear:left;
	overflow:hidden;
	
}

ul#mainmenu li
{
	float:left;
	margin:0;

border-left:1px solid #cccccc;
	height:27px;
	width:126px;

	
}

ul#mainmenu li a
{
	display:block;
	padding-top:4px;
	text-indent:15px;
	height:27px;
	width:126px;
	font-family:Century Gothic, Tahoma;
	font-size:11px;
	font-weight:bold;

	/* background: url("../images/menufade_background3.gif") repeat-x;  */
}

/* Contact-menu */
ul#mainmenu li .contact
{
	float:left;
	margin:0;
	height:27px;
	width:139px;


}



ul#mainmenu li a .contact
{

	display:block;
	padding-top:4px;
	text-indent:15px;
	height:27px;
	width:139px;

	font-family:Verdana;
	font-size:11px;
	font-weight:bold;

	/* background: url("../images/menufade_background3.gif") repeat-x;  */
}


ul#mainmenu li a:hover
{

		color: #666666;
		/* background-color:#aaaaaa; */
		text-decoration:none;
		background-image: url("../images/menu_hover.jpg"); 

}

ul#mainmenu li a:link
{
		color: #666666;
		text-decoration:none;
		/* background: url("../images/menufade_hover3.gif") repeat-x; */ 

}

ul#mainmenu li a:visited
{
		color: #666666;
		text-decoration:none;
		/* background: url("../images/menufade_hover3.gif") repeat-x; */ 

}

ul#mainmenu li .on 
{
			color: #666666;
		/* background-color:#aaaaaa; */
		text-decoration:none;
		/*	background: url("../images/menufade_selected3.gif") repeat-x;  */
		background-image: url("../images/menu_active.jpg"); 

		
}

ul#mainmenu li .oncontact
{

		width:139px;
		color: #666666;
		/* background-color:#aaaaaa; */
		text-decoration:none;
		/*	background: url("../images/menufade_selected3.gif") repeat-x;  */
		background-image: url("../images/menu_active.jpg"); 
}







#submenu {
	
	float:left;
	width:770px;						/* change = same width as #shadow_top */
	height:17px;

	background-repeat: repeat-x;
	border-top:1px solid #cccccc;
	overflow:hidden;


}

ul#submenu, #submenu li {

}



ul#submenu
{	
	float:right;
	width:770px;
	border:0px solid black;
	list-style:none none outside;
	padding:0;
	margin:0;
	clear:left;
	overflow:hidden;
	background-color:#dddddd;

}

ul#submenu li
{
	float:left;
	margin:0;
	height:27px;
	width:120px;

	
}

ul#submenu li a
{
	display:block;
	padding-top:1px;
	text-align:center;
	height:27px;
	width:120px;
	font-family:Century Gothic, Tahoma;
	font-size:10px;
	font-weight:bold;

	/* background: url("../images/menufade_background3.gif") repeat-x;  */
}








ul#submenu li a:hover
{

		color: #333333;
		/* background-color:#aaaaaa; */
		text-decoration:none;
		background-color:#eeeeee;

}

ul#submenu li a:link
{
		color: #333333;
		text-decoration:none;
		/* background: url("../images/menufade_hover3.gif") repeat-x; */ 

}
ul#submenu li a:visited
{
		color: #333333;
		text-decoration:none;
		/* background: url("../images/menufade_hover3.gif") repeat-x; */ 

}




ul#submenu li .on 
{
			color: #eeeeee;
			background-color:#ffffff;
		/* background-color:#aaaaaa; */
		text-decoration:none;
		/*	background: url("../images/menufade_selected3.gif") repeat-x;  */


		
}







#mainwhitespace {

	float:left;
	width:770px;						/* change = same width as #shadow_top */
	min-height:250px;
	background-color:#ffffff;

	
}


#maincontent {
	
	float:left;
	width:740px;						/* change = smaller than width of #mainwhitespace */
	min-height:320px;					/* change = smaller than min-height of #mainwhitespace */
	margin-left:20px;					/* change */
	margin-top:10px;					/* change */
	border:0px solid black;

}

#maincontent_content {
	
	font-family:Verdana;
	font-size:11px;
	float:left;
	width:400px;
	min-height:320px;						/* height = same height that min-height of #maincontent */
	text-align:left;	
	margin-top:25px;
	margin-left:10px;
	


}



#maincontent a:hover {
	color:#666666;
}


	
#maincontent_content li {
	font-family:Verdana;
	font-size:11px;
	
}
	
#maincontent_content table {
	width:400px;
}

#maincontent_content td {
	font-family:Verdana;
	font-size:11px;

}

#maincontent_content input {
	font-family:Verdana;
	font-size:11px;
	width:150px;
}


#maincontent_boxes {
	
	float:right;
	width:205px;
	height:300px;					/* height = same height that min-height of #maincontent */
	text-align:left;
	border:0px solid black;
	padding-top:10px;
	font-family:Verdana;
	font-size:11px;

}

.boldtitle {

	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;

}

.normaltext {

	text-align:left;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;

}

.normaltext_right {

	text-align:right;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;

}

#footer {
	
	position:relative;
	float:left;
	width:770px;						/* change = same width as #container */
	height:43px;
	

}

#footer_content {

	float:left;
	width:590px;
	height:43px;						/* change = same height as #footer */
	font-family:Verdana;

	color:#ffffff;
	background-image: url('../images/footer_bg.jpg');	

}

#footer_content table {
	
	margin-top:9px;
	margin-left:20px;
	width:550px;
	color:#ffffff;
	font-family:Verdana;

}

#footer_content td {

	font-family:Verdana;
	font-size:12px;

}



#footer_picture {
	
	float:right;
	width:180px;						/* change = width of #footer - width of #footer_content */		
	height:43px;						/* change = same height as #footer */
	background-image: url('../images/footer_bg.jpg');	
	text-align:right;

}



#tree {

	position:relative;
	padding-top:25px;
	margin-top:-469px;					/* change margins */
	margin-left:470px;					/* so tree will be positioned correctly */
	text-align:left;
	width:270px;
	min-height:426px;
	height:436px;
	border:0px solid red;
	
	opacity: 0.56; filter: alpha(opacity=56);		/* Transparancey in tree */
	z-index:0;
	/* background-image: url('../images/tree.gif');	*/
	
}




/* Boxes to the right */
.box {
	
	margin-top:30px;
	margin-left:130px;					/* change */
	width:200px;						/* change */

}



.box_content {
	position:relative;
	height:70px;
	font-family:Verdana;
	font-size:11px;
	padding-left:7px;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding-top:9px;
	z-index:5;


}

.box_title {

	position:relative;
	height:23px;
	color:#ffffff;
	font-family:Verdana;
	font-size:11px;
	text-indent:5px;
	background-image: url('../images/menu_bg.jpg');
	background-repeat: repeat-x;
	padding-top:3px;
	z-index:4;
	opacity: 0.75; filter: alpha(opacity=75);
	
}

.box_footer {
	height:21px;

}

.box_footerleft {
	
	position:absolute;
	margin:0px;
	height:21px;
	min-height:20px;
	float:left;
	width:23px;
	background-image: url('../images/box_footerleft.gif'); 
	z-index:6;
}

.box_footerright {

	position:relative;
	margin:0px;
	height:21px;
	min-height:20px;
	float:right;
	width:178px;
	text-align:right;
	font-family:Verdana;
	font-size:11px;
	border-bottom:1px solid #000000;
	border-right:1px solid #000000;

	z-index:7;	

}


.readmore {

	position:relative;
	z-index:7;
	float:right;
	font-family:Verdana;
	font-size:11px;
	margin-top:0px;
	width:60px;
	height:16px;	
	text-align:left;
	margin-right:6px;
	border:0px solid black;	


}

.readmore a:hover {
	
	color:#666666;
	font-weight:bold;
	text-decoration:none;
	
}

.readmore a:active {

	color:#666666;
	text-decoration:none;

}

.readmore a:visited {

	text-decoration:none;

}

.readmore a:link {


	text-decoration:none;

}

h1 {

	display:inline;
	font-weight:normal;
	font-size:16px;
	font-family:Verdana;
	color: #555555;
	font-weight:bold;
}


p {
	
	margin-top:4px;
	font-weight:normal;
	font-size:11px;
	font-family:Verdana;
	color: #191919;
	margin-bottom:0px;

}

.breadtext_over_picture {

	font-family:Verdana;
	font-size:9px;
	font-style:italic;
	float:left;
	margin-top:7px;

}

.breadtext_under_picture {

	font-family:Verdana;
	font-size:9px;
	font-style:italic;
	float:left;

}


.upordown_picture img {
	
	float:left;
	width:100px;

}

.upordown_picture_middle img {
	
	float:left;
	width:150px;

}


.upordown_picture_large img {
	
	float:left;
	width:360px;
	margin-left:-3px;

}

.text_right  {
	width:350px; /* 350 */


	
}

.text_right_middle {
	width:250px;
}



.text_right_large {
	width:150px;
}


.left_picture {
	width:100px;

}

.left_picture img {
	
	float:left;
	width:100px;
	margin-right:10px;

}

.right_picture img {
	
	float:left;
	width:100px;	

}



.left_picture_large img {
	
	float:left;
	width:250px;
	margin-right:10px;

}

.right_picture_large img {
	
	float:right;
	width:250px;
	margin-left:10px;

}


.left_picture_middle img {
	
	float:left;
	width:150px;
	margin-right:10px;

}


.right_picture_middle img {
	
	float:right;
	width:150px;
	margin-left:10px;

}


/* arrows */
#arrows {

	margin-top:2px;
	position:relative;
	text-align:left;
	float:none;
	height:40px;
	width:390px;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:bold;



}

#arrowpicture_left {
	
	position:relative;
	float:left;
	width:25px;
	height:25px;


}

#arrowpicture_left img {
	position:relative;
	float:left;
	width:15px;
	height:15px;
	
}


#arrowpicture_right {

	position:relative;
	float:left;	
	width:25px;
	height:25px;


}

#arrowpicture_right img {
	float:left;	
	width:15px;
	height:15px;
}


#arrowpicture_up {
	
	position:relative;
	float:left;
	width:25px;
	height:25px;
	
}

#arrowpicture_up img {
	float:left;
	width:15px;
	height:15px;
}


#arrowpicture_down {
	position:relative;
	float:left;
	width:25px;
	height:25px;

}

#arrowpicture_down img {
	float:left;
	width:15px;
	height:15px;
}


#arrows_breadtext {

	margin-top:2px;
	position:relative;
	text-align:left;
	float:none;
	height:40px;
	width:400px;
	font-family:Verdana;
	font-size:11px;
	font-style:normal;
	font-weight:bold;


}

#admin_files {
	
	float:left;
	text-align:left;
	margin-top:30px;
	width:400px;
	height:70px;

}


#logintext {
	
	font-family:Verdana;
	font-size:12px;
	float:none;
	margin-left:30px;

}

#logintext a {

	margin-left:30px;	
}

#logintext a:hover {
	color:#ff0000;
	text-decoration:none;
	font-weight:bold;
}

#logintext a:link, a:visited, a:active {

	color:#000000;
	text-decoration:none;
	font-weight:bold;

}


.input_selected {
    border:1px solid #be2f28;
}

.input_normal {
    border:1px solid #333333;
}

