/* Sales Guide - Basis Styles */

/* Standardmäßige Formatieruung von HTML Elementen  */
html, body {
	margin: 0;
	padding: 0;
}
body {
	font-family:  Tahoma,Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	background-repeat: repeat-x;
}
body.body-start {
	background-image: url(/templates/pics/bg_body_start.gif);
}
body.body-big-bg {
	background-image: url(/templates/pics/bg_body.gif);
}
body.body-middle-bg {
	background-image: url(/templates/pics/bg_body_middle.gif);
}
body.body-small-bg {
	background-image: url(/templates/pics/bg_body_small.gif);
}
p {
	margin: 0;
	padding: 0 0 6px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 6px 25px;
}
ul {
	margin: 0 0 6px 15px;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #00652E;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 17px;
	color: #00652E;
}
h2 {
	margin: 0 0 6px 0;
	padding: 0;
	font-size: 15px;
}
h3 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 14px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 13px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 13px;
}
abbr {
	text-decoration: none;
	border: 0;
}
/* Schriftarten */
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.tahoma {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
/* Schriftgrößen */
.fs-11 { font-size: 13px; } /* Standardgröße wurde auf 13px erhöht*/
.fs-12 { font-size: 12px; } 
.fs-20 { font-size: 20px; }
.fs-13 { font-size: 13px; }

/* Zeilenhöhen */
.lh-125 { line-height: 125%; }
.lh-25 { line-height: 25px; }

.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}

.tleft 	{ text-align: left; }
.tright { text-align: right; }
.tcenter { text-align: center; }
.tjustify { text-align: justify; }
.floatl { float: left; }
.floatr { float: right; }
.display-none { display: none; }
.display-block { display: block; }
.hidden { overflow: hidden; }
.no-deco { text-decoration: none; }

