/*
 * Project:		Rönninge Gymnasium CSS 
 * Author:		Tomas Lindahl
 * 
 */


/* General properties */

body {
	background: #e8edf4;
	color: #313131; 
}

div#grid { /* For layouting purposes, hide when finished */
	background: url("../images/structure/grid.gif") center top;
}

div.puff {
	background: url("../images/structure/puff_information.jpg") center top;
}
	
/* Font properties */
p {
	color: #313131;
}

div#footer p {
	color: white;
}

table tr td {
	color: #313131;
}

table tr td p {
	color: #313131;
}

h1, h2, h3 {
	color: #434343;
	border-bottom: solid #434343 1px;
}

h2, h3 {
	border: none;
}

div#programme_menu h1 {
	color: #717376;
	border: none;
}
/* Image properties */

img.border {
	border:solid #eae9e9 6px;
}
 
a img {
	border: none;
}
/* Link properties */
a {
	color: #434343;
}
div#content_main a {
	color: #296299;
	text-decoration: underline;
}
div#content_main a:hover {
	text-decoration: underline;
}
a span.bullet_orange {
	background: url("../images/structure/bullet_orange.gif") no-repeat left;
}
a span.bullet_blue {
	background: url("../images/structure/bullet_blue.gif") no-repeat left;
}
div#content_main  div.puff ul li a {
	color: white;
}

/* Misc properties */
table.bluebox {
	background: #e8edf4;
	border: solid #f6f8fb 6px;
}

/* Top bar */
div#top_bar {
	background: url("../images/structure/top_bar_background.gif") repeat-x;
}

/* Header properties */
div#logo {
	background: url("../images/structure/logo.png") no-repeat;
}
div#header {
	background: url("../images/structure/header_background.jpg") repeat-x bottom;
}

	div#header div#header_content div#programme_menu {
		background: url("../images/structure/programme_menu_background.png") no-repeat;
	}
	
div#header div#header_content div#snapshot_box {
	background: url("../images/structure/header_content_snapshots.png") no-repeat;
}

/* Programme menu */

div#programme_menu div.menu ul li {
	/*background: url("../images/structure/bullet.gif")  no-repeat left 7px;*/
}
	div#programme_menu div.menu ul li a {
		color: #1e3b59;
	}
	
	div#programme_menu div.menu ul li a:hover {
		color: #376ea6;
	}
	
		
/* Main menu properties */

div#menu_main div.menu ul li a {
	color: white; 
}
div#menu_main div.menu ul li a.selected {
	color: black;
	background: white;
}		

div#menu_main div.menu ul li a:hover {
	color: black;
	background: url("../images/structure/menu_main_hover.gif") white repeat-x bottom;
}
div#menu_main div.menu ul li a.selected:hover {
	background: none;
	background: white;
	color: black;
}	

/* Sub menu properties */
div#column_left.subpage div.menu{
	background: #e8edf4;
	border-top: 11px solid #a6a9ae;
}
div#column_left.subpage div.menu ul li {
	background: url("../images/structure/submenu_bullet.gif") no-repeat left 4px ;
}
div#column_left.subpage div.menu ul li a {
	color: #434343;
}

/* Content wrapper */
div#content_wrapper {
	background: url("../images/structure/content_wrapper_background.jpg") #e8edf4 repeat-y center;
}
/* Content main properties */

/* Column properties */

div#student_opinion {
	width: 100%;
	height: 200px;
	background: url("../images/structure/students.jpg") no-repeat; 
}
/* Footer properties */

div#footer div#footer_content {
	color: white;
}
div#footer div#footer_bottom {
	background: url("../images/structure/footer_bottom_background.gif") no-repeat;
}

/* Misc properties */


