﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    background: #ffffff;
    background-image: url(../Images/layout/page_bg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    font-size: .80em;
    font-family: Arial, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #222222;
    line-height: 1.4em;
}

a:link, a:visited
{
    color: #40addb;
}

a:hover
{
    color: #40addb;
    text-decoration: none;
}

a:active
{
    color: #40addb;
}

p {
    margin-bottom: 10px;
    /*line-height: 1.6em;*/
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #333333;
    /*font-variant: small-caps;*/
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    text-align:left;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 20px;
    font-weight: 600;
}

h2
{
    font-size: 1.35em;
    font-weight: normal;
    color:#40addb;
}

h3
{
    font-size: 1.1em;
    font-weight:bold;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}

ul, li 
{
    text-align:left;    
}
li {
    line-height: 1.4em;
}



/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 968px;
    background-color: #fff;
    margin: 0px auto 0px auto;
    /*border: 1px solid #496077;*/
}

.topheader
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #3c3c3d;
    background-image:url(../Images/layout/header_top_bg.jpg);
    background-repeat:repeat-x;
    width: 100%;
    height: 45px;
}
.topheadercontent
{
    padding: 12px 0px 10px 0px;
    color:#ffffff;
    font-size:1.15em;
    text-transform: uppercase; 
}
.topheadercontent a
{
    color:#ffffff;
    text-decoration:none;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #f3f3f3;
    background-image:url(../Images/layout/header_bg.jpg);
    background-repeat:no-repeat;
    width: 100%;
    height: 138px;
}

.header .logo
{
    padding:30px 0px 0px 0px;    
    margin:0px;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
.header h2
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #222222;
    border: none;
    line-height: 2em;
    font-size: 1.1em;
    display:block;
    position:absolute;
    top:90px;
    left: 135px;
}
.header h3
{
    font-weight: bold;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    color: #222222;
    border: none;
    line-height: 2em;
    font-size: 0.95em;
    display:block;
    position:absolute;
    top:110px;
    left: 190px;
}

.main
{
    padding: 0px 12px 0px 0px;
    margin: 17px 8px 8px 0px;
    min-height: 950px;
}

.content
{
    float: right;  
    min-height:850px; 
    margin-left:290px; 
    text-align:justify;  
    position:relative; 
    width:678px;
}

.left
{
    width: 230px;
    float: left;
    min-height:950px;  
    margin-right:40px;
    position:absolute;
}

.left ul.menu
{
    padding:0px;
    margin:0px;    
}

.left ul.menu li
{
    width: 214px;
    /*height:27px;*/
    vertical-align:middle;
    padding: 7px 0px 7px 16px;  
    background-color: #40addb;
    /*background-image:url(../Images/layout/menu_item_bg.jpg);
    background-repeat:no-repeat;
    background-position:right;*/
    display:block;
    margin-bottom: 6px;
    list-style-type:none;
    color:#ffffff;
    font-size:1.2em;
    font-weight:normal;
    text-transform: uppercase; 
    -moz-border-radius:0px 8px 8px 0px; /* Firefox */
    -webkit-border-radius:0px 8px 8px 0px; /* Chrome, Safari */
    -khtml-border-radius:0px 8px 8px 0px; /* Konqueror */
    border-radius:0px 8px 8px 0px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
}

.left ul.menu li:hover
{
    background-color: #7ba2b2;
}

.left ul.menu li a
{
    color:#ffffff;
    text-decoration:none;
}

.left ul.menu li a.flaglink
{
    color:#ffffff;
    text-decoration:none;
    padding-left:20px;
    background-image:url(../Images/layout/flag.png);
    background-position:left;
    background-repeat:no-repeat;
}

.left .box_applikationspraesentation
{
    margin-top:30px;    
}
.left .box_applikationspraesentation_header
{
    width: 214px;
    /*height:26px;*/
    vertical-align:middle;
    padding: 8px 0px 8px 16px;  
    background-color: #4c4c4d;
    display:block;
    margin-bottom: 6px;
    color:#ffffff;
    font-size:1.1em;
    font-weight:normal;
    text-transform: uppercase; 
    -moz-border-radius:0px 8px 8px 0px; /* Firefox */
    -webkit-border-radius:0px 8px 8px 0px; /* Chrome, Safari */
    -khtml-border-radius:0px 8px 8px 0px; /* Konqueror */
    border-radius:0px 8px 8px 0px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
}

.left .honcode
{
    margin-top:30px;   
    font-size:0.85em; 
} 

.left .honcode .honcode_header
{
    width: 214px;
    /*height:26px;*/
    vertical-align:middle;
    padding: 8px 0px 8px 16px;  
    background-color: #4c4c4d;
    display:block;
    margin-bottom: 6px;
    color:#ffffff;
    font-size:1.3em;
    font-weight:normal;
    text-transform: uppercase; 
    -moz-border-radius:0px 8px 8px 0px; /* Firefox */
    -webkit-border-radius:0px 8px 8px 0px; /* Chrome, Safari */
    -khtml-border-radius:0px 8px 8px 0px; /* Konqueror */
    border-radius:0px 8px 8px 0px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */    
}

