/* Stylesheet for www.dt-internet.de */

/* undohtml.css 
(CC) 2004 Tantek Celik. Some Rights Reserved.
http://creativecommons.org/licenses/by/2.0
This style sheet is licensed under a Creative Commons License.
Purpose: undo some of the default styling of common (X)HTML browsers */

:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code {font-size: 1em;}
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,p.bodytext,blockquote,fieldset,input
{ margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}

/* end undohtml.css */

html {
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body {
	background: #FDFDFD url(gfx/bg-body.png) repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	height: 100%;
}

#nonfoot {
   min-height: 100%;
   position: relative;
}

/* //////////////////////////////////////////// */

/*  Kopf */

#head {
	width: 960px;
	margin: 0px auto;
	padding: 0px;
	height: 100px;
	overflow: hidden;
	text-align: left;
}

#head ul {
	margin: 0;
	float: left;
	padding: 70px 0 0 0 ;
}

#head li {
	display:inline;
	font-size: 12px;
}

#head li a {
	color: #333333;
	text-transform: uppercase;
	margin-left: 13px;
	padding: 70px 2px 2px 2px;
}

#head li a:hover {
	color: #203C6E;
	border-bottom: 1px solid #203C6E;
	background: white;
}

img.head-logo {
	margin: 16px 12px 0 0;
	float: right;
}

/*  /Kopf */

/* //////////////////////////////////////////// */

/*  Subhead */

#subhead {
	width: 960px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
	height: 150px;
	background: url(gfx/bg-subhead.png);	
}

#subhead img {
	margin: 115px 0 0 13px;
}

/*  /Subhead */

/* //////////////////////////////////////////// */

/*  Banner/Breadcrumb */

#bannerleiste {
	width: 100%;
	height: 151px;
	background: url(gfx/bg-bannerleiste.png) 50% 0px repeat-x;
}

#bannerleiste img {
	margin: 2px 8px 0 7px;
	padding: 0;
}

#breadcrumb {
	width: 930px;
	height: 22px;
	text-align: left;
	margin: 8px auto 0 auto ;
}

#breadcrumb p, #breadcrumb a {
	color: #666;
	font-size: 11px;
	padding: 1px 2px 0px 2px ;
}

#breadcrumb a {
	border-bottom: 1px dotted #666;
}

#breadcrumb a:hover, #breadcrumb a:active {
	color: #203C6E;
	background: #FFF;
	border-bottom: 1px dotted #203C6E;
}

/*  /Banner/Breadcrumb */

/* //////////////////////////////////////////// */

/*  Main */

#main {
	width: 930px;
	text-align: left;
	margin: 15px auto 0px auto ;
	padding: 15px 0 130px 0; /* 130px nach unten für Footer */
	background: url(gfx/bg-main.png) repeat-y 630px 0;
}

#main-content {
	width: 615px;
	float: left;
}

#main-sidebar {
	width: 285px;
	float: right;
}

#main p a, #main a.internal-link, #main a.mail, #main table a {
	color: black;
	text-decoration: none;
	border-bottom: 1px dotted #F29700;
}

#main p a:hover, #main p a:active, #main table a:hover, #main table a:active, #main a.internal-link:hover, #main a.internal-link:active, #main a.mail:hover, #main a.mail:active {
	color:  #F29700;
	text-decoration: none;
	border-bottom: 1px dotted #F29700;
}

h1 {
	color: #F29700;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	vertical-align: top;
	margin: 0 0 5px 0;
}

h2 {
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 0 14px 0;
}

h3, h3 a {
	color: #203C6E;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 20px 0 10px 0;
	border: none;
}

h3 a:active, h3 a:hover {
	color: #F29700;
	border-bottom: 1px dotted #F29700;	
}

p, p.bodytext, li, th, td, dt, dd, legend, input, textarea {
	font-size: 12px;
	margin: 0px 0 8px 0;
	color: black;
	font-family: Helvetica, Arial, sans-serif;
}

