/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
p {
	margin: 0;
	padding: 0 0 30px 0;
}

ul, ol, li {
	margin: 0;
	padding: 0;
	list-style-position: outside;
}
ol {
	margin: 0 0 6px 25px;
}
ul {
	margin: 0 0 6px 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: #005AA9;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5 {
	margin: 0 0 23px 0;
	padding: 0;
	font-size: 16px;
	color: #005AA9;
}
h1 {
	margin: 0 0 30px 0;
}
h2 {
	margin: 0 0 6px 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;
}
.vsuper {
	vertical-align:top;
	font-size: 9px;
}
.vbottom {
	vertical-align: text-bottom;
	font-size: 9px;
}
.lh-17 { line-height: 17px; }
.tcenter { text-align: center; }
.floatl { float: left; }
.floatr { float: right; }
.fixfloat {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}
/* Farben */
.bg-blue { background-color: #005AA9; }
.bg-dblue { background-color: #003E76;}
.bg-lgrey { background-color: #DFDFE0; }
.bg-mgrey { background-color: #C3C5C8; }
.bg-dgrey { background-color: #AEAFB2; }
.bg-white { background-color: #FFFFFF; }

.bg-magenta { background-image: url(/templates/pics/bg-magenta-grey.gif); background-repeat: repeat-x; }

.white { color: #FFFFFF; }

/* Außenabstände */
.mb-30 { margin-bottom: 30px; }
.mb-20 { margin-bottom: 20px; }
.mr-30 { margin-right: 30px; }
.mt-25 { margin-top: 25px; }
.mb-15 { margin-bottom: 15px; }
.pr-30 { padding-right: 30px; }
.pb-5 {	padding-bottom: 5px; }
.mr-5 { margin-right: 5px; }
.mb-5 { margin-bottom: 5px; }
.p-0-20 { padding: 0 20px; }
.pr-10 { padding-right: 10px; }
.pr-5 { padding-right: 5px; }

/* Innenabstände */
.p-14 { padding: 14px; }

/* Schriftgrößen */
.fs-11 {
	font-size: 11px;
}
/* Bilder */
.captcha-img {
	margin-bottom: 3px;
}
/* Seitenaufbau */
#print-logo-container, .offscreen { display: none; }
#main-container {
	margin: auto;
	width: 960px;
	padding: 20px;
	height: 500px;
	overflow: visible;
}
html>body #main-container {
	height: auto;
	min-height: 500px;
}
#site-container {
	background-image: url(/templates/pics/ratiomat-site-bg.gif);
	background-repeat: repeat;
	height: 500px;
	overflow: visible;
	position: relative;
	padding-top: 111px;
	padding-bottom: 14px;
}
html>body #site-container {
	height: auto;
	min-height: 500px;
}
#logo-container {
	position: absolute;
	width: 435px;
	height: 107px;
	overflow: hidden;
	left: 524px;
	top: 0;
	z-index: 10;
}
#ratiomat-logo-container {
	position: absolute;
	width: 147px;
	height: 52px;
	overflow: hidden;
	left: 784px;
	top: 74px;
	z-index: 12;
}
#site-service {
	position: absolute;
	height: 17px;
	overflow: hidden;
	left: 15px;
	top: 15px;
	z-index: 8;
	font-size: 9px;
	text-transform: uppercase;
	color: #98989B;
	width: 551px;
}
#site-service-nav {
	padding: 3px 10px 0 17px;
	margin-right: 16px;
	height: 14px;
}
#site-service-lang {
	padding: 3px 7px 0 7px;
	height: 14px;
	text-transform: none;
}