/* Rahmendefinitionen 1px */
.boall { border: 1px solid #08975A; }
.bono { border: 0; }
.bobr {
	border-right: 1px solid #08975A;
	border-bottom: 1px solid #08975A;
}
.bob { border-bottom: 1px solid #08975A; }
.bor { border-right: 1px solid #08975A; }
.bol { border-left: 1px solid #08975A; }
.bot { border-top: 1px solid #08975A; }

.bol-grey { border-left: 1px solid #A8B5AE; }
.bor-grey { border-right: 1px solid #A8B5AE; }

/* Farbdefinitionen */
.bg-dgreen 	{ background-color: #026038; }
.bg-mint	{ background-color: #CFE7DA; }
.bg-lgreen 	{ background-color: #029456; }
.bg-white 	{ background-color: #FFFFFF; }
.bg-lgrey 	{ background-color: #F0F4F2; }
.bg-grey 	{ background-color: #E7EEED; }
.bg-cogreen	{ background-color: #E7EEED; }
.bg-wgrey 	{ background-color: #F6F5F5; }

.bg-mgreen 	{ background-color: #BDDB3C; }

.f-black 	{ color: #000000; }
.f-white 	{ color: #FFFFFF; }
.f-dgreen 	{ color: #00652E; }
.f-green	{ color: #86A52B; }
.f-grey 	{ color: #666666; }
.f-lgrey 	{ color: #9D9D9D; }
.f-dgrey	{ color: #333333; }
.f-error 	{ color: #CD3333; }
.f-nolink	{ color: #9B9B9B; }
.f-orange	{ color: #F77F0A; }

/* Abmessungen */
.minh-10 { 
	height: 20px;
	overflow: visible;
}
html>body .minh-10 { 
	height: auto;
	min-height: 10px; 
}
.minh-100 { 
	height: 100px;
	overflow: visible;
}

html>body .minh-100 { 
	height: auto;
	min-height: 100px; 
}

/* Außen- und Innenabstände */
.m0 	{ margin: 0; }
.p0 	{ padding: 0; }
.p5 	{ padding: 5px; }
.p10	{ padding: 10px; }
.p25-0 { padding: 25px 0; }
.p0-10 { padding: 0 10px; }
.p0-8  { padding: 0 8px; }
.pr-7 { padding-right: 7px; }
.pb-5 { padding-bottom: 5px; }
.pb-10 { padding-top: 10px; }
.pb-10 { padding-bottom: 10px; }
.pb-20 { padding-bottom: 20px; }
.pt-26 { padding-top: 26px; }
.pl-15 { padding-left: 15px; }
.pl-30 { padding-left: 30px; }
.pt-10 { padding-top: 10px; }
.pt-16 { padding-top: 16px; }
.mt-10 { margin-top: 10px; }
.mb-3 { margin-bottom: 3px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mt-6 { margin-top: 6px; }
.mt-12 { margin-top: 12px; }
.mt-20 { margin-top: 20px; }
.mb-15 { margin-bottom: 15px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.ml-10 { margin-left: 10px; }
.mr-10 { margin-right: 10px; }
.ml-12 { margin-left: 12px; }
.mr-5 { margin-right: 5px; }
.mr-12 { margin-right: 12px; }
.mr-15 { margin-right: 12px; }
.mr-20 { margin-right: 20px; }
.ml-20 { margin-left: 20px; }
.ml-26 { margin-left: 26px; }
.ml-30 { margin-left: 30px; }
.ml-40 { margin-left: 40px; }


/* Breiten */
.w-20	{ width: 20px; }
.w-40	{ width: 40px; }
.w-55 	{ width: 55px; }
.w-60 	{ width: 60px; }
.w-100 	{ width: 100px; }
.w-110 	{ width: 110px; }
.w-120 	{ width: 120px; }
.w-130 	{ width: 130px; }
.w-140 	{ width: 140px; }
.w-150 	{ width: 140px; }
.w-160 	{ width: 160px; }
.w-180 	{ width: 180px; }
.w-200 	{ width: 200px; }
.w-210 	{ width: 210px; }
.w-215 	{ width: 215px; }
.w-220 	{ width: 220px; }
.w-238 	{ width: 238px; }
.w-240 	{ width: 240px; }
.w-250 	{ width: 250px; }
.w-260	{ width: 260px; }
.w-265 	{ width: 265px; }
.w-270 	{ width: 270px; }
.w-280  { width: 280px; }
.w-300	{ width: 300px; }
.w-310	{ width: 310px; }
.w-330	{ width: 330px; }
.w-350	{ width: 350px; }
.w-355	{ width: 355px; }
.w-375	{ width: 375px; }
.w-398 	{ width: 398px; }
.w-400 	{ width: 400px; }
.w-420 	{ width: 420px; }
.w-430 	{ width: 430px; }
.w-450	{ width: 450px; }
.w-470 	{ width: 470px; }
.w-510  { width: 510px; }
.w-540 	{ width: 540px; }
.w-670 	{ width: 670px; }
.w-800 	{ width: 800px; }
/* Höhen */
.h-55 {	height: 55px; }

/* Boxen */
.form-box-fullsize, .content-box-fullsize {
	width: 802px;
	background-color: #F0F4F2;
	height: 20px;
	overflow: visible;
}
html>body .form-box-fullsize, html>body .content-box-fullsize {
	height: auto;
	min-height: 20px;
}
.content-box-fullsize {
	background-color: #E7EEED;
}
.box-shadow-top {
	width: 802px;
	height: 14px;
	background-image:url(/templates/pics/box-shadow-top.png);
	background-position: top;
	background-repeat: no-repeat;
}
* html .box-shadow-top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pics/box-shadow-top.png',sizingMethod='scale');
}
.box-shadow-bottom {
	width: 802px;
	height: 5px;
	background-image:url(/templates/pics/box-shadow-bottom.png);
	background-position: top;
	background-repeat: repeat-x;
}
* html .box-shadow-bottom {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/pics/box-shadow-bottom.png',sizingMethod='scale');
}
.boxes-shadow-bottom-gw {
	background-image: url(/templates/img/all/boxes_shadow_bottom_grey.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 5px;
}
.dotted-line {
	background: url(/templates/img/all/dotted-line.gif) repeat-x;
	height: 1px;
	line-height: 0px;
	font-size: 0;
}
.gradient-white-green {
	background-image: url(/templates/pics/bg_gradient_white_to_green.gif);
	background-repeat: repeat-x;
}

.bg-login-sg-sn {
	background-image: url(/templates/pics/bg_gradient_white_to_green2.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.bg-login-sg24 {
	background-image: url(/templates/pics/bg_gradient_green_to_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.tlt-list-shadow-top {
	background-image: url(/templates/pics/grey_shadow_top.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 35px;
}
* html .tlt-list-shadow-top {
	background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/grey_shadow_top.png');
}


