/*	Reset
 	  by Eric Meyer, meyerweb.com
----------------------------------------------------------------------------- */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,
big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/*	Layout
 	  by Martin Svahn, shibby.se
----------------------------------------------------------------------------- */


body{background:#5D5F3E;font-family:Arial,sans-serif;font-size:12px;}
#wrapper{background:#848657 url(images/bg.gif) top right;width:800px;border:2px solid #fff;margin:50px auto 0 auto;position:relative;}
#header{border-bottom:2px solid #fff;width:800px;height:65px;overflow:hidden;}
#header #logo{float:left;margin-left:300px;}
#nav{float:right;}
#nav li{float:left;}
#nav li a{display:block;height:65px;width:63px;border-left:1px solid #fff;text-indent:-9999px;}
#nav #start{background:url(images/menu/start.gif) no-repeat;}
#nav #start:hover{background:url(images/menu/start_o.gif) no-repeat;}
#nav #gesall{background:url(images/menu/gesall.gif) no-repeat;}
#nav #gesall:hover{background:url(images/menu/gesall_o.gif) no-repeat;}
#nav #bilder{background:url(images/menu/bilder.gif) no-repeat;}
#nav #bilder:hover{background:url(images/menu/bilder_o.gif) no-repeat;}
#nav #kontakt{background:url(images/menu/kontakt.gif) no-repeat;}
#nav #kontakt:hover{background:url(images/menu/kontakt_o.gif) no-repeat;}

#content{width:800px;overflow:hidden;}
#leftbar{float:left;margin-right:12px;}
#leftbar img{border-bottom:1px solid #fff;}
#marknader{height:85px;width:278px;padding:10px 0 10px 10px;background:#BBBD8B;overflow:auto;position:absolute;top:419px;left:0;}
#marknader span{display:block;color:#000;font-size:14px;font-weight:bold;margin-top:4px;}
#rightbar{float:left;}
#rightbar #top {height:100px;}
#text{background:#F2EFE3;width:460px;height:284px;padding:20px;overflow:auto;}
h1{margin-bottom:15px;font-size:18px;}
p{line-height:150%;margin-bottom:14px;}
.default{margin-bottom:20px;}
.default li{padding:5px;list-style:disc;margin-left:10px;}
.fr{float:right;margin-left:10px;}
.fl{float:left;margin-right:10px;margin-top:10px;}

#footer{width:800px;overflow:hidden;}
#footer div{width:479px;float:right;padding:10px;background:#848657;border-left:1px solid #fff;border-top:2px solid #fff;color:#fff;font-size:11px;}

/* -------------------------------------------------------------------------- */


.hide,.hidden,hr{display:none;}