/* CLANSON CSS */html,body {	height: 100%;}/* Ränder */body {	margin: 0;	padding: 5px 0px 0px 0px;}div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {	margin: 0;	padding: 0;}/* Hintergrund */body {	background: #EBF0F4;	color: #000000;}/* zentriert */body {	text-align: center;}/* Schrift */body {	font-family: Garamond, "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Trebuchet, Helvetica, Arial, sans-serif;	font-size: 14px;    line-height: 1.5em;    word-spacing: 1px;}	/* Rahmen */body {	border: none;	outline: medium none;}.body {	margin: 0px auto;	text-align: left;	width: 998px;}/* Sonstige Grundeinstellungen */li {	list-style: none;}a {	text-decoration:none;	color: #0000EE;}a:hover {	text-decoration: underline;}/* runde Ecken */.round_corner_10px {-moz-border-radius: 10px;-webkit-border-radius: 10px;-khtml-border-radius: 10px;border-radius: 10px;}	.round_corner_5px {-moz-border-radius: 5px;-webkit-border-radius: 5px;-khtml-border-radius: 5px;border-radius: 5px;}	/* Div-Anordnung */.left {	float:left;}.right {	float:right;}.clear {	clear:both;	float:none;	height:0;	width:0;} .is_visible {	display: inline;}/* Benötigte Schriftarten */@font-face { 	font-family: Header_Font;	src: url(fonts/Aclonica.ttf); 	url(fonts/Aclonica.ttf) format('truetype');}/* ab hier wegen responsive */#outer_box {  display: inline;}#small_screen {  display: none;}  @media (max-width: 480px) {	#outer_box {		display: none;	}	#small_screen {		display: inline;		width: 100%; 		text-align: center;	}	body {		background: #151515;	}	.small_screen_innerbox {		width: 80%;		margin-left: 10%;		padding-top: 10px;		padding-bottom: 10px;		padding-left: 8px;		padding-right: 8px;		background: #FF5161;		color: #FFFFFF;	}}/* CLANSON CSS */.header {	background: url(images/header.gif) no-repeat;	width: 998px;	height: 159px;}.header_name {	height: 119px;	padding-top: 40px;	padding-left: 80px;	text-align: right;}.header_name a, .header_name a:hover {	text-decoration: none;}.header_name h1 {	font-family: Header_Font, serif;	font-size:38px;	color: #333;	text-shadow: -5px 5px 5px rgba(0,0,0, 0.4);}.header_name h1 span {	font-size:16px}.header_sign {	width: 100%;	text-align: right;	margin-top: 15px;}.header_image {	margin-top: 17px;	margin-right: 48px;	border: 0;}.header_image a, .header_image a:hover {	text-decoration: none;	border: 0;}/* CLANSON CSS */.topmenu {	background: url(images/topmenu.gif) no-repeat;	width: 998px;	height: 49px;}.topmenu_container {	width: 840px;	padding: 0 79px;	height: 40px;}.topmenu_container_entry_5 {	margin-top: 3px;	height: 40px;	width: 168px;	text-align: center;}.topmenu_container_entry_5 a {	color:#FFFFFF;	font-weight: 700;	position: relative;	top: 5px;}.topmenu_container_entry_5:hover {	background: url(images/topmenu_hover.gif) repeat-x;}/* CLANSON CSS */.content_container {	width: 938px;	background: #FBFCFE;	padding: 20px 30px;	margin-bottom: 15px;	margin-top: 10px;}.content_box_big {	width: 938px;	padding: 0;	margin: 0;}.content_box_small {	width: 694px;	margin-right: 20px;}.content_data_box {	width: 100%;}/* CLANSON CSS */.content_service_menu {	width: 206px;	margin-bottom: 15px;	background: #F5F5F5;	padding: 12px 9px;	text-align: left;}.content_service_menu h2 {	font-size: 24px;	padding-bottom: 20px;}.content_service_menu li {	list-style: url(images/arrow.gif) inside;	line-height: 19px}/* CLANSON CSS */.content_info_blocks {	width: 938px;	height: 253px;	padding: 0 30px;	background: #FBFCFE;}.content_info_block {	width: 280.666666667px;	height: 237px;	margin: 8px 10px;	background: #F5F5F5;	padding: 8px 6px;}.content_info_block h2 {	font-size: 24px;	padding-bottom: 20px;}.content_info_block .subtitle {	color:#5795C3}/* CLANSON CSS */.footer {	background: url(images/footer.gif) no-repeat;	height: 109px;	text-align: center;	padding-top: 50px}.footer_line {	padding-bottom: 8px;}/* SAMMLERKAUFLADEN CSS *//* Meldung am Kopf der Seite *//* Dimensionen */.message {	margin-top: 10px;	padding: 5px 7px;}/* Schatten */.message {	-moz-box-shadow:     5px 5px 5px #a0a0a0;	-webkit-box-shadow:  5px 5px 5px #a0a0a0;	box-shadow:          5px 5px 5px #a0a0a0;}.message {	width: 984px;}/* Hintergrund */.message_info {    background: #75C701;	color: #000000;}.message_warning {    background: #FE0000;	color: #FFFFFF;}/* Erfolgsmeldung (zentriertes Popup) */.success_message_background {	z-index: 1111;    width: 100%;      height: 150%;      position:absolute;      top:0;      left:0;	background: #555555;	    opacity: 0.5;       /* modern browser */      -moz-opacity: 0.5;  /* older Mozilla browser */      -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE8 in Standard Compliant Mode */      filter:alpha(opacity=50); /* IE5.x -7.0 */  }.success_message {	z-index: 2222;	position: absolute; top: 50%; left: 50%;	width: 480px;	margin-left: -240px;	margin-top: -120px;	background: #FFFFC0;	display: block;	border: 6px solid #FFFFC0;}.success_message_inner_border {	border: 3px solid #555555;	padding: 3px 7px;}.success_message_button {	padding: 8px 0;}.success_message_confirm {	background: #DDECE2;	font: 13px verdana, arial, sans-serif;	font-weight: bold;	letter-spacing: 0px;	color: #555555;	cursor:pointer;	border: #555555 1px solid;	-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;border-radius: 4px;}.main_preview {	margin: 0px auto;	text-align: left;	width: 998px;}.main_preview table {	width: 100%;	margin: 0;	padding: 0;}.main_preview_content {	width: 100%;	text-align: left;}