/* Allgemeines CSS */

/* Tag Format */
html {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	color: #797979;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
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: #006633;
	text-decoration: underline;
}
.link-white a:link, .link-white a:visited, .link-white a:active, .link-white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
} 
h1, h2, h3 {
	margin: 0 0 14px 0;
	padding: 0;
	color: #000000;
	font-size: 18px;
	text-transform: uppercase;
}
h2 {
	margin: 0 0 6px 0;
	padding: 0;
	color: #000000;
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-size: 12px;
}
h5 {
	margin: 0;
	padding: 0;
	font-size: 15px;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* Boxsizes */
.boall { border: 1px solid #FFFFFF; }
.bono { border: 0; }
.bobr {
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
.bob { border-bottom: 1px solid #FFFFFF; }
.bor { border-right: 1px solid #FFFFFF; }

.s {
	width: 109px;
	height: 109px;
	overflow: hidden;
}
.m 	{ width: 219px; }
.l 	{ width: 329px; }
.xl { width: 439px; }
.xl5 { width: 549px; }
.xxl { width: 780px;}


.s-box-pad, .m-box-pad {
	padding: 12px 7px;
	width: 95px;
	height: 85px;
	overflow: hidden;
}
.m-box-pad {
	width: 205px;
}
.s-box-pad p, .m-box-pad p{
	margin: 0;
	padding: 0;
}
.margin-top24 {
	margin-top: 24px;
}

.floatl {
	float: left;
}

.t-normal {
	text-transform: none;
}

/* Colordefinitions */
.bg-green 	{ background-color: #007D24; }
.bg-lgreen	{ background-color: #B5CDB8; }
.bg-mint 	{ background-color: #DAE6DB; }
.bg-blue 	{ background-color: #3399CC; }
.bg-grey 	{ background-color: #E5E5E5; }
.bg-lgrey 	{ background-color: #F2F2F2; }
.bg-orange 	{ background-color: #FF9933; }
.bg-white 	{ background-color: #FFFFFF; }
.f-white 	{ color: #FFFFFF; }
.f-black 	{ color: #000000; }
.f-grey		{ color: #808080; }
.f-blue		{ color: #3399CC; }

/* Sitestructure */
.clearAll {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
#site-container  {
	width: 780px;
	height: 200px;
	overflow: visible;
	margin: 0 auto;
	text-align: center;
}
#text-left {
	text-align: left;
}
html>body #site-container {
	height: auto;
	min-height: 200px;
}
#home-container {
	height: 110px;
	border: 0;
}
#head-container {
	height: 220px;
	border: 0;
}
#ad-container {
	width: 221px;
}
#nav-comtainer, #flash-container {
	height: 219px;
}
#flash-container {
	overflow: hidden;
}
#main-nav, #service-nav, .pad-top-9 {
	padding: 9px 0;
	height: 91px;
}
#main-content {
	height: 329px;
	overflow: visible;
}
html>body #main-content {
	height: auto;
	min-height: 329px;
}
.content {
	padding: 24px 18px;
	height: 20px;
	overflow: visible;
}
html>body .content {
	height: auto;
	min-height: 20px;
} 
#search-box {
	height: 109px;
}
#search-box form {
	padding: 12px 7px;
	margin: 0;
}
#second-level-nav {
	height: auto;
}
.snippet-box {
	height: auto;
	margin-bottom: 10px;
}
.app-deteial-pic img {
	margin-top: -20px;
}
.noflash {
	height: 239px;
}
.merkliste input {
	border:0px;
	background-color:#ffffff;
}
.merklistenkopf {
	padding:3px 4px 3px 4px;
}
.merkliste {
	margin-bottom:10px;
}
.buttonlookinglikealink {
	border:0px;
	margin:0px;
	padding:0px;
	color: #006633;
	font-size:9px;
	text-decoration:underline;
	width:85px;
	display:inline;
	cursor: pointer;
}
#right-content {
	width: 221px;
}