//* -----------------------------------------------------------------------

 LottoTeam Vertrieb CSS v1.0
 http://www.lottoteam.de/vertrieb

   * Begin: 07.09.2009
   * End: 
   * Status: 
   * File: typo.css
   * Author: D. Rogaczewski | d.rogaczewski@infrag.de

----------------------------------------------------------------------- */



/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #545454; font-family: "Helvetica Neue", Helvetica }

h1 { font-size: 2em; line-height: 1em; margin-bottom: 0.5em; font-weight: normal}
h2 { font-size: 1.8em; margin: .5em 0; line-height: 1.3em; font-weight: normal }
.box h2 { margin: 0 0 .5em; }
h3 { font-size: 1.5em; line-height: 1; margin: 0 0 1em; clear:both; color: #444; font-weight: normal }
.col18 h3{margin:1.5em 0 1em}
.col18 .box h3{margin:0 0 1em}
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: .5em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: .5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}

.title{clear:both; background: url(../images/layout/title-bg.jpg) no-repeat left top; height:28px; line-height:28px; margin-bottom: 0; display: block;}
.title span{background: url(../images/layout/title-bg.jpg) no-repeat right top; display:block; padding-right:10px; margin-left:10px; }
.col14 .title{margin-bottom: 20px}
.title a{ color:inherit; text-decoration:none; }

.teaser h4{margin-bottom: 5px; font-size: 1.1em}
.teaser h4 a{color:#838383; text-decoration: none}

/* Alternativ Content */
.alt-inner{width: 700px;margin: 50px auto 0; padding: 20px; background: #fff; border: #f1f1f1 1px solid; -moz-border-radius: 6px;}
.alt-title{background: none;height: auto;line-height: 1.5;font-size: 2em;margin-bottom: 10px; display: block; color: #000}
.alt-desc{line-height: 1.5;font-size: 1.3em;margin-bottom: 20px;background: none; display: block; color: #000}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em;}
p img.left  { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
.art-list p{margin-bottom: 0}
.size12	{font-size: 12px;}
.size13	{font-size: 13px;}

a:focus, 
a:hover     { color: #838383; }
a,.art-list li a:hover, .teaser h4 a:hover, .art-list a.more{ color: #66b4d5; text-decoration: underline; }
#breadcrumb a{text-decoration:none; font-size:11px; line-height:28px; color:#003e90;}
#ticker a{color: #838383}
#ticker a:hover{color: #66b4d5}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre 				{ margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }

big{font-size: 24px; font-weight: bold; font-family: verdana}


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

ol.badge{list-style-type: decimal !important; overflow: hidden; margin: 0; list-style-position:inside;}
ol.badge li{ font-weight:bold; width: 222px; text-indent: 13px; float: left; color:#FFF; font-size: 1.7em; background:url(../../../files/badge.png) no-repeat left top; line-height: 43px}
.badge ul{list-style: square; overflow: hidden; padding: 12px 0 0 12px; text-indent: 0}
.badge ul li{background: none; color: inherit; text-align: left; font-size: .5em; line-height: 13px; text-indent: 0; font-size: 11px; padding-bottom: 3px; margin-left: 0}
.badge h4{ font-size: .5em; height:35px; line-height: 13px; padding: 0 0 0 33px; margin: -35px 0 0; text-align:center; display:block; float:left;color:#fff; }
.badge p{font-size: .5em; color: #777; margin: 12px 0 0 20px; font-weight: normal; line-height: 13px; text-align: left; text-indent: 0; font-size: 11px}
.badge img{display: block; width: 180px; margin: 12px 0 12px 20px}

#dialog .listchk li{ font-weight:normal; font-size:1.2em; line-height:18px; margin-bottom:1em; }


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; }
thead th 		{ background-color: #eaecee; }
th,td,caption { padding: 4px 10px 4px 5px; }
tr.even td  { /*background: url(../images/tables/odd-bg.png) repeat-x;*/ background-color: #fff; }
tfoot       { font-style: italic; }
caption     { text-align:left; font-size: 1.3em; padding:20px 0; color:#555; }


/* Misc classes
-------------------------------------------------------------- */



.small,small{ font-size: .8em; line-height: 1.4em; }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 0em; }
.larger		{ font-size: 1.8em; line-height: 1.8em; margin-bottom: 0.6em; }
.hide       { display: none; }
.normal			{ font-weight:normal; font-size:12px;}

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; margin-bottom:0; padding-right:0; }
.top        { margin-top:0; padding-top:0; }
.bottom     { margin-bottom:0; padding-bottom:0; }

.left		{float:left !important;}
.right		{float:right !important;}
.center		{text-align: center; display: block;}

.block		{display: block}

div.h_r{clear:both;}
hr {background:#ddd;color:#ddd;clear:both;float:left;width:100%;height:1px; margin:1.45em 0;border:none;}
hr.space {background:#fff;color:#fff;}


ul.success{ margin-top: 12px}
ul.success li{background: url(../images/ico-success.png) left center no-repeat; padding-left: 30px; font-size: 1.2em; line-height: 25px; color: #6D7FAF;}



/* Success, notice and error boxes
-------------------------------------------------------------- */

div.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 1px solid #ddd; }

.chckbox.error{float:left; padding:1px; height:14px; width:14px; display:block; margin:0 10px 10px 0}

div.error,
input.error { background: #FEF1EC; color: #8a1f11; border-color: red; }
.notice     { background: #FFF6BF; color: #514721; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #264409; border-color: #C6D880; }
.error a    { color: #8a1f11; }
.notice a   { color: #514721; }
.success a  { color: #264409; }



.red{color:#ff0000 !important;}
big.blue, .blue{color:#4168ba !important; background: none !important}
.darkblue{color:#1c408c !important;}
.green{color:#5b7f8e !important;}