@charset "UTF-8";



/* 
+ + + + + Design by Kim Küng
+ + + + + www.kimkueng.ch
+ + + + + Realisation by codama
+ + + + + www.codama.ch
+ + + + + (c) 2009 

*/



@import url(reset.css);



/* * * * * START: GENERAL * * * * */
html {
	height: 100%;	
}
body {
	background: #FFF;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 15px;
	color: #009ceb;
	height: 100%;
}
.clear {
	clear: both;	
}
/* * * * * END: GENERAL * * * * */


/* * * * * START: CONTENT GENERAL * * * * */
a {
	color: #009ceb;	
}
a:hover {
	text-decoration: none;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 8px 0;
}
p {
	margin: 0 0 10px 0;	
}
input {
	border: 1px solid #009ceb;
	font-family: "Courier New", Courier, Monaco, monospace;
	font-size: 15px;
	color: #666;	
	margin: 0 0 8px 0;
}
input.box_xl {
	width: 310px;
}
/* * * * * START: CONTENT GENERAL * * * * */
