@charset "utf-8";
/* 
*	
*	CSSG Collections: Forms
*	designed and coded by Alen Grakalic (https://cssglobe.com)
*	brought to you by Templatica (https://templatica.com)
*
*/

body{ 
	
	font-family: 'Montserrat' !important;
	font-size: 22px;
	font-size:14px;
	color:#333;
	line-height:150%;
	margin:0;
	padding:0;
	text-align:center;
	
	}

#fix{ clear:both}

h1{
	font-size:200%;
	font-weight:normal;
	}		
h2, h3, h4, h5, h6{
	font-weight:normal;
	margin:1em 0;
	}	
h2{            
	font-size:160%;
	}	
h3{          
	font-size:140%;
	}
h4{          
	font-size:120%;
	}				

a{
	text-decoration:none;
	color:#f30;
	}
a:hover{
	color:#999;
	}			
table, input, textarea, select, li{
	
	color:#333;
	}				
p, blockquote, ul, ol, form{
	margin:1em 0;
	}
blockquote{
	}
img{
	border:none;
	}			
hr{
	display:none;
	}	
table{
	margin:1em 0;
	width:100%;
	border-collapse:collapse;
	}
th, td{	
	padding:2px 5px;
	}	
th{	
	text-align:left;
	}
li{
	display:list-item;
	}	
	
#container{	
	margin:0 auto;
	width:600px;
	padding:20px 40px;
	text-align:left;
	}		
#kontener{ width:100%; margin:0 auto; }



/* form 1 */

	#form1{
		margin:1em 0;
		padding-top:10px;
		
		}
	#form1 fieldset{
		margin:0;
		padding:0;
		border:none;	
		float:left;
		display:inline;
		width:260px;
		margin-left:25px;
		}		
	#form1 legend{ margin:10px 25px}	
	#form1 p{margin:.5em 0;}	
	#form1 label{display:block;}	
	#form1 input, #form1 textarea{		
		width:252px;
		border:1px solid #ddd;
		background:#fff url(../images/form1/form_input.gif) repeat-x;
		padding:3px;
		}		
	#form1 textarea{
		height:125px;
		overflow:auto;
		}					
	#form1 p.submit{
		clear:both;
		background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	button, #form1 .button{
		width:150px;
		height:37px;
		line-height:37px;		
		border:none;
		background:url(../images/form1/form_button.gif) no-repeat 0 0;
		color:#fff;
		cursor:pointer;
		text-align:center;
		}				

#tlo{
		margin:1em 0;
		padding-top:10px;
		background:url(../images/form1/form_top.gif) no-repeat 0 0;
		}
	
#tlo p{
		clear:both;
		background:url(../images/form1/form_bottom.gif) no-repeat 0 100%;
		padding:0 25px 20px 25px;
		margin:0;
		text-align:right;
		}	
	#tresc{ float:left; padding:10px; padding-left:60px; width:700px;  min-height:200px; }
	
	
	a.plikdwg {display: inline-block; width:240px; margin:2px; padding:10px 7px; border: 1px solid silver; padding-left:45px; background:url(../gfx/dwg_.png) 0 0 no-repeat}
	a.plikpdf {display: inline-block; width:240px; margin:2px; padding:10px 7px; border: 1px solid silver; padding-left:45px; background:url(../gfx/pdf_.png) 0 0 no-repeat}
	
	a.plikdwg:hover {border: 1px solid red}
	a.plikpdf:hover {border: 1px solid red}
	