* 
{
margin:0;
padding:0;
}

html, body 
{
background: #CFE1E5; //url(../images/gfx/body_bg.gif) repeat top left;
margin:0;
padding:0;
font-family: "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Sans-Serif;
font-size: 11px;
font-weight:normal;
line-height: 18px;
color:#333;
text-align: center;
behavior:url("../csshover.htc");
}


#container_normal
{
width: 750px;
margin:0 auto;
padding: 0;
text-align:left;
background:#f2f2f2;
border: 10px solid #f5f5f5;
}

#container
{
width: 750px;
margin:0 auto;
padding: 0;
text-align:left;
background:transparent url(../gfx/container_bg.gif) repeat-y top center;
border: 10px solid #f5f5f5;
}


#content {
padding: 0;
margin:0;
background-color: transparent;
}

#content_smal{
padding: 0 230px 0 0;
margin:0;
background-color: transparent;
}


#right {
float: right;
display: inline;
width: 230px;
background: transparent;
border: none;
margin: 0 0 0 10px;
}


#footer {
padding: 10px 0 0 0;
margin: 10px 0 0 0;
text-align: center;
background: #eee;
color: #999;
letter-spacing: 0.2em
font-size: 90%;
}



/* #### SPELPLAN #### */


div#spelplan_left {
float: left;
display: inline;
width: 300px;
margin:10px 0; 
}

div#spelplan_right {
float: right;
display: inline;	
width: 300px;
margin:10px 50px 0 0; 
}

/* TRE KOLUMNER */
/*
div#spelplan_left {
float: left;
display: inline;
width:230px;
margin:10px 10px 10px 0;
}

div#spelplan_middle {
float: left;
display: inline;
margin:10px 10px 10px 0;
width:230px;
}

div#spelplan_right {
float: right;
display: inline;	
width:230px;
margin:10px 10px 10px 0; 
}

*/

/* #### SHOP #### */


div#artikel_left {
float: left;
display: inline;
width: 200px;
margin:10px 0; 
}

div#artikel_right {
float: right;
display: inline;
width: 200px;
margin:10px 10px 0 0;
}

table.produkter {
width: 480px;
}

table.produkter td {
width: 50%;
vertical-align: top;
}

div.order {
background: #f2f2f2;
border: 1px solid #e2e2e2;
margin: 10px 20px;
}

