/*###################################################################*/
/*# Stylesheet Pruefungswesen JVB                                   #*/
/*###################################################################*/

body {
 background: #fff;
}
	
/*###################################################################*/
/*#   Labeling of mainframe                                         #*/
/*###################################################################*/
#main {
 background: #fff;
 /*border : thin solid Black;*/
}

/*###################################################################*/
/*#   Labeling of background and navigation                         #*/
/*###################################################################*/
#main #left {
 /*border: thin solid Black;*/
 float: left;
 background-image: url('../bilder/djksued-logo.jpg');
 background-repeat: no-repeat;
 width: 210px;
}

#main #left #menu {
 float: left;
 margin: 150px 0px 0px 0px;
 padding: 10px;
}

#date {
 text-align: left;
 margin-left: 6px;
 margin-top: 10px;
 font-family: Arial, Helvetica, sans-serif;
 font-size: xx-small;
}
                                                                                                                              
#main #date a:link {
 font-family: Verdana, Arial;
 font-weight:bold;
 font-size: xx-small;
 font-family: Verdana,Arial;
 color: #00A062;
 text-decoration: none;
}
                                                                                                                              
#main #date a:visited {
 font-family: Verdana, Arial;
 font-weight:bold;
 font-size: xx-small;
 color: #00A062;
 text-decoration: none;
}
                                                                                                                              
#main #date a:hover {
 font-family: Verdana, Arial;
 font-weight: bold;
 color: Black;
 text-decoration:none
 font-size: xx-small;
}

#main a:link {
 font-family: Verdana, Arial;
 font-weight:bold;
 font-size: 12pt;
 font-family: Verdana,Arial;
 color: #00A062;
 text-decoration: none;
}

#main a:visited {
 font-family: Verdana, Arial;
 font-weight:bold;
 font-size: 12pt;
 color: #00A062;
 text-decoration: none;
}

#main a:hover {
 font-family: Verdana, Arial;
 font-weight: bold;
 font-size: 12pt;
 color: Black;
 text-decoration:none
}

/*###################################################################*/
/*#   Labeling of content                                           #*/
/*###################################################################*/
#content {
 /*border: 1px solid Black;*/
 font-family: Verdana, Arial;
 font-size:12pt;
 font-style: normal;
 font-weight: normal;
 margin: 0px 0px 0px 210px;
 /*width: 785px;*/
}

#content a:link {
 font-family: Verdana, Arial;
 font-size:12pt;
 font-style: normal;
 font-weight: normal;
 color: Black;
 text-decoration: underline;
}

#content a:visited {
 font-family: Verdana, Arial;
 font-size:12pt;
 font-style: normal;
 font-weight: normal;
 color: Black;
 text-decoration: underline;
}

#content a:hover {
 font-family: Verdana, Arial;
 font-size:12pt;
 font-style: normal;
 font-weight: normal;
 color: Red;
}

h1 {
 font-weight: bold;
 text-align: center;
 font-size: large;
 text-align: left;
 background-color: #00A062;
}

h2 {
 font-weight: bold;
 text-align: center;
 font-size: medium;
 text-align: left;
 background-color : lightgreen;
}

p.doc {
 font-stretch : narrower;
}


div.hint { 
 /*clear: both;*/
 border: 1px dotted;
 border-color: #00A062; 
 color: #00A062; 
 margin-top: 4px;
 margin-bottom: 4px;
 margin-left: 4px;
 padding-right: 10px;
}

div.hint span.title { 
 background-color: #F6F2FF; 
 border-color: #00A062; 
 border-style: solid; 
 border-width: 1px 1px 1px 4px;
 color: #00A062; 
 position: relative; 
 top: -0.66em;
 margin: 0;
 margin-left: -4px;
 padding: 1px 0.5em;
 font-weight: normal; 
 font-size: 85%;
}

div.hint p { 
 margin: 0px 0px 0px 10px;
}

p.faq {
 font-stretch : narrower;
 font-weight: bold;
}

table.commission{
 table-layout: auto;
}

tr.commissionhead{
 font-weight: bold;
 text-align: center;
 font-size: medium;
 text-align: left;
 background-color : lightgreen;
}

td.address{
 width: 20%;
 /*border: 1px solid Black;*/
}

td.task{
 width: 60%;
 /*border: 1px solid Black;*/
}

td.pic{
 width: 20%;
 /*border: 1px solid Black;*/
}

img.pic {
 width: 150px;
}

/* Does not work on IE
div.commission {
 position: static;
 width: 785px;
}

div.address {
 position: absolute;
 left : 230px;
 width: 250px;
}

div.task {
 position: absolute;
 left: 480px;
 width: 370px;
}

div.pic {
 position: static;
 width: 150px;
 margin-left: 632px;
}
*/
div.top {
 background-image: url('../bilder/bullet_top.gif');
 background-repeat: no-repeat;
 padding-top: 2px;
}



