@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    background:url(../Content/page_bg.png);
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

p{
    font-size:80%;
    color:#333333;
}

h1{
    font-size:18px;
    color:#8b0e12;
}

h2{
    font-size:14px;
    color:#8b0e12;
}

h3{
    font-size:12px;
    color:#8b0e12;
}

a:visited {
    outline-width: 0px;
}

img {
    border: none;
}

ul, li{margin:0; border:0; padding:0; list-style:none;}

#page{
    margin:0 auto;
    width:1030px;
}

#content_bg_top{
    /*background:url(../Content/content_bg_top.png) no-repeat;*/
    background:url(../Content/content_bg_top_notext.png) no-repeat;
    width:1030px;
    height:267px;
}

#content_bg_mid{
    background:url(../Content/content_bg_mid.png) repeat-y;
    width:1030px;
    height:auto;
}

#content_bg_bottom{
    background:url(../Content/content_bg_bottom.png) no-repeat;
    width:1030px;
    height:58px;
}

#content_bg_bottom p{
    padding-top:10px;
    text-align:center;
    color:#FFFFFF;
    font-size:11px;
}

#content{
    width:980px;
    padding-left:10px;
    margin: 0 auto;
}	

/* Left side: contains menu -> 'Navigacie' */

#left{
    float:left;
    margin-top:-50px;
    width:260px;

}



/* Center || Middle style - contains the main content */

#center{
    float:left;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:15px;
    border-left:1px solid #cccccc;
    border-right:1px solid #cccccc;
    width:680px;
    height:100%;
    background:#FFFFFF;
}

#content_style li{
    margin: 5px 10px 5px 25px;
    list-style: circle;
    color:#000000;
    font-size:14px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size:80%;
}

#center p{
    font-size:80%;
    color:#333333;
}

.tdnormal{
    font-size:100%;
}

#center hr{
    color:#CCCCCC;
    width: 100%;
    height: 1px;
}

#temp{
    margin:25px auto 25px auto;
    width:500px;
    clear:both;
}

#back{
    float:left;
    position: relative;
    margin: -35px -100px -50px -75px;
}

.imgfloatleft{
    float: left;
    margin-right:15px;
    padding-right:15px;
}

.imgfloatright{
    float: right;
    margin-right:15px;
    padding-right:15px;
}

.textred{
    font-size:larger;
    color:#8b0e12;
}

#path{
    color:#990000;
    font-size:12px;
    margin-top: -45px;
    margin-bottom:10px;
}

#path a{
    text-decoration:underline;
}

#path a:hover{	
    color:#B30000;
}

#path a:visited{	
    color:#990000;
}

.red1{
    font-size:160%;
    color:#E21D1D;
}

.black1{
    font-size:18px;
    color:#000000;
}

#center a{
    text-decoration:none;
    color:#8C0000;
}

#center a:hover{
    color:#CD2727;
}

div.content_sub_menu{
    font-size: 12px;
    width: 250px;
    height: 17px;
    padding: 2px;
    border: 1px solid #990000;
    color: #990000;
    background-color: #ffeeee
}

div.content_sub_menu a.selected_content_sub_menu{
    font-weight: bold;
}

#mail_result .error{
    border:1px solid red;
    background: #ffcccc;
    padding: 10px;
    margin-bottom: 10px;
}

#mail_result .success{
    border:1px solid green;
    background: #ccffcc;
    padding: 10px;
    margin-bottom: 10px;
}

#send_message_form {
    padding:5px;
    border:1px solid #eeecec;
    background: #f9f4f4;
}

#send_message_form td{
    padding:3px;
    letter-spacing: 0.2em;
    color:black;
    font-weight: bold;
    font-size: 80%;
}

#send_message_form input, textarea{
    border:1px solid #8b0e12;
    padding:3px;
}
