/* CSS code for sandby-jujitsu.se
 * Title: 		Master css file
 * Author: 		http://telliria.deviantART.com/
 */

/*BODY & HTML*/
html
{
	margin:0px;
	padding:0px;
}

body
{
	background-repeat:repeat;
	background-image:url('../bilder/Ginko Leaves Pattern 2.jpg');
	margin:0px;
	padding:0px;
	
	font-size:100%;
}

/*TEXTSTYLES & FIXES*/
span.bold
{
	font-weight:bold;
}

span.italic
{
	font-style:italic;
}

span.underline
{
	text-decoration:underline;
}

.floatgroup:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*CONTAINERS*/
#page-container
{
	width:875px;
	margin: 25px auto auto auto;
}

#header
{
	height:136px;
	width:800px;
	background-image:url('../bilder/SSJK4 head.png');
}

#content-holder
{
	background-image:url('../bilder/content-holder background.png');
	background-repeat:repeat-y;
}

#menu
{
	float:right;
	width:150px;
	height:300px;
	margin-top:20px;
	background-image:url('../bilder/menu background.png');
}

#menu dl
{
	padding:0;
	margin-top:12px;
	list-style-type:none;
	text-align:center;
}

#menu dt
{
	line-height:120%;
}

#menu a
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8125em;
	font-style:normal;
	text-decoration:none;
	letter-spacing:0.0625em;
	color:#aa0505;
}

#menu a:hover
{
	color:#000000;
}

#content
{
	margin-right:150px;
	min-height:400px;
	padding: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
}

	/*HEADERS & PARAGRAPHS*/
	#content h1
	{
	margin-bottom:0.75em;
	
	font-size:1.0em;
	font-weight:bold;
	color:#AA0505;
	}
	#content h2
	{
	margin-bottom:0.75em;
	
	font-size:0.8em;
	font-weight:bold;
	color:#aa0505;
	}
	#content h3
	{
	margin-bottom:0.8em;
	
	font-size:0.75em;
	font-weight:normal;
	color:#AA0505;
	}
	#content p
	{
	margin-bottom:1em;
	
	line-height:1.4em;
	
	font-size:0.8em;
	}
	
	
	/*TABELLER*/
	#content table
	{
		margin-bottom:0.75em;
		
		font-size:0.75em;
		font-weight:normal;
		
		text-align:left;
	}
	#content table.kontaktTabell
	{
		width:100%;
	}
	#content td
	{
		padding: 5px;
	}
	#content td.center
	{
		text-align:center;
	}
	#content th
	{
		padding: 5px;
	}
	
	
	/*LÄNKAR*/
	#content a.preview:link {color: #000000; text-decoration: none; padding:5px;}
	#content a.preview:visited {color: #000000; text-decoration: none; padding:5px;}
	#content a.preview:hover {text-decoration: underline; padding:5px;}
	
	
	/*BILDER*/
	#content img
	{
		border: thin solid #000000;
		margin:5px;
		
	}
	#content img.noborder
	{
		border: none;
		margin: 5px;
	}
	#content img.alignright
	{
		float:right;
	}
	/*div-tag för att centrera saker*/
	div.center
	{
		text-align:center;
	}

#footer
{
	background-image:url('../bilder/bottom-container background.png');
	background-repeat:no-repeat;
	height:25px;
	width:800px;
	padding-left:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	font-style:normal;
	line-height:1.7em;
}
	

