/* Start of CMSMS style sheet 'News' */
.NewsSummary {
    margin-bottom: 10px;
    border: 2px solid #126fcc;
    padding: 10px;
    background-color: #9fd2ff;
    width: 90%;
 }

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  margin-bottom: 5px;
 }

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  margin-bottom: 10px;
 }

#NewsPostDetailDate {
  font-size: 90%;
  font-style: italic;
  margin-bottom: 15px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

/* to add specific style to the below div, uncomment them. */

.NewsSummaryLink, .NewsSummaryTitle {
   border-bottom: 1px solid #126fcc;
   font-size: 140%;
   line-height: 140%;
   margin-bottom: 5px;
   color: #126fcc;
}

.NewsSummaryLink a, .NewsSummaryLink a:visited {
   color: #126fcc;
   text-decoration:none;
}


#startoccasionen, #startstellen {
    border: 2px solid #126fcc;
    padding: 5px;
    background-color: #9fd2ff;
    margin-bottom: 2em;
}

#startstellen ul li, #startoccasionen ul li {
    list-style-type: none;
}

#startstellen ul {
	margin: 5px; 
	padding: 0px; 
}

#startstellen ul li {
	padding: 4px; 
}

#startoccasionen ul {
	margin: 5px 5px 5px 10px; 
	padding: 0px; 
}
/*
.NewsSummaryAuthor {}
.NewsSummaryMorelink {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailCategory {}
#NewsPostDetailAuthor {}
#NewsPostDetailAuthor {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

/* Start of CMSMS style sheet 'Colours' */
/* Layout sections */
	body {
		background: white;
		color: #222;
		}
		
	div#pagewrapper {
		border: 1px solid #000;
		background: #fff;
	    }
		
	div#header {
		color: white;
		}
		
	div#footer {
		color: white;
		background-color: #126fcc;
		}
		
/* Links */		
	a,
	a:link 
	a:active, a:visited {
		color: #385C72;
	}

/* Headings */	
	h1, h2, h3, h4, h5, h6 {
		color: #1212cc;
	}
/* End of 'Colours' */

/* Start of CMSMS style sheet 'Default CSSMenu Vertical' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */

/* The wrapper determines the width of the menu elements */

#menuwrapper { 
        background-color: white; 
	width: 100%;
        margin: 0px;
}

/* Unless you know what you do, do not touch this */ 

#primary-nav, #primary-nav ul { 
        background-color: #126fcc;
       list-style: none; 
  margin: 0px; 
       padding: 0px; 
      width: 100%; 
     }

#privmary-nav {
      margin-bottom: 1em;
      border-bottom: 10px solid #126fcc;
}

#primary-nav ul  {
  position: absolute; 
        top: 0px;  
 left: 100%; 
      display: none; 
     }

#primary-nav li { 
        margin-bottom: 0px; 
       position: relative;
 }

/* Styling the basic apperance of the menu elements */

#primary-nav a { 
  display: block; 
    padding: 6px 10px; 
 text-decoration: none; 
        color: white; 
 }

/* Styling the apperance of menu items on hover */

#primary-nav a:hover, 
#primary-nav li.menuactive a.menuactive:hover, 
#primary-nav li a.menuparent:hover
{ 
        color: #9fd2ff;
}

#primary-nav li.menuactive a.menuactive:hover, 
#primary-nav li.menuactive, 
#primary-nav li.menuactive li.menuactive { 
        background-image: none;
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */

#primary-nav li.menuparent, #primary-nav li a.menuparent:hover { 
        background-image: url(modules/MenuManager/images/arrow.gif); 
     background-position: center right; 
       background-repeat: no-repeat; 
      }

/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */

#primary-nav ul, #primary-nav li:hover ul ul, #primary-nav li.menuparenth ul ul { 
       display: none; 
     }

#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul,
#primary-nav li.menuactive ul li:hover ul, 
#primary-nav li.menuactive ul li.menuparenth ul  { 
    display: block; 
  }

#primary-nav li.menuactive ul, #primary-nav li.menuactive ul li.menuactive ul  {
    position: relative;
    display: block;
    left: 0px;
}

#primary-nav li.menuactive ul li a {
  padding: 5px 25px; 
}

#primary-nav li.menuactive ul li.menuactive ul li a {
     padding: 5px 40px; 
}

#primary-nav li.menuactive ul li ul {
    display: none; 
    position: absolute;
    left: 100%;
}

#primary-nav a.menucurrent {
    color: #9fd2ff;
}

/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }

/* End of 'Default CSSMenu Vertical' */

/* Start of CMSMS style sheet 'Typography' */
/* A CSS Framework by Mike Stenhouse of Content with Style */

/* TYPOGRAPHY */
	body {
		text-align: left;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 75.01%;
                line-height: 1em;
	}
	div {
		font-size: 1em;
	}
	img {
		border: 0;
	}
	
