/*------------------------------------------------------------------
	[Master Stylesheet]
	 
	Project:    Laureate Stiftung
	Version:    1.1
	Last change:    09/01/10 [CSS Mastering, Erik Herbert]
	Primary use:    Vorstellung & Spenden
-------------------------------------------------------------------*/

body {
	font: 11px “Trebuchet MS”, Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	margin: 0 0 30px 0;
	padding: 0;
	border: 0;
	background: #a8a8a8 url(../images/layout/hintergrund_verlauf.jpg) repeat-x;
}

hr {
	width:100%;
	border:none;
	height:1px;
	background-color:#817d74;
	margin:5px 0 5px 0;
	padding:0px;
}

.hraktuelles {
	width:100%;
	border:none;
	height:1px;
	background-color:#817d74;
	margin:5px 0;
	display:inline;
	float:left;
}

/*---Wrapper zum zentrieren der Seite-----------------------------------------------*/

#CONTAINER {
	width: 980px;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

/*---Container für die Navigation und das Logo-----------------------------------------------*/

#LINKE-SPALTE {
	width: 190px;
	float: left;
}

/*---Logoplazierung oben links-----------------------------------------------*/

#LOGO {
}

#LOGO a img {
	border-style: none;
	margin: 6px 0 12px 5px;
}

/*---Navigation oben links-----------------------------------------------*/

#HAUPTNAVIGATION {
	border-top: none;
	padding: 15px 0 0 18px;
	width: 160px;
}

#HAUPTNAVIGATION a {
	color: #817D74;
	text-decoration: none;
}

#HAUPTNAVIGATION a:hover {
	color: #79000F;
}

#HAUPTNAVIGATION .current a {
	color: #000;
}

#HAUPTNAVIGATION .current li a {
	color: #817D74;
}

#HAUPTNAVIGATION .current li a:hover {
	color: #79000F;
}

#HAUPTNAVIGATION .current li.current a {
	color: #000;
}

#HAUPTNAVIGATION ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#HAUPTNAVIGATION li {
	margin: 0 0 6px 0;
}

#HAUPTNAVIGATION ul ul {
	margin: 5px 0 5px 10px;
}

#HAUPTNAVIGATION ul.zweite {
	margin-top: 40px;
}

/*---Inhaltsbereich der Seite-----------------------------------------------*/

#CONTENT {
	width: 724px;
	float: left;
}

#CONTENT-START {
	background: url(../images/layout/schatten_content-start.png) no-repeat left top;
	display: block;
	height: 17px;
	width: 724px;
}

#CONTENT-INHALT {
	background: url(../images/layout/schatten_content-mitte.png) repeat-y;
	padding: 0 20px 10px 20px;
	color: #302E2B;
	line-height: 1.6em;
	width: 684px;
	min-height:575px;
}

#CONTENT-INHALT h1 {
	text-transform: uppercase;
	font: normal 24px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #787470;
	letter-spacing: 0.12em;
	margin: 0 0 0 -2px;
	padding: 13px 0 7px 0;
}

#CONTENT-INHALT  h2 {
	font: 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #787470;
	letter-spacing: 0.2em;
	margin: 0;
	padding: 0px 0 12px 0;
}

#CONTENT-INHALT p {
	margin: 0 0 15px 0;
	background-color:none;
	color: #252525;
	font: 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

#CONTENT-INHALT a {
	color: #74000F;
	text-decoration: none;
}

#CONTENT-INHALT p a {
	border-bottom:1px dotted #74000f;
	font-style:italic;
}

#CONTENT-INHALT a:hover {
	color: #000;
}

#CONTENT-INHALT p a:hover {
	border-bottom:1px dotted black;
}

#CONTENT-INHALT  #LINKS {
	width: 460px;
	margin: 0 24px 0 0;
	float: left;
}

#CONTENT-INHALT   #RECHTS {
	width: 200px;
	float: left;
	padding: 22px 0 0 0;
	border-bottom:none;
}

#LINKS  img {
	margin: 4px 0 0 0;
}

/*---Spalte rechts neben den Inhalt-----------------------------------------------*/

#RECHTS H1 {
	font: 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #787470;
	letter-spacing: 0.15em;
	margin: 0;
	padding: 0px 0 12px 0;
}

/*---Fußzeile mit Breadcrumps-----------------------------------------------*/

#CONTENT-FOOTER {
	background: url(../images/layout/schatten_content-footer.png) no-repeat;
	height: 26px;
	color: #c5c5c5;
	display: block;
	width: 724px;
	padding: 2px 0 0 20px;
	font-size: 10px;
}

#CONTENT-FOOTER a {
	color: #fff;
	text-decoration: none;
}

#CONTENT-FOOTER a:hover {
	color: #74000F;
}

/*---kontakt links unter Navigation-----------------------------------------------*/

#KONTAKT {
	background: url(../images/layout/dekoblatt_links-unten.png) no-repeat left bottom;
	background-position:-20px 0px;
	width: 180px;
	height: auto;
	font-size: 10px;
	color: white;
	margin: -250px 0 0 -171px;
	padding: 110px 0 0 0;
	position: absolute;
}

.bodytext	{
	margin:0;
	padding:0;
	vertical-align:top;
	background-color: transparent;
	background-image: none;
}

#KONTAKT .erster {
	margin: 80px 0 0 0;
}

#KONTAKT a {
	color: #FFF;
	text-decoration: none;
}

#KONTAKT a:hover {
	color: #74000F;
}

/*---Sprachauswahl oben rechts-----------------------------------------------*/

#SPRACHWAHL {
	color: #A8A8A8;
	margin: 5px 0 0 10px;
	float: left;
}

#SPRACHWAHL a {
	color: #A8A8A8;
	text-decoration: none;
}

#SPRACHWAHL a:hover { color: #74000F; }

.clear-both { clear: both; }
