@import "layout.css";
@import "modules.css";
@import "formular.css";
@import "navigation.css";
@import "shopnavbar.css";

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, verdana, sans-serif;
    font-size: 12px; 
    font-weight: normal;
}

hr {
    background-color:#A9A9A9;
    border:medium none #A9A9A9;
    color:#A9A9A9;
    height:1px;
}

h1 {font-size: 20px; color: #000;}
h2 {font-size: 18px; color: #000;}
h3 {font-size: 16px; color: #000;}
h4 {font-size: 12px; color: #000;}

a {text-decoration: none; color: #000;}

a.active {color: #000;}

a:hover {color: #808080;}

img {border-color: #fff;}

#content_text ul {
	margin: 0px 0px 0px 15px !important;
}

#content_center a, #content_center a:active {text-decoration: none; color: #0071B9;}
#content_center a:hover {color: #808080;}

#sidebar_right a, #sidebar_right a:active {text-decoration: none; color: #000 !important;}
#sidebar_right a:hover {color: #808080;}

div.home_right_div h2 {
	max-width: 160px;
	overflow: hidden;
}

#map span {
	display: none;
}
