.div {
	border: 1px solid #FF0000;
}

/* Links */

a:link		{ color: #881c1c; text-decoration: none;}
a:visited	{ color: #881c1c; text-decoration: none }
a:active	{ color: #881c1c; text-decoration: none }
a:hover		{ color: #333333; text-decoration: none }

a.menu:link		{ color: #FFFFFF; text-decoration: none;}
a.menu:visited	{ color: #FFFFFF; text-decoration: none }
a.menu:active	{ color: #FFFFFF; text-decoration: none }
a.menu:hover	{ color: #CCCCCC; text-decoration: none }

a.menu_active:link		{ color: #f3e830; text-decoration: none;}
a.menu_active:visited	{ color: #f3e830; text-decoration: none;}
a.menu_active:active	{ color: #f3e830; text-decoration: none;}
a.menu_active:hover		{ color: #f3e830; text-decoration: none;}

a.menu_active { 
	
}


a.subMenu:link		{ color: #444444; text-decoration: none;}
a.subMenu:visited	{ color: #444444; text-decoration: none }
a.subMenu:active	{ color: #444444; text-decoration: none }
a.subMenu:hover	{ color: #333333; text-decoration: none }

a.subMenu_active:link		{ color: #881c1c; text-decoration: none;}
a.subMenu_active:visited	{ color: #881c1c; text-decoration: none }
a.subMenu_active:active	{ color: #881c1c; text-decoration: none }
a.subMenu_active:hover		{ color: #881c1c; text-decoration: none }

a.subMenu2:link		{ color: #444444; text-decoration: none;}
a.subMenu2:visited	{ color: #444444; text-decoration: none }
a.subMenu2:active	{ color: #444444; text-decoration: none }
a.subMenu2:hover	{ color: #333333; text-decoration: none }

a.subMenu2_active:link		{ color: #881c1c; text-decoration: none;}
a.subMenu2_active:visited	{ color: #881c1c; text-decoration: none }
a.subMenu2_active:active	{ color: #881c1c; text-decoration: none }
a.subMenu2_active:hover		{ color: #881c1c; text-decoration: none }

a.none:link		{ color: #000000; text-decoration: none;}
a.none:visited	{ color: #000000; text-decoration: none }
a.none:active	{ color: #000000; text-decoration: none }
a.none:hover	{ color: #000000; text-decoration: none }

a.white:link	{ color: #FFFFFF; text-decoration: none;}
a.white:visited	{ color: #FFFFFF; text-decoration: none }
a.white:active	{ color: #FFFFFF; text-decoration: none }
a.white:hover	{ color: #FFFFFF; text-decoration: none }


/* page */

body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


form {
	padding:0px;
	margin:0px;
}

input {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}

select {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #999999;
	font-size:11px;
}





/* top */

#top {
background-image:url(bilder/mallar/colour/top.jpg);
background-repeat:no-repeat;
width:752px;
height:260px;


}

/* Search */

#search {
	padding:0px;
	margin-left:20px;
	margin-top:13px;
	float:left;
}

.searchBottom {
	vertical-align:bottom;

}

.inputTop {
	width:200px;
	height:15px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:2px;
	padding-left:4px;
}
.selectTop {
	width:76px;
	height:15px;
}




#wrap_mainMenu {
	float:left;
	width:740px;
	padding:6px;
	font-weight:bold;
	background-color:#444444;
}

#mainMenu {
	float:left;
	width:600px;
}

.mainMenuLink {
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	float:left;

}


#flags {
	float:right;
	width:130px;
	padding-right:5px;
	text-align:right;
	padding-bottom:1px;
}




/* start */

#wrap_start {
	float:left;
	width:100%;
	
}

#startLeft {
	float:left;
	width:450px;
	padding:20px;
}



/* Start Right */ 

#startRight {
	float:right;
	width:177px;
	padding:10px;
	font-size:11px;
}

.inputStart {
	width:120px;
	height:15px;
	margin-bottom:4px;
	margin-top:1px;
}

.rightHead {
	margin-bottom:5px;
}

.userName {
	font-size:14px;
	font-weight:bold;
	color:#881c1c;
	margin-top:2px;
	margin-bottom:10px;
}

.dayEntryHeader {
	font-size:12px;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:0px;
}

.dayEntryText {
	font-size:11px;
	font-weight:normal;
	margin-top:2px;
	margin-bottom:10px;
}

#bannerStartRight {
	float:left;
	margin-top:15px;
	margin-left:18px;
}

/* News list */




#wrap_news {
	float:left;
	clear:both;
	padding-bottom:10px;
	width:180px;
}

.newsTitle {
	font-size:12px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}


.news {
	padding-left:7px;
	background-image: url(bilder/mallar/colour/news_dot.gif);
	background-repeat: no-repeat;	
}

.newsDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.newsHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.newsText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}

/* Calender List */

#wrap_cal {
	float:left;
	width:170px;
	padding:20px;
clear:both;
}

.cal {
	margin:0px;
	margin-bottom:5px;
	padding-left:7px;
	
}

.calDate {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:0px;
	color:#666666;
}

.calHead {
	font-size:14px;
	font-weight:bold;
	margin-top:2px;
	margin-bottom:0px;
}

.calText {
	font-size:11px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:7px;
}


 

/* Content */

#wrap_content {
	padding:0px;
	margin:0px;
	float:left;
}

/* subMenu */
#wrap_subMenu {
	padding:20px;
	float:left;
	width:110px;
	font-weight:bold;
}

.subMenuBox {
	padding-left:10px;
	margin-bottom:5px;
	float:left;
	clear:both;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}


/* subMenu2 */

#wrap_subMenu2 {
	padding-bottom:3px;
	padding-top:7px;
	padding-left:15px;
	float:right;
	width:420px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-weight:bold;
}

.subMenu2Box {
	float:left;
	margin-left:5px;
	padding-left:8px;
	padding-right:10px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}


#contentRight {
	padding:20px;
	float:right;
	width:390px;
}




/* Comments */

#wrap_comments {
	padding-top:0px;
	margin:0px;
	width:100%;
	float:left;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
}

.commentInput {
	font-size:11px;
	margin-top:6px;
	
}

.inputText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	height:100px;
	width:250px;
}

#commentList {
	padding-top:10px;
	margin:0px;
	width:100%;
	float:left;	
}

.comment {
	padding-top:0px;
	padding-bottom:5px;	
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;	
	width:300px;
}

.commentTitle {
	font-size:14px;
	font-weight:bold;
	padding-top:10px;
	color:#333333;
}

.commentInfo {
	font-size:11px;
	font-weight:normal;
	padding-top:6px;
	color:#881c1c;
}

.commentUser {
	font-weight:bold;
	font-size:11px;
}


.commentText {
	padding-top:2px;
}




/* Sitemap */

#wrap_sitemap {
	padding:35px;
	margin:0px;
	float:left;
}

.sitemapMain {
	padding-left:8px;
	margin-top:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:14px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub {
	padding-left:8px;
	margin-top:5px;
	margin-left:35px;
	font-weight:bold;
	font-size:12px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
	
}
.sitemapSub2 {
	padding-left:8px;
	margin-left:65px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;	
}

.sitemapSub3 {
	padding-left:8px;
	margin-left:95px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}

.sitemapSub4 {
	padding-left:8px;
	margin-left:125px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/colour/subMenu_dot.gif);
	background-repeat: no-repeat;
}




/* Print */

#wrap_print {
	padding:20px;
	float:left;
}

#printTop {
	padding:0px;
	margin:0px;
	float:left;
	clear:both;

}

#printLogo {
	padding-left:10px;
	float:left;
}

#printSource {
	padding:0px;
	margin:0px;
	float:left;	
	margin-top:50px;
	margin-left:15px;	
}


#printContent {
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	float:left;	
	clear:both;	
	padding-top:10px;
	margin-top:10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;

}






/* Fonts*/

H1 {
	color:#4a4a4a;
	font-size:28px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

H2 {
	color:#4a4a4a;
	font-size:18px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

H3 {
	color:#4a4a4a;
	font-size:12px;
	font-family: Verdana, Arial;
	text-decoration: none;
font-weight:bold;
}


/*bottom*/

#bannerBottom {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	text-align:center;
	
}




/* Menu */


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;


	}

.transMenu.top .items {
	border-style: solid;
	border-color: #FFFFFF;
	border-width:1px;
	margin-top:0px;	
	

}

/* each TR.item is one menu item */
.transMenu .item {
	background-color:#444444;
    color:#FFFFFF;
    font-size:11px;
    text-decoration:none;
	border-color: #FFFFFF;
	border:2px;	



	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
	background-color:#444444;
	position:absolute;
	left:0px; top:0px;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	border-color: #FFFFFF;
	border:2px;	

	}


/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
	background:#303030;
	color:#FFFFFF;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:0px;
	}

.menuSpaceTop {
	height:6px;
	}

.menuSpaceBottom {
	height:6px;
	}
