body,table,td,tr,div,p,pre,h1,h2,h3,h4,ul {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#000000;
}

.small{
  margin:0;
  padding:0;
}

img {
	border: none;
}

a {
  text-decoration:none;
  font-weight:normal;
}
a:link {
  color: #C00000;
}
a:visited {
  color: #C00000;
}
a:active {
  color: #C00000;
}
a:hover{
  color: #4874a3;
}

ul,li {
  list-style: none outside;
  margin: 0;
  padding: 0 0 10px 0;
  line-height: 110%;
}

body {
 	background: #EFEFEF;
 	font-size: 13px;
	text-align: center; /* IE 5 fix */
	line-height: 1.4
}

#container {
	width: 95%;
	background: #fff;
	border: 1px solid #0F5C8E;
	color: #000000;
	margin: auto auto;
	padding: 0 20px 20px 20px;
	text-align: left; /* IE 5 fix */
}

#content {
	/* FIX: Make internet explorer wrap correctly */
	width: auto !important;
}

#header {
	background: #fff url(../mitglieder/images/header_bg.png) top left repeat-x;
	padding: 20px 20px 0 30px;
	margin: auto -20px auto;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
	float: none;
	width: 1%;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}

#nav {
	width: 100%;
	margin: 0px;
}
#nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav li {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#nav li a, #nav li a:link {
	text-decoration: none;
	font-weight: normal;
	background: #f2f2f2 url(../mitglieder/images/tsubhead_bg.gif) bottom left repeat-x;
	color: #000000;
	border: 1px solid #0F5C8E;
}
#nav li a:hover, #nav li a:active, #nav li a:focus {
 	font-weight: normal;
	color: #000000;
	background: #dadada url(../mitglieder/images/tsubhead_bg2.gif) bottom left repeat-x;
}
#navin, #navin:link, #navin:visited {
	font-weight: normal;
	background: #dadada;
}

#copyright {
	font: 11px Trebuchet MS , Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0;
	padding: 10px 0 0 0;
}

.bottommenu {
	background: #efefef;
	color: #000000;
	border: 1px solid #81A2C4;
	padding: 6px;
}

