/* grundlegende Definitionen */
.conferenceTool {
    font-size: 0.8em;
}
body {
    margin: 0;
    padding: 0;
}

.defaultfont{}

a {
    /*font-size: 1em;*/
    color: #00007B;
    font-weight: bold;
    text-decoration: none;
}

.likeALink {
    font-size: 85%;
    color: #00007B;
    font-weight: bold;
    text-decoration: none;
}


a.red {
    color: red;
    background-color: transparent;
}

a.h3 {
    font-size: 100%
}

a:hover {
    text-decoration:underline;
    background-color: #eaeaf5;
}

input {}

textarea {}

select {}

/*Frontend Angaben*/

#pictureHeaderBox {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 100%;
    height: 87px;
    background-color: #000000;
}
#pictureHeader {
    width: 99%;
    height: 87px;
}
#leftPictureHeaderContent {
    float: left;
    width: 22%;
    height: 87px;
    background-color: #000000;
}
.section01PartA {
    background-image: url(grafiken/head_middle.jpg);
    background-position: top middle;
    background-repeat: no-repeat;
}
.section01PartB {
    background-image: url(grafiken/head_left.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.woBorder {
    border:none;
}

#internetTitleBox {
    position: absolute;
    top: 39px;
    left: 0px;
    width: 99%;
    height: 87px;
}

#internetTitleContent h1 {
    color: #FFFFFF;
    font-size: 90%;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0;
    margin: 1px 0 1px 0;
}

#logo {
    position: absolute;
    top: 7px;
    left: 9px;
    width: 150px;
    height: 26px;
}

div#acrobat {
    position: relative;
    top: 50px;
    left: 20px;
}

div#acrobat img {
    border:none;
}

div#acrobat a, a:hover {
    text-decoration:none;
}


div#footer p {
    font-size: 80%;
}

div#footer {
    position: absolute;
    top: 350px;
    left: 800px;
    background-color: #CCCCCC;
    width: 130px;
    padding: 10px;
}

div#head span {
    position: absolute;
    top: 30px;
    left: 30px;
    font-size: 110%;
    font-weight: bold;
    color: #00007B;
}

span.help {
    font-weight: normal;
}

p span.help {
    font-size:11px;
}

spa.error{
    font-weight: bold;
    padding-bottom: 10px;
}
span.error, div.error {
    font-size: 90%;
    padding-left: 10px;
    color: red;
}

div#article p, span.text, ul, ol {
}

li {
    /*padding-bottom: 5px;*/
}

/*div#top {
	position: absolute;
	left: 150px;
	top: 95px;
	padding: 10px;
}*/

div#wrap {
    width: 140px;
}

div#top div {
    width: 100%;
    padding-left:5px;
}

div#top a {
    padding: 2px;
    padding-left: 16px;
    display:block;
    border-bottom: 1px solid #CCCCCC;
    color: #000000;
    font-weight: normal;
    background-image: url(grafiken/icon_link_coloured.gif);
    background-repeat: no-repeat;
    background-position: left;
}

div#top a:hover {
    background-color: #eaeaf5;
    text-decoration:none;
}

div#top a#act {
    font-weight: bold;
    background-color: #eaeaf5;
}

div#top a#act:hover {
    text-decoration: underline;
}

div#top a.menu_top {}

/*
div#top a#act {
	background-color: #EFEFEF;
}

div#top a.menu_top {
	padding: 10px;
	border: 1px solid #00007B;
	background-color: #CCCCFF;
}

div#top a#act:hover {
	text-decoration:underline;
}



div#top a:hover {
	background-color: #EFEFEF;
}

*/

div#article {
    width: 777px;
}

div#article div.article {
    padding: 10px;
}

div#loginbox {
    width: 130px;
    padding: 10px;
}

div.form_footer input {
    margin-top: 10px;
    margin: 0px;
    font-size: 90%;
}


input.radio {
    background-color: #ffffff;
}


div#loginbox span.title {
    font-size: 90%;
    color: #232323;
}

div#message {
    padding: 10px;
    width: 500px;
    font-size: 90%;
}

div#userprofil h1 {
    margin-top: 10px;
    border-bottom: 1px solid #222222;
    font-weight: bold;
    font-size: 90%;
    margin-left: 10px;
    margin-right: 10px;
}

div#userprofil h3, div.article h3, div.title, div#message h2 {
    font-size: 12px;
    font-weight: bold;
    color: #00007B;
}

div#article h1.assist_h1 {
    font-weight:bold;
    font-size:110%;
    /*color: #FF9900;*/
    color: #00007B;
}

div#userprofil table {
    margin-left: 10px;
}

div#userprofil td {
    font-size: 12px;
    padding-right: 15px;
}

table#spc_result td p {
    font-size:90%;
} 

table#spc_result td a {
    font-size:90%;
}

/*Backend Angaben */



/* Spezialformate */


a.nav {
    display:block;
    padding: 5px;
}

a.nav:hover {
    color: #FFFFFF;
    background-color: #00007B;
}

div.listbody div.head a {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
}

div#main h3, div#article div.article h3 { 
    margin-top:0px;
    border-bottom: 1px solid #222222;
}

div.listhead a, div.detailhead a  {
    border-bottom: 1px solid #CCCCCC;
    padding: 3px;
    background-color: #EEEEEE;
}

div#children div.head a, div#children div.childrenhead a {
}

div.listhead a:hover, div.listbody div.head a:hover, div.detailhead a:hover {
    color: #FFFFFF;
    background-color: #00007B;
    border: 1px solid #FFFFFF;
    padding: 3px;
}

div#children div.head a:hover, div#children div.childrenhead a:hover {
    color: #FFFFFF;
    background-color: #00007B;
}


div.detail_element, div.form_element {
    border-bottom: 1px solid #FFFFFF;
}

div.detail_element div.title, div.form_element div.title {
    font-weight: bold;
}

div.form_footer button {   
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 10px;
}

div#main div.listbody div.text span.title {
    font-weight: bold;
}

div#children div.childrenhead {
    font-weight: bold;
}

div#children div.childrenhead a {
    margin-left: 20px;
}

div#children div.head {
    font-size: 90%;
}

div#children {
    font-size: 90%;
}

div#children div.childrenbody div.text {
    font-size: 80%;
}

div#head img {
    margin-right: 50px;
}

div.form_element div.title p {
    color: #000;
    font-weight:bold;
}

div.form_element div.title li {
    color: #000;
    font-weight:normal;
}

/* DIV Gestaltung, Positionierung */
div#children div.childrenbody {
    margin-bottom: 20px;
    background-color: #EFEFEF;
    border: 1px solid #00007B;
}

div#children div.childrenbody div.head {
    padding: 3px;
    margin: 5px;
    border: 1px solid #FFFFFF;
    background-color: #CCCCFF;
}

div#children div.childrenbody div.text {
    padding: 2px;
    margin-left: 8px;
}

div#children div.childrenhead {
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    padding: 3px;
}

div.form_footer {
    padding-top: 10px;
}

div.form_element div.title {
    padding: 5px;
}


div.form_element div.element {
    padding: 5px;
    padding-left: 10px;
}

div#main div.detail_element div.title {
    width: 250px;
    padding: 5px;
    margin-right: 10px;
}

div#main div.detail_element div.element {
    padding: 5px;
    padding-left: 15px;
}

div#main div.detail_element, div#main div.form_element {
    background-color: #DDDDDD;
    border-bottom: 1px solid #BBBBBB;

}

div#main div.listhead, div#main div.detailhead {
    padding-bottom: 20px;
}

div#main div.listbody div.head {
    background-color: #EEEEEE;
    padding: 5px;
}

div#main div.listbody div.text {
    background-color: #EEEEEE;
    padding: 5px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 90%;
}

div#head {
    height: 65px;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 2px solid #00007B;
    text-align: right;
}

div#left {
    position: absolute;
    top: 95px;
    left: 10px;
    width: 150px;
    background-color:#CCCCFF;
    border-top: 1px solid #00007B;
    border-left: 1px solid #00007B;
    border-right: 1px solid #00007B;
}

div.menu {
    background-color:#CCCCFF;
    padding: 5px;
    border-bottom: 1px solid #00007B;

}

div#main {
    position: absolute;
    left: 180px;
    top: 95px;
    width: 550px;
    padding: 5px;
}

div#children {
    position: absolute;
    top: 95px;
    left: 800px;

}


