﻿/* Neue Stylesheets*/
html
{
    background: transparent url(../Data/Images/backgroundPattern.png) repeat-x 0px 274px;
}
body
{
    position: absolute;
    left: 50%;
    height:100%;
    width:950px;
    margin-left: -480px;

    font-size: 10pt;
    font-family: 'Open Sans', sans-serif;
	-webkit-text-size-adjust:none;
}
textarea {
    font-family: inherit;
    font-size: inherit;
}
input[type="text"], input[type="password"] {
    font-family: inherit;
    font-size: inherit;
}
h1
{
    color:#383F4B;
    font-weight: 600;
    font-size:20px;
    margin-bottom: 10px;
    margin-top: 23px;
	line-height:1;
}
.h2Old /* wird nicht mehr verwendet */
{
    background-image: url(../Data/Images/bullet_triangle_red_90.png);
    margin-top:6px;
    padding-left: 27px;
    background-repeat: no-repeat;
    color:#383F4B;
    font-weight:bold;
    font-size:16px;
}
h2
{
    color: #383F4B;
    font-weight: 600;
    font-size: 14px;
	line-height:1;
    display: block;
    margin: 20px 0px 7px 0px;
}
    h2.Download
    {
        margin-top: 30px;
    }
h3
{
    color: #383F4B;
	line-height:1;
    font-weight: bold;
    font-size: 14px;
    display: block;
    margin: 0px 0px 5px 0px;
}
p
{
    font-size: 13px;
    font-weight: normal;
    color: #383F4B;
    display: block;
    margin: 0px 0px 0px 0px;
    line-height: 1.7;
}
    p.SmallText
    {
        line-height: 1.5;
    }
    p.Text
    {
        width: 450px;
        margin-top: 5px;
    }
    p.DownloadText
    {
        width: 545px;
        line-height: 1.4;
    }
    p.BigText
    {
        width: 545px;
        /*margin-top: 10px;*/
        line-height: 1.8;
    }
    p.BigText span.Heading
    {
        font-weight: 600;
    }
    p.Teaser
    {
        font-size: 16px;
        display: block;
        margin-bottom: 24px;
    }
    p.SmallTeaser
    {
        margin-top: 18px;
        font-weight: bold;
        font-size: 13px;
        padding-left: 18px;
		line-height: 1.4;
    }
a
{
    font-size: 13px;
    font-weight: 600;
    color: #2880D7;
}

.ajax__html_editor_extender_texteditor
{
    background-color:White;
}

div#contentcontainer
{
    background: url(../Data/Images/navi_balken.png) no-repeat left top;
	background-color:#ffffff;
    height:auto;
    width: 949px;
    border-left: 1px solid #383F4B;
    border-right: 1px solid #383F4B;
    /*background-color: #e8e8e8;*/
    overflow:hidden;
}
div#TutorialContentContainer
{
    height:auto;
    width: 949px;
    border: 1px solid #383F4B;
    overflow:hidden;
    background: #eaeaea url(http://www.ertec.com/Data/Images/background_content.png) repeat-x 0px 0px;
}
div#thirdmenucontainer
{
    float: left;
    width: 162px; /* Christian (vorher: 158px) */
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 100%;
    margin-bottom: -100%;
    /*background: transparent url(../Data/Images/background_content.png) repeat-x;*/
}
    div#thirdmenucontainer + div
    {
        width: 740px;
        margin-left: -4px;
    }
div#content
{
    /*background: transparent url(../Data/Images/background_content.png) repeat-x;*/
    margin-top: 45px; /* Christian (vorher: 40px) *//* Damit Platz für img_balken.png ist */
    padding-left: 45px; /* Christian (vorher: 42px) */
    padding-top: 10px;
    padding-bottom: 100%;
    margin-bottom: -100%;
    float: left;
	width: 905px;
	min-height:500px;
}
div#content ul
{
    list-style:none;
    color:#383F4B;
    font-size: 13px;
    font-weight: normal;
    padding: 0px 0px 0px 2px;
    width: 500px;
}
    div#content ul.Product
    {
        width: 400px;
    }
    div#content ul.Product li
    {
        margin-bottom: 15px;
        line-height: 1.4;
    }
    div#content ul.BigProduct
    {
        width: 495px;
    }
    div#content ul.BigProduct li
    {
        margin-bottom: 15px;
        line-height: 1.4;
    }
    div#content ul.Details
    {
        width: 400px;
        margin-left: 15px;
    }
        div#content ul.Details li
        {
            margin-bottom: 15px;
            line-height: 1.4;
        }
