/* DATEI: basis.css */

html { height: 101%; }

body { 
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;	
text-align: center; 
margin: 0;
padding:0;
color: #333333;
background-color: #EFEFEF;
}

.breaker {
overflow: hidden;
clear: both;
height: 1px;
}

.hr {
display: none;
}

.small {
font-size:11px;
}

img {
border: none;
}

a { 
color:#CC0000;
text-decoration:none;
}

a:hover {
color:#CC0000;
text-decoration:underline;
}

.line {
height: 1px;
overflow:hidden;
background-color: #CCD0DD;
margin: 20px 0 20px 0;
}

#main {
width: 820px;
margin: 0 auto;
text-align: left;
background: url(../img/bg_main.gif) repeat-y;
}

td {
vertical-align: top;
}

td.align-center {
text-align: center;
}

/* ------------- Header ------------------- */

#headerContainer {
width: 760px;
height: 140px;
padding: 0 30px 10px 30px;
background: url(../img/dot.gif) no-repeat bottom left;
}

#headerLogo {
width: 164px;
height: 54px;
margin-top: 46px;
overflow: hidden;
float: left;
}

#headerImg {
float:right;
height: 140px;
overflow: hidden;
width: 574px;
background: url(../img/img2.jpg) no-repeat;
}


/* ------------- Contentbereich ------------------- */

#contentContainer1 {
padding: 0 30px 0 30px;
width: 760px;
}

#contentContainer2 {
float: right;
width: 579px;
}

/* ------------- ContentLeft ------------------- */

#contentLeft {
float: left;
width: 164px;
}

#nav { }

#nav ul {
margin: 0;
padding: 0;
list-style-type:none;
}

#nav ul li	{
margin: 0 0 2px 0;
line-height: 16px;
padding: 0;
font-size: 11px;
background-color: #CCD0DD; 
}

#nav ul li.current	{
background-color: #E6E8EE;
}

#nav ul li a	{
color: #333333;
font-weight: bold;
padding: 0 0 0 15px;
background: url(../img/arrow_re_grey.gif) no-repeat left;
}

#nav ul li.current a	{
background: url(../img/arrow_do_grey.gif) no-repeat left;
}

#nav ul li ul li {
margin: 0;
line-height: 16px;
padding: 0;
font-size: 11px;
border-top: #ffffff 1px solid;
background-color: #E6E8EE;
}

#nav ul li.current ul li a	{
font-weight: normal;
padding: 0 0 0 30px;
background: url(../img/arrow2_re_grey.gif) no-repeat left;
}

#nav ul li.current ul li.current a	{
font-weight: bold;
}

#nav ul li.current ul li.current ul li {
margin: 0;
line-height: 16px;
padding: 0;
font-size: 11px;
border-top: #ffffff 1px solid;
background-color: #E6E8EE;
}

#nav ul li.current ul li.current ul li a	{
font-weight: normal;
padding: 0 0 0 45px;
background: url(../img/arrow3_re_grey.gif) no-repeat left;
}

#nav ul li.current ul li.current ul li.current a	{
font-weight: bold;
}

#nav ul li.current ul ul li {
margin: 0;
line-height: 16px;
padding: 0;
font-size: 11px;
border-top: #ffffff 1px solid;
background-color: #E6E8EE;
}

#nav ul li.current ul ul li a	{
font-weight: normal;
padding: 0 0 0 45px;
background: url(../img/arrow3_re_grey.gif) no-repeat left;
}

#nav ul li.current ul ul li.current a	{
font-weight: bold;
}


#nav ul li.current ul li.current ul li.current ul li {
margin: 0;
line-height: 16px;
padding: 0;
font-size: 11px;
border-top: #ffffff 1px solid;
background-color: #E6E8EE;
}

#nav ul li.current ul li.current ul li.current ul li a	{
font-weight: normal;
padding: 0 0 0 60px;
background: url(../img/arrow4_re_grey.gif) no-repeat left;
}

#nav ul li.current ul li.current ul li.current ul li.current a	{
font-weight: bold;
}





/* ---------- SPONSORS ---------- */
#sponsors {
margin-top: 20px;
text-align: center;
}

