HTML,BODY {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#c8e5f7;
	background-image:url('/Pictures/top_bg.jpg');
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	font-family:Tahoma;
	font-size:12px;
	color:#555;
}

* {
	margin: 0;
}

a{
	text-decoration: none;
	color:#3d90c4;
	font-weight: bold;
}
a:hover {
	text-decoration:underline;
}

#PageContainer {
	position:relative;
	z-index:3;
	width:950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: auto auto -90px auto;
}
#Header {
	position:relative;
	width:100%;
	height:289px;
	background-image:url('/Pictures/top.jpg');
	background-repeat: no-repeat;
	background-position: right;
}
#HeaderTitle {
	position:absolute;
	top:39px;
	left:0px;
	height:219px;
	width:219px;
	background-image:url('/Pictures/title.png');
	background-repeat:no-repeat;
	background-position: 15px 10px;
	background-color:#616c37;
}
#HeaderTitleBorder {
	position:absolute;
	top:39px;
	left:219px;
	height:219px;
	width:21px;
	background-image:url('/Pictures/right_border.gif');
	background-repeat:no-repeat;
	background-position: 0px 0px;
}
#HeaderRightBorder {
	position:absolute;
	top:39px;
	right:0px;
	height:219px;
	width:21px;
	background-image:url('/Pictures/left_border.gif');
	background-repeat:no-repeat;
	background-position: 0px 0px;
}

#LangBar {
	position:absolute;
	top:0px;
	left:26px;
}
#LangBar .Lang {
	float:left;
	background-image:url('/Pictures/lang1.gif');
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:41px;
	margin-right:1px;
	height:28px;
	line-height:28px;
	text-align:center;
}
#LangBar .LangSelected {
	background-image:url('/Pictures/lang2.gif');
}
#LangBar a{
	color:#FFF;
	font-weight:normal;	
}

#Menu {
	width:250px;
	float:left;
	margin-right:20px;
	margin-top:20px;
}
#Menu ul{
	list-style-type:none;
}
#Menu ul li {
	margin: 10px 0px 10px 0px;
}
#Menu ul li a {
	color:#3d90c4;
	font-size:14px;
	font-weight:normal;
}
#Content {
	float:left;
	width:640px;
	margin:20px;
	line-height:20px;
	min-height:350px;
}

/* for Internet Explorer */
/*\*/
* html #Content {
height: 350px;
}
/**/


#Content p {
	padding-top:20px;
	text-align: justify;
}


.Push {
	margin-top:40px;
	height: 90px;
	z-index:3;
}
.Footer {
	clear:both;
	z-index:1233;
	position:relative;
	height:90px;
	background-color:#616c37;
	width:100%;
	text-align:center;
	margin: -90px auto 0 auto;
}
.Footer .Menu {
	position:relative;
	
	width:950px;
	margin:auto;
	
	text-align:center;
}

.LinesWrapper {
	position:relative;
	width:950px;
	height:90px;
	margin:auto;
}
.Lines {
	position:absolute;
	z-index:2400;
	bottom:0px;
	left:26px;
	width:83px;
	height:199px;
	background-image:url('/Pictures/bottom.gif');
	background-repeat:no-repeat;
	background-position:0px 0px;
}
.Footer .Menu DIV {
	position: relative;
	float:right;
	margin: 15px 15px 0 15px;
}

.Footer .Menu a {
	color:#c5d587;
	font-size:12px;
	font-weight:normal;
}

H1{
	font-size:20px;
	font-weight:normal;
	color:#3d90c4;
	padding-bottom:20px;
}
.H1 {
	width:41px;
	height:20px;
	margin-right:10px;
	float:left;
	background-image:url('/Pictures/h1.gif');
	background-repeat: no-repeat;
}
H2{
	font-size:18px;
	font-weight:normal;
	color:#3d90c4;
	padding-top:10px;
}
.Fees {
	border-collapse: collapse;
	width:100%;
}
.Fees TD {
	border:1px solid #c8e5f7;
	background-color:#d9f0ff;
}

fieldset{
	margin-bottom:5px;
	border:1px solid #626c37;
	padding:5px;
}

legend{
	color:#555;
}




/* registracia */

font.red{
	color:red;
}


#register_baner{
	width:100%;
	height:20px;

	
}

#register_baner .step1, #register_baner .step2, #register_baner .step3{
	float:left;
	height:100%;
	width:50px;
	text-align:center;
	margin-right:5px;	
}

.mesage{
	width:100%;
	margin-top:5px;
	color:#626c37;
}

.under_dotted{
	border-bottom:1px dotted #626c37;
	padding-right:5px;
}

.info-blok{
	background-color:#bed470;
	position:absolute;
	float:left;
	z-index:9999;
	min-width:100px;
	min-height:20px;
	border:1px solid black;
	text-align:left;
	padding:2px;
}

#in1, #in2, #in3, #in4, #in5, #in6, #in7, #in8, #in9, #in10 , #in11{
	cursor:pointer;
}