div#content ul li
{
    background: transparent url(../Data/Images/bullet_triangle_grey.png) no-repeat left center;
    padding: 0px 0px 0px 15px;
    margin-bottom: 10px;
    /*line-height: 15px;*/
}
    div#content ul.SmallList
    {
        width: 220px;
        margin-left: 16.5px;
    }

    div#content ul.SmallList li
    {
        line-height: 1.4;
    }

    div#content ul.NewsList
    {
        width: 264px;
    }
        div#content ul.NewsList li
        {
			background: transparent url(../Data/Images/bullet_link.png) no-repeat left center;
            line-height: 1.4;
            margin-bottom: 12px;
			padding-left:13px;
        }

.Footer
{
    border-left: 1px solid #383F4B;
    border-right: 1px solid #383F4B;
    border-bottom: 1px solid #383F4B;
    height: 35px;
    width: 949px;
    background: transparent url(../Data/Images/footer_line.png) no-repeat center 30px;
    padding-top: 47px;
	background-color:#ffffff;
}
    .Footer p
    {
        position: relative;
        float: right;
        right: 4.6%;
		line-height: 0.9;
    }
    .Footer p a
    {
        padding-left: 10px;
        color: #383F4B;
        text-decoration: none;
    }

.ContactDiv
{
    float: right;
    vertical-align: bottom;
    height: 50px;
    line-height: 60px;
    font-size: 13px;
    font-weight: bold;
}
    .ContactDiv p
    {
        margin-left: -4px;
        margin-right: 8px;
        vertical-align:sub;
        display: inline;
        font-size: 13px;
        font-weight: 600;
    }
    .ContactDiv img
    {
        vertical-align: middle;
    }
.SmallImageCaptionContainer
{
    width: 247px;
    height: 365px;
    position: relative;
    background-color: white;
    border: 1px solid #dddddd;
}
 /*   .SmallImageCaptionContainer ul
    {
        margin-left: 16.5px;
        background-color: red;
        line-height: 2.5;
    }
        .SmallImageCaptionContainer li
        {
            background-color: blue;
            line-height: 1.4;
        }*/
    .MoreLink
    {
        position: absolute;
        bottom: 10px;
        right: 15px;
    }
.SmallImageCaption
{

}
    .SmallImageCaption img
    {
        display: block;
        width: 247px;
        height: 145px;
    }
    .SmallImageCaption div
    {
        background: transparent url(../Data/Images/balken_small.png) no-repeat left bottom;
        position: absolute;
        margin-top: -25px;
        height: 25px;
        width: 247px;
    }
        .SmallImageCaption div h2
        {
            background: transparent url(../Data/Images/bullet_triangle_red.png) no-repeat 18px center;
            line-height: 25px;
            font-size: 13px;
            font-weight: bold;
            color: white;
            padding-left: 31px;
            margin-top: 0px;
        }
.ImageCaption
{
    width: 950px;
    position:relative;
    margin-top: 8px;
}
    .ImageCaption img
    {
        height: 300px;
        width: 950px;
        display:block;
    }
    .ImageCaption div
    {
        background: url(../Data/Images/img_balken.png) no-repeat left bottom;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 46px;
    }
    .ImageCaption div h2
    {
        background: transparent url(../Data/Images/img_balken_triangle.png) no-repeat left 8px; /* Christian (vorher: 7px) */
        color: white;
        font-weight: 200; /* Christian (vorher: bold) */
        font-size: 30px; /* Christian (vorher: 24px) */
        line-height: 34px;
        padding-left: 20px;
        margin-top: 6px; /* Christian (vorher: 6px) */
        margin-left: 44px; /* Christian (vorher: 41px) */
        /*position: absolute;
        top: 2px;*/
    }
