body {
	background: #777799 ;
	font-family:  georgia,times new roman,serif;
	font-size: 1.0em;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	background: #ffffff;
	border-left: 2px solid #444466;
	border-right: 2px solid #444466;
	border-bottom: 2px solid #444466;


	margin: auto;
	margin-top:10px;
	text-align: left;
	width: 1015px;
}

#top {
	background-color:#eeeeff;
	border-bottom: 1px solid #444466;
	border-top: 2px solid #444466;
	height: 85px;
}

#heading {
margin:auto;

}

#content {
	background: url(../images/drop_shadow.png) repeat-x;
	overflow: auto;
	padding-top: 15px;
}

#menu {
	float: left;
	margin: 15px 0 0 25px;
	padding-top: 7px;
	width: 200px;
}

#main {
	border-left: 1px solid #444466;
	border-right: 1px solid #444466;
	float: left;
	margin: 15px 0 10px 25px;
	width: 515px;
}

#right {
	float: right;
	margin: 15px 25px 0 0;
	width: 200px;
}

#rightcol {
	float: left;
	width: 200px;
	
}


#foot {
	background: url(../images/background_foot.png);
	border-top: 1px solid #000;
	clear: both;
	padding: 5px;
}

h1 {
	background: #eeeeff;
	color: #111122;
	display: inline;
	font-size: 2.2em;
	line-height: 2.3em;
	margin: 0 15px; 
	padding: 10px 10px;
}

h2, h3, p, ul {
	color: #444466;
	line-height: 1.2em;
	
}

p {
	color: #444466;
	font-size: 0.9em;
		line-height: 1.2em;

}

h2, h3, #main p {
	margin: 0 10px 15px 10px;
}

h2 {
	font-size: 1.8em;
	margin-top: 5px;
}

h3 {
	font-size: 1.0em;
	margin-bottom: 8px;
	margin-top: 5px;
}

h4 {
	font-size: 0.9em;
	margin-bottom: -10px;
	margin-top: 12px;
}
#main .citat {
	font-size: 0.8em;
	margin-bottom: 2px;
	line-height: .8em;
	font-style:italic;
}

#menu ul {
	font-size: 0.9em;
	line-height: 1.4em;
	padding-bottom: 0;
}

#foot p {
	margin: 5px;
	padding-bottom: 0;
	font-size: 0.8em;
	text-align: center;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	line-height: 0;
}

#menu a {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	color: #444;
	text-decoration: none;
	display: block;
	line-height: 2.2em;
}

#menu a:hover {
	background: #eeeeff;
	border-bottom: 1px solid #666;
}

#right p {
	margin-bottom: 15px;
}

.selected {
	font-weight: bold;
}

a {
	color: #07a;
}

a:hover {
	color: #39c;
}

h1 a {
	color: #444466;
	text-decoration: none;	
}

h1 a:hover {
	color: #fff;
	text-decoration: none;	
}

u {
	color: #666;	
}

hr {
	border: none;
	height: 1px;
	color: #aaa;
	background-color: #aaa;
	margin: 5px;
	margin-bottom: 15px;
}

img {
	border: none;
}

.photo {
	border: 1px solid #aaa;
	padding: 1px;
}

.imgright {
	float: right;
	margin: 3px 0 5px 10px;
}

.imgleft {
	float: left;
	margin: 3px 10px 5px 0;	
}




table {
	border-collapse: collapse;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 0 10px 15px 10px;
	width: 100%;
}

td {
	vertical-align: top;
	width: 50%;
}







