/* 
    Document   : style
    Created on : 2010-maj-28, 19:18:47
    Author     : Johan
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
root { 
    display: block;
}
body {
	padding: 0px;
	background-image: url(../images/body_bacground.png);
	background-repeat: repeat-x;
	margin: 0px;
	background-position: top;
}
.menu_list{
	display:inline;
	color: #FFF;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	float: none;
}
#background {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -25px;
	margin-left: 0px;
	height: 150px;
	padding: 0px;
	 background-image: url(../images/background.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#logo {
	margin: 0 auto;
	padding: 0px;
	height: 110px;
	width: 750px;
	background-image: url(../images/grennberg.png);
	background-repeat: no-repeat;
	background-position: left;
}
#menu {
	margin: 0 auto;
	height: 50px;
	padding: 0px;
	display: block;
	width: 720px;
}

#menu ul{
	margin: 0 auto;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#menu li{
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li a:link, #menu li a:visited{
	display: block;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	color: #000;
	text-decoration: none;
	height: 30px;
	width: 140px;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: normal;
	font-variant: normal;
}
#menu li a:hover {
	color:#C00;
}
#menu li a.current, #menu li a.current:hover, #menu li a.current:active {
	color:#C00;
	cursor:default;
}
#content {
	background-color: #FFF;
	height: 450px;
	width: 750px;
	clear: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#content_text {
	background-color: #FFF;
	margin: 0px;
	float: left;
	height: 430px;
	width: 350px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
}
#content_image {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 450px;
	width: 390px;
	background-image: url(../images/test.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#footer {
	background-color: #FFF;
	padding: 10px;
	height: 10px;
	clear: both;
	width: 730px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
}
p {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
#content_text_mailform {
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.knapptext {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
}


