/*
    Pier 2
    Last modified: 2007-03-15
*/

html, body {
    height: 100%;
}
body {
	font : x-small 'Helvetica Neue',Helvetica,Arial,sans-serif auto;
    background: #0d3a74 url(../img/basics/bg-headerouter.gif) repeat-x 0 0;
}
select,input,textarea {
    font-size : 100%;
    font-family : inherit;
}
h1 {
    height: 60px;
    position: relative;
    margin: 0 0 10px 0;
    padding: 0 47px;
    font-size : 1.8em;
    line-height : 1;
}

h1 em {
    position: absolute;
    right: 47px;
    bottom: 0;
    color: #144B93;
    font-size : .8em;
    font-style: normal;
    font-weight: normal;
    text-shadow : 2px 2px 2px #999;
}

h1 a,h1 strong {
    display: block;
    width: 188px;
    height: 60px;
    font-size: 0px;
    line-height: 0;
    text-indent: -3000px;
    text-decoration: none;
    background: url(../img/basics/pier2.gif) no-repeat;
}

h2 {
    position: relative;
    padding : 0;
    margin: 0 0 1em;
    font-size : 1.5em;
    line-height : 1;
    background: url(../img/basics/bg-headings.gif);
}

h2 strong {
    padding: 0 1em 0 0;
    color: #144B93;
    font-weight: normal;
    text-transform: uppercase;
    background: #fff;
}

h2 span {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 1px;
    left: -18px;
    background: url(../img/basics/bg-h-span.gif) no-repeat;
}

h3,h4 {
    margin: .6em 0;
}

h3 {
    color: #144B93;
    font-size: 1.2em;
}

h4 {
    font-size: 1em;
}

hr {
	margin : 20px 0;
	height : 1px;
	clear : both;
	color : #144B93;
	border : none;
	border-bottom : 1px solid #144B93;
}
p {
    margin: 0 0 1em 0;
}

a {
    color: #000;
}

a:hover {
    color: #144B93;
    text-decoration: none;
}
a img {
	border : none;
}
ul {
    list-style: square;
}
dt {
	font-weight : bold;
}
dd {
	margin-bottom : .6em;
}
fieldset {
    border: 0;
}
#header {
    height: 98px;
    padding: 94px 0 0;
    margin-bottom: 28px;
    background: url(../img/basics/bg-header.gif) no-repeat;
}

#nav {
    float: left;
    width: 690px;
    margin-left: 23px;
    padding: 0 27px;
    background: url(../img/basics/bg-nav.gif) no-repeat;
}

#menu {
    list-style: none;
    margin: 0;
    width: 681px;
    padding: 3px 0;
    float: left;
}

#menu li {
    float: left;
}

#menu a, #menu em {
    display: block;
    margin-right: 10px;
    padding: 0 15px;
    font-size: 1.5em;
    line-height : 31px;
    color: #fff;
    font-style : normal;
    text-decoration: none;
    text-shadow : 2px 2px 3px #000;
}

#menu a:hover, #menu li.current a {
    background: #144B93 url(../img/basics/bg-nav-a-hover.gif) repeat-x;
}

#menu li.current em {
    background: #900 url(../img/basics/bg-nav-a-curr.gif) repeat-x;
}

#overall {
    width: 770px;
    margin: 0 auto;
    background: url(../img/basics/bg-overall.gif) repeat-y;
}

#leftColumn {
    width: 440px;
    margin-left: 49px;
    padding-bottom: 30px;
    float: left;
    clear: left;
    font-size : 1.2em;
	line-height : 1.5;
}

#programm {

}

#programm dt {
	color : #144B93;
    font-size: 1.2em;
    line-height : 18px;
}

span.soldout {
    font-weight : normal;
    color: #870A24;
}

#programm dt span.soldout {
    font-size: .8em;
}

