/**
 *
 *   Main Style Sheet File
 *   Copyright (c) 2010. by MASSVision, http://massvision.net
 *   Author: Vladimir Ignjatijevic
 *
 **/

@import "header.css";
@import "menus.css";
@import "content.css";
@import "templates.css";
@import "footer.css";
@import "table.css";
@import "admin.css";
@import "pagination.css";

* {
    padding: 0;
    margin: 0;
}
html, body#licensehouse {
	height: 100%;	
}

body#licensehouse{
    background: url('../Images/Background/licence-house-home-pozadina.jpg') top center no-repeat #fff;
    font-size: 12px;
    font-family: "Trebuchet MS", sans-serif;
    /*color: #033456;*/
    color: #4D648D;
}

body#licensehouse div#container {
	display: block;
	position: relative;

	margin: 0 auto;
	padding: 0px;

	width: 896px;
	min-height: 100%;
        _height: 100%;
}
/**
* ie6 hack
*/
* html body#licensehouse div#container {
	height: 100%;	
}

img,
img a {
	border: 0px;
}
img.zoomable {
	cursor: pointer;
}

body#licensehouse h1 {
	color: #033456;
	margin-bottom: 18px;
}

body#licensehouse h2 {
   color: #858B95;
	font-size: 20px;
	margin-bottom: 15px;
}

body#licensehouse p {
	display: block;
	position: relative;
	margin-bottom: 10px;	
	/*color: #033456;*/
   color: #4D648D;
    font-size: 13px;
}

body#licensehouse table{
    width: 100%;
    position: relative;
}

body#licensehouse a:link, 
body#licensehouse a:visited {
	text-decoration: none;
	color: #F0040B;
}

body#licensehouse a:active,
body#licensehouse a:hover {
	text-decoration: underline;
	color: #F0040B;
}

