/* 
	---------------------------------
	CSS-dokument för Svepa Rottweiler 
	---------------------------------
*/


/* BODY */
body {
	background-image: url('../images/bg.gif');
	/*background-color: #1078E1;
	background-image: url('../images/bakgrund_test.jpg');
	background-position: top center;
	background-repeat: no-repeat;*/
	background-attachment: fixed;
	margin-top: 0px;
	}

/* CSS för de logiska delarna, main, header, menu, content och footer */
#main {
	margin: auto;
	background-image: url('../images/bg_content.gif');		
	clear: both;
	height: auto;
	width: 762px;
	}

#menu {
	float: left;
	margin-top: 0px;
	padding-top: 0px;
	margin-right: 0px;
	width: 140px;
	}

#contentStart {
	margin-top: 5px;
	padding-bottom: 15px;
	padding-top: 20px;
	float: left;
	width: 350px;
	}

#right {
	width: 230px;
	float: left;
	margin-left: 0px;
	margin-top: 5px;
	padding-top: 20px;
	}

#contentMain {
	margin-top: 5px;
	padding-bottom: 15px;
	padding-top: 20px;
	float: left;
	width: 580px;
	}

#contentLeft{
	width: 350px;
	float: left;
	}

#contentRight{
	width: 230px;
	float: left;
	margin-left: 0px;
	}

#contentWide{
	width: 510px;
	float: left;
	}

#footer {
	background-image: url('../images/bg_footer.gif');
	clear: both;
	margin: auto;
	width: 762px;
	height: 29px;
	}


/* CSS för p-taggar */
#contentStart p, #right p, #contentMain p, #contentLeft p, #contentRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #000000;
	}

#contentStart p, #contentMain p, #contentLeft p {
	margin: 0 0 10 0px;
	padding-left: 55px;
	/*padding-right: 20px;*/
	}

#right p {
	margin: 0 0 0 0px;
	padding-left: 30px;
	}

#contentRight p {
	margin: 0 0 10 0px;
	padding-left: 30px;
	/* padding-right: 20px; */
	}

.bread {
	padding-left: 38px;
	width: 300px;
	}

.breadLeft, .breadLeftTop {
	padding-left: 38px;
	width: 295px;
	}

.breadLeftTop {
	margin-top: 8px;
	}

.breadWide {
	padding-left: 38px;
	width: 510px;
	}

.breadRight {
	padding-left: 40px;
	width: 200px;
	}

#footer p {
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 732px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #336699;
	}

#menu p.menu {
	padding-bottom: 5px;
	padding-top: 5px;
	margin:  0 0 0 0px;
	color: #336699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	}

#menu p.menuStyleInfo {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 20px;
	margin:  0 0 0 0px;
	color: #707F63;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	}

p.image {
	margin: 0 0 10 0px;
	padding-left: 20px;
	}


/* TABELLER */
table.table, table.tableBorderless {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 10px 0px 20px 55px;
	clear: both;
	}

table.table {
	background-color: #F8FAF6;
	border-top: 1px solid #9DC096;
	border-left: 1px solid #9DC096;
	}

td.table, td.tableBorderless {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	}

td.table {
	border-bottom: 1px solid #9DC096;
	border-right: 1px solid #9DC096;
	}


/* RUBRIKER */
h1.rubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	}

h2.underrubrik {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-left: 55px;
	margin-top: 0px;
	margin-bottom: 0px;
	}


/* ILLUSTRATUINER */
#header img, #right img {
	margin: 0;
	padding: 0;
	display: block;
	}

#content img {
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	/*float: left;*/
	}
	
#footer img {
	vertical-align: middle;
	border: none;
	clear: both;
	}

#menu img {
	margin-left: 15px;
	margin-bottom: 15px;
	border: none;
	}


/* LÄNKAR */
a {
	color: #707F63;
	text-decoration: none;
	}

a:hover {
	color: #000;
	text-decoration: underline;
	}
	
#menu a {
	padding-left: 20px;
	}
	
#menu a:link {
	text-decoration: none;
	/*color: #AD9484;*/
	color: #707F63;
	}
	
#menu a:visited {
	text-decoration: none;
	/*color: #AD9484;*/
	color: #707F63;
	}
	
#menu a:hover {
	text-decoration: underline;
	color: #64574E;
	}
	
#menu a:active {
	text-decoration: none;
	}


/* AKTIVT MENYVAL */
#active {
	background-image: url('../images/aktiv.gif');
	background-repeat: no-repeat;
	background-position: left;
	}


/* --- LISTA --- */

#content ul, #contentLeft ul, #contentRight ul{
	font-family: verdana, arial, helvetica;
	font-size: .7em;
	line-height: 1.6em;
	}

#content ul li, #contentLeft ul li, #contentRight ul li{
	margin: 0 0 8px 30px;
	/*padding: 0 0 0 15px;*/
	}


/* FORMULÄR */
.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	}

.alert {
	color: #F0004A;
	}
	
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #F2F2F2;
	border: 1px solid #646464;
	padding: 0 10 0 10px;
	margin-right: 5px;
	}
	
.input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #ACACAC;
	margin-top: 1px;
	margin-bottom: 5px;
	}
