/* composeit.hu project 2007 | main css file */
/* by salesz | more info: salesz@mindenkilapja.hu */

body,html{
font-family:Arial;
font-size:11px;
color:#999999;
padding:0px;
margin:0px;
background-color:#FFFFFF;
border:none;
}

input,textarea{
font-family:Arial;
font-size:11px;
border:1px solid #CCCCCC;
/*background-color:#FFFFFF;*/
}

a,a:link,a:active,a:visited{color:#999999;}
a:hover{text-decoration:none;}

img{border:none}

.aL{text-align:left}
.aC{text-align:center}
.aR{text-align:right}
.aJ{text-align:justify}

.vaT{vertical-align:top}
.vaM{vertical-align:middle}
.vaB{vertical-align:bottom}

.fL{float:left}
.fR{float:right}
.afterfloat{clear:both}

.cp{cursor:pointer; outline:none;}

.sTopMargin{margin-top:5px}
.sBottomMargin{margin-bottom:5px}

.lTopMargin{margin-top:10px}
.lBottomMargin{margin-bottom:10px}

h3{
font-size:12px;
color:#6699CC;
}

.header{
width:770px;
height:86px;
margin:auto;
background-image:url(../img/header.jpg);
background-position:top;
background-repeat:no-repeat;
}

.topMenu{
width:770px;
margin:auto;
}

.topMenuItems{
float:right;
padding:0px;
}

.mainContent{
width:770px;
padding:0px;
margin:auto;
}

/* LEFT SIDE*/
.leftSide{
width:265px;
float:left;
}
.leftNavBorder{
border-top:1px solid #E5E5E5;
border-bottom:1px solid #E5E5E5;
}
.leftTopNav{
margin-left:20px;
height:88px;
border-left:7px solid #DDDDDD;
background-color:#F4F4F4;
padding:15px 0px 0px 11px;
}
.ourNews{
margin-left:20px;
border-left:1px solid #E5E5E5;
padding:10px 0px 0px 0px;
}

.newsBlock{
margin-right:25px;
margin-bottom:10px;
}
.newsTitle{
padding:3px 0px 3px 22px;
background-image:url(../img/news_title_left.jpg);
background-position:0 0;
background-repeat:no-repeat;
color:#6699CC;
}
.newsDate{font-weight:bold; color:#999999}
.newsContent{
padding:2px 0px 0px 22px;
text-align:justify;
}
/* LEFT SIDE END*/

/* RIGHT SIDE*/
.rightSide{
width:505px;
float:right;
}

.rightContent{
margin:0px 20px 0px 0px;
padding-left:15px;
padding-right:15px;
border-right:1px solid #ECECEC;
border-left:1px solid #ECECEC;
text-align:justify;
line-height:150%;
}

.imgC{
float:left;
margin:0px 10px 5px 0px;
}
/* RIGHT SIDE END*/

/* CONTENT CLASSES START*/
.hostingTable{
width:450px;
border:1px solid #CCCCCC;
}
.hostingTable th{
background-color:#F4F4F4;
padding:2px 1px 2px 1px;
color:#6699CC;
text-align:center;
}
.hostingTable td{
padding:2px 1px 2px 1px;
text-align:center;
}

.secondRow{
background-color:#EFF4FA;
}

.contactTable{
width:450px;
border:1px solid #CCCCCC;
}
.contactTable td{
padding:2px 5px 2px 10px;
}
/* CONTENT CLASSES END*/

.bottomMenu{
width:750px;
margin:auto;
padding:5px 10px 5px 10px;
background-color:#E4E9ED;
text-align:center;
color:#898D90;
font-weight:bold;
}

.footer{
width:740px;
margin:auto;
padding:5px 10px 5px 20px;
text-align:center;
font-size:10px;
}
