/* basis.css */
/* tobiasschadewaldt.de */

html { height: 101%; }

body { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;	
	margin:0;
	padding:0;
	background-color: #C4CBD3;
	color: #666666;
}

a {	
color: #000000;
text-decoration: none;
}

a:hover {	
text-decoration: underline;
}

b, strong {
color: #000000;
}


.breaker {
overflow: hidden;
height: 1px;
clear: both;
}

.hr {
display: none;
}

img {
border: 0;
}




/* HEADER */

#header {
width: 100%;
height: 245px;
background: url(../img/header_bg.gif) repeat-x top;
margin-bottom: 5px;
}

#headercontainer1{
width:760px;
height: 245px;
margin: 0 auto;
position: relative; 
background: url(../img/header_bg.gif) repeat-x top;
padding-left: 10px;
}


/* HEADER LOGO */

#header #logo {
position:absolute;
left: 0;
top: 97px;
}

#header #logo h1 {
display: none;
}

#header #headerImg {
position: absolute;
top: 76px;
right: 0;
height: 167px;
width: 560px;
background-color: #8996A6;
overflow:hidden;
border-top: #fff 1px solid;
border-bottom: #fff 1px solid;
}

/* HEADER MENU */

#header #menu {
position:absolute;
top: 38px;
right: 0;
height: 38px;
width: 256px;
background: url(../img/claim.gif) no-repeat top right;
}

/* CONTENT */

#content {
width: 100%;
}

#contentcontainer1 {
width: 100%;
background: #ffffff url(../img/bg_bottom.gif) repeat-x bottom;
}

#contentcontainer2 {
width:760px;
margin: 0 auto;
padding: 20px 0 40px 10px;
background: #ffffff url(../img/bg_bottom.gif) repeat-x bottom;
}

/* CONTENT LEFTMENU*/

#content #leftmenu {
width: 155px;
float: left;
font-size:11px;
margin-top: 10px;

}

#content #leftmenu ul {
margin:0;
padding:0;
list-style-type:none;
}

#content #leftmenu li {
padding: 3px 0 3px 0;
text-transform: uppercase;
}

#content #leftmenu ul.sub li {
padding: 1px 0 1px 0;
text-transform: none;
}

#content #leftmenu ul.sub a {
background:none; 
}

#content #leftmenu a {
color: #666666;
text-decoration:none;
padding:0 0 0 40px;
background: url(../img/nav_line1.gif) no-repeat center left;
}

#content #leftmenu a:hover {
text-decoration:none;
color: #000000;
background: url(../img/nav_line2.gif) no-repeat center left;
}

#content #leftmenu a.current {
color: #000000;
font-weight: bold;
background: url(../img/nav_line2.gif) no-repeat center left;
}

#content #leftmenu a.current:hover {
text-decoration:none;
color: #000000;
}

/* Main CONTENT */

#content #mainContent {
width: 595px;
float: right;
}

#content #mainContent #leftcontent {
width: 360px;
float: left;
border-left: #cccccc 1px solid;
border-right: #cccccc 1px solid;
padding: 10px 25px 10px 25px;
}

#content #mainContent #leftcontent h1{
color: #000000;
font-size: 16px;
font-weight:normal;
text-transform: uppercase;
margin: 0 0 30px 0;
}

/* Tabellen */

.contenttable td {
margin:0;
padding: 3px;
}

.contenttable td p {
margin:0;
}

.tr-even {
background-color:#efefef;
}
.tr-odd {}

.tr-0 {
font-weight: bold;
background-color:#cccccc;
}

.td-last {
font-weight: bold;
text-align: right;
}


/* CONTENT RIGHT*/

#content #mainContent #rightcontent {
width: 160px;
float: right;
font-size:11px;
}

#content #mainContent #rightcontent h1 {
font-size: 11px;
font-weight: bold;
color: #000000;
margin-top: 14px;
text-transform: uppercase;
}

.csc-caption {
font-size: 10px;
color: #666666;
}



/* CONTENT FOOTER */

#content #copyright {
margin: 5px 0 0 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 11px;
color: #666666;
width:760px;
margin: 0 auto;
padding: 15px 0 50px 10px;
}

#content #copyright a {
color: #666666;
text-decoration:none;
}

#content #copyright a:hover {
text-decoration:underline;
}

/* ------------------------------ Anmelde Formulare ----------------------------------- */


form.formular {
margin:0;
font-size: 11px;
}

input, textarea, select, .chkbox {
font-size: 11px;
color: #000000;
}

#bootsname, #klasse, #mitglied, #name, #vorname, #strasse, #plz_ort,  #tel, #email, #nummer, #datum, #veranstalter, #clubname, #clubabk, #dsvreg, #jahrgang, #name2, #vorname2, #clubabk2, #dsvreg2, #jahrgang2, #name2, #vorname3, #clubabk3, #dsvreg3, #jahrgang3,#submit {
margin-top: 5px;
}

