@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
	outline: none;
}
#loginbox {
	position: absolute;
	height: 150px;
	width: 165px;
	top: 30px;
	right: 20px;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-image: url(layout/loginbox_bg.png);
	border: 1px solid #09C;
}

#loginbox h4 {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
}

#loginbox form input {
	background-color: #FFF;
	height: 20px;
	width: 140px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	border: 1px solid #036;
	position: relative;
	text-align: center;
}
#loginbox form #submit {
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	width: 120px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #003;
}

#loginbox form #submit:hover {
	background-position: bottom;
}
#loginbox a {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	position: absolute;
	left: 35px;
	top: 125px;
	display: block;
	list-style-position: inside;
	list-style-type: square;
	text-shadow: 0px 0px 5px #000;
	background-image: url(layout/webmail_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 38px;
	width: 160px;
	padding-left: 45px;
	line-height: 34px;
	vertical-align: middle;
}
#loginbox a:hover {
	text-shadow: 0px 0px 10px #fff;
}




#intro {
	background-color: #236094;
}


body {
	background-color: #044275;
	height: 100%;
	width: 100%;
	position: absolute;
	background-image: url(layout/bodybgcity.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.small_font {
	font-size: 8px;
	font-weight: bold;
}






#webpage {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	padding-bottom: 300px;
	background-image: url(layout/content_bg5.png);
	background-repeat: repeat;
}
#webpage #sideleft {
	background-image: url(layout/sideleft.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 30px;
	position: absolute;
	left: -26px;
	top: 0px;
	display: block;
	bottom: 0px;
	z-index: 2000;
}
#webpage #sideright {
	background-image: url(layout/sideright.png);
	background-repeat: repeat-y;
	height: 100%;
	width: 30px;
	position: absolute;
	left: 956px;
	z-index: 2000;
}




/* CSS Document */

#header {
	background-image: url(layout/banner3.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	width: 100%;
}


#content {
	min-height: 1000px;
	position: relative;
	background-image: url(layout/contenttop_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 20px;

}
#content .order {
	position: absolute;
	right: 40px;
	bottom: 20px;
	color: #FFF;
	text-decoration: none;
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	height: 30px;
	width: 120px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #f90;
}
#content .order:hover {
	background-position: bottom;
	color: #0FF;
}
#emailform {
	margin-top: 20px;
	margin-bottom: 20px;
	width: 320px;
	position: relative;
	height: 320px;
}

#emailform form p input {
	height: 20px;
	width: 200px;
	border: 1px solid #F93;
	right: 0px;
	position: absolute;
	background-color: #01275A;
	font-weight: bold;
	color: #FFF;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(layout/accordion_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}
#emailform form p textarea {
	position: relative;
	height: 150px;
	width: 298px;
	border: 1px solid #F93;
	clear: both;
	color: #FFF;
	background-color: #01275A;
	padding: 10px;
	background-image: url(layout/accordion_bg.png);
	background-repeat: repeat-x;
	background-position: top;
}

#emailform form #submit {
	position: relative;
	top: 180px;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 32px;
	width: 150px;
	left: 170px;
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #F93;
	margin: 0px;
	padding: 0px;
}
#emailform form #submit:hover {
	background-position: bottom;
	margin: 0px;
	padding: 0px;
	border: 1px solid #F93;
}


#emailform form p {
	height: 25px;
	line-height: 25px;
}



.text_block .left {
	float: left;
	margin-right: 20px;
	margin-bottom: 2px;
	background-image: url(layout/img_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border: 1px solid #F93;
}
.right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

.webhosting li {
	display: block;
	height: 35px;
	width: 150px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #003;
	line-height: 35px;
	vertical-align: middle;
	position: relative;
	float: left;
	padding-left: 40px;
}

.webhosting li img {
	position: absolute;
	margin-right: 10px;
	height: 35px;
	width: 35px;
	top: 0px;
	left: 0px;
}

.webhosting ul {
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
	background-color: #30C;
}
.text_block {
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
	height: auto;
	width: auto;
}



.text_block p {
	font-size: 14px;
}

.text_block h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000033;
	margin-bottom: 5px;
	margin-top: 10px;
}
.text_block h2 {
	font-size: 16px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 5px;
}

