/**
* CSS
* 
* @version 1.0
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

a:link { text-decoration: none; }
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666; }
a:hover { text-decoration: underline; }

a img { border: none; }

#menu {
    /*width: 358px;*/
	width: 300px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    /*height: 100%;*/
	margin-left: 5px;

}

#themenu {
    background-color: #9dc2dc;
    color: #fff;
    /*width: 269px;*/
	width: 100%;
}

#themenu a {
		color: #fff;
	
}

#themenu .section-title {
		font-weight: bold;
}


#menu ul {
	list-style: none;

	padding: 0 0 10px 6px;
	
}

#menu ul li {
	padding-bottom: 1px;	
}

#menu ul li.section-title { 
	margin-bottom: 10px; 
	padding-top: 10px;
	font-weight: bold;
	font-size: 1.1em;
}

#menu ul li a {
	margin-left: 3px;
}

#menu ul li.section-1 a {
	font-weight: bold;
	font-size: 1em;
}

#menu ul li.active a {
	color: black;
	font-weight: bold;
}

#content {
    height: 100%;
    margin: 70px 0 0 305px;
    top: 0;
	

}

.container img {
	
max-width:680px;
width:expression(document.body.clientWidth > 680? "680px": "auto" );

}

.container {
    padding: 5px 5px 5px 5px;
}

/*#content p { width: 400px; margin-bottom: 9px; }
*/

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

.navi-after {
	margin-left: 6px;
	padding-top: 10px;
	/*font-size: 0.9em;*/
	/*color: #606060;	*/
}

.navi-after b {
	/*color: #303030;*/
	font-weight: bold;
}

.do-copy {
	padding-top: 20px;
	font-size: 0.8em;
	text-align: right;
}

.do-copy a {
	color: #303030;	
}

img.logo {
	margin-bottom: 5px;
	margin-left: 2px;
	margin-top: 10px;
	margin-bottom: 15px;
}

div.title {
	
	border-left: 7px solid #606060;
	padding-left: 5px;
	color: #606060;

}

#content a, .navi-after a {
	
	color: #000;
}

 #content a:hover, .navi-after a:hover{	
 
 font-weight: bold;
	

}





