/*###############################- COMMON STYLES  -###########################*/
body
{
    font-family: MyriadPro, 'Times New Roman';
    color: black;
    font-size: 12px;
    margin:0;
    padding:0;
    border:0;
    height:100%;
    width:100%;
    background-color:#F0F0F0;
}

img
{
    border: none;
}

ul {
    margin-left:0;
}

li
{
    padding: 3px;
    display: list-item;
}

input, textarea, select
{
    border: 1px solid gray;
}

label, .bold
{
    font-weight: bold;
}

button{
    cursor:pointer;
    text-align:left;
    color:orange;
    font-weight:bold;
    border:none;
    width:160px;
    height:25px;
    background: url(../images/button.png) no-repeat center right;
}

a
{
    color:orange;
    text-decoration: none;
}

a:hover
{
    text-decoration:underline;
}

td {
    text-align:left;
}

.error
{
    color:#CC0000;
}

.imageLink
{
    cursor:pointer;
}

div.separator
{
    background:url(../images/separator.png) repeat-x;
    height: 2px;
    width: 100%;
    margin:1em 0 1.5em;
}

div.kreise_overlay_with, div.kreise_overlay_without {
    position: relative;
    left: 150px;
    top: -405px;
    background: url(../images/circle_hell.png) no-repeat;
    width: 400px;
    height: 365px;
}

div.kreise_overlay_without {
    top: -131px;
    height: 390px;
}


/*aesthetic circle layer
div.circles {
    z-index: 2;
    background-image: url(../images/lasche_weiss.png);
}*/
/*###############################- LEFT PANEL  -#############################*/
div.body
{
    height:100%;
    width:100%;
    background:url(../images/bg_body.png) repeat-y top center #F0F0F0;
}

div.extBlock {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    background: url(../images/foot_border.png) no-repeat bottom left transparent;
    overflow: hidden;
    min-height: 710px;
    min-width: 960px;
}

div.left {
    background-color: transparent;
    width: 666px;
    /*height: 710px;*/
    float: left;
    margin-right: 22px;
}

div.logo {
    background-image: url(../images/bg_head.png);
    height: 98px;
    margin-bottom: 10px;
}

div.logo_bild {
    background: url(../images/logo_moreits.png) no-repeat 90px 10px;
    height: 100%;
    width: 100%;
}

div.head {
    height: 265px;
    width: 100%;
    background: url(../images/circle_dark.png) no-repeat top right;
}

div.head_index{
    height: 295px;
    background: url(../images/bg_wellcome.png) no-repeat;
}

.head_wellcome
{       
    background:url(../images/font_wellcome.png) no-repeat 50px 10px transparent;
    width:100%;
    height:100%;    
}

.logo_circle, .head_circle
{   
    background: url(../images/circle_hell.png) no-repeat;
    width: 100%;      
}

.logo_circle
{
    background-position:20px -5px;
    height: 98px;
}

.head_circle
{
    background-position:20px -113px;
    height:100%;
}

.woman_head{
    position:relative;
    background:url(../images/dame_index.png) no-repeat right top transparent;
    top:-40px;
    width:100%;
    height:340px;   
}

div.woman_left {
    height: 170px;
    width: 160px;
    margin: 1em 25px 0 20px;
    background: url(../images/girl_pc.jpg) no-repeat top left;
    float: left;
}

div.head_text {
    height: 6.7em;
    width: 300px;
    margin-bottom:1em;    
    float: left;
    font-size: 21px;
}

.head_text_index
{
    position:relative;
    top:-130px;
    left:60px;
    font-size: 21px;
    height: 100px;
    width: 300px;
}

div.writing_pic {
    background-repeat:no-repeat;
    margin-top: 15px;
    width: 460px;
    height: 60px;
    float: left;
}

/*#####- TABSET PANEL -######*/

div.tabset {
    background:url(../images/bg_tabset.png) repeat-x bottom right transparent;
    background-color: transparent;
    height: 37px;
    font-size: 18px;
    clear:both;
    z-index:1;
}

div.tab, div.tab_active
{
    height: 100%;
    width: 143px;
    float: left;
    padding-right: 30px;
    text-align: right;
}

div.tab {
    background: url(../images/bg_tab_orange.png) no-repeat;
}

div.tab_active {
    background: url(../images/bg_tab_gray.png) no-repeat #FFF;
    font-weight: bold;
    color: gray;
}

div.tab_active span, div.tab a
{
    margin-top:8px;
    float:right;
}

div.tab a
{
    color: white;
}

/*#####- CONTENT PANEL -######*/
div.pnlContent {
    background: url(../images/corner.gif) no-repeat bottom right transparent;
    clear:both;
    padding:0.2em 0 4.5em;
}

div.scrollPanel
{
    overflow:auto;
    max-height:25em;
    padding: 1em 2em 0 1em;
    font-size: 14px;
}

div.content
{
    text-align: justify;
    min-height: 25em;    
}

div.content .contTitle
{
    font-size: 24px;
    font-weight: bold;
}

div.content .blockTitle, div.content .blackTitle
{
    color: orange;
    font-size: 21px;
    margin-bottom:0.3em;
    display:block;
}

div.content .blackTitle
{
    color:black;
}

