* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h1, h2
{
font-size: 22px;
font-weight: normal;
}

p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
}

#header #topheader
{
height: 14px;
font-size: 0px;
background: #3399CC;
}
#topmiddle
	{
	height: 102px; 
	}

#topmiddle a{float: left; height: 102px;}

#headerright
{
float: right;
background: #FFFFFF url(/images/bluebubbles.gif) right no-repeat;
width: 668px;
height: 102px;
}

#headermenu
	{
	height: 28px;
	background: #FFFFFF url(/images/polosa.gif) left top repeat-y;
	padding: 6px 30px 0 30px;

	}

#headermenu a {color: #339900;
font-size: 14px;}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 110px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#middle-vk {
	width: 800px;
	padding: 0 0 110px;
	height: 1%;
	margin: 0 auto;
	
}

#middle-vk p {
font-size: 16px;
	
}
#middle-vk:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}


#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 10px 440px 10px 25px;

}

.h2norm
{
font-family: Arial;
color: red;
font-weight: bold;
font-style: italic;
font-size: 16px;
text-transform:uppercase;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 420px;
	margin-left: -420px;
	position: relative;

}

#divsider
	{
	padding: 10px 15px 10px 0;
	}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -110px auto 0;
	min-width: 1000px;
	height: 110px;
}
#botmiddle
{
height: 102px;
background: #FFFFFF url(/images/bluebubblesfooter.gif) left bottom no-repeat;
}
#footleft
	{
	float: left;
	padding-left: 50px;
	padding-top: 0px;
	width: 450px;
	}
#footright
	{
	float: right;
	width: 500px;
	}
#botfooter
{
height: 8px;
font-size: 0px;
background: #3399CC;
}
