/*
	=======================================================
	  Title:    www.plumts.com
	  Version:  2.0
	-------------------------------------------------------
	  File:     plumts.css
	  Type:     text/css
	  Author:   PlumTS Inc.
	  -----------------------------
	  Modified:
	=======================================================
*/
html
{
	height: 100%;
}

body, td, th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
	height: auto;
}

body
{
	height: 100%;
	background: url(../img/bg_one_by_one.png) repeat;
}

/* linkovi global */
a:link
{
	color: #999999;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #99CC00;
}

a:active
{
	text-decoration: underline;
	color: #99CC00;
}
/********/

/* headings */
h1
{
	font-size: 36px;
}

h2
{
	font-size: 28px;
}

h3
{
	font-size: 22px;
}

h4
{
	font-size: 18px;
}
/********/

/* glavni kontejner - intro */
.nonfooter
{
	position: relative;
	min-height: 100%;
}

.kontejner_a
{
	text-align: center;
	margin: auto;
	width: 100%;
}

.kontejner_b
{
	margin: auto;
	width: 614px;
}

.chose_lang_top
{
	color: #999999;
	font-size: 14px;
	text-align: left;
	letter-spacing: 1px;
	padding: 40px 0 0 14px;
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
}

.main
{
	background: url(../img/main.png) no-repeat center; /* 614x232 */
	height: 232px;
	width: 614px;
	clear: both;
}

#webdesign a
{
	background: url(../img/webdesign_switch.png) no-repeat left;
	border: none;
	float: left;
	clear: both;
	width: 168px;
	height: 49px;
	margin: auto;
	margin-left: 76px;
	margin-top: -7px;
	font-size: 1px;
	color: #7f0f13;
}
	#webdesign a:link
	{
		background: url(../img/webdesign_switch.png) no-repeat left;
		text-decoration: none;
	}
	#webdesign a:visited
	{
		background: url(../img/webdesign_switch.png) no-repeat left;
		text-decoration: none;
	}
	#webdesign a:hover
	{
		background: url(../img/webdesign_switch.png) no-repeat right;
		text-decoration: none;
	}
	#webdesign a:active
	{
		background: url(../img/webdesign_switch.png) no-repeat right;
		text-decoration: none;
	}

#webhosting a
{
	background: url(../img/webhosting_switch.png) no-repeat left;
	border: none;
	float: right;
	width: 168px;
	height: 49px;
	margin: auto;
	margin-right: 76px;
	margin-top: -7px;
	font-size: 1px;
	color: #7f0f13;
}
	#webhosting a:link
	{
		background: url(../img/webhosting_switch.png) no-repeat left;
		text-decoration: none;
	}
	#webhosting a:visited
	{
		background: url(../img/webhosting_switch.png) no-repeat left;
		text-decoration: none;
	}
	#webhosting a:hover
	{
		background: url(../img/webhosting_switch.png) no-repeat right;
		text-decoration: none;
	}
	#webhosting a:active
	{
		background: url(../img/webhosting_switch.png) no-repeat right;
		text-decoration: none;
	}
/********/

/* {wip} _ */
#worker
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 18px;
	color: #CC0000;
	clear: both;
	padding: 40px 0 0 0;
}
/********/

/* footer bar */
.bar
{
	padding: 0;
	width: 100%;
	height: 24px;
	position: relative;
	margin: -40px 0 20px 0;
	background: #404040 repeat;
}

.copyvalholder
{
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	width: 100%;
	margin: auto;
	padding: 0;
	height: 24px;
	display: block;
}

.copyright
{
	color: #999999;
	float: left;
	margin: auto;
	margin-left: 30px;
	width: 320px;
	height: 24px;
	text-align: left;
}

.validators
{
	color: #999999;
	float: right;
	margin: auto;
	margin-right: 30px;
	height: 24px;
	width: 128px;
	text-align: center;
	background: #292929 url(../img/bg_one_by_one.png) center repeat;
}
/********/