#sponsors .sponsorText {
/*color: #001256;*/
color: #666666;
font-size: 11px;
}

/* ------------- Menubar------------------- */

#menubar {
float: right;
width: 569px;
text-align: right;
height: 16px;
padding-right: 5px;
margin-bottom: 10px;
background-color: #CCD0DD;
}

/* ------------- Content Mitte------------------- */

#contentMiddle {
float: left;
width: 363px;
padding: 0 5px 15px 5px;
}

#contentMiddle h1 {
margin: 0 0 10px 0;
font-size: 16px;
font-weight: bold;
color: #001256;
}

#contentMiddle h2 {
font-size: 12px;
font-weight: bold;
margin: 0 0 10px 0;
}

#contentMiddle h3 {
font-size: 11px;
font-weight: bold;
}

#contentMiddle ul { list-style-type: square; margin: 10px 0 10px 0; padding:0 0 0 15px; }


/* ------------- Content rechts ------------------- */

#contentRight {
font-size: 11px;
float: right;
width: 200px;
}

#contentRight h1, #contentRight h2, #contentRight h3 {
height: 16px;
line-height: 16px;
margin: 0 0 1px 0;
font-size: 11px;
font-weight: bold;
padding-left: 12px;
background: #CCD0DD url(../img/stripes_title.gif) no-repeat left top;

}

#contentRight .box {
padding: 10px;
width: 180px;
background-color: #E6E8EE;
margin-bottom: 10px;
}

#contentRight p {
background-color: #E6E8EE;
margin: 0 0 1px 0;
padding:10px 5px 10px 5px;
}


/* ------------- Footer ------------------- */

#footer {
width: 760px;
padding: 15px 30px 0 30px;
height: 25px;
font-size: 11px;
text-align: right;
color:#666666;
background: url(../img/bg_footer.gif) no-repeat;
}

#footer a {
color:#666666;
}

#footer a:hover {
color:#666666;
}

/* ------------- Formulare ------------------- */

form {
background-color: #E6E8EE;
padding: 10px;
margin:0;
}



input, textarea, select, .chkbox {
font-size: 11px;
color: #454545;
}

#interest {
margin-bottom:15px;
}

#name, #vorname, #strasse, #plz_ort,  #tel, #email, #www, #bemerkungen, #referer, #handelspotionen, #submit, #firstname, #lastname, #birthday, #zip_city,  #gender, #size, #weight, #address, #telephone, #subject, #experiences, #notice {
margin-top: 2px;
}

.title {
width: 120px;
float: left;
}



#vorname input, #name input, #strasse input, #tel input, #email input, select, #firstname input, #lastname input, #birthday input, #size input, #weight input, #address input, #zip_city input, #telephone input, #subject input, #notice textarea, #experiences textarea {
width: 170px;
}

#veranstaltung input {
width:290px;
}

#bemerkungen textarea {
width: 290px;
height: 150px;
}

#plz_ort input.plz  {
margin-top: 2px;
width: 35px;
}

#plz_ort input.ort  {
margin-top: 2px;
width: 125px;
margin-left: 5px;
}

.chkbox {
width: 360px;
}

#back {
position: relative;
top: -27px;
left: 100px;
}

.formerror, .error {
color: #cc0000;
font-size: 11px;
font-weight: bold;
border: #cc0000 1px solid;
padding: 5px;
margin-bottom: 10px;
}

.formerror ul, .error ul {
font-weight: normal;
margin-top: 5px;
margin-bottom: 0;
}


input.submit, #submit input, input.newsletterSubcription {
margin: 5px 0 0 0;
border: #001256 1px solid;
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #001256;
font-size: 11px;
}

/* ------------- Typo3 Angaben ------------------- */

.csc-header-n1 h1 {
margin:0 0 10px 0;
padding:0;
font-size:16px;
color: #000000;
font-size:bold;
}

.csc-header-n3 h1 {
margin:0;
padding:0;
font-size:12px;
color: #000000;
font-size:bold;
}

.csc-caption {
margin:3px 0 10px 0;
padding:0;
font-size: 11px;
text-align: right;
color: #999999;
}

/* ------------- Yacht Modul ------------------- */

#yachtSingleContainer {}

