/* Farben
----------------------------------------------------------------------------- */

/* Orange: FF6600 */
/* Orange-Mittel: FFCCAA */
/* Orange-Hell: FFDFC9 */

/* Dunkel-Grün: 0D494A */



/* Default
----------------------------------------------------------------------------- */

body {
 margin: 0;
 padding: 0;
}

body, table, input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  line-height: 18px;
}

H1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	color: #0D494A;
	margin: 0px 0px -5px 0px;
  padding: 0;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	color: #0D494A;
	margin: 15px 0px -5px 0px;
  padding: 0;
}
/* -------------------------------------------------------------------------- */




/* Header
----------------------------------------------------------------------------- */

.header {
	background: url(../images/mtu-studienstiftung.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


.orange-border {
	border-left: solid 2px #FF6600;
}

/* -------------------------------------------------------------------------- */








/* NAVIGATION
----------------------------------------------------------------------------- */


.header_nav {
	background-color: #FF6600;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	line-height: 30px;
	padding-left: 17px;

}





a.top-right-nav {
	background: url(../graphics/halbkreis-navitop.gif);
	background-repeat: no-repeat;
  padding: 4px 0px 0px 10px;
	background-position: 2px 2px;
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
  display: inline;
}


a.top-right-nav:hover {
  text-decoration: underline;
}

#leftnavi-wrap {
  background:url(../images/index-stiftungen.jpg) no-repeat bottom;
  padding: 0 0 100px 0;
}

#leftnavi-wrap ul {
  margin: 0;
  padding: 0;
  border-left: solid 2px #FF6600;
}

#leftnavi-wrap li {
  list-style: none;
  background-color: #FFCCAA;
}

#leftnavi-wrap a {
	font-size: 12px;
	height: 21px;
	line-height: 21px;
	display: block;
	text-decoration: none;
	color: #0D494A;
}

#leftnavi-wrap a.gen1 {
	line-height: 26px;
	background: url(../graphics/halbkreis-navi.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	padding-left: 15px;
}

#leftnavi-wrap a.gen2 {
	font-size: 11px;
	background: url(../graphics/pfeil-gen2.gif);
	background-repeat: no-repeat;
	background-position: 16px 9px;
	padding-left: 25px;
	background-color: #FFDFC9;
}

#leftnavi-wrap a.gen3 {
	font-size: 11px;
	background-repeat: no-repeat;
	background-position: 16px 9px;
	padding-left: 35px;
	background-color: #FFEDE0;
}

#leftnavi-wrap a:hover {
  text-decoration: underline;
}

.dots-navi {
	background: url(../graphics/dots-navi.gif);
	background-position: 1px 0px;
}

#footer {
  color: #000;
}

#footer a {
  color: #000;
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}


/* -------------------------------------------------------------------------- */


/* CONTENT
----------------------------------------------------------------------------- */

#content {
  margin: 0 0 50px 0;
}
#content p {
  clear: both;
}
#content div {
  margin: 0 0 20px 0;
}
#content a {
 color: #0D494A;
}
#content a:hover {
 text-decoration: none;
}
#content .img-float-left {
  float: left;
  margin: 10px 10px 10px 0px;
}
#content .img-float-right {
  float: right;
  margin: 10px 0px 10px 10px;
}
#content .align-center {
  text-align: center;
  display: block;
}

/* -------------------------------------------------------------------------- */



/* Teaser
----------------------------------------------------------------------------- */

#teaser .bg-top {
  height: 24px;
  width: 210px;
  background: url(../graphics/teaser.gif) no-repeat 0 0; 
}
#teaser .teaser-content {
  border-bottom: solid 1px #FFCCAA;
  border-right: solid 1px #FFCCAA;
  border-left: solid 1px #FFCCAA;
  padding: 10px 3px 5px 3px;
  line-height: 15px;
}
#teaser .teaser-content span {
	background: url(../graphics/pfeil-gen2.gif) no-repeat 0 5px;  
  padding: 0 0 0 13px;
  display: block;
  color: #000;
  text-decoration: none;
  margin: 0 0 5px 0;
}
#teaser .teaser-content a {
  color: #000;
  text-decoration: none;
}
#teaser .teaser-content a:hover {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */

