/* basic css for vfg website */

* {
    padding: 0;
    margin: 0;
	border: 0;
}

body {
	background-color: #ffffff;
	font-family: Arial;
	font-size: 12px;
	color: #333;
}

a {
	text-decoration: none;
	color: #2161AD;
}
a:hover {
    color: #004499;
}

a.highlight {
    color: #004499;
    text-decoration: underline;
}

#container {
    width: 886px;
    margin: 10px auto;
    padding: 0px 6px;
    background-color: transparent;
    border-left: 1px solid #004499;
    border-right: 1px solid #004499;
}


#logo {
    height: 125px;
    width: 886px;
    background: url(../images/logo.jpg) no-repeat;
    margin-bottom: 2px;
    padding-top: 135px;
}

#logo_akteur {
    height: 132px;
    width: 886px;
    background: url(../images/logo_akteur.jpg) no-repeat;
    margin-bottom: 2px;
    padding-top: 44px;
}

#printLogo {
/*    display: none;*/
    font-family: Verdana;
    font-weight: normal;
    font-size: 28px;
    color: #004499;
    background: transparent;
    margin-left: 334px;
    line-height: 54px;
}

#printLogo span.text {
    background: transparent url(../images/bg_sub_menu_div.png) repeat-x left top;
    line-height: 35px;
    padding: 0 10px;
}

#printLogo span .spacer {
    padding: 0 1px;
}

#navigation {
    width: 866px;
    height: 25px;
    padding-left: 20px;
    padding-top: 5px;
    background: url(../images/navigation_bg.jpg) repeat-x;
    list-style: none;
    list-style-image: none;
}

#navigation.akteure {
    width: 822px;
    padding-right: 44px;
    text-align: right;
}

#navigation li {
    display: inline;
    font-size: 14px;
}

#navigation li a, #navigation li span.noprint {
    background: transparent;
    color: #fff;
}

#navigation li span.noprint {
    padding: 0px 4px;
}

#navigation .active, #navigation a:hover {
    color: #004499;
}

#navAkteure {
    display: none !important;
}

#content {
    overflow: hidden;
    padding-top: 35px;
/*
    height: 400px;
    overflow-y: scroll;
*/
}

#content #spacer {
    height: 200px;
    width: 1px;
    float: right;
    background: transparent;
}

#content h1 {
    margin-bottom: 16px;
    font-family: Verdana;
/*    font-size: 28px;*/
    font-size: 24px;
    font-weight: normal;
    color: #004499;
    background: transparent;
}

.subh1 {
    font-family: Verdana;
/*    font-size: 28px;*/
    color: #004499;
}

#content h2 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: transparent;
}

#content h3 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: transparent;
    margin-top: 1.5em;
}

#content h3 .arch-heading {
    text-decoration: underline;
}


#content p {
    margin-bottom: 18px;
}

#content img {
	margin-bottom: 0px;
}

#content ul {
    margin-top: 18px;
    margin-left: 20px;
}

#rightColumn {
    float: right;
    width: 509px;
    padding: 0px 28px 0px 13px;
/*    padding: 0px 44px 0px 13px;*/
    background: transparent;
}

#leftColumn {
    float: left;
    width: 250px;
    margin-top: 7px;
    padding: 0px 0px 0px 44px;
    background: transparent;
}

#leftColumn h1 {
    margin-top: -7px;
}

#leftColumn img {
    margin-bottom: 23px;
}

#leftColumn #routenplanerimg {
    margin-bottom: 0px;
}

#leftColumn #routenplaner {
    margin-top: 6px;
}

#leftColumn p.first {
    margin-top: -7px;
}

#colophon {
    background: #bfd0e5;
    text-align: center;
    height: 20px;
    padding-top: 5px;
    margin-top: 25px;
    list-style: none;
    list-style-image: none;
}

#colophon li {
    display: inline;
    font-size: 10px;
}

#colophon li a, #colophon li span {
    background: transparent;
    color: #999;
}

#colophon li span {
    padding: 0px 2px;
}

