/* CSS code for Sharpix.se*/

/*GENERAL*/
body {
	background-color:#a6a8aa;
	background-image:url('../bilder/sp_background.png');
	background-repeat:repeat-x;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.left {
	text-align:left;
}

.floatgroup:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*CONTAINERS*/
/*MAIN CONTAINER------------------------------------------------------*/
#main-container {
	margin: 0 auto 0 auto;
	width: 802px;
	
	/*border: 1px solid #000;*/
}

/*TOPMENU CONTAINER---------------------------------------------------*/
#topmenu-container {
	width: 100%;
	height: 50px;
	
	background-image:url('../bilder/logo_text.png');
	background-repeat:no-repeat;
	
	text-align:right;
}

#topmenu-container img {
	border: none;	
}

#topmenu-container ul {
	float:right;
	padding:0;
	margin:0 0.5em 0 0;
	
	position:relative;
	bottom:-29px;
	
	list-style-type:none;
}


#topmenu-container li {
	float:left;
}

#topmenu-container a {
	margin: 0 0 .5em 1em;

	color:#eed;	
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	
	font-family:"Lucida Grande", Verdana, sans-serif;
}

#topmenu-container a:hover {
	color:#fff;
}
/*HEADFRAME CONTAINER-------------------------------------------------*/
#head-container {
	background-repeat: no-repeat;
	background-position: center center;
	width:800px;
	height:200px;
	
	border: 1px solid #000;
	
	background-color:#eed;
}

#head-container img {
	width:800px;
	height:200px;
}

/*Mainframe-container holds leftframe and rightframe 
 * to make sure the background goes all the way down to
 * bottom-container.--------------------------------------------------*/
#mainframe-container {
	height:100%;
	min-height:100%;
	
	background-color:#fff;
	
	border-left:1px solid #000;
	border-right:1px solid #000;
}

#mainframe-container h1 {
	margin-top:0.1em;
	
	color: #c9ac3f;
	font-size: 18px;
	/* old color #cca552*/
}

#mainframe-container h2 {
	margin-top:1em;
	
	font-style: italic;
	color: #c9ac3f;
	font-size: 12px;
	/* old color #cca552*/
}

#mainframe-container p {
	margin-top:1em;
	
	color: #000;
	font-size: 11px;
}

#mainframe-container ul {
	/*margin-left:1em;*/
}

#mainframe-container li {
	margin-bottom:0.5em;
	
	list-style-type:circle;
}

#mainframe-container table {
	width: 380px;
	margin-top: 1em;
	
	table-layout:fixed;
	border-collapse:collapse;
	border:1px solid #ddd;
	
	font-size:10px;
	text-align: center;
}

#mainframe-container thead {
	background-color: #e9cc5f;
}


#mainframe-container th {
	border-left:1px solid #fff;
	border-right:1px solid #fff;

	font-weight:normal;
	vertical-align: middle;
}

#mainframe-container tr {
	
}

#mainframe-container tr.odd {
	background-color:#e9e9e9;
}

#mainframe-container td {
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	
	vertical-align: middle;
}

#mainframe-container fieldset {
	margin: 0 0 0.4em 0;
}

#mainframe-container fieldset label {
	display:block;
	margin:0 0 3px 0;
	font-weight:bold;
}

#mainframe-container input {
	width:90%;
	padding: 3px;
	font-size: 1.0em;
	border: 1px solid #444;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	background-color:#e9e9e9;
	
	/*Has more styles in css3.css*/
}

#mainframe-container input:focus {
	background-color: #fff;
}

#mainframe-container select {
	width:92%;
	background-color: #e9e9e9;
}

#mainframe-container option {
	background-color: #fff;
}

#mainframe-container div.button {
	margin:2em auto 1em auto;
}

#mainframe-container div.button a {
	padding: 5px 14px;
	
	color: #fff;
	border: 1px solid #c9ac3f;
	background: #c9ac3f url('../bilder/button_bg.png') repeat-x 0 55%;
	
	text-decoration:none;
	
	/*Has more styles in css3.css*/
}

/*LEFTFRAME CONTAINER-------------------------------------------------*/
#leftframe-container {
	width: 380px;
	padding: 10px;
	float: left;
	
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

/*RIGHTFRAME CONTAINER------------------------------------------------*/
#rightframe-container {
	float: right;
	width: 379px;
	padding: 10px;
	
	border-left: 1px solid #bbb;
	
	font-family:"Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

#footer-container {
	padding:0.5em;
	
	text-align:left;
	font-family: "courier new", monospace;
	font-size: 12px;
	text-decoration: none;
	color: #eed;
}

#footer-container table {
	width:100%;
	
	table-layout:fixed;
}

