/* system.css */
@charset "UTF-8";

header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #D0DAE9;
    height: 40px;
    padding-left: 20px;
}

#logo {
    position: absolute;
}

#flag_d {
    position: absolute;
    right: 300px;
    top: 10px;
}
#flag_d:hover {
    cursor: pointer;
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888;
}

#flag_en {
    position: absolute;
    right: 250px;
    top: 10px;
}
#flag_en:hover {
    cursor: pointer;
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888;
}

h1{
    font-size: 20px;
    font-weight: bold;
    font-family: Arial, Helvetica;		/* Schriftart */
}

h2 {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica;		/* Schriftart */
    margin-left: 10px;
}


div {
    /*background-color: #dddddd;
    padding-left: 10px;
    border-radius: 4px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;*/
}

label {
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica;		/* Schriftart */
}

table {
    font-family: Arial, Helvetica;		/* Schriftart */
    font-size: 16px;
    font-weight: bold;
    width: 100%; 
    border-style: none;
    background-color: #dddddd;
    border-radius: 4px;
}

select {
    width: 110px;
    font-family: Arial, Helvetica;		/* Schriftart */
    font-size: 16px;
    font-weight: normal;
    text-align: right;
    padding-right: 5px;
    border-radius: 4px;
}

#strTextfeld {
    /*width: 95%;*/

    margin-left: 230px;
    margin-top: -70px;
    width: 350px;
    height: 100px;
    font-size: 13px;
    font-weight: normal;
    font-family:  Arial;
    color: darkblue;
    
}
#Txt_Kommentar2{
    font-size: 12px;
    font-weight: normal; 
}

#idAnleitung{
    width: 500px;
    height: 250px;
    margin-top: -20px;
    margin-left: 230px;
    font-size: 13px;
    font-weight: normal;
    font-family:  Arial;
    word-wrap: break-word;
    line-height: 20px;
}

#a_bild{
    margin-left: 250px;
}

button {
    width: 160px;
    font-family: Arial, Helvetica;		/* Schriftart */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    background-color: lightblue;
    margin-right: 20px;
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    background-color: #D0DAE9;
}

#button-file {
    width: 150px;
    font-family: Arial, Helvetica;		/* Schriftart */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    height: 50px;
    background-color: lightblue;
    margin-left: 230px;
    margin-top: -15px;
}
#button-file {
    color: white; 
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 350px;
    height: 50px;
    border: 0; 
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px; 
    box-shadow: 1px 1px 2px #888; 
    -moz-box-shadow: 1px 1px 2px #888; 
    -webkit-box-shadow: 1px 1px 2px #888;
    background: #7999C6; 
    margin-bottom: 1px;
}
#button-file[disabled]{
  pointer-events: none;
  background: #E6E9EE;    
}
#button-file:hover{
    background: #6791CC;
    cursor: pointer;
}

#iHome {
    font-family: Arial, Helvetica;		/* Schriftart */
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: blue;
    text-decoration: none;
}
#iVer {
    position: absolute;
    font-size: 12px;
    right: 120px; 
    bottom: 15px;
    /*text-align: left;*/
    color: gray;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Reset auf CSS Default-Einstellungen*/
html, body, div, span, applet, object, iframe,
h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Fieldset */
fieldset { 
    position: relative; 
    padding: 10px; 
    padding-top: 0px; 
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 30px; 
    background: white; 
    width:    490px;
}
legend {
    font-size: 15px;
    font-weight: bold;
    font-family: Arial, Helvetica;		/* Schriftart */
    margin-left: 10px;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* Textarea */
textarea {
    margin-left: 20px;
    margin: 0px;
    padding: 3px; 
    float: left; 
    width: 160px; 
    border: 1px solid #d9d9d9 ;
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), color-stop(1%, #EEEEEE), to(#FFFFFF));
    resize: none;
}
textarea:focus {
    background: white; 
    border-color: #666 
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Header */
header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: white;
    height: 110px;
    padding-left: 20px;   
    z-index: 200;
}
/* Firmenlogo */
#logo {
    z-index: 200;
    position: absolute;
    left: 40px; 
    top: 8px;
}
/* Sprachauswahl: Flagge deutsch */
#flag_d {
    z-index: 200;
    position: absolute;
    left: 260px;
    top: 15px;
    cursor: pointer;
}
/* Sprachauswahl: Flagge englisch */
#flag_en {
    z-index: 200;
    position: absolute;
    left: 320px;
    top: 15px;
    cursor: pointer;
}
/* www.ziehl.de */
#idHaedLiReDiv{
    position: absolute;
    margin-top: 5px;
    margin-left: 873px;
    cursor: pointer;
}
#idHeadLiRe{
    font-size: 15px;
    font-weight: bold; 
    text-decoration: none;
}
#idHeadLiRe:hover{
    text-decoration: underline;
    color: darkblue;
}
/* Produktinfo*/
#idProduktDiv{
    position: absolute;
    margin-top: 23px;
    margin-left: 873px;
    cursor: pointer;
}
#idHeadProdukt:hover{
    text-decoration: underline;
    color: darkblue;
}
#idHeadProdukt{ 
    font-size: 13px;
    font-weight: normal; 
    text-decoration: underline;
    letter-spacing: 1px;
}
#idHeadProdukt1{
    font-size: 15px;
    letter-spacing: -10px;
    margin-left: -3px;
}
#idDeviceDescript{
    z-index: 201;
    position: absolute;
    margin-top: 15px;
    margin-left: 370px;
    text-align: left;
    font-size: 18px;
}
/* Gerätename */
#idDeviceName {
    margin-top: 55px;
    text-align: left;
    font-size: 22px;
    margin-left: 20px;
}
/* Tabname */
#idTabName {
    position:   relative;
    left:       6px;
    top:        -15px;
    font-size:  1.25rem;
    margin-left: 12px;
    font-weight: bold;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* Footer */
footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    background-color: #D0DAE9;
    z-index: 500;
}
/* Fusszeile -> Ausgabe Fenstergröße */
#idSize {
    color: darkgray;
    float: left;
}
#idImpressum{
    float: right;
    margin-right: 15px;
}
#idHome{
    font-size: 12px;
    color: #4F709F; 
}