/* basic.css */
body {
	font-family: verdana, arial, Trebuchet MS, tahoma, sans-serif;
	background-color: #efefef;
}

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

a {
	text-decoration: none;
	color: #777;
	padding: 0px;
}

a:hover {
	color: #fff;
}

a.zoom img.zoom {
	width: 21px;
	height: 19px;
	background: url(/misc_/zms/zoom.gif);
	background-position: -1px -1px;
}

pre, .pre, div.box {
	border: 1px solid gainsboro;
	padding: 5px;
	background-color: #fafafa;
	overflow: hidden;
	margin-left: 30px;
}

.pre {
	font-family: monospace;
	margin: 0px;
}

span.pre {
	padding: 2px;
}

div.box pre {
	border-width: 0px;
	padding: 0px;
	margin: 0px;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	color: #737373;
	text-decoration: none;
	text-align: justify;}
         a:link    { color:#737373;}
         a:visited { color:#737373;}
         a:hover   { color:#cc061e;}
         a:active  { color:#cc061e;
}

h1, .heading1 {
  font-weight: bold;
  font-size: 12px; 

}

img {
	border-width: 0px;
}
br.clear {
	clear: both;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

#pB {
	width: 900px;
	background-color: #fff;
	border: 1px #ddd solid;
	margin: 0px auto 0px auto;
	top: 0px;
	padding: 0px;
	overflow: hidden;
}

#pH {
  width: 900px;
  height: 8px;
  padding: 0px;
  margin: 0px;
  border-bottom: 8px #4f504b solid;
  background-color: #fff;
  overflow: hidden;
}

#pH2 {
	margin-top: 25px;
	margin-bottom: 20px;
	background-color: #fff;
	padding: 0px;
	width: 900px;
	height: 120px;
	overflow: hidden;
}

#pH2L {
	margin: 0px;
	padding: 0px;
	width: 500px;
	height: 118px;
	border-top: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
  float: left;
	overflow: hidden;
}

#weiter {
  font-weight: bold;
  font-size: 12px;
  color: #737373; 
  margin: 20px 0px 0px 20px;
  padding: 0px 0px 0px 0px;
}

#weiter a {
	margin:  0 0 20px 0;
	padding: 0 0 0 25px;
	background-image: url(common/list.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	color: #737373;
	font-size: 13px;
	text-decoration: none;
}

#weiter a:hover, #weiter a.x {
	background-image: url(common/list_hover.gif);
	background-position: 10px 6px;
	background-repeat: no-repeat;
	color: #cc061e;
	text-decoration: none;
}

#pHR {
  width: 400px;
  float: right;
}

#logo {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 120px;
  background-color: #dc4e53;
	background-image: url(common/LGSO_LOGO.png);
	background-repeat: no-repeat;
	background-position: center center;
	clear: right;
  float: right;
	overflow: hidden;
}

#bildwechsler{
  height: 300px;
  height: 900px;
	padding:0px;
	margin: 0px;
}

#pMC{
	background-color: #fff;
	float: left;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#content {
	position: relative;
	margin:0;
	padding: 0;
	overflow: hidden;
}

#adressblock {
  background: url(common/adressblock.png) no-repeat center;
  color: #737373;
  height: 80px;
  border-top: 1px #dc4e53 solid;
	margin: 0px 5%;
	padding-bottom: 10px;
	clear: both;
}

#pF {
	height: 45px;
	color: #737373;
	background-color: #efefef;
  margin: 5px auto 0px auto;
	font-size: 10px;
	line-height: 1.5em;
	width: 900px;
	clear: both;
}

#pF	a {
  font-weight: bold;
	text-decoration: none;
}

#pF	a:hover {
	color: #cc061e;
	font-weight: bold;
	text-decoration: none;
}

#created {
  height: 20px;
	padding-left: 10px;
	float:left;
}

#copyright {
  height: 20px;
	padding-right: 10px;
	float:right;
}