td.colImg
{
    padding:0 1em 0 0;
    min-width: 120px;
}

table.news td
{
    text-align:justify;
}

a.further
{
    color: orange;
    margin-left: 5px;
}

a.further:hover
{
    color:gray;
    text-decoration:none;
}

.imgInline
{
    float:left;
    margin:1em;
}

div.screenshot
{
    height: auto;
    width: 250px;
    margin-top: 2em;
    float: left;
    text-align: center;
    color:gray;
}

div.screenshot + div.screenshot
{
    margin-left: 50px;
}

div.screenshot img
{
    margin-bottom:0.5em;
}

div.screenshot span
{
    clear:left;
}

div.pnlButtons
{
    border-top:1px solid gray;
    margin-top:0.5em;
    padding-top:0.3em;
    text-align:right;
}

table.alert
{
    border:1px #26E712 solid;
    margin-bottom:1em;
}

.alertLogo
{
    border:1px #26E712 solid;
    color:#26E712;
    padding:0.5em;
    background-color:#F0F0F0;
}

span.alertText
{

}

/*###############################- RIGHT PANEL  -#############################*/
div.right {
    background: url(../images/circle_middle_dark.png) no-repeat;
    width: 272px;
    float: left;
}

/*####- LANGUAGE PANEL -######*/
div.lang {
    height: 90px;
    padding-top: 10px;
    margin-left: 100px;
}

div.lang_writing {
    float: left;
    padding-top: 3px;
    padding-left: 1px;
}

div.lang_small {
    float: left;
    width: 39px;
    margin-left: 10px;
}

div.lang_active {
    background-image: url(../images/bg_flag.png);
    color:#FFF;
}

div.lang_inactive {
    background-image: none;
    color: black;
}

/*#####- SITE NAVIGATION -######*/
div.navi
{
    height: 280px;
}

div.navi a
{
    color: black;
}

div.active {
    display: block;
}

div.inactive {
    display: none;
}

ul.main, ul.under, ul.under_active
{
    padding-left: 1em;
    list-style-position: inside;
    font-size: 18px;
}

ul.main
{
    list-style-image: url(../images/point_big_gray.png);
    font-size: 21px;
}

ul.under {
    list-style-image: url(../images/point_small_gray.png);
}

ul.under_active {
    list-style-image: url(../images/point_small_orange.png);
    font-weight: bold;
}

ul.under_active a:hover
{
    text-decoration:none;
}

/*beautiful woman on the right side*/
div.pic {
    background-image: url(../images/kasten_unter_navi.png);
    background-repeat: no-repeat;
    padding-left: 200px;
    padding-top: 95px;
    height: 80px;
    /*margin-bottom: 40px;*/
}

.copyright {
    color: gray;
    padding-top: 30px;
    height: 113px;
}

/*############################# -FOOTER- ###################################*/
div.foot
{
    background-color: transparent;
    color: gray;   
    text-align:center;
    margin-bottom: 1.5em;
    clear:both;
}

div.foot div.pnlFoot
{
    margin-bottom:0.3em;
}

div.foot a, div.foot a.active
{
    color: gray;
}

div.foot a:hover
{
    color: black;
}

/* ##########################- Flash news for IE6 -###########################*/
* html div.kreise_overlay_with, * html div.kreise_overlay_without
{
    background:none;
    z-index:3;
    position:relative;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/circle_hell.png");
}

* html div.head_index
{
    overflow:hidden;
}

* html div.logo_bild {
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/logo_moreits.png");
    position:relative;
    left:90px;
    top:10px;
}

* html .logo_circle
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/circle_hell.png");
}

* html .head_circle
{

}

* html .head_wellcome
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/font_wellcome.png");
}

* html .woman_head{
    width:236px;
    float:right;
    background:none right top transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/dame_index_xxx.png");    
}

* html div.head {

    height:285px;
}

* html .woman_left
{
    overflow:hidden;
}

* html div.writing_pic
{
    overflow:hidden;
}

* html  div.tabset
{
    overflow:hidden;
}
/*
* html div.right {
    z-index:-1;
    background: none right top transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/circle_middle_dark.png");
}*/

* html div.lang_active {
    background:none transparent;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src="images/bg_flag.png");
}

* html ul.main
{
    list-style-image: url(../images/point_big_gray.gif);
}

* html ul.under {
    list-style-image: url(../images/point_small_gray.gif);
}

* html ul.under_active {
    list-style-image: url(../images/point_small_orange.gif);
}

/*

div.tab span {
    color: white
}

div.head_with {
    height: 207px;
}

div.tab_active span {
    color: gray;
}


div.with {
    height: 283px;
    margin-top: 10px;
}

img.woman_right {
    height: 100px;
    width: 100px;
}

.ber_head {
    color: orange;
    font-size: 21px;
}

div.team {
    background-image:url(../images/team.jpg);
    height: 0px;
    width: 100px;
    background-repeat: no-repeat;
    margin-top: 5px;
    padding-top: 100px;
    margin-right: 0px;
    float:left;
}


div.unt_lasche {
    height: 102px;
    width: 157px;
    background-repeat: no-repeat;
    float:right;
}*/

/*span.index_head {
    color: orange;
    font-size: 20px;
}*/

