@charset "utf-8";
/* CSS Document Druckausgabe */
/* Author: corax | Agentur für Druck- und Digitalmedien (support@corax.de)*/

* {font-family:Arial, Helvetica, sans-serif; font-size: 13px;}

body {}

img.logo {float: right; clear:both; margin-right: 20px;}
img.headline {clear:both; margin-top: 40px;}

/*Schriften*/
h1, h2, h3, h4, h5, h6 {font-size: 16px; font-weight:bold;}

/*Content*/
.content {width: 380px; margin-top: 3px;}

/*Formulare*/
.textinput {border: 1px solid #999; font-size: 11px; }
.textinput_active {border: 1px solid #999; background-color:#F0F0F0; font-size: 11px;}

/*Text-Links*/
a {color:#006AB3; text-decoration: none;}
a:hover{text-decoration: underline;}

/*Aufzählungen*/
ul {margin: 11px 0px 11px 17px; padding: 0px;}
	ul li {list-style:square; margin-top: 6px; list-style-image: url(../assets/list/disc_blue.png); margin-top: 6px;}

/*Trenner*/
hr {height: 1px; border: 0px none; border-top: 1px dotted #666;}


/*Tabelle*/
.content_table {display:inline-table; float: right; clear:both; }

.content_table thead {}
	.content_table thead tr td {color:#000; font-weight: bold; padding: 2px 14px 2px 14px;}
	
.content_table tbody {}
	.content_table tbody tr td {padding: 2px 14px 2px 14px; font-size: 11px;}
	
.content_table tfoot {}
	.content_table tfoot tr td {padding: 2px 14px 2px 14px; background-color: #F0F0F0;}

sup {font-size: 11px;}
	
/*Sonderformatierung Gewerbeobjekte*/
#container_thumbnails {width: 200px; float:right; clear:both; margin-bottom: 28px; margin-left: 28px;}
	#container_thumbnails a {width: 60px; height: 62px; float: left; margin-right: 4px; margin-top: 4px; border: 1px solid #CCC; text-align:center; vertical-align: middle;}
	#container_thumbnails a  img { margin: 1px auto;}
