#posalji{
	background-color: #FFF;
	margin-right: 20px;
	font-size: 13px;
	color: #000;
	height: 30px;
	width: 120px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	
}
#posalji:hover{
	background-color: #F00;
	margin-right: 20px;
	margin-left: auto;
	font-size: 13px;
	color: #000;
	height: 30 px;
	width: 120px;
	float: right;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	transition: color 1s ease;
}


.tablica1{
	width:50%;
	height:15px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: text-bottom;
	word-spacing: normal;
	text-align:left;
	margin-bottom:20px;
	margin-left: 20px;
}
.tablica2{
	width:27%;
	height:10px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
	vertical-align: text-bottom;
	word-spacing: normal;
	text-align:right;
	margin-bottom:20px;
	
}
*, html { font-family: Verdana, Arial, Helvetica, sans-serif; }

body, form, ul, li, p, h1, h2, h3, h4, h5
{
	margin: 0;
	padding: 0;
}
body { background-color: #606061; color: #ffffff; }
img { border: none; }
p
{
	font-size: 1em;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4em;
	margin-left: 0;
}

/* Custom checkbox and radio styles */

fieldset
{
	padding: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	vertical-align: bottom;
	float: none;
	margin-top: 20px;
}	
fieldset p
{
	display: block;

	margin-top: 15px;
	float: left;

	min-height:27px;
	word-spacing: normal;
}
fieldset input[type=text],
fieldset input[type=email]
{
	border: 1px solid #333;
	line-height: 11px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	height: 12px;
	padding-bottom: 4px;
	color: #000;
}
fieldset input[type=text]:focus{
	border: 1px solid #F00;
	line-height: 11px;
	width: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	height: 12px;
	padding-bottom: 4px;
	color: #000;
}

label + p,
input + p
{
	margin-top: 5px;
	float: none;
	clear: none;
}

p > input
{
	padding: 0;
	margin: 0;
	height: 16px;
	width: 16px;
	float: left;
	position: absolute;
	left: 2px;
	opacity: 0;
	top: 632px;
}
p > label 
{
	float: left;
	line-height: 16px;
	color: #fff;
	-moz-transition: color 1s ease;
	-o-transition: color 1s ease;
	-webkit-transition: color 1s ease;
	transition: color 1s ease;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 18px;
	width: auto;
	clear: none;
	margin-right: 20px;
	min-width:70 px;
}
p:not(#foo) > input:hover + label, p:not(#foo) > input:focus + label,
p:not(#foo) > input + label:hover, p:not(#foo) > input:focus + label			{ text-shadow: 1px 1px 3px #000; color: #f00; }

p:not(#foo) > input + label
{
	background: url(gr_custom-inputs.png) 0 -1px no-repeat;
	height: 16px;
}
p:not(#foo) > input[type=radio] + label										{ background-position: 0 -161px; }

/* Checked styles */
p:not(#foo) > input[type=radio]:checked + label 							{ background-position: 0 -241px; }
p:not(#foo) > input[type=checkbox]:checked + label 							{ background-position: 0 -81px; }
p:not(#foo) > input[type=checkbox]:hover:checked + label,
p:not(#foo) > input[type=checkbox]:focus:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover,
p:not(#foo) > input[type=checkbox]:focus:checked + label 					{ background-position: 0 -101px; }
p:not(#foo) > input[type=radio]:hover:checked + label,
p:not(#foo) > input[type=radio]:focus:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover,
p:not(#foo) > input[type=radio]:focus:checked + label 						{ background-position: 0 -261px; }

/* Hover & Focus styles */
p:not(#foo) > input[type=checkbox]:hover + label,
p:not(#foo) > input[type=checkbox]:focus + label,
p:not(#foo) > input[type=checkbox] + label:hover 							{ background-position: 0 -21px; }
p:not(#foo) > input[type=radio]:hover + label,
p:not(#foo) > input[type=radio]:focus + label,
p:not(#foo) > input[type=radio] + label:hover								{ background-position: 0 -181px; }

/* Active styles */
p:not(#foo) > input[type=checkbox]:active + label,
p:not(#foo) > input[type=checkbox] + label:hover:active						{ background-position: 0 -41px; }
p:not(#foo) > input[type=radio]:active + label,
p:not(#foo) > input[type=radio] + label:hover:active						{ background-position: 0 -201px; }
p:not(#foo) > input[type=checkbox]:active:checked + label,
p:not(#foo) > input[type=checkbox]:checked + label:hover:active				{ background-position: 0 -121px; }
p:not(#foo) > input[type=radio]:active:checked + label,
p:not(#foo) > input[type=radio]:checked + label:hover:active				{ background-position: 0 -281px; }

/* Disabled styles */
p:not(#foo) > input[type=checkbox]:disabled + label,
p:not(#foo) > input[type=checkbox]:hover:disabled + label,
p:not(#foo) > input[type=checkbox]:focus:disabled + label,
p:not(#foo) > input[type=checkbox]:disabled + label:hover,
p:not(#foo) > input[type=checkbox]:disabled + label:hover:active			{ background-position: 0 -61px; }
p:not(#foo) > input[type=radio]:disabled + label,
p:not(#foo) > input[type=radio]:hover:disabled + label,
p:not(#foo) > input[type=radio]:focus:disabled + label,
p:not(#foo) > input[type=radio]:disabled + label:hover,
p:not(#foo) > input[type=radio]:disabled + label:hover:active				{ background-position: 0 -221px; }
p:not(#foo) > input[type=checkbox]:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:hover:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:focus:disabled:checked + label,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover,
p:not(#foo) > input[type=checkbox]:disabled:checked + label:hover:active	{ background-position: 0 -141px; }
p:not(#foo) > input[type=radio]:disabled:checked + label,
p:not(#foo) > input[type=radio]:hover:disabled:checked + label,
p:not(#foo) > input[type=radio]:focus:disabled:checked + label,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover,
p:not(#foo) > input[type=radio]:disabled:checked + label:hover:active		{ background-position: 0 -301px; }

#hed {
	clip: rect(0px,0px,auto,0px);

	display: block;
	left: 0px;
	top: 0px;
	right: 0px;
	background-color: #848484;
	padding-top: 10px;
	padding-left: 10px;
	float: left;
	width: 100%;
	height: 95 px;
}

#stupci{
	width:auto;
	height:auto;
	padding-bottom:17px;
	padding-left:5px;
	padding-right:10px;
	margin-top:20px;
	float: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}
#desno{
	width:400px;
	height:auto;
	float:left;
	margin-left:15px;
}
#izbor{
	margin-top:38px;
	float:left;
	bottom: 30px;
	margin-left: 30px;
	width: auto;
	height: auto;
	color:#F00;
}
#gumb_s{
	margin-left: 10px;
	float:left;
	background-image:url(slice/izbornik/staklo.gif);
	display:block;
	text-indent:-9999px;
	width: 112px;
	height: 44px;
	
}
#gumb_s:hover, #gumb_s:active {
	margin-left: 10px;
	float:left;
	display:block;
	text-indent:-9999px;
	width: 112px;
	height: 44px;
	background-image: url(slice/izbornik/staklo1.gif)
}
#gumb_a{
	margin-left: 10px;
	float:left;
	background-image: url(slice/izbornik/aluminij.gif);
	display:block;
	text-indent:-9999px;
	width: 112px;
	height: 44px;
	
}
#gumb_a:hover{
	margin-left: 10px;
	float:left;
	background-image: url(slice/izbornik/aluminij1.gif);
	display:block;
	text-indent:-9999px;
	width: 112px;
	height: 44px;
	
}
#gumb_g{
	margin-left: 10px;
	float:left;
	background-image: url(slice/izbornik/gardian.gif);
	display:block;
	text-indent:-9999px;
	width: 163px;
	height: 44px;
}
#gumb_g:hover{
	margin-left: 10px;
	float:left;
	background-image: url(slice/izbornik/gardian1.gif);
	display:block;
	text-indent:-9999px;
	width: 163px;
	height: 44px;
}

html body div span p tr td table H1 H2 H3 H4 H5 H6 img dl dd dt ul ol li {
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	top: 0px;
	
}  
#crta {
	float: left;
	height: 2px;
	width: 100%;
	background-color: #FFF;
}



body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
#wrap {
	float: left;
	width: 1240px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

li {
	margin: 0px;
	padding: 0px;
}


#nav {
	float: left;
	width: 220px;
	background-image: url(slices/nav.jpg);
	background-repeat: no-repeat;
	display: block;
	background-position: right top;
	color: #999999;
	padding-top: 10px;
	padding-right: 10px;
}
#logo_dorma {
	float: left;
}

#kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(slice/kontakt.jpg);
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 370px;
	height: 200px;
	background-position: 241px 0px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
}



dl#menu {
	color: #666666;
	text-align: left;
}
ul {
	margin: 0px;
	padding: 0px;
}

dl#menu dt {
	cursor: pointer;
	;
	text-align: left;
	border: 1px none gray;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(slices/link_background.jpg);
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding-left: 20px;
}
dl#menu dd {
	border: 1px none gray;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: left;
	display: block;
	width: 220px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}
#footer {
	clear: both;
	height: 165px;
	width: 100%;
	padding-top: 20px;
	background-color: #848484;
}
#push {
	float: left;
	display: block;
	padding-left: 200px;
}


.sub_list {
	padding-left: 20px;
	list-style-type: none;
	padding-right: 2px;
}
#content {
	width: 100%;
	background-color: #000000;
	float: left;
	padding-top: 5px;
	padding-bottom:8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	}
.logo_dorma {
	padding-right: 20px;
}

#txt {
	float: left;
	width: 630px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	word-spacing: normal;
}
.input_kontakt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #555555;
	height: 20px;
	width: 300px;
	border: 1px solid #999999;
}
textarea {
	border: 1px solid #333;
	height: 40px;
	width: 350px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-top: 13px;
}
textarea:focus {
	border: 1px solid #F00;
	height: 40px;
	width: 350px;
	overflow: auto;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 12px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	margin-bottom: 20px;
	margin-top: 13px;
}
.gumb {
	background-image: url(slice/gumb.jpg);
	height: 20px;
	width: 46px;
	cursor: pointer;
	float:left;
	clear:left;
}
.bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5B5B5B;
}

#container {
	float: left;
	width: 1000px;
}



dl#menu li {
	text-align: left;
	background-image: url(slices/podlink_background.gif);
	color: #FFFFFF;
	text-indent: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
dl#menu li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 11px;
}

dl#menu li a:hover {
	background-image: url(slices/link_background_hover.jpg);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333333;
}
dl#menu dt a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 13px;
	font-weight: normal;
	padding-top: 2px;
	padding-bottom: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #232323;
}





dl#menu dt a:hover {
	background-image: url(slices/link_background_hover.jpg);
	color: #FFFFFF;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #303030;
}

#mentions {
	font-family: Georgia, "Times New Roman", Times, serif;
	position: absolute;
	bottom : 200px;
	left : 10px;
	color: #00CC99;
	background-color: #ddd;
	font-size: 10px;
}
#mentions a {
	text-decoration: none;
	color: #0033CC;
	background-color: #F1F1F0;
	list-style-type: disc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}
#mentions a:hover{
	text-decoration: underline;
	color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}




#txt  UL {
	margin: 0px;
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding: 0px;
}	
	
#txt UL LI {
	list-style-type: none;
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	display: block;
	vertical-align: bottom;
	padding-top: 3px;
	padding-left: 3px;
	
}



#txt  UL LI A {
	background-image: url(slice/podjela/onama.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/onama.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.proizvodi {
	background-image: url(slice/podjela/proizvodi.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.proizvodi:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/proizvodi.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.tehnologije {
	background-image: url(slice/podjela/tehnologija.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.tehnologije:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.reference {
	background-image: url(slice/podjela/reference.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.reference:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/reference.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.kontakt {
	background-image: url(slice/podjela/kontakt.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.kontakt:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/kontakt.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.dorma {
	background-image: url(slice/podjela/dorma.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.dorma:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.staklena_vrata {
	background-image: url(slice/podjela/staklena_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.staklena_vrata:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/staklena_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.bo {
	background-image: url(slice/podjela/dorma/bo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.bo:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/bo.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.so {
	background-image: url(slice/podjela/dorma/so.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.so:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/so.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.bf {
	background-image: url(slice/podjela/dorma/bf.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.bf:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/bf.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.tus_sistemi {
	background-image: url(slice/podjela/dorma/tus_sistemi.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.tus_sistemi:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/tus_sistemi.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.vratni_zatvaraci {
	background-image: url(slice/podjela/dorma/vratni_zatvaraci.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.vratni_zatvaraci:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/vratni_zatvaraci.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.podni_vratni_zatvaraci {
	background-image: url(slice/podjela/dorma/podni_vratni_zatvaraci.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.podni_vratni_zatvaraci:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/podni_vratni_zatvaraci.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.kvake {
	background-image: url(slice/podjela/dorma/kvake.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.kvake:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/kvake.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.manet_construct {
	background-image: url(slice/podjela/dorma/manet_construct.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.manet_construct:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/manet_construct.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.panik_brave {
	background-image: url(slice/podjela/dorma/panik_brave.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.panik_brave:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/panik_brave.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}



#txt  UL LI A.dorma_studio {
	background-image: url(slice/podjela/dorma/dorma_studio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.dorma_studio:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/dorma_studio.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.arcos_studio {
	background-image: url(slice/podjela/dorma/arcos_studio.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.arcos_studio:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/arcos_studio.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.tus {
	background-image: url(slice/podjela/tus_kabine.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.tus:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tus_kabine.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.pregradne {
	background-image: url(slice/podjela/pregradne_stijene.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.pregradne:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/pregradne_stijene.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.gaziste {
	background-image: url(slice/podjela/gazista.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.gaziste:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/gazista.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.namjestaj {
	background-image: url(slice/podjela/namjestaj.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.namjestaj:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/namjestaj.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.fasade1 {
	background-image: url(slice/podjela/fasade.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.fasade1:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/fasade.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.fasade {
	background-image: url(slice/podjela/fasade.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.fasade:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/fasade.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.brusenje {
	background-image: url(slice/podjela/tehnologija/linija_za_brusenje.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.brusenje:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_brusenje.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.prozori {
	background-image: url(slice/podjela/aluminij/prozor.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.prozori:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/aluminij/prozor.png);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.vrata {
	background-image: url(slice/podjela/aluminij/vrata.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.vrata:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/aluminij/vrata.png);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.fasade {
	background-image: url(slice/podjela/aluminij/fasade.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.fasade:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/aluminij/fasade.png);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.vrtovi {
	background-image: url(slice/podjela/aluminij/vrtovi.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.vrtovi:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/aluminij/vrtovi.png);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}


#txt  UL LI A.busenje {
	background-image: url(slice/podjela/tehnologija/linija_za_busenje.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.busenje:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_busenje.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.ccn_obrada {
	background-image: url(slice/podjela/tehnologija/linija_za_ccn_obradu.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.ccn_obrada:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_ccn_obradu.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.izostaklo {
	background-image: url(slice/podjela/tehnologija/linija_za_izostaklo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.izostaklo:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_izostaklo.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.kaljenje {
	background-image: url(slice/podjela/tehnologija/linija_za_kaljenje.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.kaljenje:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_kaljenje.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.rezanje {
	background-image: url(slice/podjela/tehnologija/linija_za_rezanje.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.rezanje:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/tehnologija/linija_za_rezanje.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.mimokretna{
	background-image: url(slice/podjela/dorma/mimokretna_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.mimokretna:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/mimokretna_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.klizna{
	background-image: url(slice/podjela/dorma/klizna_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.klizna:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/klizna_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.automatska_klizna{
	background-image: url(slice/podjela/dorma/automatska_klizna.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.automatska_klizna:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/automatska_klizna.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.automatska_zaokretna{
	background-image: url(slice/podjela/dorma/automatska_zaokretna.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.automatska_zaokretna:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/automatska_zaokretna.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.prazno{
	background-image: url(slice/podjela/dorma/prazno.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.prazno:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/prazno.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.automatska_roto{
	background-image: url(slice/podjela/dorma/automatska_roto.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.automatska_roto:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/automatska_roto.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.automatska_harmo{
	background-image: url(slice/podjela/dorma/automatska_harmo.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.automatska_harmo:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/automatska_harmo.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.zaokretna_vrata{
	background-image: url(slice/podjela/dorma/zaokretna_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.zaokretna_vrata:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/zaokretna_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.pribor_galanterija{
	background-image: url(slice/podjela/dorma/pribor_galanterija.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.pribor_galanterija:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/pribor_galanterija.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

#txt  UL LI A.harmo{
	background-image: url(slice/podjela/dorma/harmo_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.harmo:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/harmo_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}
#txt  UL LI A.automatska{
	background-image: url(slice/podjela/dorma/automatska_vrata.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 196px;
	width: 202px;
	display: block;
	list-style-type: none;
	float: left;
}

#txt UL LI A.automatska:hover {
	font-family: verdana;
	font-size: 13px;
	color: #FFFFFF;
	background-image: url(slice/podjela/dorma/automatska_vrata.jpg);
	background-position: 0 -196px;
	height: 196px;
	width: 202px;
}

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
}
#proizvodi {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(slice/proizvodi.jpg);
	float: left;
	width: 230px;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 120px;
	height: 200px;
}
#slike {
	float: left;
	width: 270px;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a.x:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #F7F7F7;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.tuv {
	padding-left: 50px;
}

.slike {
	border: thin solid #FFFFFF;
	margin: 5px;
}


input {
	border: thin none #9E1215;
	height: 13px;
	width: 140px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	vertical-align: middle;
	color: #333333;
	padding-left: 5px;
	margin-top: 2px;
	padding-top: 4px;
	margin-bottom: 2px;
	
	

}	
a.x:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
}
a.x:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.x:active {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
}

#txt_lista  {
	float: left;
	width: 650px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
}


#txt_lista Li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F5F5F5;
	list-style-type: disc;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 5px;
}
.email_crveno {
	color: #F00;
}

