/* GLOBAL */
body {
	margin: 0px;
	padding: 0px;
	font-family: arial,helvetica;
	background-color: #DAE1EC;
	font-size: 12px;
}
h1  {
	font-size: 14px;
	color: #1F317F;
}
img {
	border: none;
}
a {
	color: blue;
}
li {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 15px;
}
table {
	font-size: 12px;
	font-family: arial;
}
td {
	background-color: #FFFFCC;
}

/* GESAMTER CONTAINER */
#master {
	width: 1002px;
	margin-left: auto;
	margin-right: auto;
}

/* HEADER */
#header {
	border-right: solid 5px #FFFFFF;
	border-left: solid 5px #FFFFFF;
	background-color: #FFEE00;
	height: 3px;
}
#header a {
	color: #FFFFFF;
	text-decoration: none;
}
#logoliner {
	background-image: url('images/logoliner.gif');
  border-top: solid 5px #FFFFFF;
	border-left: solid 5px #FFFFFF;
	border-right: solid 5px #FFFFFF;
	width: 992px;
	height: 100px;
}
#llleft {
  float: left;
  width: 213px;
  height: 100px;
}
#llright {
  float: left;
  text-align: right;
  width: 779px;
  height: 96px;
  margin-top: 5px;
}
#header-items {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
#header-items p {
	margin-bottom: 0px;
}
#header-items a {
	color: #FFFFFF;
	text-decoration: none;
}
#header-items form {
  height: 20px;
}

/* NAVIGATION */
#navi {
	background-image: url('images/header_bottom.gif');
	border-left: solid 5px #FFFFFF;
	background-repeat: no-repeat;
	border-right: solid 5px #FFFFFF;
	height: 45px;
}
#navi ul {
	float:left;
	margin-left: -25px;
	margin-top: 8px;    /* IE 0px */
	padding-top: 3px;
}
#navi a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

/* INHALTSCONTAINER */
#body {
/*	border-right: solid 5px #FFFFFF;
	border-left: solid 5px #FFFFFF;*/	
  background-color: #FFFFFF;
  margin-top: 0px;
}

#contenttable {
  background-image: url('images/content_bg.gif');
  border-spacing: 0px;
  margin-left: 5px;
  width: 982px;
}

#contenttable tr {
  vertical-align: top;
}

#contenttable tr td {
  background-color: transparent;
}

/* LINKE NAVIGATION */
#left-nav {
	background-color: transparent;
	padding-top: 15px;
	padding-left: 5px;
	padding-bottom: 10px;
	padding-right: 5px;
  width: 205px;
	float: left;
}
#left-nav ul li {
	clear:both;
}
#left-nav a {
	color: #1A3892;
}

/* CONTENTBEREICH */
#content {
	background-color: transparent;
	padding-top: 15px;
	padding-bottom: 10px;
  padding-left: 10px;
	float: left;
}
#content #inline-content {
  width: 727px;
  padding-left: 10px;
  padding-right: 20px;
}
#content #inline-content p a {
	text-decoration: underline;
	color: #000000;
}

ul#sitemap {
  clear: left;
  float: none;
  display: block;
  list-style-type: disc;
  color: #000000;
}

ul#sitemap li {
  clear: left;
  float: none;
  display: block;
  color: #000000;
}

ul#sitemap li ul {
  clear: left;
  float: none;
  display: block;
  color: #000000;
}

ul#sitemap li ul {
  clear: left;
  float: none;
  display: block;
  color: #000000;
}

ul#sitemap li ul li {
  clear: left;
  float: none;
  display: block;
  color: #000000;
}

ul#sitemap li a {
  font-weight: normal;
  color: #000000;
  text-decoration: none;
}

ul#sitemap li a:hover {
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}

/* FUSSBEREICH */
#footer {
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
	border-left: solid 5px #FFFFFF;
	border-right: solid 5px #FFFFFF;
	border-bottom: solid 5px #FFFFFF;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
	width: 992px;
	height: 23px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerlinks {
  float: left;
  padding-left: 15px;
  width: 862px;
}
#copyright {
  float: left;
  padding-right: 10px; 
}

/* FORMS */
form {
	margin:0px;
	padding:0px;
}
form .button, form input {
	vertical-align: bottom;
	padding-bottom: 1px;
}

/* Sonstige */
#reset {
	background-image: url('images/reset.gif');
	height: 11px;
	width: 56px;
	border: 0px;
}

#contact_send {
	background-color: red;
	background-image: url('images/send.gif');
	height: 11px;
	width: 56px;
	border: 0px;
}
#contact_send_eng {
	background-color: red;
	background-image: url('images/send.gif');
	height: 11px;
	width: 56px;
	border: 0px;
}
.loginbutton {
	float:right;
	margin-top:-53px;
	margin-right:40px;
}

/* INTERNATIONALE NAVIGATION */
/* SPANIEN */
#navi-es {
	background-image: url('images/header_bottom.gif');
	border-left: solid 5px #FFFFFF;
	background-repeat: no-repeat;
	border-right: solid 5px #FFFFFF;
	height: 45px;
}
#navi-es ul {
	float:left;
	margin-left: -25px;
	margin-top: 8px;    /* IE 0px */
	padding-top: 3px;
}
#navi-es a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#navi-es li {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 8px;
}
/* FRANKREICH */
#navi-fr {
	background-image: url('images/header_bottom.gif');
	border-left: solid 5px #FFFFFF;
	background-repeat: no-repeat;
	border-right: solid 5px #FFFFFF;
	height: 45px;
}
#navi-fr ul {
	float:left;
	margin-left: -25px;
	margin-top: 8px;    /* IE 0px */
	padding-top: 3px;
}
#navi-fr a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}
#navi-fr li {
	list-style-type: none;
	float: left;
	color: #FFFFFF;
	padding-top: 5px;
	font-weight: bold;
	padding-right: 4px;
}