.text_block .pic {
	padding-left: 40px;
	margin-bottom: 4px;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	position: relative;
}

.text_block .pic img {
	position: absolute;
	left: 0px;
}


.text_block h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #FFF;
	position: absolute;
	left: 10px;
	text-align: center;
	width: 250px;
	top: 280px;
}
.domainblock {
	margin-top: 10px;
	margin-bottom: 10px;

}



#szolgaltatasok p {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.text_block #domain li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0CF;
	list-style-position: inside;
}
#szolgaltatasok {
	padding-bottom: 150px;
}
.text_block #szolgaltatasok li {
	position: relative;
	width: 290px;
	display: inline-block;
	float: left;
	margin-right: 20px;
}
.separator {
	clear: both;
	background-image: url(layout/separatormegmindig.png);
	position: relative;
	height: 30px;
	width: 100%;
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-bottom: 10px;
}
.separator_small {
	clear: both;
}







#navigation {
	position: absolute;
	height: 40px;
	width: 960px;
	left: 0px;
	top: 253px;
	text-align: center;
	padding-top: 20px;
	background-color: #003;
}
#navigation li {
	display: inline-block;
}
#navigation li a {
	width: auto;
	margin-right: 30px;
	margin-left: 30px;
	padding-right: 10px;
	padding-left: 10px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0FF;
	text-decoration: none;
}

#tarhely {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	position: relative;



}

#tarhely tr th {
	background-color: #01275A;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	width: 185px;
	margin: 0px;
	padding: 0px;
	position: relative;
	color: #FFF;
}

#tarhely tr td {
	font-size: 14px;
	font-weight: bold;
	color: #000033;
	text-align: center;
	line-height: 22px;
	vertical-align: middle;
	height: 22px;
	width: 185px;
	background-image: url(layout/separate.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#tarhely tr td a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	display: block;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	line-height: 30px;
	border: 1px solid #F93;
}
#tarhely tr td a:hover {
	background-position: bottom;
}

#tarhely tr .uccso {
	background-image: none;
}

.text_block ul {
	list-style-position: inside;
	list-style-type: square;
}
.links {
	font-size: 13px;
	font-weight: bold;
}
#mainnav {
	padding-left: 7px;
}
#googlemap {
	float: right;
	position: relative;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#googlemap iframe {
	border: 1px solid #F93;
}
.weboldalak tr {
	background-color: #C60;
	font-size: 12px;
	font-weight: bold;

}

.column_left {
	position: relative;
	width: 450px;
	float: left;
}
.column_right  {
	float: left;
	left: 0px;
	top: 0px;
	width: 450px;
	padding-left: 10px;
}
.hostingcsomag img {
	float: left;
	height: auto;
	width: 200px;
}
#navigation_profil {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C60;
}
#navigation_profil li{
	display: inline-block;
	margin-right: 15px;
}

#navigation_profil li a {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	list-style-position: inside;
	list-style-type: square;
	display: list-item;
}
.domains tr{
	color: #FFF;
	font-size: 11px;
	line-height: 20px;
	vertical-align: middle;
	height: 20px;
	border-bottom-style: solid;
}
.domains tr td {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #036;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #036;
}
.domains tr th {
	font-size: 10px;
	color: #FFF;
	background-color: #036;
}
.domains .domain {
	text-align: left;
	width: 130px;
	padding-left: 10px;
}
.domains {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #036;
	margin-top: 20px;
	margin-bottom: 20px;
}

.domains tr td a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}



