@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
   Resets default browser CSS.  
-------------------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn,  q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;

}

body { 
  line-height: 1.5; 
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: top; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }


a img { border: none; }

/* -------------------------------------------------------------- 
   Typography - elements only  
-------------------------------------------------------------- */

body{
	font-family:tahoma;
	font-size:11px;
	line-height:1.5;
	color:#6E6E70;
}

strong {
	font-weight:bold;
}

p{
	margin-bottom:5px;
}

a{
	color:#6E6E70;
	text-decoration:none;
	font-weight:bold;
}

a:visited{
	color:#6E6E70;
}

	
/* -------------------------------------------------------------- 
   Custom Boxes 
-------------------------------------------------------------- */

.container{
	background-image:url(../images/ingg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	text-align:left;
	width:960px;
	min-height:400px !important auto;
	margin-left: auto ;
    margin-right: auto ;
	padding:10px;
	border:0px solid #333;
	clear:both;
}

.footer{
	text-align:left;
	width:960px;
	height:300px;
	margin-left: auto ;
    margin-right: auto;
	padding:10px 0px 0px 0px;
	border:0px solid #333;
	position:relative;
	clear:both;
	background-color:#FFFFFF;

}

.menuLink{
	font-family:tahoma;
	font-size:18px;
	text-decoration:none;
	color:#4D4D4D;
	font-weight:normal;
}

.menuLink:hover{
	color:#D3AA08;
	font-weight:normal;
}

.meniu .menuSelect{
	font-family:tahoma;
	font-size:18px;
	text-decoration:none;
	color:#D3AA08 !important;
	font-weight:normal;
}

.menuSelect:visited{
	color:#D3AA08;
}

.header{	
padding:40px 0px 40px 0px;
text-align:center;

}

.ArticleTitle{
	font-family:Tahoma;
	font-size:18px;
	text-transform:uppercase;
	padding-bottom:10px;
	padding-top:10px;
	color: #FFCC00;
}

.c1,.c2 {
	float:left;
	border:0px solid #333;
	padding-left:40px;
}



.c1{
	width:350px;	
	border:0px none;	
}

.c1 p{
	margin:5px 0px;
}


.c2{
	border:0px none;
	width:350px;	
	height:100px;	
	height: auto !important;
}


.meniu{
	border:0px solid #333;
	float:right;
	text-align:right;
	padding-right:40px;
}


.line{
	background-image:url(../images/linie.jpg);
	background-repeat:repeat-x;
	background-position:left;
	width:850px;
	height:20px;
}

.fc{
	padding-left:30px;
}

.imgBox {
	border:1px solid #333;
	float:right;
	width:150px;
	max-width:150px;
}

.imgBox img {
	margin:0px 0px 0px 0px;
}

label.error {
	clear:both;
	color:#990000;
	display:block;
}

#registration textarea{
	background-color:#eee;
	width:400px;
	padding: 5px;
}

#registration input{
	background-color:#eee;
	border:1px solid #D6D6D8;
	padding:2px 0px 0px 0px ;
	margin:2px;
	font-size:11px;
}

.noborder{
	border:0px none #fff;
}

#registration td{
	vertical-align:top;
}

.yellowtext{
	font-family:tahoma;
	text-decoration:none;
	color:#D2AB05;
	font-weight:bold;
	font-size: 14px;
}

.submitbutton{
	background-color:#818286 !important; 
	color:#CCCCCC;
	width:100px;
}

.pdescription{
	margin-left:15px;
}
