*{
	margin:0;
	padding:0;
}/


body {
	background-color:#cccccc;
}

.LeftImage {
	float:left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.RightImage {
	float:right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;	
}
.clear{
	clear:borth;
}


h2 {
	clear:both;
}
#container {
	width:850px;
	margin: 0 auto;
	background-color:#ffffff;	
}
#header {
	background-color:#000000;
	width:850px;
	background-image:url(heidelberg.jpg)
}

#header  ul{
	background-color:#000000;
	list-style-type : none;
	margin :0;
	padding: 0;
	text-align :right;
}

#header li {
	display : inline;
	margin : 0 5px;
}
#header a{
	color:#ffffff;
	text-decoration:none;
}

#header a:hover {
	color:#ffff00;
	text-decoration: underline;
}

#gnavi {
	background-color:#333333;
	width:845px;
	margin: auto;
	padding:0 0 5px 5px;
}
#gnavi  ul{
	background-color:#000000;
	list-style-type : none;
	margin :0;
	padding: 10px 0 0 10px;
	text-align : center;
}
#gnavi li {
	display : inline;
	margin : 0 10px;
	text-align : center;
}

#gnavi a {
	color:#ffffff;
	text-decoration: none;
}
#gnavi a:hover{
	color:#ffff00;
	text-decoration:underline;
}


#lnavi {
	background-color:#ffffff;
	width:230px;
	margin: 35px 10px 0 10px;
}
#lnavi ul {
	list-style-type : none;
	margin: 10px 0 0 10px;
	padding: 0;
	border-top: 1px solid #666666;
}
#lnavi li {
	border-bottom: 1px solid #666666;
}
#lnavi a {
	width: 190px;	
	display:block;
	padding:10px 0 10px 30px;
	background-image:url(images/arrow.gif);
	background-repeat:no-repeat;
	background-position:5px center;
	color:#666666;
	font-weight:bold;
	text-decoration:none;
}
#lnavi a:hover {
	background-color:#4682B4;
	background-image:url(images/arrow2.gif);
		color:#ffffff;
}
	
#content {
	background-color:#ffffff;
	width:550px;
	float:right;
	padding: 10px;
}

#content2 {
	background-color:#ffffff;
	width:850px;
	padding: 10px;
}

#footer {
	background-color:#000000;
	width:850px;
	clear:both;
}
#footer p {
	text-align:center;	
	color:#ffffff;
}

table {
	border-width: 2px;
	border-style: solid;
	border-color:#000000;
	border-left: 3px double #000000;
	width: 550px;
}

th{
	border: 1px solid #000000;
}
td{	boder: 1px solid #000000;
}