.NewsDiv
{
    margin-left: 25px;
    margin-right: 39px;
    padding-left: 28px;
    background: transparent url(../Data/Images/line.png) no-repeat left 20px;
    height: 321px;
    float: left;
}
.ContentBox
{
    clear: both;
    overflow: hidden;
    margin-right: 45px;

    padding: 6px 15px 15px 28px;

	background-color: #f2f3f5;
    border: 1px solid #e3e3e3;
}
.ContentBox h2
{
    background-image: url(../Data/Images/bullet_triangle_red_90.png);
    margin-top:6px;
    padding-left: 27px;
    background-repeat: no-repeat;
    color:#383F4B;
    font-weight:bold;
    font-size:15px;
	line-height: 1;
}

.Menu
{
    display:inline;
    float:left;
    font-size: 14px;
    text-align: center;
    height: 50px;
    z-index: 1;
    position: relative;
    overflow: visible;

}
    .Menu ul
    {
        list-style:none;
        margin:0;
        padding:0;
    }
.StaticItem
{
    background-image: url(../Data/Images/btn_inactive.png);
    text-decoration:none;
    color: #4d4d4d;
    display: block;
    width: 119px;
    height: 50px;
    overflow: hidden;
    line-height:63px;
    z-index:1;
    margin: 0px 0px 8px 0px;
    border: 0px none transparent;
    outline: 0 none;
}
    .StaticItem.Last
    {
        width: 120px;
    }
    .StaticItem.selected
    {
        width: 122px;
        height: 51px;
        background-image: url(../Data/Images/btn_active.png);
        background-position: left 0px;
        background-repeat: no-repeat;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff;
        z-index: 2;
        margin-top: 3px;
        margin-bottom: 4px;
        line-height: 56px;
    }
    .StaticItem:hover
    {
        background-image: url(../Data/Images/btn_inactive_hover.png);
    }
    .StaticItem.selected:hover
    {
        background-image: url(../Data/Images/btn_active.png);
    }
.DynamicMenu
{
    background-color: #5e5f5e;
    line-height: 35px;
    z-index:2;
    text-align:left;
    text-indent: 20px;
}
.DynamicItem
{
    display: block;
    text-decoration:none;
    color: white;
    font-weight: 600 !important;
    background-color: #383F4B;
    border-bottom: 1px solid #20242B;
	border-left: 1px solid #20242B;
	border-right: 1px solid #20242B;
    width: 200px;
    height: 35px;
    outline: 0 none;
}
    .DynamicItem.selected
    {
        background-color: #C0C0C0;
    }
    .DynamicItem:hover
    {
        text-decoration:underline;
		background-color:#2880D7;
    }
.level3.DynamicItem
{
    display:none;
}
.level4.DynamicItem
{
    display:none;
}

.SecondMenu
{
    position:absolute;
    background-color: #2880D7;
    width: 949px;
    height: 40px;
}
    .SecondMenu ul
    {
        list-style: none;
        margin: 0;
        padding-left: 30px; /* Christian (vorher: 27px) */
    }
.SecondStaticItem
{
    /*background-color: blue;*/
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    color: white;
    font-weight: 600 !important;
    display: block;
    width: auto;
    height: 50px;
    line-height: 40px;
    outline: 0 none;
}
.SecondStaticItem.selected
{
    padding-bottom:20px;
    /* text-decoration: underline; /* Christian */
    background-image: url(../Data/Images/red_triangle.png);
    background-repeat:no-repeat;
    background-position:center 39px; 
	font-weight: 800 !important;
}

.ThirdMenu
{
    list-style: none;
    text-decoration: none;
    line-height:1.5em;
    font-size:13px;
    margin-left: 6px; /* Christian */
}
    .ThirdMenu span
    {
        color: #383F4B;
        
    }
        .ThirdMenu span.selected
        {
            /*text-decoration:underline;*/
        }
    .ThirdMenu li.parent
    {
        margin-top:20px;
        font-weight:bold;
    }
        .ThirdMenu li ul
        {
            margin-left:-20px;
            list-style: none;
        }
            .ThirdMenu li ul li a
            {
                color: #2483d3;
            }
            .ThirdMenu li ul li.selected a
            {
                font-weight: bold;
            }

