/* Allgemeine Festlegungen */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
    height: 100%;
    width: 100%;
    font-size: 62.5%;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../global/images/bg_body_verlauf.gif) repeat-x 0 top;
}


img {
	border: none;
}

a {
	/*text-decoration: none;
	color: #000;*/
}

a:hover {
	text-decoration: none;
}

.nichtfett {
	font-weight: normal;
}

.ti-green {
	color: #00A698;
}


/* Layout */
/* main */
div#main {
background:url("../global/images/bg_main.gif") repeat-y scroll 0 0;
margin:0 auto;
overflow:hidden;
width:996px;
}


div#main-inner {
	width: 990px;
	min-height:700px;
	padding: 0 3px;
	/*overflow: hidden;*/
	background: url(../global/images/bg_main-inner.gif) no-repeat left top;
}


/* Kopfbereich */
div#header, header {
	height: 1%;
	padding: 28px 5px 0 5px;
	/*margin-bottom: 15px;*/
}

img#ti-logo {
	float: left;
	/*margin: 0 0 16px 31px;*/
	margin: 0 0 16px 31px;
}

div#banner {
	width: 468px;
	height: 60px;
	float: left;
	margin: 0 64px;
}

div#servicearea {
	width: 214px;
	float: left;
	background: url(../global/images/bg_magglass.gif) no-repeat left bottom;
	height: 60px;
}

div#flags {
	text-align: right;
	padding-right: 3px;
}

div#flags img {
	margin-left: 4px;
}

div#flags .aktiv {
color:#E22C2C;
}

div#servicearea form {
	margin: 14px 0 0 37px;
}

input#search-text {
	width: 145px;
	height: 21px;
	padding: 2px 0 0 3px;
	font-size: 12px;
	font-weight: bold;
	float: left;
	border: none;
	background: url(../global/images/bg_search.gif) no-repeat left top;
}

input#search-button {
	float: left; /* Necessary for IE */
}

div#main-menu {
	height: 164px;
	width: 979px;
}

/* IE 6 Hack */
html>body div#main-menu {
	clear: left;
}

div#main-menu div#bar {
	height: 16px;
	background-color: #00a796;
}

/* Menue */
div#col-left {
	width: 207px;
	float: left;
	margin-left: 5px;
	padding-top: 23px;
	display: inline; /* IE Bugfix */
}

div#nav, nav {
	margin-bottom: 50px;
}

div#nav ul, nav ul {
	list-style: none;
	padding-bottom: 8px;
	background: url(../global/images/bg_nav-ul_dropshadow.gif) no-repeat left bottom;
}

/* service navigation 1st level */
div#nav ul li, nav ul li {
	background: url(../global/images/bg_nav-ul-separator.gif) no-repeat right top;
	padding-top: 1px;
}

div#nav ul li#nav1, nav ul li#nav1 {
	padding-top: 0;
}

div#nav ul li a, nav ul li a {
	display: block;
	padding: 5px 5px 4px 15px;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	border-style: solid;
	border-width: 0 0 0 17px;
	background: url(../global/images/bg_nav-ul-1st.gif) no-repeat left top;
	height: 1%; /* IE Bugfix */
}

li#nav1 a {
	border-color: #95c22b;
}

li#nav2 a {
	border-color: #9ec641;
}

li#nav3 a {
	border-color: #a8cb57;
}

li#nav4 a {
	border-color: #b3ce6d;
}

li#nav5 a {
	border-color: #bdd484;
}

li#nav6 a {
	border-color: #c5d799;
}

li#nav7 a {
border-color: #cadba1;
}

li#nav8 a {
border-color: #cfdfa8;
}

li#nav9 a {
border-color: #d2e1ae;
}

li#nav10 a {
border-color: #d6e3b4;
}

li#nav11 a {
border-color: #dae6bc;
}

div#nav ul li a:hover, div#nav ul li.active a, nav ul li a:hover, nav ul li.active a {
	background: url(../global/images/bg_nav-ul-1st_hover.gif) right;
}
/* end service navigation 1st level */

/* service navigation 2nd level */
div#nav ul li ul, nav ul li ul {
	background: #fff;
	padding-bottom: 0;
	/*padding-left: 17px;*/
	margin-left: 17px;
	margin-top: -1px;
}

