
body {
	margin: 0;
	padding: 0;
	background: #CECECE;
	font: normal small "Trebuchet MS", Arial, Helvetica, Verdena;
}

h1, h2, h3 {
	color: #CC0000;
}

h2 {
	font-size: 1.6em;
}

h3 {
	margin: 0;
	font-size: 1em;
}

p, ul, ol, blockquote {
	margin-top: 0;
}
A:link {
	color: #990000;
} 
A:visited {
	color: #990000; 
} 
A:active {
	color: #990000; 
} 

a:hover {
	font-weight: bold;
	color: black; 
}

img {
	border: none;
}

/* Header */

#contentheader {
	width: 1000px;
	height: 315px;
	margin: 0 auto;
	background: #FFFFFF;
}
#header {
	width: 1000px;
	height: 295px;
	margin: 0 auto;
	background: url(../index/strecha.jpg);
}

#header * {
	margin: 0;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 20px 0 0 330px;
	font-size: 3em;
}

#header h2 {
	float: left;
	padding: 20px 0 0 0;
	font-size: 1em;
}

/* Menu */

#menu {
	width: 950px;
	height: 20px;
	margin: 0 auto;
	text-align: center;
	background: #FFFFFF url(../images/img3.gif)
}

#menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 20px;
	padding: 0px 10px 0 10px;
	text-decoration: none;
	color: #000066;
}

#menu a:hover, #menu .active a {
	background: url(../images/img4.gif);
	font-weight: bold;
	color: #000000;
}

/* Content */

#content {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	background: #FFFFFF;
}

#colOne {
	float: left;
	width: 780px;
	padding: 20px 10px 0 10px;
	background: #FFFFFF;
}

#colOne table {
	width: 100%;
        text-align: left;
	vertical-align:	top;
	padding: 2px;
	border: 0px;
	border-top:1px solid #999999; 
	border-right:1px solid #999999; 
	border-bottom:1px solid #999999; 
	border-left:1px solid #999999;
}

#colOne td .tab1 {
	width: 150px;
        text-align: left;
	vertical-align:	top;
}
#colOne td .tab2 {
	width: 150px;
	font-weight: bold;
        text-align: left;
	vertical-align:	top;
}
#colOne td .tab3 {
	width: 120px;
	font-weight: bold;
        text-align: left;
	vertical-align:	top;
}
#colOne td .tab4 {
	width: 170px;
}
#colOne td .tab5 {
	width: 70px;
        text-align: right;
	vertical-align:	top;
}
#colOne td .tab6 {
	width: 40px;
        text-align: right;
	vertical-align:	top;
}

#colTwo {
	float: left;
	width: 180px;
	padding: 20px 10px 0 10px;
	background: #FFFFFF;
}

#colTwo table {
	width: 100%;
        text-align: center;
	vertical-align:	top;
	padding: 2px;
	border: 0px;
	border-top: 1px solid #999999; 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	border-left: 1px solid #999999;
}

.borderB {
	border-top: 0px; 
	border-right: 0px; 
	border-bottom: 0px; 
	border-left: 0px;
}


/* Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 5px 0;
	background: #CECECE;
	font-size: smaller;
}

#footer * {
	color: #000000;
}