
/* ==== Scroll down to find where to put your styles :) ==== */

/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; } 
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* DEFAULTS
----------------------------------------------------------*/

html
{font-size:16px;
    }

body   
{
    background: #b0c4de;
    font-size: 0.8em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #666666;
}

a:link, a:visited
{
    color: #084B8A;
    text-decoration: none;
}

a:hover
{
    color: 	#DF7401;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 8px;
    line-height: 1.4em;
}
#main ul
{
    margin-bottom: 8px;}

#main li
{
   margin-bottom: 4px;
   line-height: 1.4em; }    


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    margin-bottom: 0.6em;
}

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;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

#container
{
    width: 1024px;
    background-color: #fff;
    margin: 20px auto 10px auto;
    border: 1px solid #496077;
    box-shadow:5px 5px 4px 0px gray;
}

/*Header enthält in vertikaler Fole Topheader, Header und Navigationsmenü*/

header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.header .title /*header*/
{height:84px;
 width:100%;
 clear:left; 
 margin:0; 
 padding-left:0;
 background-color:#1B6996;
 }



#main
{
    padding: 0px 12px;
    /*margin: 12px 8px 8px 8px;*/
    width: 85%;
    margin: 2em auto;
    min-height: 600px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    position:relative;
    width:1024px;
    margin:auto;
    color: #4e5766;
    background:#b0c4de;
    padding: 6px 0px 6px 0px;
    text-align: center;
    line-height: normal;
    border-bottom:1px solid #496077;
    
   
}



/* TAB MENU   
----------------------------------------------------------*/

/* Navigationsleistencontainer */
div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
    /*position:absolute;
    left:0; 
    bottom:0;*/
    
    box-shadow:1px 5px 2px -1px Lightgrey;
}

/* Navigationsmenü*/
div.menu
{
    padding: 3px 0px 3px 3px;
}

/*Navigationzellen*/

/*Allgemein (keine Bullets, Margins etc.)*/
div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

/*Eigenschaften wie Farbe, Schriftfarbe etc.*/
div.menu ul li a, div.menu ul li a:visited
{
    background-color: #b4c5de;
    border: 1px #4e667d solid;
    color: 	#393F3F ;
    display: block;
    line-height: 1.15em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

/*Eigenschaften beim Maushovern*/
div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

/*Eigenschaften der aktiv angeklickten Zelle*/
div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   (Formularelemente)
----------------------------------------------------------*/

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%;
}

/* MISC  
----------------------------------------------------------*/
.gradient_bluish
{ 
 /*Für Browser, die das nicht können */
 background-image: url(../images/header_background.png);
 
 /* IE10 */ 
background-image: -ms-radial-gradient(right center, circle farthest-corner, #FFFFFF 0%, #1B6996 100%);

/* Mozilla Firefox */ 
background-image: -moz-radial-gradient(right center, circle farthest-corner, #FFFFFF 0%, #1B6996 100%);

/* Opera */ 
background-image: -o-radial-gradient(right center, circle farthest-corner, #FFFFFF 0%, #1B6996 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(radial, right center, 0, right center, 989, color-stop(0, #FFFFFF), color-stop(1, #1B6996));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-radial-gradient(right center, circle farthest-corner, #FFFFFF 0%, #1B6996 100%);

/* Proposed W3C Markup */ 
background-image: radial-gradient(right center, circle farthest-corner, #FFFFFF 0%, #1B6996 100%);

    }


.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;
}





.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

/* Allgemeine Klassen */

.indented
{
    width:95%;
    margin:auto;
    
}

.erstellt
{text-align:right;
 font-size:smaller;
 }
 
 em
 {
     font-style:italic;
     }