#main-content p {
	line-height: 20px;
}

#main ul {
	list-style-type: disc;
	list-style-image: url(gfx/list-bullet-2.png);
	list-style-position: outside;
	margin-bottom: 15px;
}

#main li {
	margin: 10px 0 0 20px;
}

#main-content li {
	margin: 5px 0 0 20px;
	list-style-image: url(gfx/list-bullet-klein.png);
}

#main li a {
	color: #666;
}

#main li a:hover {
	color: #F29700;
}

#main li.level2 {
	margin-left: 36px;
	list-style-image: url(gfx/list-bullet-grau.png);
}

#main-sidebar p {
	border-bottom: #999999 1px dotted;
	color: #666666;
	padding-bottom: 5px;
}

div.notiz {
	background: url(gfx/bg-notiz.png) bottom right no-repeat;
	padding: 0 15px 15px 0;
	margin: 0 0 10px 0;
}

img.hl {
	float: left;
	margin: 0 5px 0 0;

	vertical-align: top;
}

img.banner {
	margin: 0 0 15px 0;
}

div.uebersicht {
	margin: 20px 0 15px 0;
}

div.uebersicht p {
	margin-left: 50px;
	border-bottom: 1px solid #EEE;
	padding-top: 0px;
	padding-bottom: 10px;
}

div.uebersicht h3 {
	margin-left: 50px;
}

div.uebersicht img.hl {
	margin: 5px 0px 0 0px;
}

div.infobox {
	float: right;
	width: 300px;
	margin: 5px 0px 15px 15px;
	padding: 0;
	background: url(gfx/bg-infobox.png) no-repeat bottom;
}

div.infobox-top {
	width: 300px;
	height: 7px;
	margin: 0;
	padding: 0;
	background: url(gfx/bg-infobox-top.png) no-repeat;
	overflow: hidden;
}

div.infobox h3, div.infobox ul, div.infobox p {
	margin: 15px;
}

div.infobox h3 {
	margin-top: 8px;
}

/*  /Main */

/* //////////////////////////////////////////// */

/*  Foot */

#foot {
	position:relative;
	width: 100%;
	height: 130px;
	background: url(gfx/bg-foot.png) repeat-x;
	margin-top: -130px;
	overflow: hidden;
}

#foot-content {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	overflow: hidden;
}

div.fuss-kontakt, div.fuss-kleingedrucktes, div.fuss-hilfe  {
	float: left;
	width: 300px;
	height: 100px;
	margin: 30px 0 0 15px ;
	overflow: hidden;
	display: inline; /* behebt den Doubled Float-Margin Bug des IE */
}

div.fuss-kontakt {
	background: #EEEEEE url(gfx/bg-fuss-kontakt.png);
}

div.fuss-kleingedrucktes {
	background: #EEEEEE url(gfx/bg-fuss-kleingedrucktes.png);
}

div.fuss-hilfe {
	background: #EEEEEE url(gfx/bg-fuss-hilfe.png);
}

div.versteckt {
	display: none;
}

#foot h1 {
	width: 50%;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 15px 5px 55px ;
}

#foot p {
	font-size: 11px;
	color: #666;
	margin: 10px 15px 5px 55px ;
}

#foot a {
	font-size: 11px;
	color: #111;
}

#foot a:hover {
	color: #203C6E;
	background: #FFF;
	border-bottom: 1px dotted #203C6E;
}

/*  /Foot */

/* //////////////////////////////////////////// */

p.csc-form-label, p.csc-form-label-req, td.csc-form-fieldcell, td.csc-form-labelcell, p.csc-form-radio, input.formtype_mail  {
	font-size: 11px;
	color: #666;
}

p.csc-sitemap-level1 {
	margin: 0px 0 2px 0;
}

p.csc-sitemap-level1 a {
	color: black;
	border: none;
	font-weight: bold;
}

p.csc-sitemap-level1 a:hover {
	border-bottom: 1px dotted black;
}

