/* Start of CMSMS style sheet 'ineika_design' */
html, body { 
 height:100%;
}

body > div#wrap {
 height:100%;
 width:800px;
 margin: auto; /* Div soll zentriert werden */
 min-height: 100%; /* Mindesthöhe für moderne Browser */
 height:auto !important; /* Important Regel für moderne Browser */
 height:100%; /* Mindesthöhe für den IE */
 overflow: hidden !important; /* FF Scroll-leiste */ 
 margin: 0px auto;
 background-image:url(uploads/template/ineika/bg_opac_960.png);
 padding-left:80px;
 padding-right:80px;
 border-left:1px solid #000282;
 border-right:1px solid #000282;
}

.header {
 margin: 20px 10px;
 width:780px;
}

#content {
 font-size: 12px;
}

.imagebox,.box,.menue {
 display:block;
 clear:both;
 padding:5px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF url(images/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll 50% 50%;
  border:1px solid #AAAAAA;
  color:#212121;
 outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;

  margin:0px 0px 3px 0px;
 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -webkit-border-radius:4px;
}

#content > div.box {
 margin-right:6px;
}

.box_float_left {
 display:inline-block;
 float:left;
 padding:5px;
  -moz-background-clip:border;
  -moz-background-inline-policy:continuous;
  -moz-background-origin:padding;
  background:#FFFFFF url(images/ui-bg_glass_65_ffffff_1x400.png) repeat-x scroll 50% 50%;
  border:1px solid #AAAAAA;
  color:#212121;
  outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;

  margin:0px 0px 3px 0px;
 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -webkit-border-radius:4px;
}

.round_corners {
  border:1px solid #AAAAAA;
  color:#212121;
 outline-color:-moz-use-text-color;
  outline-style:none;
  outline-width:medium;

 -moz-border-radius-bottomleft:4px;
 -moz-border-radius-bottomright:4px;
 -moz-border-radius-topleft:4px;
 -moz-border-radius-topright:4px;
 -webkit-border-radius:4px;
}

.gallery {
 clear:both;
 float:none;
 display:inline-block;
 margin:0px;
 padding:5px 0px;
 border:0px solid #000;
 
}

.image{
 float:left;
 display:inline-block;
 padding:5px;
 border:0px;
}

h2{
  font-size: 1.1em;
 text-decoration:none;
 color: #000;
}

h3{
 font-size: 1.0em;
 text-decoration:underline;
 color: #000;
}

a > img{
  border:0px;
}

.leftarea{
  float:left;
  display:inline-block;
 width:200px;
}

.rightarea{
 margin: 0px 0px 0px 10px;
 display: inline-block; 
 width: 571px;
 clear:both;
}

a {
 font-size: 1.0em;
 text-decoration:none;
 color: #000;
}

a:hover {
 font-size:1.0em;
 text-decoration:none;
 border-bottom:1px dotted  #999;
 color: #444;
}

.menue > a {
 font-size: 0.9em;
	font-weight: normal;
	color: #000;
	display: block;
	text-decoration: none;
        border: 0px solid #000;
}

.menue > a:hover {
 font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

.menue > a:active{
 font-size: 0.9em;
	font-weight: bold;
	color: #666;
}

#partner {
 vertical-align:middle;
 border-top:1px solid #bbb;
 font-size: 0.9em;
 font-weight: normal;
 color: #bbb;
}

#partner > a {
 display:inline-block;
  width:90px; 
 }
/* End of 'ineika_design' */

