html
{
	background-color: #333333;
	border-top: 20px solid #333333;
	font: normal 12px "Trebuchet MS", Verdana, "Lucida Grande", Georgia, Sans-Serif;
}

/* Links */

a { font-weight: bold; border-bottom: 1px dotted transparent; }

a:link {
	color: #333333;
	text-decoration: none;
	border-bottom-color: #333333;
}

a:visited { color: #5588aa; text-decoration: none; border-bottom-color: #5588aa; }

a:hover, a:active {
	color: #006600;
	border-bottom: 1px solid #ad5b1e;
}

/* Html Elements */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 5px 0 10px; padding: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-weight: normal;
	border-bottom-width: 0;
}

h1 { font-size: 28px; }

h2 { font-size: 26px; }

h3 { font-size: 24px; }

h4 {
	font-size: 20px;
	margin: 0;
}

h5 { font-size: 18px; }

h6 { font-size: 16px; }
em {
	color: #555555;
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}


ul, ol, blockquote, pre
{
	color: #555555;
	padding: 10px 30px;
	line-height: 1.8em;
}

ul
{
	list-style-type: square;
}

blockquote, pre { background-color: #eeeeee; border: 1px solid #bbccdd; }

ins { text-decoration: none; color: #466b85; }

del { color: #555555; }

/* Structure */

body
{
	padding: 0;
	width: 850px;
	margin: 0 auto;
	background-color: #333333;
}

#container
{
	width: 700px;
	margin: auto;
	background-color: #FFFFFF;
	border-top-width: 20px;
	border-right-width: 75px;
	border-bottom-width: 0px;
	border-left-width: 75px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 0 0 0;
}

#navigation {
	float: left;
	width: 100%;
	clear: both;
	padding: 0px;
	margin-top: -5px;
	background-image: url(../img/del2.gif);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#page-header { clear: both; position: relative; margin-bottom: 20px; }

#wrapper {
}

#footer
{
	clear: both;
	color: #666666;
	padding: 10px 0 50px;
	text-align: center;
	border-top-width: 10px;
	border-top-style: solid;
	border-top-color: #333333;
}

/* Header */

#header h1
{
	padding: 0;
	float: left;
	width: 140px;
	margin: 10px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	border-right: 1px solid #999999;
}

#header h1 a:hover,
#header h1 a:active
{
	border-bottom-width: 0;
}

#header h2
{
	float: left;
	width: 250px;
	font-size: 12px;
	line-height: 2.5em;
	padding-left: 10px;
	text-transform: lowercase;
}

#header #search
{
	float: right; 
}

#header #search input
{
	padding: 5px;
	border: 1px solid #999999;
	background-color: #f5f5f5;
}

#header #search input:hover
{
	background-color: #e5e5e5;
	border: 1px solid #777777;
}

/* Navigation */

#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin: 0;
	list-style-type: none;
}

#navigation li {
	float: left;
}

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #FFFFFF;
	padding: 5px 10px;
	border-bottom-width: 0px;
}

#navigation a:hover,
#navigation a:active
{
	color: #FFFFFF;
	background-color: #097E46;
}

/* Page-Header */

#page-header ul
{
	bottom: -8px;
	right: 10px;
	margin: 0;
	padding: 0;
	float: left;
	position: absolute;
	list-style-type: none;
}

#page-header li { float: left; }

#page-header li a:link,
#page-header li a:visited
{
	float: left;
	display: block;
	margin: 0 10px;
	padding: 5px 20px;
	color: #ffffff;
	border-bottom-width: 0;
	background-image: url(menu.png);
	background-repeat: repeat-x;
}

#page-header li a:hover,
#page-header li a:active
{
	background-image: url(menu_hover.png);
}

/* Wrapper */

.col {
	width: auto;
	float: left;
	margin: 0 15px;
	text-align: left;
}

.col ul { margin: 0 0 0 15px; padding: 0; line-height: 1.5em;  }

.col li { padding-bottom: 10px; }

.col h3 { font-size: 13px; padding: 5px 10px; margin-top: 20px; }

#links h3 
{
	background-color: #94b4d6;
}

#content h3
{
	background-color: #333333;
	color: #FFFFFF;
	text-indent: 10px;
}
#content p {
	margin: 5px 0;
	text-indent: 10px;
	text-align: justify;
}


#sidebar h3
{
	background-color: #ffb366;	
}

#links a:hover, #links a:active { color: #336699; border-bottom-color: #336699; }

#content a:link { color: #567040; border-bottom-color: #567040; } 

#content a:visited { color: #789160; border-bottom-color: #789160; } 

#sidebar a:link { color: #df6532; border-bottom-color: #df6532; }

#sidebar a:visited { color: #ad5b1e; border-bottom-color: #ad5b1e; }

/* Footer */

#footer a:link {
	color: #333333;
	border-bottom-color: #333333;
}

#footer a:visited {
	color: #009900;
	border-bottom-color: #009900;
} 

#footer a:hover, #footer a:active {
	color: #097E46;
	border-bottom-color: #097E46;
}

#footer p {
	margin: 5px 0;
	text-align: center;
	font-size: 0.9em;
}
#flaggor {
	float: none;
}
#top {
	float: none;
	width: 100%;
	margin-bottom: -5px;
}
#bottom {
	float: none;
	width: 100%;
	margin-top: -10px;
}
