.cke_contents {
height: 500px !important;
width: 825px !important;
margin-left: -20px;
}

.smaller{
    font-size: smaller;
}

a {
    color: white;
    text-decoration: none;
}

#container{
	width:950px;
	margin:0px auto;
    padding: 0;
	position:relative;
	}
	
#header{
	width:950px;
	height:90px;
	margin-top:12px;
	margin-bottom:12px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	background-image:url('../images/header.jpg');
	opacity: 0.8;
	}

#menu{
	height:30px;
	width:800px;
	font-size: 20px;
	margin: 0px;
	//margin-bottom:12px;
	padding: 0px;
	padding-right:150px;
	//background-image:url('../images/background_menu.png');
	background-color: #273b29;
	//color:rgb(154,215,47);
	}
	
#menu ul{
	list-style:none;
	margin: 0px;
	padding: 0px;
	}
	
#menu li{
	float:left;
	margin:0px, 0px, 12px, 0px;
	padding:0px;
	width: 33.333333333333%;
	text-align:center;
	line-height: 30px;
	}
        
#menu a{
        color: white;
        text-decoration: none;
        }
	
#side{
	position:absolute;
	top:132px;
	right:0px;
	padding-top:52px;
	width:144px;
	text-align:center;
	//background-image:url('../images/semi_transparent.png');
	background-color: #273b29;
	color: lightgrey;

	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	}

#side a{
	color: lightgrey;
}

#side input[type="text"], input[type="password"]{
	width:130px;
	margin:1px;
	}

#side .field{
    width: 90%;
}
		
#logo{
	height:185px;
	width:185px;
	position:absolute;
	top:-12px;
	right:0px;
    background-image:url('../images/logo.png');
	}

#content {
	width:769px;
	min-height: 250px;
	padding: 15px;
	margin: 0 0 15px 0;

	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	//background-image:url('../images/semi_transparent.png');
	color: lightgrey;
	background-color: #334f36;
	}
	
.agendatitel{
	color:rgb(154,215,47);
	font-weight:bold;
	}
	
.button{
	margin:1px;
	}
	
hr{
	width:90%;
	}
	
h1, h6{
    margin:0px;
}

h1, h2, h3, h4, h5, h6{
    //color: #585858;
    margin: 0;
}

body{
	margin:0;
	padding:0;
    //background-image:url('../images/background_dark.png');
	background-color: #d9dbd9;
	}

html{
	font-family: "arial";
    color: ligthgrey;
    padding: 0;
    margin: 0;
	}