/* LINKS */
	a,
	a:link 
	a:active, a:visited {
		text-decoration: underline;
	}

        div#footer a, 	
        div#footer a:link 
	div#footer a:active, div#footer a:visited {
               color: #fff;
        }

	a:hover {
	text-decoration: none;
	}
/* END LINKS */
	
/* HEADINGS */
	h1 {
		line-height: 0em;
		margin: 0;
		padding: 0;
	}
	h2 { 
                margin-top: 5px;
		font-size: 2em;
		line-height: 1.1em;
                color: #1212cc;
        }
	h3 {
		font-size: 1.3em;
		line-height: 1.3em;
		margin: 0 0 0.5em 0;
		padding: 0px;
                padding-top: 3px;
                padding-bottom: 5px;
                border-bottom: 1px solid #1212cc;
                padding-left: 5px;
                border-left: 8px solid #1212cc;
                color: #1212cc;
	}
	h4 {
		font-size: 1.2em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h5 {
		font-size: 1.1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
	h6 {
		font-size: 1em;
		line-height: 1.3em;
		margin: 0 0 0.25em 0;
		padding: 0;
	}
/* END HEADINGS */

/* TEXT */
	p {
		font-size: 1em;
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height:1.4em;
	}
	blockquote {
		border-left: 10px solid #ddd;
		margin-left: 10px;
	}
	pre {
		font-family: monospace;
		font-size: 1.0em;
	}
	strong, b {
		font-weight: bold;
	}
	em, i {
		font-style:italic;
	}
    code {
        font-family: "Courier New", Courier, monospace;
        font-size: 1em;
        white-space: pre;
    }
/* END TEXT */
	
/* LISTS */
	#content ul {
                line-height:1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	#content ul li {
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	ol {
		font-size: 1.0em;
		line-height: 1.4em;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	ol li {
		font-size: 1.0em;
		margin: 0 0 0.25em 30px;
		padding: 0;
	}
	dl {
		margin: 0 0 1.5em 0;
		padding: 0;
		line-height: 1.4em;
	}
	dl dt {
		font-weight: bold;
		margin: 0.25em 0 0.25em 0;
		padding: 0;
	}
	dl dd {
		margin: 0 0 0 30px;
		padding: 0;
	}
/* END LISTS */
	
	
/* TABLE */
	table {
        font-size: 1em;
		margin: 0 0 1.5em 0;
        padding: 0;
	}
	table caption {
		font-weight: bold;
		margin: 0 0 0 0;
		padding: 0 0 1.5em 0;
	}
	th {
		font-weight: bold;
		text-align: left;
	}
	td {
		font-size: 1em;
	}
/* END TABLE */	
	
	hr {
		display: none;
	}

	div.hr {
		height: 1px;
		margin: 1em 10px;
		border-bottom: 1px dotted black;
	}

	
/* END TYPOGRAPHY */	
/* End of 'Typography' */

/* Start of CMSMS style sheet 'Forms' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		margin: 0 0 1em 0;
		padding: 0;
	}
	label {
		font-weight: bold;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
        
        margin: 0;
		padding: 2px;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 400px;
		height: 10em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}
/* END FORM ELEMENTS */
		
/* End of 'Forms' */

/* Start of CMSMS style sheet 'Layout CSSMenu Vert 1C News' */
    div#contentnews {
        float: right;
        width: 24%;
        border-left: 2px solid #126fcc;
        padding-left: 8px;
        padding-right: 8px;
    }

    div#content {
        margin-top: 0px;
        padding-top: 0px;
        margin-left: 22%;
        margin-right: 26%;
    }

/* End of 'Layout CSSMenu Vert 1C News' */

/* Start of CMSMS style sheet 'Layout IGA' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* SITE SPECIFIC LAYOUT */
    body {
        margin: 0;
        padding: 0;
        border: 0px none white;
        text-align: center;
    }

    div#pagewrapper {
        margin: 0 auto;
        padding: 0;
        text-align: left;
        border: 0px none white;
    }

    #container {
        padding: 0;
	margin: 0;
    }

    div#menu_vert {
        float: left;
        width: 20%;
        display: inline;
        margin: 0;
        padding-bottom: 15px
    }
    
    /* HEADER */
        div#header {
            margin: 0 0 15px 0;
            padding: 0;
            background: #white;  
            width: 100%;
            height: 73px;
            border-bottom: 2px solid #126fcc;
        }
       div#header h1 {
            width: 20%;
            text-align: center;
            padding: 5px;
            float: left;
        }
        div#header h1 a {
            margin: 0;
            padding: 0;
            text-decoration:none;
       }

        div#header-img1, div#header-img2, div#header-img3, 
        div#header-img4, div#header-img5 {
              width: 15%;
              float: left;
              text-align: center;
        }

        div#header-img1 img, div#header-img2 img, div#header-img3 img, 
        div#header-img4 img, div#header-img5 img {
              margin-top: 12px;
        }

        div#subheader {
             width: 100%;
             background-color: #126fcc;
             text-align: right;
             color: white;
        }

        div#subheader div {
             height: 2.2em;
             line-height: 2.2em;
             padding-right: 1em;
             vertical-align: middle;
        }

        div#subheader a {
             color: white;
             text-decoration: none;
        }
        
    /* END HEADER */
    
    /* CONTENT */
        div#mainarea { 
            border-top: 1px solid white;
            padding: 0px;
        }

        /* MAIN */
            div#main {

            }
        /* END MAIN */
        
    /* END CONTENT */
    
        div#footer {
            margin: 0;
            clear: both;
        }

        div#footer p {
            height: 2.5em;
            line-height: 2.5em; 
            vertical-align: middle;
            font-size: 0.8em;
            text-align: center;
        }

