html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image:url(/templates/pics/body-bg.gif);
	background-repeat: repeat-x;
	
	/*background-image:url(/templates/pics/testumgebung.png);*/
	
}
p {
	margin: 0;
	padding: 0 0 30px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol { margin: 0 0 15px 25px; }
ul { margin: 0 0 15px 15px; }
object, embed {
	margin: 0; 
	padding: 0;
	cursor: pointer;
}
form, input, label, select, textarea {
	margin: 0;
	padding: 0;
}
img, a img {
	border: 0;
}
a:link, a:visited, a:active, a:hover { 
	color: #788D90;
	text-decoration: none;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 16px;
	color: #666666;
}
h1 {
	margin: 0 0 30px 0;
	font-size: 16px;
}
h2 {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 14px;
}
h3 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 12px;
}
h4 {
	margin: 0 0 6px 0;
	font-weight: bold;
	font-size: 10px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 10px;
}
form {
	margin: 0;
	padding: 0;
}
/* Schriftarten */
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.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;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.tright { text-align: right; }
.vsuper {
	vertical-align:top;
	font-size: 9px;
}
.vbottom {
	vertical-align: text-bottom;
	font-size: 9px;
}
.uppercase { text-transform: uppercase; }
.pos-rel { position: relative; }
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
.hidden { overflow: hidden; }
/* Farben */
.bg-dark { background-color: #788D90; }
.bg-dgreen { background-color: #94BDC3; }
.bg-mint { background-color: #AAD3D8;}
.bg-special { background-color: #DCF4F8;}
.bg-lgrey { background-color: #E1DFDF; }
.bg-turquoise { background-color: #D6EAED; }
.bg-blue { background-color: #AAD3D8; }
.bg-mgrey { background-color: #C3C5C8; }
.bg-dgrey { background-color: #AEAFB2; }
.bg-white { background-color: #FFFFFF; }
.za0 { background-color: #AAD3D8; }
.za1 { background-color: #DCF4F8; }

.white { color: #FFFFFF; }

/* min-height */
.minh-10 {
	height: 10px;
	overflow: visible;
}
html>body .minh-10 {
	height: auto;
	min-height: 10px;
}
/* Höhen und Breiten */
.h-199 { height: 199px; }
.h-200 { height: 200px; }
.w-100 { width: 100px; }

/* Innen- und Aussenabstaende */
.ml-1 { margin-left: 1px; }
.mr-1 { margin-right: 1px; }
.mt-1 { margin-top: 1px; }
.mt-3 { margin-top: 3px; }
.mb-1 { margin-bottom: 1px; }
.mt-7 { margin-top: 7px; }
.mr-2 { margin-right: 2px; }
.mr-5 { margin-right: 5px; }
.mr-10 { margin-right: 10px; }
.mr-15 { margin-right: 15px; }
.ml-15 { margin-left: 15px; }
.mb-5 { margin-bottom: 5px; }
.mb-10 { margin-bottom: 10px; }
.mb-15 { margin-bottom: 15px; }
.pt-5 { padding-top: 5px; }
.pb-5 { padding-bottom: 5px; }
.pb-7 { padding-bottom: 7px; }
.p-7-0 { padding: 7px 0; }
.pb-10 { padding-bottom: 10px; }
.pb-15 { padding-bottom: 15px; }
.p-15 { padding: 15px; }
.p-0-15 { padding: 0 15px; }
.p-0-30 { padding: 0 30px; }
.p-0-23 { padding: 0 23px; }
.pl-10 { padding-left: 10px;}

/* Rahmen */
.bob-1 { border-bottom: 1px solid #FFFFFF; }
.bol-1 { border-left: 1px solid #FFFFFF; }
.bor-green { border-right: 1px solid #A9D2D6; }

/* Seitenaufbau */
#main-container {
	margin: auto;
	width: 983px;
	height: 500px;
	overflow: visible;
}
html>body #main-container {
	height: auto;
	min-height: 600px;
}
#site-container {
	width: 980px;
	height: 500px;
	padding: 0;
	overflow: visible;
}
html>body #site-container {
	height: auto;
	min-height: 600px;
}
#head-container {
	width: 980px;
	height: 78px;
	overflow: hidden;
	position: relative;
}
#head-logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 270px;
	height: 78px;
	overflow: hidden;
}
#head-img {
	position: absolute;
	left: 270px;
	top: 0;
	width: 710px;
	height: 78px;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
#head-right, #head-right-basket {
	position: absolute;
	left: 820px;
	top: 0;
	width: 140px;
	height: 58px;
	overflow: hidden;
	background-color: #CBE9F2;
	padding: 10px;
	font-size: 11px;
	line-height: 17px;
	z-index: 10;
}
#head-right-basket {
	/*background-image: url(/templates/pics/short_basket_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: transparent;
	width: 150px;
	height: 78px;
	padding: 0 0 0 10px;
}
.short-basket-icon {
	width: 39px;
	margin-right: 10px;
}
.short-basket-text {
	width: 100px;
	padding-left: 1px;
	padding-top: 15px;
	line-height: 14px
}
.short-basket-text a:link, .short-basket-text a:visited, .short-basket-text a:active, .short-basket-text a:hover {
	color: #35A5BD;
	text-decoration: underline;
}
.short-basket-text a:hover {
	text-decoration: none;
}
#information-container {
	width: 965px;
	height: 20px;
	padding: 0 5px 0 10px;
	overflow: hidden;
	position: relative;
}
#information-right {
	position: absolute;
	left: 820px;
	top: 0;
	width: 160px;
	height: 25px;
	overflow: hidden;
	background-color: #ADBABB;
}
#main-nav-container {
	width: 980px;
	height: 33px;
	overflow: hidden;
	border-bottom: 1px solid #9D989A;
	background-image: url(/templates/pics/main-nav-bg.png);
	background-repeat: repeat-x;
	position: relative;
}
#search-container {
	position: absolute;
	left: 0;
	top: 0;
	padding: 7px 0 0 10px;
	width: 207px;
	height: 26px;
	border-right: 1px solid #9D989A;
}
#main-nav {
	position: absolute;
	left: 218px;
	top: 0;
	width: 593px;
}
#main-nav-right {
	position: absolute;
	left: 820px;
	top: 0;
	width: 160px;
	height: 33px;
	background-image: url(/templates/pics/main-nav-right-bg.png);
	background-repeat: repeat-x;
}
#short-sitemap-container {
	width: 800px;
	height: 17px;
	padding: 4px 170px 0 10px;
	overflow: hidden;
	position: relative;
	background-image: url(/templates/pics/breadcrumb-bg.png);
	background-repeat: repeat-x;
}
#short-sitemap-container-right {
	position: absolute;
	left: 820px;
	top: 0;
	width: 160px;
	height: 21px;
	overflow: hidden;
	background-image: url(/templates/pics/breadcrumb-right-bg.png);
	background-repeat: repeat-x;
	background-color: #CCE5E9;
}
#shop-search-container {
	width: 820px;
	height: 42px;
	overflow: hidden;
	position: relative;
	border-top: 3px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position:relative;
}
#shop-search-form-container {
	position: absolute;
	width: 794px;
	height: 20px;
	top: 12px;
	left: 13px;
}
#shop-search-left {
	position: absolute;
	width: 174px;
	height: 42px;
	line-height: 42px;
	top: 0px;
	left: 17px;
	z-index: 5;
	font-size: 11px;
}
#shop-head-container {
	width: 820px;
	height: 41px;
	overflow: hidden;
}
#content-container {
	width: 980px;
	height: 300px;
	padding: 1px 0 20px 0; 
	overflow: visible;
	background-image: url(/templates/pics/content-bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
html>body #content-container {
	height: auto;
	min-height: 300px;
}
#sub-navigation {
	width: 190px;
	height: 10px;
	overflow: visible;
	margin-top: -1px;
}
#content {
	width: 603px;
	margin-left: 27px;
	height: 500px;
	overflow: visible;
	position: relative;
}
#content-right {
	width: 160px;
	height: 500px;
	overflow: visible;
}
html>body #sub-navigation, html>body #content, html>body #content-right {
	height: auto;
	min-height: 500px;
}
#foot-container {
	background-image: url(/templates/pics/foot-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	width: 800px;
	height: 27px;
	padding: 13px 170px 0 10px;
	text-align: center;
	font-size: 11px;
	color: #666666;
	background-color: #E1DFDE;
	position: relative;
}
#foot-container-right {
	position: absolute;
	width: 160px;
	height: 50px;
	left: 820px;
	top: -10px;
	background-image: url(/templates/pics/foot-right-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#foot-container .pipe { color: #5CBAD3; }