/****************************************************************
*  File: 	style.css
*  Ver.: 	1;
*  Date: 	080927 13:00
*  Author: 	Rickard Berg
*  Company: gymmettraining.se
*  Desc.:	Contains all style definitions
*****************************************************************/
html, body {
	height: 100%; 
	background-image: url("http://www.gymmettraining.se/BG.jpg");
	background-repeat: repeat;
	color: #666; 
	font-size: 11px; 
	font-family: Verdana, "Lucida Grande", Arial, sans-serif; 
	font-weight: normal;
	}
	
#container-top, #container-middle, #container-bottom {
	width: 814px;
	position: relative;
	margin: 0px auto 0px;
	}
#container-middle {
	border: 0px solid #000;
	height: 100%;
	}	
	
#pageborder-right, #pageborder-left {
	width: 31px;
	min-height: 100%; 
	background-repeat: repeat-y;
	float: left;
	display: inline;
	}

#pageborder-right {
	background-image: url('shade-r.jpg'); 
	}

#pageborder-left {
	background-image: url('shade-l.jpg'); 
	}


#maincontent {
	width: 752px; 
	min-height: 100%;
	background-color: #fff; 
	float: left;
	display: inline;
	/*min-height: 100%;*/
	}

div#footer	{
	clear: both;
	border: 0;
	background-color: #FFF;
	border-top: 0px solid #FFF;
	border-bottom: 0px solid #FFF;
	color: #552;
	width: 752px;
	margin: 0px 0 40px 0px;
	}

div#mainpage, div#links {
	background-color: #fff;
	min-height: 100%;
	clear: both;
	}
	
div#mainpage {
	margin: 10px;
	width: 732px;
	}

div#logo {
	width: 752px; 
	height: 254px; 
	top: 0px; 
	left: 0px; 
	border: 0px solid #999;
	}

div#links {
	width: 100%;
	background-image: url('images/btn_bg.png');
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px 0px 0px 0px;
	float: left;
	border-bottom: 1px solid #1f1f1f;
	}
	
p#linkbtn {
	background-image: url('images/btn_bg.png');
	margin: 0px;
	padding: 2px 15px;
	display: inline;
	color: #fff;
	float: left;
	border-top: 1px solid #bdbdbd;
	border-left: 1px solid #a4a4a4;
	border-right: 1px solid #595959;
	}

a#linkbtn {
	text-decoration: none;
	}

p#rubrik {
	color: #452825;
	font-size: 15px;
	font-weight: bold;
	clear: both;
	}

p#ingress {
	margin-top: 15px;
	color: #623935;
	font-size: 13px;
	clear: both;
	}

p#text {
	color: #666;
	font-size: 11px;
	}