#programm dd {    
    clear: left;
    margin: 0 0 18px 0;
    padding: 0 0 18px 0;
    background: url(../img/basics/bg-dd-prog.gif) repeat-x 0 100%; 
}
#programm dt span.subtitle {
	display : block;
	color : #000;
	font-size : 12px;
	line-height : 18px;
}
ul.info-bar {
    width: 100%;
    list-style: none;
    margin : 0;
    padding-left: 0;
    border-top: 1px solid #eee;
}

ul.info-bar li {
    float: left;
    margin-right: .6em;
    padding-left: .6em;
    border-left: 1px solid #ddd;
}

ul.info-bar li.date {
    padding-left: 0;
    border-left: 0;
    font-weight: bold;
}

ul.info-bar:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#programm dd p {
    clear: left;
    margin : 0;
}

strong.permalink {
	font-weight : normal;
}

.permalink span {
	position : absolute;
	top : -1000em;
}

p.additional-info {

}

#faq dt {
	margin-top : 10px;
	padding-left : 20px;
	font-weight : normal;
}
#faq dd {
	padding : 4px;
	margin-left : 16px;
	background-color : #ffc;
}
#faq dt a:link, #faq dt a:visited  {
	color : #000;
	text-decoration : none;
}
.faq_closed {
	background : url(../img/basics/arrow.gif) no-repeat left 50% #fff;
}
#faq dt.faq_open {
	font-weight : bold;
	background : url(../img/basics/arrow_down.gif) no-repeat left top #fff;
}

/* #rightColumn  */

#rightColumn {
    width: 202px;
    float: right;
    margin-right: 47px;
    padding-bottom : 10px;
    font-size : 1.1em;
    line-height : 1.3;
}
#rightColumn h2 {
	font-size : 150%;
	margin-bottom : 11px;
}

.box {
    padding: 0;
    margin-bottom: 1em;
}
.box img {
	display : block;
	padding-bottom : 4px;
}
dl.news dt {
    color: #144B93;
}
dl.news dd {
    margin: 0;
    padding: 0;
}
dl.news p {
	margin : 0;
}
.news .pubdate {
	text-align : right;
	color : #999;
	font-weight : normal;
}


/* infoletter form */
#infoletter fieldset {
    margin: 0;
    padding: 0;
}

#infoletter legend, #infoletter label {
    display: none;
}

#infoletter input.txt {
    width: 194px;
    margin-bottom: 2px;
    padding: 4px;
    border: 1px solid #144B93;
}

#infoletter input.btn {
    margin-top: 3px;
    padding: 2px;
    color : #144B93;
    text-align: left;
    cursor: pointer;
    background: #fff;
	border : 2px groove #000;
}


/* footer */

#footer {
    margin-top: 1em;
    padding: 25px 0 15px 0;
    clear: both;
    background: #0d3a74 url(../img/basics/bg-footer.gif) no-repeat;
    text-align: center;
    font-size : 1.2em;
    font-style: normal;
    color: #fff;

}

#footer a {
    color: #fff;
}

#footer a:hover {
    text-decoration: none;
}

/* contact form */

.text {
    width: 304px;    
    padding: 2px 3px;
    border: 1px solid #144B93;      
}

input.text:focus, textarea.text:focus {
	background-color: #ff9;
	color: #000000; 
	border: 1px solid grey;   
	}

#contact fieldset {
    margin-bottom: .6em;
    width:400px;  
    text-align:right;
     
}

#contact legend, #contact label {
    float : left;
    width : 80px;
    margin-right : 5px;
    color : #144B93;
    font-weight : bold;
}
#contact label {
	margin-top : 3px;
}

#contact p {
    color:#870A24;
    margin-bottom:7px;
    vertical-align:text-top;
    
}

#contact_submit {
    background: transparent;  
    text-align: center;
    cursor: pointer;   
    margin-bottom: 2px;
    padding: 0 2px;
    border: 1px solid #144B93; 
}

