/* 
    Document   : layout.css
    Created on : 11.1.2010, 10:03:11
    Author     : SebastianL
    Description:
        Purpose of the stylesheet follows.
*/

body  {
	padding: 0px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: normal;
	background-color: #FFFFFF;
	border-right-width: thin;
	border-right-style: none;
	border-top-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-position: inside;
	list-style-type: lower-alpha;
	margin: 0px;
	top: auto;
}
.twoColFixLtHdr #container {
	width: 735px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	height: inherit;
	min-height: 1px;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: 0px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: double;
	border-bottom-style: none;
	border-left-style: double;
	border-top-color: #FCFCFE;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-position: center center;
}
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	list-style-position: inside;
	list-style-type: none;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 20%;
	background-color: #FFFFFF;
	border-top-width: 0px;
	border-top-style: none;
	border-right-width: thin;
	border-right-style: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 15px;
	padding-left: 6px;
}
.twoColFixLtHdr #mainContent {
	background-color: #FFFFFF;
	top: 0px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: dashed;
	border-left-color: #999999;
}


#BottomFrame {
	width: 500px;
	height: 100px;
	border: 0px;
}
.twoColFixLtHdr #footer {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #999999;
	background-color: #FFFFFF;
	margin-top: 0px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background-image: url(../images/ozadje.png);
	background-repeat: repeat-x;
	background-color: #00034E;
}

/* menu */
ul#menu, ul#menu li {
    margin: 0px;
    padding: 0px;
}
ul#menu {
    list-style: none;
}
ul#menu li {
    float: left;
}
ul#menu li a {
    background-repeat: no-repeat;
    line-height: 28px;
    display: block;
    text-decoration: none;
}
/* sidebar menu */

div#lang {
    float: right;

}
/* slovenian part */
#novice a {
    background-image: url(../images/menu/novice.png);
    width: 82px;
}
#teen-cup a {
    background-image: url(../images/menu/teen-cup.png);
    width: 94px;
}
#kajak-kanu a {
    background-image: url(../images/menu/kajak-kanu.png);
    width: 141px;
}
#galerija a {
    background-image: url(../images/menu/galerija.png);
    width: 92px;
}
#pokrovitelji {
    background-image: url(../images/menu/pokrovitelji.png);
    width: 130px;
}
#povezave a {
    background-image: url(../images/menu/povezave.png);
    width: 101px;
}
#kontakt a {
    background-image: url(../images/menu/kontakt.png);
    width: 94px;
}
/* english part */
#news a {
    background-image: url(../images/menu/news.png);
    width: 82px;
}
#teen-cup-2 a {
    background-image: url(../images/menu/teen-cup-2.png);
    width: 105px;
}
#kayak-canoe a {
    background-image: url(../images/menu/kayak-canoe.png);
    width: 156px;
}
#gallery a {
    background-image: url(../images/menu/gallery.png);
    width: 95px;
}
#sponsors a {
    background-image: url(../images/menu/sponsors.png);
    width: 110px;
}
#links a {
    background-image: url(../images/menu/links.png);
    width: 82px;
}
#contact a {
    background-image: url(../images/menu/contact.png);
    width: 105px;
}
.clear {
    float: none;
    clear: both;
}
#sidebar1 img {
border: none;
}
#mainContent img {
border: none;
}
#sidebar1 ul li {
    list-style: none;
}
#sidebar1 ul li a {
    color: #003d98;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    border-bottom: #e0e0e0 1px solid;
    width: 149px;
    display: block;
    padding-left: 5px;

}
ul#sidebar {
    margin: 0px;
    padding: 0px;
}
#sidebar1 p a {
    margin-top: 50px;
    margin-bottom: 20px;
}