div#nav ul li ul li, nav ul li ul li {
	background: none;
	/*padding-bottom: 0;*/
	background: url(../global/images/bg_nav-ul-separator.gif) no-repeat right top;
}

div#nav ul li ul li a, nav ul li ul li a {
	background: white none no-repeat !important;
	font-size: 12px;
	padding: 4px 5px 4px 16px;
	border-style: solid;
	border-width: 0;
}

div#nav ul li ul li a:hover, div#nav ul li ul li.active a, nav ul li ul li a:hover, nav ul li ul li.active a {
	padding: 4px 5px 4px 8px;
	border-style: solid;
	border-width: 0 0 0 8px;
}
/* end service navigation 2nd level */

/* service navigation 3rd level */
div#nav ul li ul li ul, nav ul li ul li ul {
	background: #fff;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 0;
}

div#nav ul li ul li ul li, nav ul li ul li ul li {
	background: none;
	background: none;
}

div#nav ul li ul li ul li a, nav ul li ul li ul li a {
	background: white none no-repeat !important;
	font-size: 12px;
	padding: 4px 5px 4px 16px !important;
	border-style: solid;
	border-width: 0 !important;
}

div#nav ul li ul li ul li a:hover, div#nav ul li ul li ul li.active a, nav ul li ul li ul li a:hover, nav ul li ul li ul li.active a {
	color: #95c22b;
}
/* end service navigation 3rd level */

/* begin certificate box */
div#certificate {
	padding-top: 1px;
	background: url(../global/images/bg_nav-ul-separator.gif) no-repeat left top;
}

div#certificate-inner {
    background: url(../global/images/bg_nav-ul-separator.gif) no-repeat left bottom;
    padding: 10px;
    overflow: hidden;
    /* IE6 Fix */
    height: 1%;
}

/*div#certificate-inner a {
	color: #00A698;
}*/

div#certificate-inner h4 {
	font-size: 12px;
	margin-bottom: 6px;
}

div#certificate-inner img {
	float: left;
	margin: 0 8px 8px 0;
}

div#certificate-inner p {
	font-size: 11px;
}

div#certificate-inner a:hover {
	text-decoration: underline;
}
/* end certificate box */

/* Inhaltsbereich */
/* Layoutaufteilung */
div#col-container {
	float: left;
	width: 778px;
	display: inline;
	/*background: url(../global/images/bg_col-container.gif) repeat-y left;*/
}

div#col-container-top {
	height: 8px;
	/*background: url(../global/images/bg_col-container-top.gif) no-repeat left top;*/
	margin-bottom: 12px;
}

div#content {
 	float: left;
 	display: inline;
	width: 533px;
	/*margin: 0 4px 0 16px;*/
	margin: 0 4px;
	/*padding-left: 20px;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#aside, aside {
	float: left;
	width: 200px;
	margin-left: 25px;
	display: inline;
}

div#col-container-bottom {
	clear: left;
	height: 8px;
	/*background: url(../global/images/bg_col-container-bottom.gif) no-repeat left bottom;*/
	padding-top: 22px;
}

/* Begin start page */
/*div#col-container.start {
	background: none;
}*/

div#col-container-top {
	display: none;
}

div#content img.leftfloat {
	float: left;
	margin-top: 3px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content img.rightfloat {
	float: right;
	margin-top: 3px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#content div.article {
	/*background: url(../global/images/bg_content-article.gif) repeat-y;*/
}

div#content div.article-top {
	height: 7px;	
	background: url(../global/images/bg_content-article_top.gif) repeat-x 0 top;
	overflow: hidden;
}

div#content div.article-bottom {
	display: none;
}

div#content div.article-content {
    overflow: hidden;
    /* IE6 Fix */
    height: 1%;
}

div#col-container.start div#content div#article-1st {
	background: url(../global/images/bg_content-article-1st.gif) repeat-x 0 bottom;
	padding: 8px 0 10px 0;
}

div#content div.article-content div.section {
	border-top: 1px solid #dedede;
	padding: 8px 0 4px 0;
	overflow: hidden;
	height: 1%;  /*IE bugfix*/ 
	border-bottom-color:#DEDEDE;