.LoginLabel
{
    display:inline;
    color: #383F4B;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-right: 10px;
    float:left;
}
.LoginButton
{
    background: transparent url(../Data/Images/btn_login.png) no-repeat;
    width: 60px;
    height: 25px;
}
.LogoutButton
{
    width: 19px;
    height: 21px;
    float: right;
    margin-left: 5px;
}
.RememberMe
{
    vertical-align: 40%;
	margin-right: 5px;
}
.LoginDiv
{
    position: absolute;
    right: 0px;
    top: 15px;
    float: right;
    color: #919191;
    overflow: hidden;
}
    .LoginDiv input.Watermark
    {
        color: gray;
        width: 126px;
    }
        .LoginDiv input.Watermark.Content
        {
            color:black;
        }
.AnonQuicklinks
{
    float: left;
    margin-top: 6px;
}

.TooManyChars
{
    background-color: #EDBE9C; 
}
.SeperatorDiv
{
    margin-top: 10px;
}


/* ALTE Stylesheets*/


div.question
{
    background: url(../Data/Images/questionMark.gif) no-repeat left transparent;
    padding-left: 15px;
    padding-bottom: 2px;
    font-size: 14px;
    color: Red;
}

/* LINKS */
a
{
    text-decoration:none;
}
a:link
{
    /*color:#18457D;*/
    /*font-size:12pt;*/
    font-weight:600;
}
a:visited 
{
    /*color:#18457D;*/
    /*font-size:12pt;*/
    font-weight:600;
}
a:active 
{
    /*color:#D50107;*/
    /*font-size:12pt;*/
    font-weight:600;
}
a:focus 
{
    /*color:#18457D;*/
    /*font-size:12pt;*/
    font-weight:600;
}
a:hover
{
    text-decoration: underline;
}
    a.selected
    {
        font-weight: bold;
    }


    /* Formulare */
table
{
    color: #383F4B;
}
    table td.Highlight
    {
        font-weight: 600;
    }
table#Formular
{
    width:850px; 
}
    table#Formular td.Label
    {
        text-align: right;
        vertical-align: top;
    }
table#Overview
{
    width: 855px;
}
table#Overview td
{
    border-bottom:1px dotted black;
}
table.NewsTable
{
    /*width: 1000px;*/
    width: 860px;
}
td.Label {
    text-align: right;
    vertical-align: top;
}
    table.NewsTable tr td
    {
        /*width: 200px;*/
        overflow: hidden;
        padding-bottom: 30px;
    }
        table.NewsTable tr td > a
        {
            font-weight: bold;
        }
        table.NewsTable tr td + td
        {
            padding-right: 0px;
        }

    table.Overview2013
    {
        border-spacing: 0px 0px;
        border-collapse:collapse;
    }
    table.Overview2013 thead tr th
    {
        color: white;
        font-weight:900;
        background-color:#383F4B;
        height: 25px;
        border: 1px solid black;
        text-align:left;
        padding-left:20px;
        padding-right: 20px;
    }
        table.Overview2013 thead tr th.NoPadding
        {
            text-align:center;
            padding-left: 5px;
            padding-right: 5px;
        }
        table.Overview2013 tbody tr td {
            color: #383F4B;
            font-weight: 600;
            border: 1px solid #C0C0C0;
            padding-left: 20px;
            padding-right: 20px;
			word-break: break-all;
        }
        table.Overview2013 tbody tr td.NoPadding
        {
            text-align:center;
            padding-left: 5px;
            padding-right: 5px;
        }
        table.Overview2013 tbody tr td span
        {
            line-height: 33px;
        }
        table.Overview2013 tbody tr td span img
        {
            vertical-align:middle;
            margin-top: -3px;
        }
    table.Overview2013 tbody tr:nth-child(odd) td
    {
        background-color: white;
    }
    table.Overview2013 tbody tr:nth-child(even) td
    {
        background-color:#F2F3F5;
    }





    /* LOGIN */
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.register span.inline label, fieldset.register table.inline label
{
    display: inline;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 300px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 300px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 380px;
}
.submitButton
{
    text-align: right;
    padding-right: 10px;
}

