/** CSS - Design for LSH Ising Website Project
* Created 2009 by Martin Zürn
* Das Menü wird unter menu/menu.css angepasst!*/
BODY
{
	background: #FFFFFF;
/*Damit Header nicht direkt oben am Rand anfängt*/
	margin-top: 5px;
}
#round
{
/*Hintergrund für Inhalt*/
	background: #FFFFFF;
/*Breite des Header-Bildes*/
	width: 975px;
/*Zentrierte Positionierung*/
	margin: auto;
	position: relative;
	text-align: center;
}
#header
{
	background-color: #FFAB47;
/*Hintegrund oranger Balken*/
	background-image: url(images/header.jpg);
/*Header-Bild*/
	background-repeat: no-repeat;
	background-position: top;
	height: 185px;
/*Höhe des Header-Bilds*/
	width: 100%;
	min-width: 975px;
/*Damit orangener Balken über ganze Breite geht*/
	margin: auto;
/*Zentrierte Positionierung*/
	position: relative;
/*Zentrierte Positionierung*/
	text-align: center;
/*Zentrierte Positionierung*/
	margin-top: 19px;
}
#content
{
	position: absolute;
	z-index: 1;
	top: 59px;
	margin-left: 190px;
/*Abstand Links, rel. zu "round"*/
	margin-right: 240px;
/*Abstand rechts, rel. zu "round"*/
	text-align: left;
/*Textausrichtung links, da in Div "round" auf zentriert gesetzt wurde*/
	width: 545px;
}
#rightcontent
{
	border: 1px solid #FFAB47;
	width: 210px;
	text-align: justify;
	position: absolute;
	z-index: auto;
	right: 0px;
	top: 49px;
	padding: 10px;
	background: #FED37E;
}
#nav2
{
	position: absolute;
	top: 59px;
}
.tx-flseositemap-pi1
{
/*Sitemap Code*/
	margin-left: 10px;
}
UL .list
{
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.item .deep0
{
	margin: 0;
}
.item .deep1
{
	margin-left: 7px;
}
.item .deep2
{
	margin-left: 14px;
}
.item .deep3
{
	margin-left: 21px;
}
#sitetitle
{
/*Breadcrumb-Navigation*/
	text-align: right;
	margin-right: 44px;
	position: relative;
	z-index: 5;
}
#sitetitle A
{
	text-decoration: none;
	color: #000000;
}
#sitetitle A:hover
{
	text-decoration: underline;
}
#ising-schriftzug
{
	position: absolute;
	top: 0;
	z-index: 5;
}
/*Suchbox*/
#suche
{
/*Suchformular*/
	text-align: right;
	margin-top: 2px;
	margin-right: 48px;
	padding-bottom: 2px;
}
#suche FORM LABEL
{
	display: none;
}
#shortnav
{
	position: absolute;
	top: -205px;
	right: 48px;
}
#shortnav A
{
	text-decoration: none;
	color: #000000;
}
#improvebox
{
	position: absolute;
	margin-top: 10px;
}
#improvebox BUTTON
{
	border: 1px solid #FFAB47;
	width: 181px;
	background: #FED37E;
}
#ienotification
{
	display: none;
}