/* END LAYOUT */

/* End of 'Layout IGA' */

/* Start of CMSMS style sheet 'Tabellen' */
table.IGAtable {
  border-collapse: collapse; 
  border: 2px solid #126fcc;
}

.IGAtable td {
     padding: 1ex;
     vertical-align: top;
}

.IGAtable tr.row1 {
     background-color: white;
}

.IGAtable tr.row1 td {
     border-bottom: none;
}

.IGAtable tr.row2 {
     background-color: #9fd2ff;
}

.IGAtable tr.row2 td {
     border-bottom: none;
}

.IGAtable thead tr {
     color: white;
     background-color: #126fcc;
     font-weight: bold;
}

.IGAtable thead td {
     border-top: 1px solid #126fcc;
     border-bottom: 1px solid #126fcc;
}

#InstrumenteDetail td.col1 {
    background-color: white;
    padding-left: 5ex;
}

#InstrumenteDetail td.col3 {
    text-align: right;
}

#TableVorstand td {
   padding: 6px;
   padding-right: 12px;
}

.IGAtable div.untertitel {
   font-style: italic;
   padding-top: 0.5em;
}

#kurskalender {
   width: 100%;
}

#kurskalender td.left {
    width: 20%;
}

#kurskalender tr.head, #kurskalender tr.head a {
     background-color: #126fcc;
     color: white;
     font-weight: bold;
}

#kurskalender tr.empty {
     border-top: 2px solid #126fcc;
}

#stellvertretung td.head a, #stellvertretung td.head a:visited {
      color: #97d2ff;    
      text-decoration:none;
}

table.kurse {
      border: 2px solid #126fcc;
      background-color: #9fd2ff;
      padding: 0.5em;
}

table.kurse td {
      padding: 0.4em;
      line-height: 1.2em;
}

table.kurse td.left {
      font-weight: bold;
      vertical-align: top;
}

table.formbuilderform table {
      margin-bottom: 0px;
}

table.formbuilderform td {
      padding: 3px;
}

table.formbuilderform td.label {
      text-align: right;
      white-space: nowrap;
}

table.formbuilderform label {
      font-weight: normal;
}
/* End of 'Tabellen' */

/* Start of CMSMS style sheet 'Infobox' */
a.infobox { 
   border-bottom: 1px dashed #126fcc; 
   text-decoration:none; 
   position: relative;
   z-index: 10;
}

a.infobox:hover { 
   cursor:help; 
   color:#c30; 
   background:white; 
}
  
a.infobox span { 
   display: none; 
   position: absolute;
   visibility:hidden; 
   margin-top:1.5em; 
   text-decoration:none; 
   z-index: 100;
   background-color: white;
}
  
a.infobox:hover span { 
   display: block;
   visibility:visible; 
   border:1px solid #126fcc;
   padding:1em; 
   right: 10px;
   white-space: nowrap;
   top: -40px;
}
/* End of 'Infobox' */

/* Start of CMSMS style sheet 'CDs' */
.CDDetailFormation {
   font-size: 140%;
   font-weight: bold;
   padding-bottom: 1ex;
}

.CDDetailAufnahmedatum {
   font-size: 120%;
   font-style: italic;
   padding-bottom: 2ex;
}

.CDDetailBild {
   position: absolute;
   right: 20px;
   padding-top: 20px;
}
/* End of 'CDs' */

/* Start of CMSMS style sheet 'Tools' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* clearing */
	.stretch,
	.clear {
		clear:both; 
		height:1px; 
		margin:0; 
		padding:0; 
		font-size: 15px;
		line-height: 1px;
	}
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */


/* replace */
	.replace {
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	/* tidy these up */
	.replace * {
		text-indent: -10000px;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
		background-color:transparent;
	}
	.replace a {
		text-indent:0;
	}
	.replace a span {
		text-indent:-10000px;
	}
/* end replace */


/* accessibility */
     span.accesskey {
     	text-decoration:none;
     }
     .accessibility {
     	position: absolute;
     	top: -999em;
     	left: -999em;
     }
dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
/* end accessibility */
/* End of 'Tools' */

/* Start of CMSMS style sheet 'Literatur' */
#suchenoten {
   border: 2px solid #126fcc;
   padding: 10px;
}
/* End of 'Literatur' */

