/* Start of CMSMS style sheet 'huthesa' */
/*
Set initial font styles
*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	line-height: 18px;
	
	font-variant: normal;
	color: #52110F;
  
}

* { 
margin: 0; 
padding: 0; 
outline: 0; 
}


/*
set font size for all divs,
this overrides some body rules
*/


/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
  
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   text-decoration:none;
   color: #956747; 
}

a:visited {

   background-color: inherit;
  color: #956747;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #55110e;
}

h3 {
padding-bottom:20px;
}
body {
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
	background-color:#61912d;
	
}
p { margin:0; }

#wrap {
	background-color:#FFF;
	width:960px;
	margin:0em auto;
background-image:url(images/contentbg.jpg);
	background-repeat:repeat-y;
}

#main {

}

#header {
	background-image:url(images/header.jpg);
	height:156px;
}
#footer {
padding:6px 0px 0px 80px;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
height:21px;
line-height: 12px;
font-size: 12px;
text-transform:uppercase;
font-weight:bold;

}

#sidebarimage {
position:inherit;
	background-image:url(images/softmotiv.jpg);
background-repeat:no-repeat;
	height:259px;
width:241px;
}

#content {
	margin-left:385px;
        padding-right:70px;
        padding-left:10px;
padding-bottom:10px;
}

#sidebar {
        list-style:none;
	width:300px;
	float:left;
        text-transform:uppercase;
        font-weight:bold;
        margin: 0px; 
        
        color: #956747;
        text-decoration: none; 
        line-height:2em;
        letter-spacing:5px;
        min-height:1em; /* Fixes IE7 whitespace bug*/ 
	padding:0 0 0 80px;
	
}
#sidebar a:active {
color:#55110e;
}
#footer {
	clear:left;
}
.produktbild { width:200px; padding-right:20px; float:left;}
/* End of 'huthesa' */

