/* Global */ 

body {
	/*background-image: url(../images/qrs.png);*/
	background-repeat: no-repeat;
	background-position:24px 0px;
	margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}

body,select,option,input,textarea {
	font-family: Arial;
    font-size: 15px;
	font-weight: normal;
	color: #232323;
	line-height: 17px;
    text-align: left;
	background-color: white;
}
    	
a:link {
	color: #0380b5;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: orange;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #0380b5; 
	text-decoration: underline;
}

a:link.navilink {
  color: #232323; 
  font-family: Arial;
}

a:visited.navilink {
  color: #232323; 
  font-family: Arial;
  text-decoration: none;
}
a:hover.navilink {
  text-decoration: none;
  color: #0380b5;
  font-family: Arial;
}

a:link.footerlink {
  color: #9a9a9a; 
  font-family: Verdana;
}

a:visited.footerlink {
  color: #9a9a9a; 
  font-family: Verdana;
}
a:hover.footerlink {
  font-family: Verdana;
  text-decoration: underline;
  color: #9a9a9a;
}

hr{
 border: 0px; /* Für Firefox und Opera */
 border-top: solid 1px #cecece;
 border-bottom: solid 1px #cecece; /* Für I.Explorer (Seiten-Hintergrundfarbe!) */
}


/*Container*/

.frame {
  margin-left:14px;
}


.header {
  position:relative;
  top:0px;
  left:0px;
  height:144px;
  width:912px;
  float:none;
}


.navi {
  position:fixed;
  top: 168px;
  left: 14px;
  width: 168px;
  float: none;
  font-size: 18px;
  font-weight: normal;
  color: #232323;
  line-height: 22px;
  margin-top: 0px 
}
.navispace {
  margin-top: 10px;
}

.content {
  position:relative;
  top:26px;
  left:192px;
  width:632px; /*744*/
  float:none;
  margin-top: 0px;
  /* background-color:rgba(255,255,255,0.7); */
  /* fuer IE */
  /* filter:progid:DXImageTransform.Microsoft.Gradient(enabled='true', GradientType=1.0, StartColorstr='#A0FFFFFF', EndColorstr='#A0FFFFFF'); */
}

.contenttitle {
  font-size: 18px;
  line-height: 22px;
}

.footer {
  position:relative;
  left: 192px;
  top: 50px;
  width:632px;
  height: 84px;
  float:none;
  text-align: right; 
  border-top-color: #cecece;
  border-top-width: 1px;
}
.footertext {
  font-family: Verdana;
  font-size: 11px;
  color: #9a9a9a;
  margin-right:6px;
  margin-left:6px;
}

.contenmark {
  margin-left:6px;
}

.title {
  font-size: 23px;
  font-weight: normal;
  color: #232323;
  line-height: 27px;
  position:relative;
  margin-top: 11px;
  left:2px;
}
