*{
	margin: 0px;
	padding: 0px;
}

html{
	height: 100%;	
}

body {
	color: #5C5C5C;
	background-color: #F8F8F8;
	font-family: Helvetica, Verdana;
	font-size: 12px;
	text-align: justify;
	background-image: url(pic-bin/back.gif);
	background-repeat: repeat-x;
	height: 100%;
	text-align: center;
}

img.lightborder{
	border: 1px solid #E8E8E8;
	margin: 15px;
	padding: 5px;
}

a {
	color: black;
	text-decoration: none;
	background-color: transparent;	
}

a:hover {
	color: #FF6C03;
	text-decoration: none;
	background-color: transparent;
}

ul.list, p{
	margin-bottom: 15px;
}

ul.list{
	margin-left: 15px;
	margin-bottom: 15px;
}

li{
	background-image: url(pic-bin/liststyle.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	list-style: none;
	margin: 2px 0px 0px;
	padding: 0px 0px 0px 10px;
	}

li.level0{
	margin-top: 10px;
	list-style: none;
	background-image: none;	
}

li.level0 h2{
	color: #5C5C5C;
	font-size: 1.2em;
	background-color: transparent;
}

li.level1{
	margin-top: 10px;
	list-style: none;
	background-image: none;	
}

li.level1 h3{
	color: #5C5C5C;
	font-size: 1.1em;
	background-color: transparent;
}

li ul{
	margin-bottom: 0px;
	margin-left: 25px;
}
/* HEADER */

#header{
	background-color: transparent;
	height: 185px;
	margin: 0px auto 0px auto;
	width: 950px;
	text-align:left;
}

#moondesign_logo{
	float:left;
	background-image: url(pic-bin/moondesign_logo.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 100%;
}

#hm{
	margin-top: 37px;
	height: 110px;
	width: 400px;
	float:right;
}

#hm a{
	background-color: transparent;
	height: 110px;
	width: 90px;
	display: block;
	float: left;
}

#hm_design, #hm_internet, #hm_it, #hm_software
{
	height: 110px;
	width: 90px;
	background-repeat: no-repeat;
	cursor: pointer;
}

#hm_design{
	background-image: url(pic-bin/hm_design0.gif);
}

#hm_design:hover{
	background-image: url(pic-bin/hm_design1.gif);
}

#hm_internet{
	background-image: url(pic-bin/hm_internet0.gif);
}

#hm_internet:hover{
	background-image: url(pic-bin/hm_internet1.gif);
}

#hm_it{
	background-image: url(pic-bin/hm_itsysteme0.gif);
}

#hm_it:hover{
	background-image: url(pic-bin/hm_itsysteme1.gif);
}

#hm_software{
	background-image: url(pic-bin/hm_software0.gif);
}

#hm_software:hover{
	background-image: url(pic-bin/hm_software1.gif);
}

/* MENU */

#menu{
	background-image: url(pic-bin/menu_back.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	width: 100%;
	height: 32px;
}

#menulist{
	width: 950px;
	height: 100%;	
	margin: 0px auto 0px auto;
}

#menulist li{
	display: inline;
	list-style-type: none;
	height: 100%;
	background-image: none;	
	padding: 0px;
}

#menulist a{
	background-color: transparent;
	color: #FFFFFF;
	display: block;
	float: left;
	margin: 7px 15px 0px 0px;
	height: 25px;
}

#menulist a:hover{
	text-decoration: underline;
}

#ssm_active{
	background-image: url(pic-bin/m_hover_a.gif);
	background-repeat: no-repeat;
	background-position: 50% -7px;
}

#sm_active{
	background-image: url(pic-bin/m_hover_b.gif);
	background-repeat: no-repeat;
	background-position: 50% -3px;
}

#m_active{
	background-image: url(pic-bin/m_hover_c.gif);
	background-repeat: no-repeat;
	background-position: 50% -7px;
}

#submenu{
	background-image: url(pic-bin/submenu_back.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	width: 100%;
	height: 29px;
}

#submenulist{
	margin: 0px auto 0px auto;
	height: 29px;
	width: 950px;
}

#submenulist li{
	display: inline;
	list-style-type: none;
	height: 20px;
	background-image: none;
	padding: 9px 0px 0px;
}

#submenulist a{
	color: #5C5C5C;
	display: block;
	float: left;
	height: 25px;
	background-color: transparent;
	margin: 5px 15px 0px 0px;
}

#submenulist a:hover{
	text-decoration: underline;
}

/* CONTENT */

#content{
	background-color: white;
	text-align: center;
	min-height: 300px;
}

#colbox{
	border: 0px solid white;
	width: 930px;
	margin: 0px auto 0px auto;
	padding: 10px;
}

