html {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	height: 100%;
	background-image: url(img/html_navi.gif);
	background-repeat: repeat-y;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

img {
	border: 0px;
}

p {
	margin-top: 0px;
	margin-bottom: 12px;
}

a {
	color:#000;
}

h1 {
	background-color: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	color: #888975;
	margin:0px;
	margin-bottom: 15px;
	font-size: 18px;
}

h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#888975;
	margin:0px;
	font-size: 12px;
	margin-top: 15px;
	margin-bottom: 5px;
}

ul {
	margin-bottom: 12px;
	padding-bottom: 12px;	
}

select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888975;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888975;
	border: 1px solid #fff;
	padding: 2px;
}

textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #888975;
	border: 1px solid #7E9DB9;
	padding: 2px;
	height: 65px;
}

hr {
	color:#888975;
	border-style: solid;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
	height:1px;
}

#navigation {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	position: absolute;
	left:739px;
	top:0px;
	width:250px;
	height:100%;
	background-color: #888975;;
}

#navigation[id] {
   position: fixed;
}



#header {
	position:absolute;
	left: 120px;
	top: 140px;
	width:410px;
}

#logo {
	position: absolute;
	left:80px;
	top:70px;
}


#content {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #000;
	margin-left: 100px;
	padding-top: 217px;
	width: 550px;
	padding-bottom:50px;
}

#content a {
	color:#000;
}

#content a:hover {
	color:#888975;
}

#nav_primary  {
	margin-top: 60px;
	padding:8px 10px 10px 10px;	
}

#nav_primary .item {
	padding: 0px;
	margin-top:2px;
	background-color: #fff;
	position:relative;
	height: 22px;
}
#nav_primary .itempty {
	padding: 0px;
	margin-top:2px;
	background-color: #fff;
	position:relative;
	height: 21px;
}

#nav_primary .item a {
	text-decoration: none;
	padding: 3px;
	padding-left: 10px;
	display: block;
}

#nav_primary .item a.high {
	color:#000;
	background-color: #ddd;
	font-weight: bold;
}

#nav_primary .item a:hover {
	color:#000;
	background-color: #ddd;
}
#address  {
	margin-top: 30px;
	margin-left: 10px;
	margin-right: 10px;
	padding:8px 10px 10px 10px;	
	background-color: #fff;
}


.jscom, .mix htcom   { color: #4040c2; }
.com      { color: green; }
.regexp   { color: maroon; }
.string   { color: teal; }
.keywords { color: blue; }
.global   { color: #008; }
.numbers  { color: #880; }
.comm     { color: green; }
.tag      { color: blue; }
.entity   { color: blue; }
.string   { color: teal; }
.aname    { color: maroon; }
.avalue   { color: maroon; }
.jquery   { color: #00a; }
.plugin   { color: red; }
/* Signup form */

#signupform table {
  border-spacing: 0px;
  border-collapse: collapse;
  empty-cells: show;
}

#signupform .label {
  padding-top: 2px;
  padding-right: 8px;
  vertical-align: top;
  text-align: right;
  width: 125px;
  white-space: nowrap;
}

#signupform .field {
  padding-bottom: 10px;
  white-space: nowrap;
}

#signupform .field .bord {
	border:  1px solid #999;
	width:  250px;
}

#signupform .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 246px;
  white-space: nowrap;
}

#signupform .textfield {
  width: 150px;
}

#signupform label.error {
  background:url("img/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

#signupform label.checked {
  background:url("img/checked.gif") no-repeat 0px 0px;
}

#signupform .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}


#signupform #termswrap {
  float: left;
}

#signupform #terms {
  vertical-align: middle;
  float: left;
  display: block;
  margin-right: 5px;
}

#signupform #lterms {
  font-weight: normal;
  vertical-align: middle;
  float: left;
  display: block;
  width: 350px;
  white-space: normal;
}

#signupform #lsignupsubmit {
  visibility: hidden;
}


DIV.referenzen UL.ref {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
}
DIV.referenzen UL.ref LI {
	margin: 0px;
	padding: 0px;;
	float: left;
	position: relative;
	z-index: 100;

}
DIV.referenzen UL.ref LI IMG {
	padding: 3px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #999;
}
ul.ref div.ahover {
	position: absolute;
	background: #ccc;
    z-index: 99;
    margin-left: -5px;
    margin-top: 3px;
}

DIV.mitarbeiter {
	display: block;
	margin-bottom: 10px;
}
DIV.mitarbeiter IMG {
	float: left;
	padding-top: 5px;
}
DIV.mitarbeiter P{
	float: left;
	/* margin-left: 50px; */
	margin-left: 20px;
}
.kasten {
	display: block;
	padding: 10px;
	padding-bottom: 15px;
	background-color: #888975;
	color:#fff;
	font-weight: bold;
}

