html, body {
  height: 100%;
}

body {
	margin: 0;
	padding: 0;
	color: #444;
	font: normal 11px Arial,Helvetica,sans-serif;
	background: #fff;
}

#page {
  width: 980px;
  padding: 10px 0px;
  margin: 0px auto;
}

#content {
  width: 960px;
  background: transparent url(../images/bg_content.gif) repeat-y 0 0;
  margin-bottom: 20px;
  overflow: hidden;
}

.home {
  background: transparent url(../images/bg_content_home.gif) repeat-y 0 0 !important;
}


#footerStart {
  width: 960px;
  background: transparent url(../images/bg_footer.gif) repeat-y 0px 0px;
}

.footerStart {
  background: transparent url(../images/bg_content_home.gif) repeat-y -180px 0px !important;
}

.boxInner {
  padding: 0px 10px;
  overflow: hidden;
  background: transparent url(../images/bg_box.gif) repeat-y 0 0;
}

.boxHeader {
  height: 20px;
  background: transparent url(../images/bg_box_header.gif) no-repeat 0 0;
}

.boxFooter {
  height: 20px;
  background: transparent url(../images/bg_box_footer.gif) no-repeat 0 0;
}

#logo {
  height: 150px;
  background: transparent url(../images/bg_header.gif) no-repeat center center;
}

#header {
  height: 310px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

#header .shadow {
  background: transparent url(../images/bg_shadow.png) no-repeat 0 0;
  height: 20px;
  position: relative;
  z-index: 3;
}

#slideshow {
  position: absolute;
  z-index: 2;
  margin-top: -20px;
}

#mainMenu {
  background: transparent url(../images/bg_navigation.png) no-repeat 0 0;
  text-align: center;
  position: absolute;
  width: 100%;
  z-index: 4;
  bottom: 0px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
  display: inline;
}

#mainMenu ul li {
  list-style: none;
  display: inline;
  padding: 0px 14px;
  margin: 0px;
  line-height: 26px;
  height: 26px;
  border-left: 1px solid #fff;
}

#mainMenu ul li.first {
  border-left: 0px none !important;
}

#mainMenu ul li a {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

#mainMenu ul li ul {
  background: transparent url(../images/bg_navigation_sub.png) no-repeat 0 0;
}

img {
  border: 0px none;
}

h1,
h2,
h3 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #050952;
}

h4 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  font-size: 11px;
  text-transform: uppercase;
  color: #7d0000;
}

p {
  margin: 0px 0px 10px;
}

a {
  outline: none;
  color: #6e675f;
  text-decoration: none;
}

a.bold {
  font-weight: bold;
  text-decoration: underline;
}

a:hover {
  color: #423d36;
}

ul {
  margin: 0px 0px 10px;
  padding: 0;
}

ul li {
  margin-left: 14px;
}

.bottom {
  margin-bottom: 0px !important;
}

/* Teaser
----------------------------------------------------------------------------------------------------*/

.teaserItem {
  float: left;
  height: 60px;
  margin-bottom: 20px;
  overflow: hidden;
}

.teaserItem .image {
  height: 60px;
  background: #c3bcb8;
  overflow: hidden;
}

.teaserItem .text a {
  text-decoration: underline;
}



/* Partner
----------------------------------------------------------------------------------------------------*/

.partnerItem {
  height: 75px;
}

img.fade,
img.teaserFade {
  position: absolute;
  z-index: 20;
  opacity: 0;
}

/* SidebarMenu
----------------------------------------------------------------------------------------------------*/

ul.sidebarMenu {
}

ul.sidebarMenu,
ul.sidebarMenu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul.sidebarMenu a {
  display: block;
  text-decoration: none;
}

ul.sidebarMenu li {
  margin: 0px 0px 0px 0px;
  border-top: 1px solid #d9d9d9;
}

ul.sidebarMenu li a {
  color: #6e675f;
  padding: 5px 0px;
  font-weight: bold;
  text-transform: uppercase;
}

ul.sidebarMenu li a:hover {
  color: #423d36;
}

ul.sidebarMenu li ul li {
  border-top: 0px none;
}

ul.sidebarMenu li ul li a {
  color: #6e675f;
  padding-left: 10px;
  font-weight: normal;
}

ul.sidebarMenu li ul li a:hover {
}

#partner {
  background: #fff;
}

p.tip {
  padding: 10px;
  color: #444;
  background-color: #fff;
}

.swf {
  margin-bottom: 10px;
}

.message {
  margin-bottom: 10px;
  font-weight: bold;
}

.success {
  color: green;
}

#gmap {
  width: 700px !important;
}

table.curriculum {
  border: 0px none;
  border-collapse: collapse;
  margin: 0px;
  padding: 0px;
}

table.curriculum th {
  width: 130px;
  text-align: left;
}

table.curriculum th,
table.curriculum td {
  vertical-align: top;
  padding-bottom: 10px;
}

table.curriculum th.bottom,
table.curriculum td.bottom {
  padding-bottom: 0px;
}

.spacer {
  border-top: 1px solid #d9d9d9;
  margin-bottom: 10px;
}

.table-left {
  padding: 10px;
  width: 45%;
  margin-right: 10%;
  background-color: #050952;
  color: #fff;
}
.table-right {
  padding: 10px;
  width: 45%;
  background-color: #050952;
  color: #fff;
}