#site-service a:link, #site-service a:visited, #site-service a:active, #site-service a:hover {
	color: #98989B;
	text-decoration: none;
	padding-right: 7px;
}
#site-service a:hover, #site-service .site-service-a a:link, #site-service .site-service-a a:visited, #site-service .site-service-a a:active, #site-service .site-service-a a:hover {
	color: #005AA9;
}
#site-service-lang a {
	padding: 0 7px;
}
#navL1-container {
	height: 24px;
	padding-top: 1px;
}
#navL2-container {
	height: 24px;
	padding-top: 1px;
}
#head-container {
	width: 960px;
	height: 186px;
	overflow: hidden;
	margin-bottom: 17px;
}
#content-container {
	padding: 0 16px 0 16px;
}
#content, #content-area, #content-area-index, #content-area-standard, #content-area-large {
	width: 928px;
	overflow: auto;
	height: 499px;
	margin-bottom: 2px;
}
#content-area-index {
	height: 287px;
	overflow: hidden;
	position: relative;
}
#content-area-standard {
	height: 459px;
	overflow: hidden;
	position: relative;
}
#content-area-large {
	height: 888px;
	overflow: hidden;
	position: relative;
}
#content-area-sitemap {
	width: 928px;
	height: 499px;
	overflow: visble;
	margin-bottom: 2px;
}
html>body #content-area-sitemap {
	height: auto;
	min-height: 499px;
}
#content-left {
	float: left;
	width: 167px;
	overflow: hidden;
	margin-right: 16px;
	padding: 14px 0 0 0;
}
#content-center {
	float: left;
	width: 329px;
	overflow: hidden;
	margin-right: 16px;
	padding: 20px;
	height: 459px;
}
#content-right {
	float: left;
	width: 360px;
	overflow: hidden;
}
/* Schnipsel */
#content-left {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 459px;
}
#content-left h3 {
	padding-left: 14px;
	margin-bottom: 30px;
}
#content-left ul {
	width: 167px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 414px;
}
#content-left li {
	margin: 0;
	padding: 0;
	display: block;
	width: 167px;
	
}
.db-nav-left a:link, .db-nav-left a:visited, .db-nav-left a:active, .db-nav-left a:hover {
	background-image: url(/templates/pics/arrow-li-bluebg.gif);
	background-position: 13px 6px;
	background-repeat: no-repeat;
	padding: 0 20px 0 23px;
	display: block;
	color: #FFFFFF;
	line-height: 17px;
	width: 124px;
	cursor: pointer;
}

.db-nav-left a.active:link, .db-nav-left a.active:visited, .db-nav-left a.active:active, .db-nav-left a.active:hover, .db-nav-left a:hover {
	background-image: url(/templates/pics/arrow-li-whitebg-blue.gif);
	background-color: #FFFFFF;
	color: #005AA9;
	text-decoration: none;
}
.pager-left {
	height: 15px;
	padding-bottom: 1px;
}
.pager-numbers {
	width: 123px;
	height: 15px;
	margin: 0 1px 0 1px;
	font-size: 10px;
	padding: 0 0 0 9px;
	line-height: 15px;
}
.pager-arrows {
	width: 31px;
	height: 15px;
	overflow: hidden;
	padding-right: 1px;
}
.pager-numbers a:link, .pager-numbers a:visited, .pager-numbers a:active, .pager-numbers a:hover {
	color: #FFFFFF;
}
#content-center p {
	text-align: justify;
	line-height: 17px;
}
.std-details {
	width: 180px;
	overflow: hidden;
	padding: 20px 0;
	height: 459px;
	line-height: 17px;
	float: left;
	margin-right: 4px;
}
.std-request {
	width: 175px;
	overflow: hidden;
	padding: 20px 0;
	height: 461px;
	line-height: 17px;
	float: left;
}
/* Kontaktformular */
#contactform {
	margin: 0;
	padding: 0;
}
#contactform legend {
	display: none;
}
#contactform fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

#contactform-div, #contactform .div-input-text {
	padding: 0 14px;
	overflow: hidden;
}
#contactform .div-input-text { clear: both; }
#contactform input, #contactform textarea  {
	border: 1px solid #BCBDC0;
	background-color: #FFFFFF;
	color: #666666;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	width: 147px;
	display: block;
	padding: 1px;
	margin: 0;
}
#contactform input[type="hidden"] {
	display: none;
}
#contactform textarea  {
	height: 210px;
	overflow: auto;
}
#contactform button {
	font-size: 9px;
}
#contactform label {
	color: #666666;
	font-weight: bold;
	font-size: 11px;
	display: block;
	margin: 0;
	padding: 0;
}

#contactform .button-grey, #contactform .input-submit {
	display: block;
	background-color: transparent;
	height: 15px;
	line-height: 15px;
	margin: 0;
	padding: 0 21px 4px 0;
	font-size: 10px;
	background-image: url(/templates/pics/button-grey-bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border: 0;
	color: #666666;
	cursor: pointer;
	width: 175px;
	text-align: right;
}
#contactform  label.errorMsg { color: #CC0033; }
#contactform .input-text-plz { width: 43px; }
#contactform .input-text-ort { width: 100px; }
#contactform .div-input-text-plz {
	padding-left: 14px;
	width: 45px;
	float: left;
}
#contactform .div-input-text-ort {
	width: 102px;
	float: left;
}
#contactform .buttons {
	position: absolute;
	left: 1px;
	top: 441px;
	z-index: 2;
	background-color: #AEAFB2;
}
/* Inhalte Fließtext */
#content p {
	line-height: 17px;
}
.content-headline {
	width: 528px;
	overflow: hidden;
}
/* Startseite */ 


