/* CSS Document */

/* andrej poliak */



/* vlastnoti v lavom menu*/
#left {
        position: relative;
        top: -7px;
        width: 200px;
}

#left-content {
        width: 190px;
}

#left h2 {
        margin-top: 10px;
        margin-bottom: 3px;
        width: 190px;
}

.mainlevel {
        font-weight: bold;
        font-size: 12px;
        height: 10px;
        width: 190px;
}
a.mainlevel {
        margin-left: 5px;
        width:190px;
}

.sublevel {
        font-size: 11px;
}

/* vlastnosti praveho ramca*/
#right {
        left: 0px;
        float: left;
        width: 570px;
        margin-left: 4px;
}

#right, .contentheading, .contentpaneopen {
        font-size: 13px;
}

#right h1, .contentheading {
        margin-left: 0px;
        width: 570px;
        font-size : 14px;
        color : #555;
        line-height : 28px;
        height : 28px;
        background : url('../images/bg_h1.gif') no-repeat right bottom;
        font-weight : bold;
        text-indent : 5px;
}


.componentheading, #right h2{
	height: 28px;
        width: 570px;
	line-height: 28px;
	font-size: 12px;
	text-indent: 7px;
	margin: 15px 0 7px 0;
        color: #555;
	background: #fff19f url('../images/bg_h2.gif') right repeat-x top;
}

.contentpaneopen h2 {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #de6b00;
	line-height: 28px;
        width: 569px;
	margin: 15px 0 10px 0;
        background: url('../images/bg_left_h2.gif') left bottom repeat-x;
}

.contentpaneopen {
        width: 575px;
}

.componentheading a, .contentpaneopen a, .contentpane a {
        font-size: 13px;
}