table.contact {
    height: 170px;
    width: 494px;
    color: #333;
    border: 0;
    padding: 0;
    margin: 0 0 25px;
}

table.contact td {
    padding-left: 10px;
    height: 21px;
    vertical-align: top;
    padding-top: 4px;
}

table.contact .col1 {
    width: 140px;
    border-right: 3px solid #fff;
}

table.contact .col2 {
    width: 341px;
}

table.contact .odd, form .odd {
    background-color: #abaeba;
}

table.contact .even, form .even {
    background-color: #c4c6ce;
}

table.contact a {
    color: #333;
}

table.contact a:hover {
    color: #004499;
}

#frm_kontakt {
    width: 494px;
}

#frm_kontakt fieldset {
    border: none;
    background-color: #B3B3B3;
}

#frm_kontakt ul {
    list-style: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
}

#frm_kontakt li label {
    padding-left: 10px;
    margin-top: 4px;
    float: left;
    width: 140px;
}

#frm_kontakt fieldset input, #frm_kontakt fieldset textarea {
    color: #333;
    font-family: Arial;
    font-size: 14px;
    margin: 4px 0px;
    width: 333px;
}

#frm_kontakt fieldset input.box {
    width: 15px;
}

#frm_kontakt #cFormTeilnahme1,
#frm_kontakt #cFormTeilnahme2,
#frm_kontakt #cFormGender1,
#frm_kontakt #cFormGender2 {
    margin-right: 5px;
    width: auto;
}

#frm_kontakt #cFormTeilnahme2,
#frm_kontakt #cFormGender2 {
    margin-left: 15px;
}


#frm_kontakt li {
    height: 25px;
}

#frm_kontakt li.textarea {
    height: auto;
}

#frm_kontakt fieldset .submit {
	margin-right: 10px;
	float: right;
	width: auto;
	cursor: pointer;
	text-align: right;
}

#frm_kontakt fieldset .submit:hover {
    color: #004499;
}

label.error {
    display: block;
    color: red;
    cursor: pointer;
}

label.errorPHP {
    display: block;
    color: red;
    cursor: default;
}

#errorForm {
    display: none;
    margin-bottom: 0;
    color: red;
}

#errorFormPHP {
    display: block;
    margin-bottom: 0;
    color: red;
}

#errorLabelForm ul,
#errorLabelFormPHP ul {
    margin-left: 2ex;
    color: red;
    margin-bottom: 18px;
    line-height: 18px;
}



.pictures-left #rightColumn {
    width: 800px;
    margin-left: 0px;
    background-color: transparent;
    padding: 0px 0px 0px 44px;
    float: left;
}

.pictures-left #rightColumn h1 {
    margin-left: 290px;
}

.pictures-left #rightColumn h2 {
    margin-left: 290px;
}

.pictures-left #rightColumn h3 {
    margin-left: 290px;
}

.pictures-left #rightColumn p {
    margin-left: 290px;
}

.pictures-left #leftColumn {
    display: none;
}

.pictures-left #spacer {
    display: none;
}

.pictures-left #rightColumn .sideimage {
    float: left;
    margin: 0;
    margin-top: -14px;
}


table.programm {
    background: #cfd5ec;
    border-collapse: collapse;
    color: #004499;
    font-size: 90%;
    margin: 1em 0 2em 0;
    width: 100%;
}

table.programm td {
    border-bottom: 1px solid #ed1c24;
    padding: 0.5em 1em;
    vertical-align: top;
}

table.programm td.time {
    font-weight: bold;
    width: 6em;
}

table.programm td .discreet {
    font-size: 85%;
    font-weight: normal;
}

table.programm td .title {
    font-weight: bold;
}

table.programm td .person {
    font-weight: bold;
    font-style: italic;
}

#content dl {
    font-size: 13px;
    margin-bottom: 3em;
}

#content dt {
    font-weight: bold;
    margin-bottom: 0.2em;
}

#content dd {
    margin: 0 0 1em 2em;
}


.hidden {
    display: none !important;
}

.visualClear {
    clear: both;
}

