.placeholder-editable {
        border:1px #bbb solid;
        background:#fff;
        min-height:1em;
        padding:5px;
        cursor:text;
        overflow:hidden;
        height:1%;
    }

    .placeholder-editable input {
        float:right;
        padding:4px 10px;
        margin-top:3px;
    }

    .placeholder-over, .edit {
        border:1px #999 solid;
        background:#5c705c;
        color:#fff;
        cursor: hand;
    }

    .edit {
        padding:5px;
    }
	
	html {
		background-color: #7D9BA5;
	}
	
	
    body {
        font-family:sans-serif;
        font-size:75%;
        background-color: #7D9BA5;
        color:#333;
    }

    #main {
        width:1004px;
        margin-top:20px;
        margin:0 auto;
        margin-bottom:40px;
        overflow:hidden;
        height:1%;
        background:#FFF;
        color:#000;
        font-style: "arial";
    }
    
    #header {
    	margin-top:0;
    	width:1024px;
    	height:201px;
    	overflow:hidden;
    	background:#7D9BA5 url("/media/img/header.jpg") top left no-repeat;
    }
    
    #loggin {
    	float:right;
    	margin-top:15px;
    	margin-right:35px;
    	width = 200px;
    	color:#235D70;
    	overflow:hidden;
	text-decoration: none;
	text-align: right;
    }
    
    #loggin a {
		color:#235D70;
		text-align: right;
	}
	
	#loggin ul {
		color:#235D70;
		list-style: none;
		text-align: right;
	}
	
	#loggin ul li {
		color:#235D70;
		text-align: right;
	}
	
    #lang_chooser {
    	float:left;
		margin-left: 15px;
		margin-top: 15px;
		color: #235D70;
		text-decoration: none
	}
	
	#lang_chooser a {
		color:#235D70;
	}
	
	#lang_chooser .current {
		font-style: italic;
		text-decoration: none;
	}
	
	#nav_bar {
		float:left;
		width:100%;
		height:40px;
		margin-top: 60px;
		display: inline;
		overflow: hidden;
	}
	
	#nav_bar ul {
		margin: 0;
		padding: 0;
		display: inline;
		overflow: hidden;
		margin-left: 100px;
	}
	
	#nav_bar ul li {
		margin: 0;
		padding: 0 30px;
		display: inline;
		list-style: none;
		text-align: center;
		font-size: 14px;
		color:#235D70;
		float: left;
	}
	
	#nav_bar ul li a {
		text-decoration: none;
		color:#235D70;
	}
	
	#nav_bar ul li a:hover {
		text-decoration: underline;
		
	}
	
	