border-bottom-style:solid;
border-bottom-width:1px;

}

div#col-container.start div#content {
	padding-top: 15px;
}

div#col-container.start div#content div.article-content div#section-1st {
	border-top: none;
	padding: 5px 0 11px 0;
}

div#content div.article-content h1 {
	margin: 0 11px;
}

div#content div.article-content h1 a:hover {
	text-decoration: underline;
}

div#col-container.start div#content div.article-content h2 {
	margin: 3px 11px 0 11px;
	color: #2e2e2e;
}

div#col-container.start div#content div.article-content h2 a {
	color: #2e2e2e;
}

div#col-container.start div#content div.article-content h2 a:hover {
	text-decoration: underline;
}

div#content div.article-content p {
	margin: 9px 11px 0px 11px;
	font-size: 12px;
	line-height: 17px;
}

div#content div.article-content img {
	margin: 0px 13px 0px 11px;
}

div#col-container.start div#content div#article-1st img {
	margin: 0px 16px 0px 11px;
}

div#content div#first p {
	font-size: 14px;
	line-height: 19px;
}

div#aside, aside {
	width: 204px;
	margin-left: 16px;
	padding-top: 29px;
}

div#col-container-bottom {
	display: none;
}

/* Begin aside list on start page */
div#start-aside {
	padding-top: 1px;
	margin-top: 35px;
	background: url(../global/images/bg_aside-separator2.gif) no-repeat left top;
}

div#start-aside div.section {
	background: url(../global/images/bg_aside-separator2.gif) no-repeat left bottom;
	/*border-right: 1px solid #cfd3d4;*/
	padding: 10px 10px 1px 5px;
}

div#start-aside div.section a {
	color: #000;
}

div#start-aside div.section a:hover {
	text-decoration: underline;
}

div#start-aside div.section h4 {
	font-size: 12px;
	margin-bottom: 6px;
}

div#start-aside div.section img {
	margin: 0 8px 8px 0;
}

div#start-aside div.section p {
font-size: 11px;
font-weight: bold;
}

/* End aside list on start page */
/* End start page */

div#footer, footer {
	width: 996px;
	padding-top: 20px;
	clear: left;
	overflow: hidden;
	padding-bottom: 1px;
	padding-left: 400px;
}

div#footer a, footer a {
	font-size: 11px;
	color: #828282;
	text-decoration: none;
	display: block;
	border-left: 1px solid #c9c9c9;
	padding: 1px 7px;
	float: left;
}

div#footer a:hover, footer a:hover {
	text-decoration: underline;
}

div#main-bottom {
	width: 996px;
	height: 24px;
	background: url(../global/images/bg_main-bottom.gif) no-repeat bottom;
}

/* Detailfestlegungen */
div#article h2, article h2 {

}

div#article h3, article h3 {

}

div#article p, article p {

}

div#article p a, article p a {

}

div#article p a:hover, article p a:hover {

}

div#aside div.section, aside section {

}

div#aside img, aside img {

}

div#aside h1, aside h1 {
	color:#88BA0B;
	font-family:"Trebuchet MS";
	font-size:1.6em;
}

div#aside p, aside p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.2em;
}

div#aside p a, aside p a {

}

form#select-country {
	margin-bottom: 10px;
}

div#aside form p {
	margin-bottom: 0.6em;
	font-weight: bold;
}

div#aside form select {
	width: 170px;
	margin-bottom: 1em;
}

.h2-ueberschrift-b {
color: #fff !important;
background-color: black;
padding: 1px 6px 1px 6px;
margin: 4px 0px 4px 0px;
}

.h2-ueberschrift-e {
color: #fff !important;
background-color: #95c22b;
padding: 1px 6px 1px 6px;
margin: 4px 0px 4px 0px;
}

.h2-ueberschrift-d {
color: #fff !important;
background-color: #00a796;
padding: 1px 6px 1px 6px;
margin: 4px 0px 4px 0px;
}

	
/* 20100513 */
p.wm {
	font-size:11px;
	margin:0;
	padding:0;
} 

label.b2 {
    font-size: 12px;
}

/* support.pietzpluswild.de #3437 - 20100527 - tb */
ul.download {
	margin-left: 0 !important;
}