.einer{
	width: 100%;  
	text-align: justify;
	float: left;
}

.zweier{
	width: 47%;  
	text-align: justify;
	float: left;
	margin-right: 3%;
}

.zweier_nomargin{
	width: 48%;  
	text-align: justify;
	float: left;
}

.dreier{
	width: 32%;  
	text-align: justify;
	float: left;
	margin-right: 2%;
}

.dreier_nomargin{
	width: 32%;  
	text-align: justify;
	float: left;
}

.vierer{
	width: 250px;  
	text-align: justify;
	float: left;
	margin-right: 20px;
}

.cleaner{
	clear: left;
	border: none;
}

.linkex{
	background-image: url(pic-bin/icon_link.gif);
	background-repeat: no-repeat;
	line-height: 15px;
	padding-left: 17px;
	margin-top: 10px;
	display: block;
}

/* FOOTER 	 */

#gras{
	background-image: url(pic-bin/gras.jpg);
	background-repeat: repeat-x;
	background-position: 100% 100%; 
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

#footer{
	border-top: 2px solid #5C5C5C;
	background-color: #F8F8F8;
	padding: 10px 0px 15px 0px;
	height: 200px;
	width: 100%;
}

#footer_content{
	background-color: transparent;
	width: 900px;
	margin: 0px auto 0px auto;
	height: 100%;
	text-align: justify;
}

/* Captions */

h1{
	color: #5C5C5C;
	font-size: 1.4em;
	background-color: transparent;
	text-align: left;
}

h2{
	color: #5C5C5C;
	font-size: 1.3em;
	background-color: transparent;
	margin-top: 5px;
	text-align: left;
}

h3{
	color: #8A8A8A;
	font-size: 1.1em;
	background-color: transparent;
	margin-top: 5px;
}

span.caption{
	visibility: hidden;
}