.left .honcode img
{
    margin-right: 15px;
} 

.left .honcode p
{
    line-height:1.3em;
} 

.left .honcode input.textbox
{
    width:100%;
    height:20px;
    border:1px solid Silver;
    -moz-border-radius:8px; /* Firefox */
    -webkit-border-radius:8px; /* Chrome, Safari */
    -khtml-border-radius:8px; /* Konqueror */
    border-radius:8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
} 

.footer
{
    color: #ffffff;
    padding: 12px 0px 0px 0px;
    margin: 40px auto 0px auto;
    text-align: center;
    line-height: normal;
    background-color: #3c3c3d;
    background-image:url(../Images/layout/header_top_bg.jpg);
    background-repeat:repeat-x;
    height: 30px;
    width: 968px;
    -moz-border-radius:8px; /* Firefox */
    -webkit-border-radius:8px; /* Chrome, Safari */
    -khtml-border-radius:8px; /* Konqueror */
    border-radius:8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
    position:relative;
}

.footerbottom
{
    margin: 20px auto 20px auto;
    text-align: center;
    line-height: normal;
    width: 968px;
    font-size:0.8em;
}


/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

input.button
{
    padding:4px 20px;
    height:30px;
    background-color:#40addb;
    color:#ffffff;
    border:none;
    text-transform: uppercase; 
    -moz-border-radius:8px; /* Firefox */
    -webkit-border-radius:8px; /* Chrome, Safari */
    -khtml-border-radius:8px; /* Konqueror */
    border-radius:8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */    
}

input.button:hover
{
    padding:4px 20px;
    height:30px;
    background-color:#7ba2b2;
    color:#ffffff;
    border:none;
    text-transform: uppercase; 
    -moz-border-radius:8px; /* Firefox */
    -webkit-border-radius:8px; /* Chrome, Safari */
    -khtml-border-radius:8px; /* Konqueror */
    border-radius:8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */    
}


/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.loginform_container
{
    padding:10px;
    background-color:#cccccc;
    /*border:1px solid #40addb;*/
    -moz-border-radius:8px; /* Firefox */
    -webkit-border-radius:8px; /* Chrome, Safari */
    -khtml-border-radius:8px; /* Konqueror */
    border-radius:8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */        
}

.home_pagetitel
{
    font-size:13pt; 
    margin-right:10px;   
}

.bluebox
{
    vertical-align:middle;
    padding: 7px 7px 7px 7px;  
    background-color: #40addb;
    display:block;
    margin-bottom: 20px;
    color:#ffffff;
    font-size:1.2em;
    font-weight:normal;
    /*text-transform: uppercase; */
    -moz-border-radius:8px 8px 8px 8px; /* Firefox */
    -webkit-border-radius:8px 8px 8px 8px; /* Chrome, Safari */
    -khtml-border-radius:8px 8px 8px 8px; /* Konqueror */
    border-radius:8px 8px 8px 8px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */
}
.bluebox a {
    color:#ffffff;
}

/* TABLE  
----------------------------------------------------------*/
.tableheader1 {text-align:right;font-weight:bold;}
.tableheader2 {background-color:#aaaaaa;}
.tablekeyfield {background-color:#cccccc; vertical-align:top; padding:8px 8px 4px 8px; text-align:left;}
.tablevaluefield {background-color:#eeeeee;vertical-align:top;}


/* NEWS  
----------------------------------------------------------*/
.news {
    margin: 30px 0px 30px 0px;
    border-bottom: 1px dotted Silver;
}

.newsdate
{
    font-weight:bold;    
}

.newstitle
{
    color:#40addb;  
    margin:8px 0px 10px 0px;
    padding:0px;
}

.newscontent
{
    text-align:left;
    padding-bottom:40px;

}

.news_submenu
{
     font-weight:bold;  
}

.news_submenu a
{
    color:#40addb;    
}

.news_subheader
{
    margin-top:30px;
    color:#444444;    
}


/* IDEE  
----------------------------------------------------------*/
.page_submenu
{
     font-weight:bold; 
     text-transform: uppercase;
     margin-bottom: 40px; 
     padding:10px;
     color:#ffffff;
     background-color:#4c4c4d;
     -moz-border-radius:0px 8px 8px 0px; /* Firefox */
    -webkit-border-radius:0px 8px 8px 0px; /* Chrome, Safari */
    -khtml-border-radius:0px 8px 8px 0px; /* Konqueror */
    border-radius:0px 8px 8px 0px; /* CSS3 */
    behavior:url(border-radius.htc); /* Internet Explorer */    
}


/* HUBS */
.hubs-masonry { /* Masonry container */
    column-count: 2;
    column-gap: 1em;
}

    .hubs-masonry .item { /* Masonry bricks or child elements */
        /*background-color: #eee;*/
        display: inline-block;
        margin: 0 0 1em;
        width: 100%;
    }