@import url("css/menu.css");

body
{
  background: #000 url(Images/Layout/background.jpg) top left repeat-x;
  margin: 0px;
  padding: 0px;
}

.Maincontainer
{
  width: 1147px;
  height: auto;
  margin: 0 auto;
}

.HeadContainer_Top_NavigationArea
{
  width: 1147px;
  height: 109px;
  background: url(Images/Layout/Layout_01.jpg) top left no-repeat;
}

.HeadContainer_Center
{
  width: 1147px;
  height: 109px;
  background: url(Images/Layout/Layout_02.jpg) top left no-repeat;
}

.HeadContainer_Bottom
{
  width: 1147px;
  height: 109px;
  background: url(Images/Layout/Layout_03.jpg) top left no-repeat;
}

.ContentBox
{
  width: 1147px;
  height: auto;
  background: url(Images/Layout/Layout_07.jpg) top left repeat-y;
}

.ContentBox_1
{
  height: auto;
  background: url(Images/Layout/Layout_08.jpg) top right repeat-y;
}

.ContentBox_2
{
  height: auto;
  background: url(Images/Layout/Layout_04.jpg) top left no-repeat;
}

.ContentBox_3
{
  height: auto;
  background: url(Images/Layout/Layout_06.jpg) top right no-repeat;
}

.ContentBox_4
{
  height: auto;
  background: url(Images/Layout/Layout_09.jpg) bottom left no-repeat;
}

.ContentBox_5
{
  width: 1147px;
  height: auto;
  background: url(Images/Layout/Layout_11.jpg) bottom right no-repeat;
}

.ContentBox_Main
{
  margin: 0 133px 0 133px;
  width: 881px;
  min-height: 300px;
  height: auto;
  text-align:left;
  background: #fff url(Images/Layout/Layout_05.jpg) top left repeat-x;
}

.Footer
{
  margin: 0 133px 0 133px;
  width: 881px;
  height: 121px;
  clear: both;
  background: url(Images/Layout/Layout_10.jpg) bottom right no-repeat;
}

.NavigationBox
{
  margin-left: 115px;
  width: 917px;
  height: 66px;
}

.clear
{
  clear: both;
}



/* Navigation */

a#Nav:link, a#Nav:visited
{
  height: 66px;
  display: block;
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  border: 0px;
}

a#Nav:hover
{
  background-position: bottom left;
}

a.Home
{
  width: 104px;
  background-image: url(Images/navigation/de/Home.png);
}

a.Aktuell
{
  width: 120px;
  background-image: url(Images/navigation/de/Aktuell.png);
  margin-left: 104px;
}

a.Projekt
{
  width: 120px;
  background-image: url(Images/navigation/de/Projekt.png);
  margin-left: 224px;
}

a.Ausbildung
{
  width: 145px;
  background-image: url(Images/navigation/de/Ausbildung.png);
  margin-left: 344px;
}

a.Traegerschaft
{
  width: 172px;
  background-image: url(Images/navigation/de/Traegerschaft.png);
  margin-left: 489px;
}

a.Spenden
{
  width: 124px;
  background-image: url(Images/navigation/de/Spenden.png);
  margin-left: 661px;
}

a.Kontakt
{
  width: 132px;
  background-image: url(Images/navigation/de/Kontakt.png);
  margin-left: 785px;
}



/* Footer Text (Copyright etc.) */

a#Streetworkers1_dnnLOGIN:link, a.Streetworkers1_dnnLOGIN:visited
{
  color: #000;
}
a.Streetworkers1_dnnLOGIN:hover
{
  color: #FFF;
}

.Footer-Txt
{
  padding: 65px 0 0 40px;
  text-align:left;
}

.Footer-Txt, .Footer a:link, .Footer a:visited
{
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  color: #000;
  font-size: 11px;
  text-decoration: none;
}

.Footer a:hover
{
  color: #FFF;
  text-decoration: underline;
}

	.ContentPane{
	width:474px;
	float:left;
	padding:10px 0 0 36px;
	}
	
	.RightPane{
	width:300px;
	float:right;
	padding:10px 43px 0 0;
	}
