/**** header tag definitions ****/

#start
{
	height: 102px;
	width: 990px;
	margin: 0 auto;
	border: none;
	font-family: Tahoma;
}


#menu a
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}


#menu a:hover
{
	font-weight: normal;
}

#header
{
	height: 80px;
	width: 990px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border: none;
	background-color: #7070CC;
	background-image: url(../../images/rautenverlauf.jpg);
	text-align: center;
}

#header div h1
{
	margin-top: 0;
	font-size: 60px;
	color: #404040;
	font-family: Bergamo, Arial;
} 

#lim
{
	height: 80px;
	float: left;
}

#rim
{
	height: 80px;
	float: right;
}

#menu
{
	height: 22px;
	width: 990px;
	margin: 0;
	border: none;
	background-color: #70A0FF;
	font-weight: normal;
}

#menu ul
{
	padding: 0 0 0 2px;
}



#content
{
	height: 470px;
	width: 800;
	border: none;
	margin: 0 auto;
	background-color: #232323;
}

#main
{
	height: 270px;
	width: 990px;
	border: none;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #CCDDFF;
	color: #303030;
}

#main h1
{
	margin-top: 0;
	text-align: center;
}

#main p
{
	margin-top: 0;
	text-align: justify;
	font-family: Times New Roman;
	color: #202020;
}

.rightimg
{
	float: right;
	padding: 5px 0px 0px 5px;
	width: 200px;
}

.leftimgH
{
	float: left;
	padding: 5px 5px 5px 0px;
	width: 120px;
}

.leftimg
{
	float: left;
	padding: 5px 5px 0px 0px;
	width: 200px;
}

#footer
{
	height: 18px;
	width: 990px;
	margin-top: 20px;
	margin-left: 0px;
	margin-right: 0px;
	border-width: medium;
	background-color: #5577BB;
	font-size: small;
	text-align: right;
	font-family: Tahoma;
}

#menu ul
{
	list-style-type: none;
	font-size: medium;
	margin-left: 0;
	margin-top: 0;
}

#menu li
{
	display: inline;
	margin-right: 10px;
}

#leftFoot
{
	padding: 0 0 0 5px;
	float: left;
}

#rightFoot
{
	padding: 0 5px 0 0;
	float: right;
}

#rightFoot a
{
	font-weight: bold;
	text-decoration: none;
	color: Black;
}


#rightFoot a:hover
{
	font-weight: normal;	
}

#main table
{
	table-layout: fixed;
	font-size: small;
	border-color: red;
	border-bottom-style: double;
	text-align: left;
}


