/* CSS för att styra utseendet på Danviksports webbsidor*/


body
{
margin:0;
padding:0;
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
font-size: 14px;
}
#head1
{
background-image: url('design/head1.gif');
width: 770px;
height: 167px;
}
#head2
{
/*background-image: url('design/head2.gif');*/
background-color: #999999;
width: 770px;
height: 36px;
}
#logo
{
float: left;
margin-left: 10px;
margin-top: 5px;
border: 0;
}
#left
{
position: absolute;
left:0;
width: 0px;
height: 0px;
background: #E6E7E8;
}
#center
{
margin-left: 0px;
width: 720px;
padding: 25px;
background: #E6E7E8;
border: 0px;
border-style: solid;
border-top-color: #A1A1A2;
border-left-color: #A1A1A2;
border-bottom-color: #EEEEEF;
}


#center2
{
margin-left: 0px;
width: 720px;
padding: 25px;
height: 100px;
background: #E6E7E8;
border: 0px;
border-style: solid;
border-top-color: #A1A1A2;
border-left-color: #A1A1A2;
border-bottom-color: #EEEEEF;
}

.menu {
margin-top: 30px;
width: 160px;
border: 1px solid #060C6F;
background-color: #B7D3F0;
font-family: verdana, arial, sans-serifl;
font-size: 110%;
text-align: center;
}

h1
{
font-size: 140%;
text-align: left;
}
h2
{
font-size: 100%;
text-align: left;
}
#topmenu
{
float: right;
margin-right: 10px;
margin-top: 10px;
}

#topmenu a {
font-size: 16px;
font-weight: bold;
color: #060C6F;
text-decoration: none;
margin-left: 20px;
}

ul, li 
{
list-style-type: none;
margin: 0;
padding:0;
line-height: 30px;
}

#sidfot {
margin-top: 15;
margin-bottom: 5;
padding: 3;
background: #E6E7E8;
border: 1px;
border-style: solid;
border-top-color: #A1A1A2;
border-left-color: #A1A1A2;
border-bottom-color: #EEEEEF;
}

#sidfot p  {
font-size: 11px;
font-family: 'Trebuchet MS', verdana, arial, sans-serif;
color: #000000;
font-weight: regular;
font-style: normal;
text-align: center;
vertical-align: center;
}

#box1 {
	width: 30em;
	float: left;
	padding: 5px;
	border: 1px solid #999999;
	
}