#yachtSingleHeader {}

#yachtSingleHeader .backToList {
font-size: 11px;
margin-bottom: 5px;
padding: 3px 5px 3px 5px;
/*background: #E6E8EE url(../img/arrow_le_blue.gif) no-repeat left top;*/
background-color: #E6E8EE;
}

#yachtSingleHeader .backToList a { 
color: #001256;
padding: 3px 0 3px 17px;
margin: 0 10px 0 0;
background: url(../img/arrow_le_blue.gif) no-repeat left top;
}

#yachtSingleHeader .backToList a:hover {
color: #001256;
padding: 3px 0 3px 17px;
margin: 0 10px 0 0;
background: url(../img/arrow_le_blue.gif) no-repeat left top;
}

.back {
font-size: 11px;
margin-bottom: 5px;
padding: 3px 5px 3px 17px;
background: url(../../balticsprintcup/img/arrow_le_blue.gif) no-repeat left top;
}

.next {
font-size: 11px;
margin-bottom: 5px;
padding: 3px 17px 3px 5px;
background: url(../../balticsprintcup/img/arrow_re_blue.gif) no-repeat right top;
}



#yachtSingleHeader h1 {
margin: 10px 0 10px 0;
padding: 10px 0 10px 5px;
}

#yachtSingleNav {
padding: 0 10px 0 10px;
margin:0;
font-size: 11px;
font-weight: bold;
background: url(../img/yachtSingleNav_bg.gif) no-repeat left top;
}

#yachtSingleNav ul {
margin: 0;
padding: 0;
list-style-type:none;
line-height: 19px;
height: 19px;
}

#yachtSingleNav li	{
float: left;
margin:0;
padding: 0 10px 0 10px;

}

#yachtSingleNav li a	{
display:block;
}

#yachtSingleNav li a:hover {
}

#yachtSingleNav li.current {
border-top: #cccccc 1px solid;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
background-color: #ffffff;

}

#yachtSingleNav li.current a	{
display:block;

}

#yachtSingleNav li.current a:hover {
}

#yachtSingleContent {
font-size: 11px;
margin-top: 10px;
}

.yachtSingleImg {
float:right;
margin: 0 0 5px 10px;
}

.yachtSingleDataTable {
margin: 0 5px 0 5px;
}

.yachtSingleDataTable td { 
padding: 0 5px 2px 0;
vertical-align: top;
}

.yachtSingleDataTableWide {
width: 100%;
}

.yachtSingleDataTableWide td {
vertical-align: top;
}


td.yachtSingleDataTitle {
vertical-align: top;
}

td.yachtSingleDataEntry {
vertical-align: top;
}

.yachtListContainer { 
border-top: #cccccc 1px solid;
font-size: 11px;
width: 363px;
overflow:hidden;
}

.yachtListItem {
border-bottom: #cccccc 1px solid;
margin: 0;
padding: 5px 0 5px 0;
}

#contentMiddle .yachtListItem h2 {
margin:0 0 3px 0;
font-size: 11px;
font-weight:bold;
}

#contentMiddle .yachtListItem h2 a {

}

.yachtListImage { 
width: 120px;
float: left;
background: url(../img/Newsflash.jpg) no-repeat top left;
}

.yachtListTeaser {
float: right;
width: 233px;
}

.yachtListTeaser .yachtListDataTable td { 
padding: 0 0 2px 0;
}


/* --- Crew list --- */
.crewListDataTable{
width: 100%;
font-size: 12px;
}

#crewListNewLink {
margin-top: 10px;
}

/* ------------------------------ News ----------------------------------- */

