body {
  margin:0;
  padding:0;
  background:#fff;
  height:100%;
}
body,table,input,textarea,select,button {
  font-family:arial,sans-serif;
  font-size:12px;
  line-height:18px;
  color:#00305F;
}
h1,h2,h3 {
  font-size:12px;
  margin:0;
}
a {
  color:#EF8B00;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
.rarr {
  background:url(images/start/rarr.gif) 100% 5px no-repeat;
  padding:0 7px 0 0;
}

#header {
  background:#F8D096;
}
#header h1 {
  display:none;
}

#fastlinks {
  float:right;
  text-align:right;
  padding:2px 10px;
  line-height:16px;
  height:16px;
  font-size:11px;
  width:501px;
  color:#fff;
}
#fastlinks a {
  color:#fff;
  text-decoration:none;
}
#path {
  display:none;
}

/* Lina */
#lina {
  display:none;
}
#themen div.columnHeader h2 {
  background:url(images/start/lina.jpg) no-repeat -12px -160px;
}
/* Header Image */
div#headerImage {
  width:501px;
  height:120px;
  float:right;
  background:url(images/start/headerImage.jpg) no-repeat;
  margin:10px 0;
}

div.columnHeader {
  border-bottom:solid #9B9F9E 3px;
}
div.columnHeader h2 {
  background-color:#EF8B00;
  padding:2px 10px;
  margin:0;
  color:#fff;
  font-size:14px;
  line-height:16px;
  font-weight:normal;
  border-right:solid #fff 1px;
  border-bottom:solid #FCF7DD 5px;
}
#service div.columnHeader h2 {
  border-right:none;
}
#container {
  margin:0 auto;
  background:#FCF7DD url(images/start/mainBg.gif);
  width:1003px;
  height:100%;
  padding:0 1px;
}

/* Spalte: Themen */

#themen {
  width:251px;
  float:left;
}
#themen .inner {
  padding:10px 10px 10px 0;
  margin:0 1px 0 0;
  background:#FAE2BA url(images/start/themenBg.gif) no-repeat;
}

#themen ul {
  margin:0 0 1em 0;
  padding:0 0 0 30px;
  list-style-type:none;
}
#themen ul li {
  display:inline;
}
#themen ul li a {
  color:#00305F;
}
#themen ul li a:hover {
/*  color:#EF8B00;*/
}
#themen h3 {
  font-size:14px;
  font-weight:bold;
  line-height:20px;
  border-left:solid #EA5C02 20px;
  margin:0;
  padding:0 0 0 10px;
}
#themen h3.wirtschaft {
  border-color:#A8A19E;
}
#themen h3.tourismus {
  border-color:#518908;
}
#themen h3.kultur {
  border-color:#9F0002;
}

/* Spalte: Aktuelles */
#aktuelles {
  width:251px;
  float:left;
}
#aktuelles .inner {
  padding:10px;
}
/* Spalte: Infos */
#infos {
  width:251px;
  float:left;
}
#infos .inner {
  padding:10px;
}
/* Spalte: Service*/
#service {
  width:250px;
  float:left;
}
#service .inner {
  padding:10px;
}
/* Footer */
#footer {
  clear:both;
  border-top:solid #6F93A8 3px;
  border-bottom:solid #EF8B00 3px;
}
#footer .inner {
  background:#283853;
  color:#FCF7DD;
  font-size:11px;
  line-height:16px;
  padding:2px 10px;
  border:solid #FCF7DD;
  border-width:1px 0;
}
#footer a {
  color:#FCF7DD;
  text-decoration:none;
}
#footer a:hover {
  text-decoration:underline;
}

/* Generelles */
.article {
  margin:0 0 1em 0;
  border-bottom:solid #CBCBCB 1px;
  padding:0 0 1em 0;
}
.article h3 {
  font-size:12px;
  margin:0;
}
.article p {
  margin:0;
}

/* Forms */
input,textarea,select {
  border-top:solid #888 1px;
  border-right:solid #CBCBCB 1px;
  border-bottom:solid #CBCBCB 1px;
  border-left:solid #888 1px;
}
input.text {
  background:#fff;
}
input.button {
  background:#D3DCE4;
  border-top:solid #CBCBCB 1px;
  border-right:solid #888 1px;
  border-bottom:solid #888 1px;
  border-left:solid #CBCBCB 1px;
}
input:focus {
  border:solid #EF8B00 1px;
}