.antal { border:1px solid #999933; background:#fff;margin-top:5px;}
.border {border:1px solid #999933;}

/* #### PRESS #### */


div.press_left {
float: left;
display: inline;
width: 320px;
margin: 20px 0; 
}

div.press_right {
float: right;
display: inline;	
width: 320px;
margin:20px 50px 20px 0; 
}


/* #### LANKAR #### */


div.lankar {
margin: 10px 20px 20px 20px;
width: 700px;
padding: 10px 0 0 0;
background: #f8f8f8;
border: 1px solid #e8e8e8;
}

div.lankar:hover {
background: #f2f2f2;
border: 1px solid #e2e2e2;
}

/* ### PRESENTATION ### */

div.presentation {
display:inline;
float:left;
width:180px;
margin: 0 0 20px 0;
padding: 0;
}

/* ### GASTBOK ### */

div.gastbok {
margin: 10px 20px 30px 20px;
width: 700px;
padding: 10px 0 0 0;
background: #f8f8f8;
border: 1px solid #e8e8e8;
}

div.gastbok_svar {
background: #666;
color:#f8f8f8;
}


/* ## FLASH ### */
.flash {
width: 240px;
height: 360px;
float: right;
display: inline;
margin: 10px 20px 20px 20px;
border:0px solid #ccc;
 }

/* #### HUVUMENY #### */



#menu ul 
{
margin: 0 0 20px 0; 
list-style-type:none; 
background: url(../gfx/start.jpg) no-repeat top left;
color: #fff;
width: 750px;
height: 250px;
text-align: right;
}
/*
#menu.dagbok ul 
{
background: url(../gfx/dagbok.jpg) no-repeat top left;
}
*/

#menu li { 
padding: 0;
margin: 0;
line-height:25px;
list-style-image: none;

}


#menu li a
{
color: #fff;
padding:0;
text-transform: uppercase;
height:25px;
line-height:25px;
display: block;
padding: 0 20px 0 0;
font-weight: bold;
font-size: xx-small;
letter-spacing: 0.18em;

}

#menu li a:link
{
color: #fff;
text-decoration: none;
}


#menu li a:hover
{
color: #fff;
text-decoration: none;
/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../gfx/hover_bg-trans.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#menu[id] li a:hover {
background: url(../gfx/hover_bg-trans.png) no-repeat top left;
}



#menu #active a
 {
cursor: default;
color: #E3E3D6;

/* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='../gfx/hover_bg-trans.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
#menu[id] #active a {
background: url(../gfx/hover_bg-trans.png) no-repeat top left;
}


/* L&auml;nkar */


a {
font-weight: normal;
letter-spacing: none;
text-decoration: none;
color: #A13E1F;
}

a:link {
text-decoration: none;
color: #A13E1F;
}

a:visited {
text-decoration: none;
color: #A13E1F;
}

a:hover {
text-decoration: none;
color: #333;
}

div.lankar a{
width: 100%;
display: block;
}

div.lankar:hover a {
color: #333;
}



/* Typo */
p {
padding:0 20px 10px 20px;
}

#right p {
padding:0 10px 10px 10px;
}
	
																		
h1, h2{
padding: 5px 20px 10px 20px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-family: "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Sans-Serif;
color: #333;
}

h3 {
padding: 5px 20px 5px 20px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-family: "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Sans-Serif;
color: #333;
}


div.lankar h3{
padding: 5px 10px 10px 10px;
text-align: right;
}

div.lankar p{
padding: 5px 10px 10px 10px;

}


div.lankar h1:hover{
color: #666;
}



#right h3 {
padding: 5px 0px 5px 10px;
text-transform: uppercase;
letter-spacing: 0.2em;
font-family: "Lucida Grande", Lucida, Geneva, Verdana, Helvetica, Sans-Serif;
color: #333;
}


h1 {
font-size: 160%;
}

h2 {
font-size: 130%;
}

h3 {
font-size: 100%;
}

ul {
margin: 0 20px 10px 40px; 
list-style-type: none;
}

li {
padding: 0;
margin:0;
list-style-type: none;
list-style-image: url(../gfx/bullet.gif);
}



#right ul {
list-style-type:none;
margin: 0 0 10px 10px; 
}

#right li {
padding: 0;
margin:0;
list-style-type: none;
list-style-image: none;
}

/* Forms */

input, textarea
{
border:1px solid #ccc;
font-family: "Lucida Grande", Geneva, Verdana, Helvetica, Sans-Serif;
font-size:x-small;
padding: 2px;
margin:1px 0;
color:#333;
background:#f4f4f4;
}

select 
{
border:1px solid #ccc;
background:#f4f4f4;
font-family: "Lucida Grande", Geneva, Verdana, Helvetica, Sans-Serif;
font-size:x-small;
padding: 0;
color:#333;
}

input[type=submit],input[type=reset],input[type=button] 
{
font-weight: bold;
letter-spacing:0;
background:#f4f4f4;
color: #A13E1F;
font-size: x-small;
padding: 0 5px;
line-height:normal;
margin-bottom: 10px;
}

input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover 
{
color:#333;
background: #f4f4f4;
}


img {
margin:10px 10px 0 20px;
padding:0;
border: 1px solid #ccc;
}

img.presentation {
margin:10px 0 10px 20px;
padding:0;
border: none;
}

div.press_left img {
border:none;
}

div.press_right img {
border:none;
}


div.lankar img{
margin:0 10px;
padding: 0;
border: 0px solid #ddd;
}

img.borderless {
border: 0px solid #ddd;
margin:0px;
padding:0px;
	}

div.form
{
width:500px;
margin: 0 0 0 20px;
padding: 0;
}

div.floater  /* form-elementen*/ 
{
float:left;
display:inline;
width:180px;
margin:10px 0;
padding:0 25px 0 0;
}
	