.news-list-container {
border-top: #cccccc 1px solid;}

.news-list-item {
border-bottom: #cccccc 1px solid;
margin: 10px 0 0 0;
padding: 0 0 10px 0;
}

.news-list-date {
font-size: 11px;
}

.news-list-item h3 {
margin:3px 0 5px 0;
font-size: 12px;
}

.news-list-item p.bodytext  {
margin:0;
}

.news-list-image { 
width: 100px;
float: left;
/*border: #cccccc 1px solid;*/
}

.news-list-teaser {
float: right;
width: 250px;
}

.news-single-item h3 {
font-size: 12px;
font-weight: bold;
margin: 10px 0 10px 0;
}

.news-single-subheader {
font-weight: bold;
}

.news-single-img{
margin: 10px 0 10px 0;
/*border: #cccccc 1px solid;*/
}

p.news-single-imgcaption {
font-size: 11px;
margin:3px 0 0 0;
color:#999999;
}

.news-single-backlink {
border-top: #cccccc 1px solid;
margin: 5px 0 5px 0;
padding: 5px;
}


.news-amenu-container h2 {
display:none;
}

.news-amenu-container ul {
margin:0;
padding:0;
list-style-type:none;
font-size: 11px;
}

.news-amenu-container ul li {
float:left;
margin: 0 10px 0 0;
padding:0;
}

.news-amenu-container ul li.news-amenu-item-year {
border-bottom: #cccccc 1px solid;
padding:0 0 3px 0;
margin:0 0 3px 0;
float:none;
text-align: right;
}

.news-amenu-container ul li.news-amenu-item-year dd {
font-weight: bold;
font-size: 14px;
margin:0;
padding:0;
}

.tx-indexedsearch-rules {
font-size: 11px;
}

.tx-indexedsearch-rules h2 {
font-size: 12px;
font-weight: bold;
margin-top: 50px;
}


.tx-indexedsearch-browsebox {
border-bottom: #cccccc 1px solid;
padding-bottom: 10px;
margin-bottom: 10px;
}


/* ----------- Latest First ----------------*/

.news-latestfirst-container { 
margin-bottom: 5px;
width: 363px;
}

.news-latestfirst-item {
background-color: #CCD0DD;
margin: 0;
padding: 5px;
}

.news-latestfirst-date {
}

.news-latestfirst-item h2 {
margin: 5px 0 10px 0;
font-size: 14px;
font-weight: bold;
}

.news-latestfirst-item h2 a {
color: #454545;
}

.news-latestfirst-item p.bodytext  {
margin:5px 0 5px 0;
padding:0;
}

.news-latestfirst-img { 
margin: 0 10px 5px 0;
float: left;
}

.news-latestfirst-subheader {
font-weight: bold;
}



/* ----------- Latest List ----------------*/

.news-latestlist-container { 
border-top: #cccccc 1px solid;
/*background-color: #CCDEEE;*/
}

.news-latestlist-item {
border-bottom: #cccccc 1px solid;
margin: 0;
padding: 5px 5px 5px 0;
}
.news-latestlist-item h2 {
margin:3px 0 0 0;
font-size: 11px;
font-weight:bold;
}
.news-latestlist-item h2 a {
color: #454545;
}

.news-latestlist-item p.bodytext  {
margin:3px 0 3px 0;
padding:0;
}

.news-latestlist-image { 
width: 90px;
height: 90px;
overflow: hidden;
float: left;
background: url(../img/Newsflash.jpg) no-repeat top left;
}

.news-latestlist-teaser {
float: right;
width: 290px;
}

.tx-ttnews-browsebox a {
margin: 0;
}

/* Tabellen */

table.contenttable {
width: 100%;
}

.contenttable td {
margin:0;
padding: 3px;
}

.contenttable td p {
margin:0;
}

.tr-even {
background-color:#E6E8EE;
}
.tr-odd {}

.tr-0 {
font-weight: bold;
background-color:#CCD0DD;
}

.td-last {
}

/* ------------- Registration Form ------------------- */

#club_list {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
width: 300px;
}

#club_list ul {
margin: 10px 20px 10px 20px;
padding: 0;
}

#club_list ul li a {
display:block;
color: #CC0000;
}

form {
background-color: #E6E8EE;
padding: 10px;
margin:0;
}

table.registrationFormTable {
width: 100%;
}

td.registrationFormHeader {
font-weight: bold;
padding: 3px;
background-color: #CCD0DD;
}

td.registrationFormSubHeader {
font-weight: bold;
padding: 3px;
font-size: 11px;
}

td.registrationFormTitle {
font-size: 11px;
vertical-align: top;
padding-top: 3px;
}


td.registrationFormData {
font-size: 11px;
}

