/*
	Christ-Net.SK - common layout stylesheet
*/


/*html    {
        width: 760px;
}*/

body {
        font-weight: normal;
        font-size: 13px;
        margin: 15px auto;
        width: 760px;
/*	height: 800px;*/
        color: #808080;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        background-color: white;
        border: 1px solid #aaa;
}


a {
        font-weight: bold;
        font-size: 1.0em;
        color: #4A8EBC;
        text-decoration: none;
        padding: 0;
}

a:hover {
        color: #9EC068;
}


/*
	Header (cn_header.php)
*/

.cn_header {
}

.cn_header_table {
	width: 760px;
	padding: 0px;
	margin: 0px;
}

.cn_header_table-left_td {
	width: 180px;
	padding: 0px;
	text-align: center;
}

.cn_header_table-right_td {
	width: 530px;
	height: 30px;
	padding: 0px;
	text-align: left;
}

.cn_header_table h2 {
	padding: 0 0 0 10px;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
	color: #aaaaaa;
}

.cn_header_table a, .cn_header_table a:link {
        font-weight: bold;
	font-size: 1.0em;
        color: #4A8EBC;
	text-decoration: none;
        background: inherit;
	padding: 0;
}

.cn_header_table a:visited {
        font-weight: bold;
        color: #4A8EBC;
        background: inherit;
	text-decoration: none;
}

.cn_header_table a:hover {
        font-weight: bold;
        color: #9EC068;
        background: inherit;
	text-decoration: underline;
}

.cn_header_bar1 {
/*        background: #DCF2B8 url(./_images/barbg_small.gif) no-repeat;*/
        background: #c7dba7 url(./_images/barbg_small.png) no-repeat;
        color: #000;
        border-top: 1px solid #9EC068;
        border-bottom: 1px solid #9EC068;
        clear: both;
        padding: 5px 0 5px 0;
}

.cn_header_bar2 {
        margin: 3px 0 0px 0;
        padding: 5px 5px 5px 15px;
/*        background: #f4f4f4 url(./_images/subheaderbg.gif) no-repeat;*/
        background: #eaeaea url(./_images/subheaderbg.png) no-repeat;
        color: #808080;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
}

.cn_header_table img {
        padding: 0 0 0 0px;
        vertical-align: middle;
        border: none;
}

.cn_header_info {
	border-bottom: 1px solid #ccc;
	margin: 0 0 3px  0;
	text-align: left;
}


/*
	Body (index.php)
*/

.cn_table {
	width: 300px;
}


.cn_table_tr {
	vertical-align: top;
}

.cn_table-td_right {
	text-align: right;
}

.cn_table-td_left {
	text-align: left;
}

.cn_table-td_center {
        text-align: center;
}

/*
	Footer (cn_footer.php)
*/

.cn_footer_bar {
        margin: 3px 0 0px 0;
        padding: 5px 5px 5px 15px;
/*        background: #f4f4f4;*/
	background: #eaeaea;
        color: #808080;
        border-top: 1px solid #ccc;
        font-weight: normal;
	font-size: 0.9em;
}

.cn_footer_bar a, .cn_footer_bar a:link  {
        font-weight: normal;
        font-size: 1.0em;
        color: #4A8EBC;
        text-decoration: none;
        background: inherit;
        padding: 0;
}

.cn_footer_bar a:visited {
        font-weight: normal;
        color: #4A8EBC;
        background: inherit;
        text-decoration: none;
}

.cn_footer_bar a:hover {
        font-weight: normal;
        color: #9EC068;
        background: inherit;
        text-decoration: underline;
}

