﻿@charset "UTF-8";
body {
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	background-color: #CECECE;
	margin-top: 0px;
}


/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
	color: #42413C;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	height: 120px;
	width: 1024px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #2C204E;
	background-repeat: repeat;
	background-color: #FFFFFF;
}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/


#sidebar {
	float: left;
	width: 100px;
	height: 1180px;
	border-right-width: medium;
	border-right-style: solid;
	border-right-color: #2C204E;
	background-color: #FFFFFF;
}

#koptekst{
	float: left;
	width: 520px;
	height: 114px;
	padding-top: 6px;
}

#koptekst ol {
	width: 500px;
	height: 80px;
	float: right;
}

#koptekst li {
	font-family:Arial;
	font-size: 13px;
	text-align: left;
	color: #2D2D2D;
	height: 19px;
	width: 450px;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	padding-top: 1px;
}

#menu{
	float: left;
	height: 56px;
	width: 920px;
	background-color: #2C204E;
	border-left-color: #FFF;
	list-style-type: none;
}


#menu li
{
	font-family: Arial;
	font-size: 10px;
	float: left;
	background-color: #EFEFEF;
	height: 30px;
	width: 150px;
	margin-left: 20px;
	margin-top: 12px;
	border: thin solid #000000;
	list-style-type: none;
}


#menu li a
{
	text-decoration: none;
	font-family: Arial;
	color: #2C204E;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	float: left;
	height: 20px;
	width: 150px;
	list-style-type: none;
	margin-top: 8px;
}


#menu li a.selected
{border-bottom: 1px solid transparant;
background-color:#FCC;
}

#content2 {
	float: left;
	overflow: auto;
	height: 1124px;
	width: 920px;
	font-family: Arial;
	font-size: 12px;
	color: #030303;
	background-color: #FFFFFF;
}



#MarginLeft
{
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}

#printbutton {
	margin-left: 33px;
	font-family: Arial;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 33px;
}


#printbutton2 {
	margin-left: 33px;
	font-family: Arial;
	font-size: 14px;
	margin-top: 30px;
	margin-right: 33px;
}