.registrationFormTable input {
width: 170px;
margin-top: 2px;
}

input.tx_regattamanager_pi1_person_zip, input.tx_regattamanager_pi1_owner_zip   {
margin-top: 2px;
width: 35px;
}

input.tx_regattamanager_pi1_person_city, input.tx_regattamanager_pi1_owner_city  {
margin-top: 2px;
width: 125px;
margin-left: 5px;
}

input.tx_regattamanager_pi1_yacht_loa,
input.tx_regattamanager_pi1_yacht_draft, 
input.tx_regattamanager_pi1_yacht_draft_min, 
input.tx_regattamanager_pi1_yacht_handicap,
input.tx_regattamanager_pi1_yacht_beam {
width: 115px;
margin-top: 2px;
margin-right: 5px;
}

.registrationFormTable select {
width: 50px;
margin-top: 2px;
}

.registrationFormTable p {
font-size: 11px;
}

select.tx_regattamanager_pi1_person_is,
select.tx_regattamanager_pi1_countrySelect,
select.tx_regattamanager_pi1_yacht_rig_type1,
select.tx_regattamanager_pi1_yacht_rig_type2,
select.tx_regattamanager_pi1_yacht_rig_type3,
select.tx_regattamanager_pi1_yacht_hull_type,
select.tx_regattamanager_pi1_yacht_hull_material,
select.person_role,
select.countrySelect {
width: 174px;
margin-top: 2px;
}

.registrationFormTable textarea {
width: 393px;
margin-top: 2px;
}

.registrationFormTable input.tx_regattamanager_pi1_checkbox {
width: 20px;
margin-top: 2px;
}

td.tx_raceregistration_pi1_formButtonBox input {
margin: 5px 0 0 0;
border: #001256 1px solid;
padding: 2px 5px 2px 5px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
background-color: #001256;
font-size: 11px;
}

table.feeCalculator{
font-size: 11px;
}

table.feeCalculator td{
border: 1px solid #CCCCCC;
font-size: 11px;
}

table.feeCalculator td input{
width: 30px;
font-size: 11px;
}

table.feeCalculator td p{
font-size: 11px;
}

span.formValue {
display:block; 
background-color: #CCCCCC; 
width:50px; 
text-align: center;
font-size: 11px;
}



.news-single-backlink {
 visibility:hidden;
}

/* ------------- Content Downloadliste ------------------- */

table.csc-uploads {
width: 100%;
font-size: 11px;
line-height: 100%;
}

table.csc-uploads tr  {
background-color:#E6E8EE;
}

table.csc-uploads td  {
padding: 5px;
}

table.csc-uploads p  {
margin: 0;
}

table.csc-uploads .csc-uploads-icon {
width:30px;
text-align: center;
}

table.csc-uploads .csc-uploads-fileSize {
width: 50px;
}

/* ------------------------------IPTC Download----------------------------------- */

.user_iptc_pi2_searchform {
margin-bottom: 10px;
}

.user_iptc_pi2_searchresult_list {
border-top: #cccccc 1px solid;
margin: 10px 0 10px 0;
}

.user_iptc_pi2_searchresult_listitem {
border-bottom: #cccccc 1px solid;
padding-top: 5px;
}

.user_iptc_pi2_listitem_thumb {
width: 100px;
float:left;
}

.user_iptc_pi2_listitem_info{
width: 245px;
padding-bottom: 5px;
float:right;
}

.user_iptc_pi2_newsearch {
font-weight: bold;
padding-top: 5px;
padding-bottom: 5px;
}

.user_iptc_pi2_headline {
font-weight: bold;
}

.user_iptc_pi2_date{
}

.user_iptc_pi2_info_header {
padding-top: 10px;
font-weight: bold;
}

.user_iptc_pi2description_writer {
font-style: italic;
}

.user_iptc_pi2_filelink {
padding-top: 10px;
padding-bottom: 10px;
}

.user_iptc_pi1_form_submit{
margin-top: 10px;
color: #ffffff;	
font-size: 11px;
font-weight:bold;
background-color: #5479A5;
border: #ffffff 1px solid;
}

