.div {
	border: 1px solid #00FF00;
}

/* Links */

a:link		{ color:#1844b3; }
a:visited	{ color:#1844b3; }
a:active	{ color:#1844b3; }
a:hover		{ color:#1844b3; }

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: #1E93E5; text-decoration: none;}
a.menu_active:visited	{ color: #1E93E5; text-decoration: none }
a.menu_active:active	{ color: #1E93E5; text-decoration: none }
a.menu_active:hover		{ color: #FFFFFF; text-decoration: none }

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 }



/* page */

body, td {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#tdWhite {
	background-color:#FFFFFF;
}

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 */



#wrap_top {
	background-image: url(images/templates/header.jpg);
	background-repeat: no-repeat;
	float:left;
	background-color:#000000;
	height:175px;
	width:685px;
	
}

#wrap_logo {
	float:left;
	margin:0px;
	padding-top:8px;
	padding-left:10px;
}

#wrap_mainMenu {
	float:left;
	width:680px;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;
	margin:0px;
	font-weight:bold;
	background-color:#333333;
	
}

.mainMenuSpace {
	margin:3px;
	vertical-align:middle;

}

.mainMenuPicture {
	margin:0px;
	vertical-align:middle;
	border:none;
}


#wrap_topRight {
	float:right;
	width:135px;
	padding-top:15px;
}

#flags {
	float:left;
	width:130px;
	padding-right:5px;
	text-align:left;
	padding-bottom:1px;
}

.inputTop {
	width:100px;
	height:15px;
	margin-bottom:0px;
	margin-right:2px;
	margin-top:2px;
	padding-left:4px;
}
.selectTop {
	width:76px;
	height:15px;
}



/* start */

#wrap_start {
	float:left;
	width:685px;
	background-image:url(images/templates/bg_start.gif);
}

#startLeft {
	float:left;
	width:481px;
	padding:20px;
}



/* Start Right */ 

#startRight {
	float:right;
	width:140px;
	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;
}

/* News list */



#wrap_bottomStart {
	background-image:url(bilder/mallar/bg_news.gif);
	background-repeat: repeat-x;
	float:left;
	padding-top:5px;
}

#wrap_news {
	float:left;
	width:170px;
	padding:20px;
	margin-right:4px;

}

.news {
	padding-left:7px;
	background-image: url(bilder/mallar/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;
}

.wrap_newsList {
float:left;
clear:both;}



/* Calender List */

#wrap_cal {
	float:left;
	width:170px;
	padding:20px;
}

.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;
	background-image: url(bilder/mallar/submenu_left_bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	width:685px;
}

/* 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/subMenu_dot.gif);
	background-repeat: no-repeat;
	width:110px;
}


/* 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/subMenu_dot.gif);
	background-repeat: no-repeat;
	display:inline;
	display:inline;
}


#contentRight {
	padding:20px;
	padding-top:10px;
	padding-left:0px;
	float:right;
	width:500px;
}




/* Comments */

#wrap_comments {
	padding-top:0px;
	margin:0px;
	width:100%;
	float:left;
	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/subMenu_dot.gif);
	background-repeat: no-repeat;
	display:inline;
	display:inline;
}

.sitemapSub {
	padding-left:8px;
	margin-top:5px;
	margin-left:35px;
	font-weight:bold;
	font-size:12px;
	background-image: url(bilder/mallar/subMenu_dot.gif);
	background-repeat: no-repeat;
	display:inline;
	
}
.sitemapSub2 {
	padding-left:8px;
	margin-left:65px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/subMenu_dot.gif);
	background-repeat: no-repeat;	
	display:inline;
}

.sitemapSub3 {
	padding-left:8px;
	margin-left:95px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/subMenu_dot.gif);
	background-repeat: no-repeat;
	display:inline;
}

.sitemapSub4 {
	padding-left:8px;
	margin-left:125px;
	font-weight:normal;
	font-size:12px;
	background-image: url(bilder/mallar/subMenu_dot.gif);
	background-repeat: no-repeat;
	display:inline;
}



/* Search */

#wrap_search {
	padding:35px;
	margin:0px;
	float:left;
}

/* Print */

#wrap_print {
	width:600px;
	padding:20px;
	float:left;
}

#printTop {
	padding:0px;
	margin:0px;
	float:left;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width:100%;	
}

#printLogo {
	padding-left:10px;
	float:left;
}

#printSource {
	padding:0px;
	margin:0px;
	float:left;	
	margin-top:50px;
	margin-left:15px;	
	display:inline;
}


#printContent {
	padding:0px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin:0px;
	float:left;	
}






/* Fonts*/

H1 {
	color:#1844b3;
	font-size:24px;
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

H2 {
	color:#1844b3;
	font-size:16px;
	font-family: Arial;
	text-decoration: none;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}

H3 {
	color:#1844b3;
	font-size:11px;
	font-family: Verdana, Arial;
	text-decoration: none;
}

p {
	margin-bottom:9px;
	margin-top:0px;
}





/*bottom*/
#tdFooter {
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	background-color:#ececec;
	border-top:solid 1px #999999;
	border-bottom:solid 1px #999999;
	font-size:11px;
	
}



#bannerBottom {
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	text-align:center;

}

	
#joshua {
	width: 190px;
	height: 320px;
	float: right;
	margin: 10px;
	padding: 0;

}