@import "left.css";
@import "news.css";
@import "home.css";
@import "right.css";

BODY {
	color : #003399;
}

H3 {
	font-size : 11px;
}

#topscroll {
   background: url(../img/topmenu_bg.gif) no-repeat;
   width: 559px;
   height: 16px;
   margin-bottom: 1px;
   padding-left: 10px;
   padding-right: 10px;
   padding-top: 3px;
}

.radio {
   background: white;
   border: 0;
}

/* 
---------------------------
linkek
------------------------------
*/
#content a, #content a:visited  {
     color: #0077dc;
     text-decoration: none
}
#content a:hover {
	text-decoration : underline;
}

/* 
---------------------------
sitemap
------------------------------
*/

.csc-sitemap { padding: 0; margin: 5px; }
.csc-sitemap-level1 { padding-left: 10px;}
.csc-sitemap-level2 { padding-left: 20px;}
.csc-sitemap-level3 { padding-left: 30px;}

/* 
---------------------------
headerek
------------------------------
*/

h1.csc-firstHeader {
  margin-top: 0;
  padding-top: 0;
  color: #F36D00;
  font-size: 14px;
  background: white url(../img/9dot.gif) no-repeat;
  padding-left: 10px;
  font-weight: bold;
}
h1 {
    font-size: 12px;
}

.csc-firstHeader {
	font-size : 12px;
}
h2{
    font-size : 12px;
}

h3, h4, h5, h6 {
    font-size : 10px;
}

/* 
---------------------------
formok
------------------------------
*/

input, textarea, select {
   border: 1px solid #a4bae6;
   background: white url(../img/input_bg.png) repeat-x;
}

input {
        background-color: #F0F8FF;               
        color : #003399;
	font-size: 9px;
	font-weight: bold;
}

p.radio input {
       background: white;
       border: none;
}

textarea {
     width: 200px;
}


/* 
---------------------------
content rész alsó menüje
------------------------------
*/

#menu_bottom {

   float: left;
   margin-top: 35px;
   border-top: 1px dotted #a4bae6;
   color: #a4bae6;
   padding-bottom: 15px;
}

#menu_bottom a, #menu_bottom a:visited {
   color: #a4bae6;
   text-decoration: none;
}

#menu_bottom a:hover {
   text-decoration: underline;
}

/* 
---------------------------
alap formázások
------------------------------
*/


.content_top {
 background: url(../img/content_top.gif);
 width: 100%;	
 height: 12px;
 margin: 0;
 padding: 0;
 margin-top: 3px;

}

table {
	border: 0px;
}

p{
font-size : 10px;
}

p.gorss {
	font-size: 12px;
	font-weight: bold;
}

div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;	
}
.content_bottom {
 background: url(../img/content_bottom.gif);
 width: 100%;	
 height: 11px;
 margin: 0;
 padding: 0;
}

td#content_bnav {
    text-align: left;
    background: url(../img/content_bg.gif);
    padding-left: 10px;
}

td#content {
    text-align: left;
    background: url(../img/content_bg.gif);
    padding-left: 10px;
    padding-right: 10px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color : #003399;

}
html, body {
   margin: 0;
   padding: 0;
   background: #E4E9F7;
   color : #003399;
}

P.bodytext {
	color : #003399;
}

#topmenu {
 text-align: left;
}
embed {
	background-color: #F5F5F5;
	width: 200px;
	height: 20px;
}


