
body
{
	font-family: "Verdana" , Arial, Sans-Serif;
	font-size: 0.85em;
	font-weight: normal;
	margin-top: 40px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #EEEEEE;
	width: 100%;
}
h1
{
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a
{
	text-decoration: none;
}
h2
{
	font-size: 2em;
	color: #999999;
	font-weight: normal;
	font-style: italic;
}
h3
{
	font-size: 1.5em;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 0 .8em;
}

p
{
	font-family: "Verdana" , Arial, Sans-Serif;
	font-size: 0.85em;
	font-weight: normal;
	margin: 0 0 2em 0;
	line-height: 1.8em;
	font-size: 1em;
}

em
{
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}
a
{
	color: #9D2900;
	font-weight: bolder;
	text-decoration: none;
}
a:hover
{
	color: #CC3300;
	text-decoration: none;
}
img
{
	border: 0;
}


li
{
	line-height: 1.8em;
	font-size: 1em;
}


.wrap
{
	width: 900px;
	margin: 0 auto;
}
* html body
{
	width: 100%;
}
*:first-child + html body
{
	width: 100%;
}
* html body div div
{
}
*:first-child + html body div div
{
	text-align: left;
}

#header
{
	width: 900px;
	height: 120px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url('/Rytmus2/Bilder/Rytmuslogo.jpg');
	background-repeat: no-repeat;
}
#menu
{
	float: right;
	padding: 0px;
	list-style: none;
}
#menu li
{
	display: inline;
}
#menu a
{
	display: block;
	float: left;
	margin-left: 20px;
	padding: 4px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover
{
	color: #000;
}
#menu .active a
{
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}

#teaser
{
	clear: both;
	height: 237px;
	background: #fff url('/Rytmus2/Bilder/teaserbg.jpg') repeat-x;
}
.box
{
	float: left;
	width: 480px;
	color: #CCCCCC;
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	margin-left: 10px;
}
#image
{
	float: right;
	width: 388px;
	position: relative;
	top: 0px;
	background: url('/Rytmus2/Bilder/logotype.jpg') no-repeat top right;
	height: 237px;
	margin: 0px;
	padding: 0px;
}

#bar
{
	height: 25px;
	font-size: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #C0C0C0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
* html #bar
{
}
*:first-child + html #bar
{
}
.rightColumn
{
	padding-left: 20px;
	padding-bottom: 20px;
}


.step
{
	cursor: pointer;
	color: #FAFDDD;
	padding: 4px 0 0 11px;
	margin: 0 35px 0 0;
	font-size: 1.6em;
	float: left;
	text-align: center;
	height: 30px;
}

.step a
{
	color: #870615;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bolder;
	text-decoration: none;
	font-size: 1em;
}
.step a:hover
{
	color: #CC3300;
	margin-top: 0;
	margin-right: 3px;
	margin-bottom: 0;
	margin-left: 0;
	font-weight: bolder;
	text-decoration: none;
}

.col
{
	float: left;
	width: 540px;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 16px;
	margin-left: 0;
	padding-left: 10px;
}
.last
{
	float: right;
	margin: 0;
	width: 310px;
}

.info
{
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}

#footer
{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	background-image: url('/Rytmus2/Bilder/small_logotype.jpg');
	background-repeat: no-repeat;
	background-position: right 13px;
}
#footer .right
{
	float: right;
	margin: 0 55px 0 0;
}
#footer a
{
	color: #808080;
	font-weight: bold;
}
/*Generell info ang menykomponent och klasser
Menyn renderar en UL-LL-lista och sätter klasser beroende på
vilken nivå som renderas samt om menypunkten eller någon menypunkt i aktuell gren är vald.


Ex .CS_DefaultHorizontalMenuSelectedItem a

Första nivån på toppmenyn där aktuell menypunkt är vald

Ex .CS_DefaultHorizontalMenuSelectedParent a

Första nivån på toppmenyn där ett barn till aktuell menypunkt är vald

Ex .CS_DefaultHorizontalMenuHasChildren

Första nivån på toppmenyn där det finns unermenypunkter.

Ex .Rytmus_LeftTreeMenu2

Andra nivån på vänstermenyn

Osv, se källkod för ytterligare klasser





*/


/*CSS kopplat till topmenyn*/

.CS_DefaultHorizontalMenu1
{
	list-style: none;
	color: #CC3300;
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	text-decoration: none;
}
.CS_DefaultHorizontalMenu1 li a
{
	text-decoration: none;
	font-size: 14px;
}
.CS_DefaultHorizontalMenu1 li
{
	float: left;
	padding-left: 20px;
}
.CS_DefaultHorizontalMenuSelectedItem a, .CS_DefaultHorizontalMenuSelectedParent a
{
	color: #CC3300 !important;
}
/*CSS kopplat till Vänstermenyn för vanliga sidor*/
.Rytmus_LeftTreeMenu2 li
{
	visibility: hidden;
	list-style-type: none;
}
.Rytmus_LeftTreeMenu2 li li
{
	visibility: visible;
	list-style-type: none;
}
.Rytmus_LeftTreeMenu2 li li
{
	visibility: visible;
	list-style-type: none;
}
/*CSS kopplat till Vänstermenyn för startsidan*/
.Rytmus_Startpage_LeftTreeMenu2 li
{
	visibility: hidden;
}
.Rytmus_Startpage_LeftTreeMenu2 li li
{
	visibility: visible;
}
.Rytmus_Startpage_LeftTreeMenu2 li li
{
	visibility: visible;
}

/* Klasser som kan sättas i webbitor

Dessa klasser läggs till genom att i redigeringsformuläret klicka på komponenten
webbitor 2.0 och i egenskaper för klassnamn skriva in ytterligare klasser som ska 
kunna väljas. Klassen måste även finnas med här för att komma upp i listan
*/

.red
{
	color: #9D2900;
}

.boxwhite 
{    
	margin: 0;    
	line-height: 1.8em;    
	font-size: 0.9em;    
	font-style: italic;    
	color: #333333;    
	background-color: #FFFFFF;    
	padding: 5px;    
	border: 1px solid #999999; 
}

.imageleftborder
{    
float: left;    
border: 1px solid #999999;    
margin-top: 5px;    
margin-right: 5px;    
margin-bottom: 5px; 
}