#index-welcome {
	position: absolute;
	left: 0;
	top: 0;
	width: 551px;
	height: 127px;
	overflow: hidden;
}
#index-welcome h1 {
	margin: 0;
	padding: 0;
	margin-bottom:12px;
}
#index-search {
	position: absolute;
	left: 756px;
	top: 0;
	width: 171px;
	height: 287px;
	overflow: hidden;
}
#index-search-form {
	margin: 0 0 20px 0;
	padding: 0;
}
.search-field {
	width: 105px;
	padding: 3px;
	background-color: #FFFFFF;
	color: #666666;
	border: 0;
	margin: 0;
}
.search-button {
	display: block;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0 0 0 5px;
	background-image: url(/templates/pics/search.gif);
	background-color: #AEAFB2;
	border: 0;
	cursor: pointer;
}
#index-search h4 {
	color: #005AA9;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
#index-search ul {
	margin: 0 0 20px 0;
	padding: 0;
}
#index-search li {
	margin: 0;
	padding: 0 0 0 10px;
	background-image: url(/templates/pics/arrow-li-greybg-white.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	list-style-type:none;
	line-height: 16px;
}
#index-search a:link, #index-search a:visited, #index-search a:hover, #index-search a:active,
#index-welcome a:link, #index-welcome a:visited, #index-welcome a:hover, #index-welcome a:active {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
#index-consulting {
	position: absolute;
	left: 0px;
	top: 143px;
	width: 360px;
	height: 144px;
	overflow: hidden;
}
#index-consulting a:link, #index-consulting a:visited, #index-consulting a:hover, #index-consulting a:active {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
.consulting {
	width: 224px;
	line-height: 16px;
}
.consulting h3 {
	margin-bottom: 12px;
}
.consulting-img {
	width: 108px;
}
#index-tip {
	position: absolute;
	left: 376px;
	top: 143px;
	width: 175px;
	height: 144px;
	overflow: hidden;
}
#index-banner {
	position: absolute;
	left: 568px;
	top: 0px;
	width: 171px;
	height: 287px;
	overflow: hidden;
}
#index-link-box {
	position: absolute;
	left: 568px;
	top: 0px;
	width: 151px;
	height: 253px;
	overflow: hidden;
	background-color: #8EB42B;
	color: #FFFFFF;
	padding: 17px 10px;
}
#index-link-box a:link, #index-link-box a:visited, #index-link-box a:active, #index-link-box a:hover {
	color: #FFFFFF; text-decoration: underline;
}
#index-link-box ul { margin-bottom: 0; }
#index-link-box ul li { padding-bottom: 7px; }
#index-link-box h3 { padding: 0; margin: 0 0 8px 0; }
#index-search-line {
	position: absolute;
	width: 163px;
	height: 4px;
	left: 4px;
	top: 80px;
	background-image: url(/templates/pics/search_line.png);
	background-repeat: repeat-x;
}
#index-ebay {
	position: absolute;
	left: 0;
	top: 172px;
	width: 171px;
	height: 115px;
	overflow: hidden;
}
#index-werkstudio-head {
	position: absolute;
	color: #FFFFFF;
	left: 16px;
	top: 100px;
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	height: 65px;
	line-height: 19px;
}
#index-search #index-werkstudio-head a:link, #index-search #index-werkstudio-head a:visited, #index-search #index-werkstudio-head a:active, #index-search #index-werkstudio-head a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.box-div-hidden{
	display:none;
}
.area-flexible {
	margin: 20px 0;
}
.pic-flex-left {
	width: 350px;
	margin-right: 20px;
	text-align: center;
}
.text-flex-right {
	width: 499px;
}
.area-flexible h1 {
	margin: 0 0 14px 0;
	padding: 0;
}
.area-flexible p {
	margin: 0;
	padding: 0 0 30px 0;
}
.area-flexible ul {
	margin-bottom: 30px;
	padding: 0;
}