/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6{
	margin:0;
	padding:0;
	-webkit-text-size-adjust:none; /* This stops the iPhone from automatically changing the size of the text when you flip the phone */
	}
body{
	font-size: 62.5%; /* 62.5% means 1em = 10px */
    max-width:1024px;
	}
ul, li, ol, dl, dd, dt{
	list-style:none;
	padding:0;
	margin:0;
	}
a{
	text-decoration:none;
	}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body{
	background:#ffffff;
	font-family: Helvetica,Arial; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#000;
	margin:10px;
	}
/*	
p{
	font-size:9px;
	color:#000000;
	}
*/
a{
	color:#666666;
	text-decoration:none;
	}
	
.menu {
    font:11px/18px Helvetica,Arial; 
    color:#000000; 
    float:left; 
    width:100%;
    }
	
.page {
    font:14px/20px georgia, serif; 
    color:#000000; 
    float:left; 
    width:100%;
    }
.maxWidth {
    max-width:550px;
    }
.headline {
    font:14px/20px georgia, serif;  
    font-weight:600; 
    color:#533313;
    padding-bottom:10px;
    }
.subheadline {
    font:14px/20px georgia, serif;  
    font-weight:500; 
    color:#533313;
    padding-bottom:10px;
    }
    
.braun {
    color:#6D441B;
    }

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper{
	background:#ffffff;
	overflow:auto;
	}

/*-----------------------------
	ORIENTATION CLEVERNESS
-----------------------------*/

#content{
	padding-top:10px;
    width:100%;
	}
    
.ligne {
    height: 16px;
    background:url(ligne_300.png) repeat-x;
    }
    
@media only screen and (orientation: landscape) {
   
}
    
    
@media only screen and (orientation: portrait) {
    
}
