﻿/* Reset Styles */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, 
pre, form, fieldset,input,select, textarea, p, blockquote, th { 
	padding: 0;
	margin: 0;
	}
fieldset, img { 
	border: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
ol, ul {
	list-style: none;
	}
address, caption, cite, code, dfn, em, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before, q:after {
	content: '';
	}
abbr, acronym { 
	border: 0;
	}
	
html,body,form
{
    height: 100%;
}

body {
  background-color: #dddee0;
  background-image: url('img/bg-page.gif');
  background-repeat: repeat-x;
  color: #58585a;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.5em;
}
 
table {  
     border-collapse:collapse;   
        border-spacing: 0px;
 }
 
 ol,ul 
 {
    list-style:none;   
 } 
 
 caption {  
     text-align:left;   
 } 
 h1,h2,h3,h4,h5,h6 {  
     font-size:100%;   
     font-weight:normal;   
 } 


hr {
  border: 0;
  border-top: 1px solid #c6c7c8;
  color: #fff;
  height: 1px;
  margin: 0;
  noshade: noshade;
  padding: 0 0 4px 0;
  size: 1px;
}

h1 {
  color: #555555;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

h2 {
  color: #555555;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}

h3 {
  color: #860f51;
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0;
  padding: 4px 0 0 0;
}

/* h4 für Querverweise */
h4 {
  margin: -6px 0 0 0;
  padding: 0;
}

h4 a {
  background-image: url('img/bg-querverweise.gif');
  background-repeat: no-repeat;
  color: #58585a;
  display: block;
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  height: 25px;
  line-height: 1.3em;
  margin: 0;
  padding: 5px 0 0 0;
  width: 191px;
}

img {
  border: none;
}

div.clear {
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  clear: both;
} 

#MAIN 
{
    width: 910px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
}

/***** TOP *****/ 
#TOP {
  height: 10px;
}

div.TopLeft {
  background-image: url('img/bg-top-left.gif');
  background-repeat: no-repeat;
  float: left;
  width: 10px;
}

div.TopCenter {
  background-image: url('img/bg-top-center.gif');
  background-repeat: repeat-x;
  float: left;
  width: 890px;
}

div.TopRight {
  background-image: url('img/bg-top-right.gif');
  background-repeat: no-repeat;
  float: left;
  width: 10px;
}

/***** CENTER *****/ 
#CENTER {
  background-image: url('img/bg-content.gif');
  background-repeat: repeat-y;

  min-height: 600px;
  padding: 0;
}


/***** CONTENT *****/
div.Content 
{
  background-image: url('img/bg-main.gif');
  background-repeat: no-repeat;
  min-height: 600px;
}

div.contentRegion
{

    padding-left: 10px;
	padding-right:27px;
    
}

div.rightContent
{
    float:left;
    min-height:500px;
    width: 660px;
}

div.centerContent
{
    padding-left: 20px;
    padding-right:20px;
    min-height:500px;
}


div.ContentTop {
  float: left;
}


div.Logo
{
    float: left;
    padding: 0px 0 0 0px;
    width: 139px;
	height: 46px;
    margin-left: 30px;
	margin-top: 20px;
	background: url(img/logo-mc-neu.gif);
}
div.RALogo
{
    float: left;
    padding: 0px 0 0 0px;
    width: 137px;
	height: 46px;
    margin-left: 450px;
	margin-top: 13px;
	background: url(img/RA-MICRO.jpg);
}

div.TopNavi {
  padding: 0;
}

div.TopNavi ul {
  list-style-type: none;
}

div.Teaser
{
    height: 50px;
    margin: 0 auto 0 auto;
    padding: 0;
    width: 858px;
	background: url(img/headBar.gif);
}

div.Path {
  padding: 0;
  margin: 8px 4px;
}

div.Path a
{
    color: Blue;
}

div.HeadNav
{
	margin-left: 27px;
	height: 22px;
	line-height: 22px;
}

div.Line {
  background-image: url('img/bg-line.gif');
  background-repeat: repeat-x;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  width: 858px;
  margin-bottom: 12px;
}

div.MainNavi {
  float: left;
  margin-left: 15px;
  width: 160px;
  padding: 0;
}


/***** CONTENT LEFT & RIGHT *****/
div.ContentLeft
{
    float: left;
    margin: 0;
    margin-right: 0px;
    width: 520px;
    padding-top: 0px;
    padding-right: 0;
    padding-left: 10px;
}

div.ContentLeft div.Border {
  margin: 0;
  padding: 4px 0 0 0;
  width: 453px;
}

div.ContentRight
{
    float: right;
    margin: 0;
    padding: 0px 0 0 0px;
    width: 160px;
}
/***** BOTTOM *****/ 
#BOTTOM {
  clear:both;
  height: 10px;
  width: 910px;
}

div.BottomLeft {
  background-image: url('img/bg-bottom-left.gif');
  background-repeat: no-repeat;
  float: left;
  width: 10px;
}

div.BottomCenter {
  background-image: url('img/bg-bottom-center.gif');
  background-repeat: repeat-x;
  float: left;
  width: 890px;
}

div.BottomRight {
  background-image: url('img/bg-bottom-right.gif');
  background-repeat: no-repeat;
  float: left;
  width: 10px;
}

/***** FOOTER *****/ 
#FOOTER {
 
  margin: 5px 0 0 5px;
  padding: 0;
  width: 900px;
}
#FOOTER ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 129px;
}
#FOOTER ul li {
  height: 16px;
}
#FOOTER a {
  font-size: 10px;
  margin: 0;
  padding: 0;
}


.t {background: url('img/media/border-dot.gif') 0 0 repeat-x;}
.b {background: url('img/media/border-dot.gif') 0 100% repeat-x}
.l {background: url('img/media/border-dot.gif') 0 0 repeat-y}
.r {background: url('img/media/border-dot.gif') 100% 0 repeat-y}
.bl {background: url('img/media/border-bl.gif') 0 100% no-repeat}
.br {background: url('img/media/border-br.gif') 100% 100% no-repeat}
.tl {background: url('img/media/border-tl.gif') 0 0 no-repeat}
.tr {background: url('img/media/border-tr.gif') 100% 0 no-repeat;} 