p.csc-sitemap-level2 {
	margin: 0px 0 2px 10px;
	background: url(gfx/list-bullet-klein.png) 0px 5px no-repeat;
	padding-left: 15px;
}

p.csc-sitemap-level2 a {
	color: #333;
	border: none;
	font-weight: normal;
}

p.csc-sitemap-level2 a:hover {
	border-bottom: 1px dotted #333;
}

.csc-sitemap-level3 {
	margin: 0px 0 2px 40px;
}

p.csc-sitemap-level3 a {
	color: #333;
	border: none;
	font-weight: normal;
}

p.csc-sitemap-level3 a:hover {
	border-bottom: 1px dotted #333;
}



table.contenttable tr.tr-odd {
	background: #d3dfee;
}

table.contenttable tr.tr-even {
	background: white;
}

table.contenttable tr, th {
	text-align: center;
}

table.contenttable th {
	background: white;
	border-right: 1px solid black;
	border-bottom: 3px solid #4795C9;
	margin: 0;
	padding: 1px;
}

table.contenttable .td-0 {
	text-align: left;
	background: white;
}

table.contenttable td {
	margin: 0;
	padding: 1px;
	border: 0;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

table.contenttable p {
	margin: 0;
	padding: 0;
	border: 0;
}

fieldset {
	border: 0;
}

.csc-mailform-field {
	margin-top: 5px;
	clear: both;
}

.csc-mailform-field label {
	display: block;
	float: left;
	width: 90px;
	font-size: 11px;
	color: #666;
}

.csc-mailform-radio {
	margin-top: 5px;
}

.csc-mailform-radio label {
	display: inline;
	width: auto;
	float: none;
}


/* //////////////////////////////////////////// */

/*  clearfix */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*  /clearfix */

/*** Seminars ***/

table.tx-seminars-pi1-timeslots {
  display:inline-block;
  padding: 2px;
}

.tx-seminars-pi1 input {
  float: left;
  display: block;
}

.tx-seminars-pi1 dt {
  font-weight:normal;
}

.tx-seminars-pi1 dd {
  margin-left:0;
}

#tx-seminars-pi1-registration-payment .tx-seminars-pi1-registration-method-of-payment dd label {
  float: none;
  display: block;
  margin-left: 20px;
  width: auto;
}

.tx-onetimeaccount-pi1 label.required {
  font-weight: normal;
}

#tx-seminars-pi1-registration-form .tx-seminars-pi1-registration-method-of-payment dd {
  margin-right: 1em;
}

#tx-seminars-pi1-registration-form textarea {
  height: 5em;
  font-size: 1em;
}

#tx-seminars-pi1-registration-form textarea#tx_seminars_pi1_registration_editor_interests {
  height: 1.6em;
}

#main .tx-seminars-pi1-listrow th a {
	padding:0;
	color: #000;
	border: none;
}

.tx-seminars-pi1-listrow th  {
	padding: 1em .5em;
}

#tx_onetimeaccount_pi1_form_date_of_birth {
	width: 18em;
}

.tx-onetimeaccount-pi1 legend, .tx-seminars-pi1 legend  {
	font-weight: bold;
}

.tx-onetimeaccount-pi1 input, .tx-onetimeaccount-pi1 textarea  {
	font-size:12px;
	height: 1.75em;
	line-height:auto;
	padding: 2px 3px;
	font-family:Arial,Helvetica,sans-serif;
	border: 1px solid #ccc;
}

.tx-onetimeaccount-pi1-city input {
	width: 14.5em;
}

.tx-onetimeaccount-pi1-last_name input {
	width: 8.75em;
}

#tx-seminars-pi1-registration-payment {
	height: auto;
}

#main .tx-seminars-pi1 p.registration a {
	font-weight: bold;
	text-transform: uppercase;
	padding: 5px;
	background: #efefef;
	border: 1px solid #ccc;
}

#main .tx-onetimeaccount-pi1 dt {
	width: 9em;
	padding-top: 5px;
}