.2columntable tr th {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
#comment {
	font-size: 10px;
	color: #069;
	font-weight: bold;
}
.forms label {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	position: relative;
	height: 20px;
	width: 400px;
	color: #0CF;
	display: block;
	margin-bottom: 2px;
}
.forms label .lang {
	position: absolute;
	top: 0px;
	right: 0px;
}
.forms h2 {
	margin-top: 25px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.forms label input {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding-right: 5px;
	padding-left: 5px;
	height: 18px;
	width: 200px;
}
.forms .submit {
	position: relative;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	display: block;
	height: 32px;
	width: 150px;
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #003;
	padding: 0px;
	background-color: #336;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.forms .submit:hover {
	background-position: bottom;
}

.forms .domain {
	position: relative;
	display: inline;
	vertical-align: top;
	width: auto;
}
.forms label select {
	position: absolute;
	top: 0px;
	right: 0px;
}

.forms label span {
	position: absolute;
	right: 0px;
	display: block;
	width: auto;
	top: 0px;
	vertical-align: middle;
}
.forms label span span {
	position: relative;
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
.domainblock img {
	height: auto;
	width: 70px;
	position: relative;
	float: left;
	margin-right: 10px;
}
.domainblock ul {
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	display: block;
}
.domainblock ul li {
	font-size: 10px;
	color: #06F;
	width: 300px;
	display: block;
	position: relative;
}

.domainblock ul li span {
	text-align: right;
	position: absolute;
	right: 0px;
	font-weight: bold;
	color: #FFF;
}

.domainblock ul li h3 {
	font-size: 16px;
	color: #FFF;
	display: block;
	margin-bottom: 5px;
	padding-bottom: 2px;
}
.domainblock label {
	display: block;
	width: 360px;
	margin-top: 4px;
	margin-bottom: 4px;
	position: relative;
	color: #09C;
}
.domainblock label input {
	width: 100px;
	margin-right: 2px;
}




.domainblock label span {
	position: absolute;
	width: auto;
	left: 100px;
	font-weight: bold;
	color: #FFF;
}

.domainblock .email_block {
	display: block;
	float: left;
	margin-right: 20px;
	height: 140px;
	width: auto;
	position: relative;
}
.email_block form .submit {
	background-image: url(layout/mainbtn_base.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 32px;
	width: 120px;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #003;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.domainblock h2 {
	margin-bottom: 10px;
	width: 760px;
	background-color: #036;
	padding-left: 10px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}
.domainblock {
	margin-bottom: 20px;
}


#footer {
	background-image: url(layout/footer_bg.jpg);
	background-repeat: no-repeat;
	height: 350px;
	width: 960px;
	position: absolute;
	bottom: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #06C;
	background-color: #003;
	background-position: center top;
}


#footer p {
	font-size: 9px;
	color: #666;
	text-align: center;
	position: absolute;
	height: 20px;
	width: 960px;
	left: 0px;
	bottom: 0px;
}
#footernav {
	padding-top: 20px;
}
#footernav li {
	display: inline-block;
	height: 150px;
	width: 191px;
	margin: 0px;
	position: relative;
	float: left;
	padding: 0px;
	
}

#footernav li .main {
	font-size: 12px;
	font-weight: bold;
	color: #7BBFFD;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17298C;
	text-shadow: 0px 0px 5px #000;
}
#footernav li .main:hover {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 5px;
	margin-left: 30px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #17298C;
	text-shadow: 0px 0px 10px #fff;
}

#footernav li a {
	display: list-item;
	color: #06C;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	list-style-type: square;
	margin-left: 40px;
	list-style-position: inside;
	text-shadow: 0px 0px 5px #000;
	margin-bottom: 2px;
}

#footernav li a:hover {
	display: list-item;
	color: #FFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
	list-style-type: square;
	margin-left: 40px;
	list-style-position: inside;
	margin-bottom: 2px;
	text-shadow: 0px 0px 10px #fff;
}



#footer img {
	left: 50px;
	top: 20px;
	position: relative;
}

#footer #links {
	position: relative;
	left: 50px;
}
#footer #links li {
	display: inline-block;
	position: relative;
	width: 45%;
	border: 1px solid #06C;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	background-image: url(layout/body_bg2.png);
	background-repeat: repeat;
	margin-bottom: 4px;
}
#footer #links li a h1 {
	font-size: 20px;
	color: #F60;
	width: 255px;
	position: relative;
	letter-spacing: 18px;
	padding-top: 25px;
	left: 50px;
}
#footer #links li a {
	color: #FFF;
}