.LanguageImage
{
    padding-left:10px;
    margin-right: -2px;
    border: 0 none transparent;
}

.Hint
{
    width: 265px;
    font-size:12px;
	color:#de0029;
}

.Example
{
    font-style:italic;
}
.ErrorLabel
{
    color:#de0029;
}
.ErrorBackground
{
    background-color: orangered !important;
}
.WarningDiv
{
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter:alpha(opacity=60);
    opacity:0.6;
    background-color:Red;
    border:1px dotted black;
    width:560px;
    height:100px;
    text-align:center;
    margin-top:20px;
    margin-left:40px;
}

.NewsTickerHeading
{
    color: Red;
    font-size: larger;
    text-align:center;
    overflow:hidden;
}

.NewsTickerDiv
{
    width:100%;
    margin-top: 20px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    margin-bottom:100%;
    text-align:center;
    
}

.NewsTickerContent
{
    padding: 10px 0px 10px 0px;
    text-align:left;
}

.NewsTickerDiv > a.NewsTickerHeading
{
    color: Red;
    font-weight:bolder;
    font-size:smaller;
}

.ShortcutDiv
{
    z-index: 2;
    position:absolute;
    margin-left:880px;
    margin-top:-140px;
}
.ShortcutDiv a
{
    color: White;
}

img
{
    border: 0 none transparent;
}

.BorderRight
{
    border-right: 7px solid transparent;
}

.Right
{
    float: right;
}
.Left
{
    float: left;
}

.Inline
{
    display: inline;
}
.InlineField input,
.InlineField label
{
    display:inline-block;
    vertical-align:middle;
} 

.clear
{
    clear: both;
}

.DownloadImage
{
    float: left;
    height: 35px;
    width: 35px;
    padding-bottom: 10px;
    margin-right: 5px;
}
.DownloadDiv
{
    margin-bottom: 20px;
	margin-top:15px;
}
.ProductImagesDiv
{
    position: absolute;
    right: 46px;
    width: 230px;
}
    .ProductImagesDiv.Small
    {
        right: 40px;
        width: 236px;
    }
    .ProductImagesDiv img
    {
        width: 230px;
        margin-bottom: 25px;
    }

    .ProductImagesDiv.Small img
    {
        width: 112px;
        height: 74px;
        margin-right: 6px;
        margin-bottom: 6px;
    }

        .ProductImagesDiv.Small img.BeaverImage
        {
            margin-top: 10px;
            width: 130px;
            height: 332px;
        }

.BigProductImagesDiv
{
    position: relative;
    float: right;
    width: 270px;

    margin-right: 46px;
}
        .BigProductImagesDiv img
        {
            width: 270px;
            margin-bottom: 25px;
        }

            .BigProductImagesDiv img.AboutImage
            {
                margin-top: 170px;
            }
.Portrait
{
    width: 900px;
}
    .Portrait img
    {
        float: left;
        border-right: 10px solid transparent;
    }
    .Portrait div
    {
        width: 400px;
        float: left;
    }
        .Portrait div p span
        {
            font-weight: 600;
        }

div.ProductHighlightList
{
    width: 264px;
    float: right;
}
    div.ProductHighlightList ul
    {
        margin: 0px 0px 0px 0px;
    }
    div.ProductHighlightList ul li
    {
        width: 218px;
        line-height: 1.4;
    }

div.NewsPreviewImage
{
    width: 100px;
    height: 80px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    background-color: white;
}
    div.NewsPreviewImage img
    {
        height: 80px;
    }
    div.NewsPreviewImage + p
    {
        margin-top: 6px;
    }

div.AdminMenu
{
    height: 13px;
    overflow: hidden;
}

div.Customers
{
    background-color: white;
    width: 860px;
}

div.LinkList
{
    line-height: 1.7;
}

#MainContent_EditDiv{
	position:absolute;
	right:45px;
}