.user_iptc_pi3_gallery_container, .tx_raceregistration_pi3_gallery_container {
padding: 2px;
margin-bottom: 5px;
width: 115px;
height: 115px;
float: left;
}

.user_iptc_pi3_gallery_box, .tx_raceregistration_pi3_gallery_box {
width: 110px;
height: 110px;
font-size: 11px;
padding-top: 5px;
margin: 0px;
text-align: center;
border: #999999 1px solid;
}

.user_iptc_pi3_gallery_img, .tx_raceregistration_pi3_gallery_img {
margin: 0px auto;
padding: 0px;
height: 100px;
width: 100px;
}

#user_iptc_pi3_gallery, #tx_raceregistration_pi3_gallery {
width: 395px;
padding: 0px;
margin: 0px;
}

#user_iptc_pi3_gallery_box_single, #tx_raceregistration_pi3_gallery_box_single {
margin-top: 10px;
margin-bottom: 10px;
padding: 0px;
text-align: center;
width: 395px;
}

#user_iptc_pi3_gallery_img_single, #tx_raceregistration_pi3_gallery_img_single {
padding: 0px;
margin: 0 auto;
}

#user_iptc_pi3_gallery_info_single, #tx_raceregistration_pi3_gallery_info_single {
text-align: left;
margin-top: 10px;
}

.user_iptc_pi3_gallery_header_single, .tx_raceregistration_pi3_gallery_header_single {
font-weight: bold;
}

#user_iptc_pi3_gallery_count_single, #tx_raceregistration_pi3_gallery_count_single {
text-align: center;
}

#user_iptc_pi3_gallery_detail_links, #tx_raceregistration_pi3_gallery_detail_links {
text-align: center;
}

.user_iptc_pi3_recordswitch, .tx_raceregistration_pi3_recordswitch {
margin-top: 10px;
margin-bottom: 10px;
font-size: 11px;
}

.user_iptc_pi3_recordswitch_links_top, .tx_raceregistration_pi3_recordswitch_links_top {
margin-bottom: 10px;
font-size: 11px;
}

.recordswitch_current{
font-weight: bold;
}

.user_iptc_pi3_recordswitch_links_bottom, .tx_raceregistration_pi3_recordswitch_links_bottom{
margin-top: 10px;
font-size: 11px;
}

#user_iptc_pi2_detail {
border-top: #cccccc 1px solid;
padding-top: 10px;
}

#user_iptc_pi2_detail_backlink, .user-iptc-pi1 .backlink {
border-top: #cccccc 1px solid;
padding-top: 10px;
}

.milestoneBox {
background-color: #CCD0DD;
margin: 0 0 10px 0;
padding: 5px;
}

.milestoneBox .title { width:100%; 
font-size: 16px;
font-weight: bold;
color: #001256;}

.add_crew_table input {width: 50px;}
.add_crew_table td {padding:3px; background-color:#CCD0DD;}

.resultsSelector form {padding: 5px;}

/*-------------- Picasa Galery -------------------*/
.picasa-image_page{
	text-align:center;
}
.picasa-album{
	float:left;
	margin:7px 16px 7px 0;
	text-align:center;
	width:170px;
	height:220px;
}
.tx-mwpicasa2typo-pi1 img{
	border: solid 1px #DDDDDD;
	padding:4px;
}
.picasa-image{
	position:relative;
	float:left;
	margin:16px 16px 16px 0;
	text-align:center;
	width:170px;
}
.picasa-image a.picasa-slideshow_link{
	display:none;
	position:absolute;
	bottom: 15px;
	right: 10px;
	background-image:url(images/fullscreen.png);
	width:25px;
	height:25px;
	opacity:0.70;
	-moz-opacity:0.70;
	-khtml-opacity:0.70;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
}
.picasa-image a.picasa-slideshow_link:hover{
	background-image:url(images/fullscreen_hover.png);
}
.picasa-image:hover .picasa-slideshow_link{
	display:block;
}
.picasa-image_top{
	margin-bottom:15px;
	width:100%;
	clear:both;
	text-align:center;
}
a.picasa-title_link{
	font-weight:bold;
	padding-right:4px;
}
.picasa-album_page{
	width: 574px;
}
.weathertable td {
vertical-align: bottom;
}

