/* ------------------------   Main tag definitions   ----------------------- */

* {
    margin: 0px;
    padding: 0px;
}


img {
    border: none;
}

body {
	font-family: Arial, sans-serif;  
    font-size: 12px;
    
    background-image: url(images/bg-body.jpg);
    background-color: #86b7d6;
    background-repeat: repeat-x;
    color: #343434;
}


a {
    color: #8f8f8f;
}

a:hover{
    color: #666666;
    text-decoration: none;
}

a img {
    outline: none;
    text-decoration: none;
}

h2 {
    padding: 30px 0px 15px;
    color: #0d68a9;
    font-size: 18px;
    font-weight: normal;
}

h2 img {
    position: relative;
    top: -10px;
    margin-right: 5px;
} 
 
table {
    border-collapse: collapse;
}

td, th {
    padding: 5px;
}





/* ------------------------   Content definitions   ----------------------- */ 

#web {
	width: 530px;  
	margin: 0px auto;
}

div.top-header {
    padding: 50px 0px;
    text-align: center;
}

div.top-header div.header-logo {
    float: left;
    margin-right: 48px;
}

div.container {
    background-color: #ffffff;
}

div.content-container {
    width: 400px; 
    margin: 0px auto;
}





/*--------------------      Languages and Breadcrumbs     ---------------------------*/ 

div.breadcrumb {
    background-image: url('images/bg-breadcrumbs.png');
    background-position: center bottom;
    background-repeat: repeat-x;
    background-color: #549dcd;
    
    border-bottom: 2px solid #135381;
    border-top: 1px solid #7eb6da;
    border-left: 1px solid #3782b8;
    padding: 9px 15px;
    color: #bae4ff;
}

div.breadcrumb a {
    color: #bae4ff;
}

div.breadcrumb a.active {
    color: #ffffff;
    text-decoration: none;
}

div.languages {
    float: right;
    position: relative;
    top: 7px;         
}

div.languages form.lang-select {
    float: left;   
    margin-left: 2px;
}

div.languages form.lang-select input {
    border: 1px solid #89c3ea;
    background-color: #c6e2f5;
    background-repeat: no-repeat;
    border-bottom: none;
    background-position: 8px center;
    cursor: pointer;
    padding:1px 7px 1px 25px;
    font-size: 11px;
    color: #45a1de;
}

div.languages form.selected input {
    background-color: #FFFFFF;
    border-bottom: none;
    background-repeat: no-repeat;
    background-position: 8px center;
}

div.login-languageswitcher {
    position:relative; 
    top: 33px;
}







/*----------------------    Input definitions       -----------------------*/


input {
	border: 1px #888888 solid;
	padding: 3px 7px;
	background-color: #FFFFFF;
	color: #000000;	
    font-family: sans-serif;
    font-weight: normal;
    font-size: 12px;
}

label {
    display: block;
    width: 75px;
    font-weight: bold;
} 

input.text {
    width: 280px;
}

tr.error td {
    color: #ac0000;
}

tr.error td input, tr.error td textarea, tr.error td select {
    border: 1px solid #ac0000;
    background-color: #FFF4DE;
}





div.buttons {
    text-align: center;
    padding: 20px 0px 30px;
}



input.submit {  
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    
    background-image: url('images/bg-btn-submit.jpg');
    background-repeat: repeat-x;
    padding: 5px 30px;
    
    border-top: 1px solid #84badc;
    border-left: 1px solid #5598c7;
    border-bottom: 1px solid #014374;
    border-right: 1px solid #1a5e8d;
    cursor: pointer;
}

div.submit-container img {
    position: relative;
    top: -6px;
    left: 32px;
    cursor: pointer;
}







/*--------------------      Credits     ---------------------------*/

div.copyright {
    text-align: center; 
    margin: 10px 0px; 
    color: #a4cde6; 
    font-size: 10px;
}

div.copyright a {
    color: #a4cde6;
}





/*--------------------  User informations  ------------------------*/
  
div.hlaska-ok {
    color: #a8cd1c; 
}

div.hlaska-bad {
    color: #e96821; 
}

span.important {
    font-weight: bold;
    text-decoration: underline;
}


.important {
    font-weight: bold;
    color: #000000;
}




           

/*----------------    Micro styles   --------------------*/

.end {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.light-gray {
    color: #6c6c6c;
}
