
/* Override some Defaults */

input[type="text"], input[type="password"], input[type="submit"], select, textarea, option{
    border: 0;
    border-top-right-radius: 0; 
    border-top-left-radius: 0;
    border-bottom-right-radius: 0; 
    border-bottom-left-radius: 0;
}

a{
    color: #1d2e42;
    text-decoration: none;
}

a:hover{
    border-bottom: 1px solid Green;
    border-top: 1px solid Green;
}

li{
    list-style: none;
}

#frmLogin{
    top: 125px;
    float: right;
    right: 190px;
    width: 330px;
    color: white;
    font-size: 24px;
    font-weight: bolder;
}

#frmLogin .show{
    display: none;
}

#frmLogin .boxcontent{
    background-color: transparent;
}

#frmLogin input[type="text"], input[type="password"], input[type="submit"]{
    height: 25px;
    border: 0px;
    width: 190px;
}

#mainFrmEingelogt{
    
}


h1{
    display: inline-block;
    font-size:2.0em;
}

h1 a{
    color: white;
}
/* Override some Defaults END */
html,body {
    background-color: #371000;
    margin : 0 auto;
    width : 1024px;
    color: black;
}
img {
    border: none;
    border-top-right-radius: 5px; 
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

div#outer{
    position: absolute;
    float: left;
    width: 1024px;
    background-color: #FCFCFC;
    border-top-right-radius: 2em; 
    border-top-left-radius: 2em;
    border-bottom-right-radius: 1em; 
    border-bottom-left-radius: 1em;
    opacity: 0.9;
    top: 40px;
}

div.classOuter{
    top: 5px;
}

div#header{
    width: 1024px;
    height: 320px;
    background-image: url(../images/krinn-edv-banner.jpg);
}

div.headerContact{
    position: relative;
    left: 10px;
    top: 20px;
    color: white;
    font-size:24px;
}
div.headerContact a{
    color: white;
    padding-right: 40px;
    border: 0px;
}

div#wrap{
    position: relative;
    float: left;
    width: 100%;
    height: 100%;
}


div#content{
    padding: 0 5px 0 5px;
    float: left;
    width: 800px;
}
div#contentRight{
    padding: 0 1px 0 1px;
    float: right;
    width: 200px;
}

div#footer{
    position: relative;
}
.fullDiv{
    position: fixed;
    float: left;
    left: 0px;
    top: 0px;
    z-index: 999999999;
    background-color: white;
    height: 100%;
    width: 100%;
    border: 5px solid #b9c3d4
}

.justifyInnerHTML{
    text-align: justify;
    padding: 5px;
}
.centerInnerHTML{
    text-align: center;
    padding: 5px;
}
.leftInnerHTML{
    text-align: left;
    padding: 5px;
}
.rightInnerHTML{
    text-align: right;
    padding: 5px;
}

.show{
    display: block;	
}

.hide{
    display:none;	
}

.clear {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

#flPanel, topFixed{
    position: fixed; 
    top: 0px; 
    width: 1024px;
    z-index: 999;	
}

/* ARTICLE */

.flWrappArticleImages{
    text-align:left; width:25%; float:left;
}

.containerArticleIamage{
    padding: 5px;
    min-height: 1px;
}

.flArticleImageMain{
    height: 160px;
    width: 160px;
}

.flArticleImageSmall{
    height: 45px;
    width: 45px;
    margin: 1px;
}

.flArticleText{
    float: left;
    text-align: left;
    width: 99%;
    height: 100%;
    padding: 10px;
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
}
/* ARTICLE ENDE */

/* Label der Seite */
.flLabel, .flLabelFull{
    background-color: #607B8B;
    padding-top: 10px;
    margin-top: 5px;
}
.flLabel{
    height: 40px;
    text-align: center;
    width:25%;
    float:left;
    border-top-right-radius: 2em; 
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em; 
    border-bottom-left-radius: 2em;
}

.flLabelFull{
    height: 40px;
    text-align: center;
    width:100%;
    float:left;
    border-top-right-radius: 2em; 
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em; 
    border-bottom-left-radius: 2em;
}
