﻿*
{
    margin:0px;
    padding:0px;
}

a
{
	font: normal normal normal 12px Arial;
    color:White;
    text-decoration: underline;
}

body 
{
    text-align: center;
    background-color:rgb(103,113,119);
}

img,a
{
    padding:0px;
    margin:0px;
	border:0px;
	background-color:rgb(51,65,73);
}

#container
{
    font-size:0px;
    width:750px;
    height:auto;
    margin: 0px auto;
    background-color:rgb(51,65,73);
}

#header
{
	width:750px;
	height:277px;
	margin: 0px auto 20px auto;
}

#lang
{
	position:absolute;
	margin-left:687px;
	width:57px;
	top:125px;
}
#lang a
{
    float:left;
    margin:0px;
	border:0px;
}

/* menu */
div.menu
{
    width:750px;
    margin:0px;
    padding:0px;
}
div.menu a
{
    float:left;
    border-bottom:solid 4px rgb(0,0,0);
}

div.menu a:hover
{
    border-bottom:solid 4px rgb(255,255,255);
}

div.menu img
{
    border-bottom:solid 1px rgb(0,0,0);
}

/* vsebina na strani*/
div.content
{
    clear:both;
    text-align:left;
    margin:0px auto;
    padding:0px;
    width:710px;
}
    
div.contentText
{
    border:solid 0px Black;
    margin: 0px auto;
    border-bottom:solid 1px rgb(92,103,110);
    padding-top:8px;
    padding-bottom:10px;
    float:left;
    width:710px;
    height:100%;
    background: url(imgs/contentBackground_10px.png) repeat-y;
}   

div.text
{
    width:532.5px; 
    float:left;
}
div.text p
{
    color:White;
    font: normal normal normal 12px Arial;
    padding-right:8px;
}

div.odvetnik
{
    color:White;
    font: normal normal normal 13px Arial;
    float: left;
}

div.quote
{
    width:177.5px;
    float:right;
}

div.quote p
{
    color:rgb(83,95,102);
    font: italic normal bold 15pt Georgia,Arial;
    padding-left:15px;
}

/* delovno področje */
div.work
{
    float:left;
    width:710px;
    padding-bottom:45px;
    border-bottom: solid 1px rgb(92,103,110);
}

div.column
{
	float:left;
	width:177.5px;
	font: normal normal normal 12px Arial;
    color:White;
}

/* noga strani */
#footer
{
    clear:both;
    height:197px;
    background-color:rgb(51,65,73);    
}

#footer div.right
{
	float:right;
	width:375px;
}

#footer div.left
{
    float:left;
    width:375px;
    text-align:left;
    padding-top:100px;
}

#footer div.left a
{
	text-decoration: none; 
	color:White;
}

#footer div.left a:hover
{
	text-decoration: underline; 
}

#footer div.left span.test
{
	float:left;
    font-size: 12px;
    font-family:Arial;
    color:White;
	margin:13px 0px 0px 0px;
}

/* slike */

div.title
{
    margin: 0px auto;
    padding:0px;
    border-bottom: solid 1px rgb(92,103,110);
    border-top: solid 1px rgb(92,103,110);
    width:710px;
    height:100%;
}

div.workTitleImg
{
    padding-top:17px;
    padding-bottom:19px;
}