.title {
width: 120px;
float: left;
}

#vorname input, #name input, #strasse input, #tel input, #email input, #clubname input, #vorname2 input, #name2 input, #vorname3 input, #name3 input {
width: 170px;
}

#interest input {
width: 230px;
}

#veranstaltung input {
width:290px;
}
#bemerkungen textarea {
width: 290px;
height: 150px;
}

#plz_ort .plz {
width: 35px;
}

#plz_ort .ort {
width: 125px;
margin-left: 5px;
}

.chkbox {
width: 360px;
}

.erklaerung {
font-size: 11px;
}

.formerror {
color: #cc0000;
font-size: 11px;
font-weight: bold;
border: #cc0000 1px solid;
padding: 5px;
margin-bottom: 10px;
}

.formerror ul {
font-weight: normal;
margin-top: 5px;
margin-bottom: 0;
}

.abschnitt, .erklaerung {
margin-top: 10px;
padding-top: 10px;
border-top: #cccccc 1px solid;
}

.button {
border-top: #999999 1px solid;
border-left: #999999 1px solid;
border-right: #666666 1px solid;
border-bottom: #666666 1px solid;
background-color: #ffffff;
margin: 3px;
padding: 3px 10px 3px 10px;
text-align:center;
font-size: 11px;
font-weight: bold;
color: #000000;
text-decoration:none;
}

/* ------------------------------ News ----------------------------------- */

.news-latest-title h2 {
margin:0;
font-size: 12px;
color: #cc0000;
}

.news-latest-item, .news-list-item {
background: url(../img/line_dotted.gif) repeat-x top;
margin: 5px 0 5px 0;
padding: 10px 5px 5px 5px;
width: 350px;
}

.news-latest-date {
font-weight: normal;
margin-right: 10px;}

.news-latest-gotolist {
background: url(../img/line_dotted.gif) repeat-x top;
margin: 5px 0 5px 0;
padding: 10px 5px 5px 5px;
width: 350px;
color: #999999;
}

.news-latest-item h3, .news-list-item h3 {
margin:0;
font-size: 11px;
}

.news-latest-item p.bodytext, .news-list-item p.bodytext  {
margin:0;
}

.news-list-image { 
width: 90px;
overflow: hidden;
float: left;
}

.news-list-teaser {
float: right;
width: 250px;
}

.news-latest-date {
width: 45px;
float: left;
color: #999999;
}

.news-latest-teaser {
float: right;
width: 295px;
}

.news-single-item h3 {
font-size: 11px;
font-weight: bold;
margin: 10px 0 10px 0;
color: #000000;
}

.news-single-img{
margin: 10px 0 10px 0;
}

.news-single-backlink {
background: url(../img/line_dotted.gif) repeat-x top;
margin: 5px 0 5px 0;
padding: 10px 5px 5px 5px;
}

/* --------------------------------------------------- GALLERY ----------------------------------------------------------*/

#gallery {
width: 360px;
margin-bottom: 10px;
}

.gallery_container {
padding: 0 5px 5px 0;
float: left;
}

.gallery_box {
width: 110px;
height: 105px;
padding-top: 5px;
font-size: 11px;
text-align: center;
border: #cccccc 1px solid;
}

.gallery_img {
margin:0 auto;
height: 100px;
width: 100px;
}

.gallery div {
text-align: center;
}

.gallery_box_single {
text-align: center;
width: 360px;
}

.gallery_img_single {
margin:0 auto;
}

#contentheader {
width: 360px;
padding:10px 0 10px 0;
}


/* ------------- Gästebuch ------------------- */


.tx-guestbook-list-item { 
margin-top: 10px;
padding-top: 5px;
background: url(../img/line_dotted.gif) repeat-x top;
}

.tx-guestbook-form-obligationfield {
color: #666666;
}

.tx-guestbook-form-inputfield-med, .tx-guestbook-form-inputfield-big, .tx-guestbook-form-textarea {
border: #999999 1px solid;
}

.tx-guestbook-form-textarea {
height: 70px;
}


/* ------------- Gästebuch ------------------- */

/* ------------- Uploads ------------------- */

table.csc-uploads { width: 100%; font-size: 11px; margin-bottom: 20px; }

table.csc-uploads td { padding: 5px;}

table.csc-uploads tr  {
background-color: #efefef;
}

table.csc-uploads p  {
margin: 0;
padding: 0;
}

table.csc-uploads .csc-uploads-icon {
width:50px;
text-align: center;
}

table.csc-uploads .csc-uploads-fileSize {
width: 50px;
}

#captcha_input, #submit .button{
margin-left: 120px;
}

#captcha_input input{
width:170px;
}
