/*   
Theme Name: magacss
Theme URI: http://www.magasinetskeramik.se
Description: Magasinets tema av Ailo och Petter
Author: Ailo och Petter
Author URI: http://www.laff.se
*/

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #e7e2e2;
    font-family: Verdana;
    font-size: 0.74em;
    cursor:default;
    }
#container {
    width: 800px;
    height: 100%;
    margin: 0 auto 0 auto;
    padding-top: 5px;
}
a {
	cursor: pointer;	
}
#logo {
	position: relative;
	width: 800px;
	height: 77px;
	background-image: url(logo.png);
	background-repeat: no-repeat;
}
#menu {
	position: relative;
	width: 800px;
	height: 45px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#top {
	position: relative;
	top: -2px;
	width: 800px;
	height: 5px;
	background-image: url(topp.png);
	background-repeat: no-repeat;
}
html > body #top {top:0;}

#main {
	position: relative;
	top: -12px;
	width: 800px;
	height: auto;
	background-image: url(bakgrund.png);
	background-repeat: repeat-y;
	background-color: #e7e2e2;
	padding-left: 5px;
	padding-right: 5px;
}
html > body #main {top:0;}

#botten {
	position: relative;
	top: -12px;
	width: 800px;
	height: 36px;
	background-image: url(botten.png);
	background-repeat: no-repeat;
}
html > body #botten {top:0;}

#foten {
	text-align: center;
	color: black;
	width: 800px;
	position: relative;	
}

p {
   margin-left: 40px;
   margin-right: 0px;
}

h1, h2, h3, h4, h5, h6 {
margin-left: 30px;
margin-bottom: 30px;
}

img {
	border-color: #000000;
}

#flashcontent {
	width: 790px;
	height: 600px;		
}
a.footer {
	color: #000;
	text-decoration: underline;
}
a:visited.footer {
	color: #000;
	text-decoration: underline;
}
a:hover.footer {
	color: gray;
	text-decoration: none;
}
