@charset "utf-8";
img, object, embed, video {
	max-width: 100%;
}

.ie6 img {
	width:100%;
}
body {
    margin:0px;
    font-family: Verdana, Geneva, sans-serif; /*Trebuchet MS, Helvetica ;*/
    font-size: 13px;
    line-height: 1.5;
    color: #333;
    background: #f5f5f5;
    word-spacing: 2px;
}

h3 {background: #56fa63; font-size:13px; padding:3px 15px; margin:1% 5%; border-radius:6px; }
a {color:#333;}
.gridContainer {width: 100%;}


.tab {width: 90%; border: 0.5em solid #0bd467; border-collapse: collapse;border-style: solid;}
.tab td, th {border: 1px solid #0bd467; }

.code {
    font-size: 100%;
    color: #12308a;
    background-color: #d9ddea;
    border: 1px;}
.pre {
    font-size: 100%;
    color: #12308a;
    background-color: #d9ddea;
    border: 1px;}

#bar  { background-color:#0db467;}
.barli li {margin-right:10px; float:left; list-style-type: none; text-decoration: none; font-size:18px; padding:10px; color:#f5f5f5; }
.barli li:hover {/*background-color:#f5f5f5;*/ border-radius:4px 4px 0px 0px; color:#333;}
.barli li:hover a {color:#333;}
.barli .active {/*background-color:#f5f5f5;*/ border-radius:4px 4px 0px 0px; }
.barli .active a {color:#333;}

.barli a{text-decoration:none; color:#f5f5f5;}

.bread { width:100%; height: 28px; background-color:#0db467;  color:#ffffff; background-position: left top;}
.bread li { display:inline; font-style:italic;  list-style:none; font-size:14px; margin-left:6px; }
.bread a {color:#ffffff; text-decoration: none;}
.bread a:hover {text-decoration: underline; }
.bread .B_currentCrumb {opacity: .6;}

#top  { width:100%; min-height:2%; background-color:#0db467; margin-bottom:1px; overflow: auto; color:#f5f5f5;}
#rek  { width:100%; min-height:2%; background-color:#0db467; margin-bottom:1px; overflow: auto;color:#f5f5f5;}
#bot  { width:100%; min-height:2%; background-color:#0db467; overflow: auto;color:#f5f5f5;}

.left { display:block; width:17%; margin-right:1%; float:left; border-right:1px solid #858585; overflow: auto; vertical-align: top;}
.page { display:block; width:68%; margin-right:1%; float:left; border-right:1px solid #858585; overflow: auto;vertical-align: top;}
.news { display:block; width:11%; overflow: auto; vertical-align: top;}
#cont { display:block; width:100%; vertical-align: top; margin:0; overflow:auto;}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 100%;
	max-width: 1520px;
	padding: 0px;
	margin: 0px;
	clear: none;
	float: none;
	margin-left: auto;
}

}
/* Desktop Layout: 769px to a max of 1583px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1500px) {

.gridContainer {
	width: 100%;
	max-width: 1600px;
	padding: 0px;
	margin:0px;
	clear: none;
	float: none;
	margin-left: auto;
}

}