h1.caption_jbecker_a{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_a.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_b{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_b.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_c{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_c.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_d{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_d.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_f{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_f.gif);
	background-repeat: no-repeat; 	
	padding-left: 9px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_g{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_g.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_h{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_h.gif);
	background-repeat: no-repeat; 	
	padding-left: 9px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_i{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_i.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_k{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_k.gif);
	background-repeat: no-repeat; 	
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_l{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_l.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_r{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_r.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_m{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_m.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_n{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_n.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_o{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_o.gif);
	background-repeat: no-repeat; 	
	padding-left: 10px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_t{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_t.gif);
	background-repeat: no-repeat; 	
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_p{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_p.gif);
	background-repeat: no-repeat; 	
	padding-left: 11px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_s{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_s.gif);
	background-repeat: no-repeat; 	
	padding-left: 5px;
	height: 30px;
	padding-top: 10px;
}


h1.caption_jbecker_w{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_w.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}


h1.caption_jbecker_small_m{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_small_m.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}

h1.caption_jbecker_small_e{
	background-color: transparent;
	background-image: url(pic-bin/abc_jbecker_small_e.gif);
	background-repeat: no-repeat; 	
	padding-left: 6px;
	height: 30px;
	padding-top: 10px;
}

.moon{
	color: #FF6C03;
}

/* LEISTUNGEN */

div.grayborder{
	background-color: #F8F8F8;
	border: 1px solid #E8E8E8;
	padding: 5px;
	margin-bottom: 10px;
	width: 100%;
	text-align: justify;
	cursor: pointer;
}

div.grayborder:hover{
	background-color: #E8E8E8;
}

div.grayborder:hover h1{
	color: #373737;
}

div.grayborder p, div.grayborder table{
	margin: 0px 0px 10px 0px;
}


/* STRETCHER */

div.stretch div{
	background-color: #FFFFFF;
	border: 1px solid #E8E8E8;
	padding: 5px;
	margin-top: 10px;
}

h1.show{
	font-size: 1.0em;	
	cursor: pointer;
	margin: 0px;	
	padding: 0px 0px 0px 16px;
	color: #5C5C5C;
	background-image: url(pic-bin/open.gif);
	background-repeat: no-repeat;
}

h1.footer{
	width: 30px;
	height: 100%;
	margin: 0px 5px 0px 0px;
	border-right: 1px solid #CFCFCF;
	float: left;
	text-align: right;
}

/* REFERENZEN */

div.referenzen{
	background-color: #F8F8F8;
	border: 1px solid #E8E8E8;
	padding: 5px;
	margin: 10px;
	width: 100%;
	text-align: left;
}

div.referenzen p{
	margin: 0px 0px 10px 0px;
	text-align: left;
}

div.referenzen  ul{
	margin: 0px 15px 15px 10px;
	text-align: left;
	float: left;
}

div.referenzen  img{
	border: 1px solid #5C5C5C;
	margin-bottom:15px;
	margin-left: 20px;
	margin-right: 10px;
	float: right;
}

div.referenzen h1{
	cursor: pointer;
	margin: 0px;
	color: #5C5C5C;
	width: 100%;
}

div.referenzen h2{
	font-size: 1.2em;
	cursor: pointer;
	margin: 0px 0px 10px 0px;
}

div.referenzen div h4{
	font-size: 1em;
	color: #5C5C5C;
	margin: 25px 0px 5px 0px;
}

div.referenzen:hover{
	background-color: #E8E8E8;
}

div.referenzen:hover h1{
	color: #373737;
}

/* AGBS */

h2.agb{
	margin-top: 25px;
	font-size: 1.2em;
}

p.agb{
	margin-top: 5px;
}

ul.agb{
	margin-left: 30px;
}

ul.agb li{
	list-style: decimal;
	background-image: none;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

.quicksearch{
	height: 15px;
	width: 100px;
	border: 1px solid #5C5C5C;
	line-height: 25px;
}

.tc1, .tc2, .tc3, .tc4, .tc5{
	margin: 2px;
	float: left;

}

.tc1{
	font-size: 0.8em;
	color: #B7B7B7;
}

.tc2{
	font-size: 1em;
	color: #AAAAAA;
}

.tc3{
	font-size: 1.1em;
	color: #9D9D9D;
}

.tc4{
	font-size: 1.2em;
	color: #8A8A8A;
}

.tc5{
	font-size: 1.3em;
	color: #5C5C5C;
}

.glostip{
  cursor: help;
  border-bottom: 1px dotted #5C5C5C;
  color: #5C5C5C;
}

.tool-tip {
	color: #fff;
	width: 300px;
	z-index: 13000;
	text-align: left;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(/pic-bin/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(/pic-bin/bubble.png) bottom right;
}


/* NEWS */

h1.news{
	font-size: 1.2em;
	color: #FF6C03;
}

h2.news{
	font-size: 1.0em;
	color: #5C5C5C;
}

div.news{
	margin-top: 5px;
	text-align: left;
}

div.newsdate{
	width: 100%;
	font-size: 0.8em;
	text-align: right;
	margin-top: 20px;
}

div.quelle{
	width: 100%;
	font-size: 0.8em;
	text-align: left;
	margin-top: 10px;	
}

/* PARTNER */
p.partner{
	text-align: center;
}

p.partner img{
	margin: 15px 5px 15px 5px;
	border: 1px solid #E8E8E8;
}

/* GLOSSAR */
div.glossar{
	margin: 5px;
	text-align:left;
}

h1.glossar{
	color:#FF6C03;
	font-weight: bold;
}

h2.show{
	font-size: 1.0em;	
	margin: 5px 0px 5px 0px;	
	padding: 0px 0px 0px 0px;
	color: #5C5C5C;
}

.gmap{
	border: 1px solid #000000;
	width:  350px;
	height: 250px;
	margin: 25px auto 0px 0px;
}

/* FORM */

label, input, select, textarea {
  display: block;
  float: left;
  margin: 2px;
}

input, select, textarea {
	width: 250px;
}

form br { 
  clear: left;
}

input#submit {
  float: none;
  width: 100px;
  margin-left: 50%;
}

label {
 	text-align: right; 
 	padding-right: 1em; 
  	width: 100px; 
}

/* Impressum */

#impressum{
	float:right;
	margin-top:50px;
	color:#5C5C5C;
}

#impressum:hover{
	color:#E8E8E8;
}

.meldung{
	background-color: #FF6C03;
	color: #FFFFFF;
	width: 100%;
	border: 1px solid #AAAAAA;
	margin: 25px 0px 25px 0px;
	padding: 5px;
	text-align: center;
}

.month{
	width: 140px;
	padding: 0px;
	float: left;
	margin-right: 10px;
	display: inline;
}

span.calday{
	display:block;
	padding: 1%;
	float: left;
	width: 16.5%;
	text-align: center;
	border: 1px solid #F5F5F5;
	background-color: #E8E8E8;
}

a.calday{
	display:block;
	padding: 1%;
	float: left;
	width: 16.5%;
	text-align: center;
	border: 1px solid #FFDB9C;
	background-color: #FFE4B5;
}

a.calday:hover{
	border: 1px solid #000000;
	background-color: #FF6C03;
	color: #FFFFFF;
}

.calheader{
	width: 140px;
	text-align: right;
	font-size: 1.2em;
	display: block;
}

#activedate{
	background-color: #000000;
	color: #FFFFFF;
}


.programm{
	background: #ddd;
	border: 1px solid #000;
}
