/*
--------------------------------------------------------------------
created by Fjodor Schaefer, www.ueberkrass.de
Date: 26.01.2008
--------------------------------------------------------------------
*/
p, tr, td, div {
padding: 0;
margin: 0;
font: 12px Tahoma, Arial, Verdana;
}
body {
font: 12px Tahoma, Arial, Verdana;
margin: 0;
padding: 0 20px;
text-align: center;
color: #000000;
background-color: #174350;
}
#container {
margin: 0 auto;
text-align: left;
background-color: #FFFFFF;
}
#header {
height: 10px;
background-color: #174350;
// background-image: url(../images/logo.jpg);
background-repeat: no-repeat;
}
#bannerarea {
height: 70px;
// background-image: url(../images/logo.jpg);
color: #FFFFFF;
background-repeat: no-repeat;
width: 100%;
float: left;
padding-top: 10px;
}
#banner {
height: 70px;
padding-right: 50px;
padding-left: 200px;
float: right;
}
#navigation {
height: 80px;
}
#navleft {
background-image: url(../images/navleft.jpg);
height: 80px;
background-repeat: no-repeat;
padding-left: 20px;
}
#navright {
height: 80px;
background-image: url(../images/navright.jpg);
background-repeat: no-repeat;
background-position: right;
padding-right: 20px;
}
#menubar {
height: 80px;
background-image: url(../images/navback.jpg);
background-repeat: repeat-x;
}
#menubar1 {
height: 46px;
padding-top: 4px;
width: 100%;
float: left;
}
#menubar1 ul, #menubar1 li {
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
}
#menubar1 a {
color: #FFFFFF;
float: left;
line-height: 44px;
font-weight: bold;
height: 44px;
text-align: center;
display: block;
padding: 0px 10px;
border-right: 2px solid #1D518D;
}
#menubar1 a:hover {
color: #FFFFFF;
text-decoration: none;
background-image: url(../images/navover.jpg);
background-repeat: repeat-x;
background-position: 0px -4px;
}
#menubar2 {
height: 25px;
float: left;
width: 100%;
}
#menubar2 ul, #menubar2 li {
list-style-type: none;
margin: 0;
padding: 0;
display: inline;
}
#menubar2 a {
float: left;
line-height: 25px;
color: #5C83AE;
height: 25px;
padding: 0 10px;
}
#headerimage {
height: 140px;
background-color: #597FAC;
background-image: url(../images/banner.jpg);
margin: 5px 10px;
}
.sidebar {
width: 210px;
background-color: #FFFFFF;
color: #000000;
margin-bottom: 10px;
}
.sidebar .moduletable
{
margin: 0px 0px 10px 0px;
background-color: #FFFFFF;
}
.sidebar .moduletable th {
height: 27px;
line-height: 27px;
background-color: #34639B;
color: #FFFFFF;
font-family: Tahoma, Arial, Verdana;
font-size: 14px;
font-weight: bold;
padding-left: 10px;
margin-bottom: 10px;
text-align: left;
width: 200px;
}
.sidebar .moduletable td {
}
.sidebar a.mainlevel:link, .sidebar a.mainlevel:visited {
border-left: 4px solid #339900;
height: 26px;
line-height: 26px;
font-family: Tahoma, Arial, Verdana;
padding-left: 13px;
display: block;
color: #000000;
text-decoration: none;
margin: 2px 0px;
}
.sidebar a.mainlevel:hover, .sidebar a.mainlevel#active_menu {
background-color: #339900;
color: #FFFFFF;
}
.sidebar a.sublevel{} /* this styling is for menu items that HAS A PARENT */
.sidebar a.sublevel:link, .sidebar a.sublevel:visited {
height: 17px;
line-height: 17px;
border-left: 4px solid #66CC00;
margin: 2px 0px;
display: block;
color: #000000;
text-decoration: none;
padding-left: 13px;
}
.sidebar a.sublevel:hover, #active_menu {
background-color: #66CC00;
color: #FFFFFF;
}
.sidebarcontent {
width: 208px;
border: 1px solid #CCC;
padding: 3px;
}
#mainContent {
padding: 10px 10px 0px 10px;
}
.main {
margin: 0px 10px;
}
#content {
padding: 0px 10px 10px 10px;
}
#pathway {
margin-bottom: 10px;
}
#bottom_left {
background-image: url(../images/footer_left.gif);
height: 15px;
background-repeat: no-repeat;
text-align: center;
color: #8B8B8B;
}
#bottom_right {
background-image: url(../images/footer_right.gif);
background-position: right;
height: 15px;
background-repeat: no-repeat;
padding: 0 30px;
}
#bottom_content, #bottom_content a, #bottom_content a:visited {
height: 15px;
background-color: #FFFFFF;
color: #FFFFFF;
}
#copyright {
height: 30px;
line-height: 30px;
background-color: #174350;
color: #FFFFFF;
text-align: center;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
.contentheading {
font-size: 14px;
font-weight: bold;
border-bottom-color: #68B9D4;
border-bottom-style: solid;
border-bottom-width: 1px;
color: #FFFFFF;
background-image: url(../images/navback.jpg);
background-repeat: repeat-x;
padding: 5px 10px 3px 10px;
background-position: 0px -4px;
}
.componentheading {
background-image: url(../images/navback.jpg);
background-position: 0px -4px;
color: #fff;
padding: 5px 10px;
margin-bottom: 10px;
}
.contentdescription {
padding: 10px 0px;
}
.contentpaneopen {
padding: 0px 2px;
width: 100%;
}
.small {
font-size: 11px;
}
.createdate {
font-size: 11px;
padding-bottom: 10px;
}
ul, li {
list-style-type: square;
}
a {
color: #339900;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.separator {
border-bottom-width: 3px;
border-bottom-style: dotted;
border-bottom-color: #E0E0E0;
margin-left: 3px;
margin-right: 2px;
}
.button {
background-image: url(../images/button.jpg);
background-repeat: no-repeat;
background-color: #5079A7;
width: 99px;
height: 27px;
line-height: 27;
text-align: center;
color: #5079A7;
border: none;
font: 14px Tahoma, Arial, Verdana bold;
margin: 10px 0px;
}
.naglowek {
font-family: Tahoma;
font-size: 14px;
font-weight: bold;
}
h1 {
text-align: center;
font: 14px Tahoma, Arial, Verdana bold;
}


.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.middle_product { border: 1px solid #dadada; padding: 10px 10px 16px 10px ; margin-bottom: 16px;}
.middle_product h2 { font-size: 20px; font-family: Arial; margin: 0; padding: 0 0 4px 0;}
.middle_product h2 a { color: #f06000;}
.middle_product h3 { font-size: 14px; margin: 0; padding: 0 0 12px 0; font-family: Arial;}
.middle_product, .page_description p { font-size: 13px; font-family: Tahoma; color: #444444; line-height: 20px;}
.middle_product p.abstract { color: #666666; font-weight: bold;}
.middle_product ul{ padding: 0 0 0 16px; margin: 0;}
.middle_buttons { width: 130px; padding: 3px 0 3px 6px; float: right; margin-left: 16px; }
.middle_more, .middle_form { font-size: 11px; display: block; background-color: #E6EFF7; color: #336699; height: 20px; line-height: 20px; margin: 4px 0 16px 0; padding: 2px 4px 2px 4px; text-align: center; cursor: pointer; text-decoration: none; font-weight: bold; font-family: Tahoma; border: 1px solid #dadada;}
.middle_vendor_logo { float: right;}