/*
Standard css nur fuer findus/wegweiser pages der SUP website
*/

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  background-color: #fbffe5;
  font-size: 15px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}

#container {
  width: 870px;
  margin: 0 0 0 80px; /* top right bottom left */
  padding: 0;
}
#container #header {
 float: left;
 width: 870px;
 }
#container #col1 {
  width: 200px;
  background-color: #a3a97c;
  float: left;
}
#container #col2outer {
  width: 660px;
  float: right;
  margin: 0;
  padding: 0;
}
#col2outer #col2mid {
  width: 450px;
  float: left;
}
#col2outer #col2side {
  width: 200px;
  background-color: #51543e;
  float: right;
}
#container #footer {
  float: left;
  width: 870px;
  border-top: #a3a97c solid 5px;
}
#container #footer2 {
  float: left;
  width: 870px;
  border-top: #a3a97c solid 5px;
}

p {
font-size: 14px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #51543e;
font-weight: bold;
}

h1 {
font-size: 20px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.0em;
color: #51543e;
text-align: center;
}

h2 {
font-size: 16px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
line-height: 1.0em;
color: #51543e;
text-align: center;
}

blockquote {
color: #a3a97c;
font-family: "Comic Sans MS", Arial, sans-serif;
font-weight: bold;
text-align: left;
font-size: 14px;
line-height: 17px;
margin-left: 0px;
width: 180px;
}

.ital  { font-style: italic; }

.emph { font-weight: bolder; }

.monosp  {
   font-family: Courier, "Courier New", monospace;
   font-size: 14px;
   }

.centr  {
  font-family: "Comic Sans MS", Arial, sans-serif;
  font-size: 13px;
  color: #51543e;
  text-align: center;
  }

.centr2  {
  font-family: "Comic Sans MS", Arial, sans-serif;
  font-size: 13px;
  color: #fbffe5;
  text-align: center;
  }

  .centr3  {
  font-size: 12px;
  line-height: 1.2em;
  color: #51543e;
  text-align: center;
  }

  .low  {
  font-size: 10px;
  line-height: 10px;
  }

  .big  {
  font-size: 15px;
  color: #eeff99;
  text-align: center;
  }

a:link { color: #51543e }
a:active {color: #990000 }
a:visited { color: #999999 }

#tswcssbuttons {
	width: 200px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
	font-family: Arial, Helvetica, sans-serif ;
}
#tswcssbuttons li a {
	color: #eeff99 ;
	background-color: #51543e ;
	border: 1px outset #ffffcc ;
	width: 200px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #51543e ;
	background-color: #eeff99;
	}

