/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** ######################################################################################################
** 
**  YAML Version: 2.5
**  Dateiversion: 18.06.06  
**  Datei       : content.css
**  Funktion    : Formatierung der Inhalte (Texte, Grafiken, Links, Listen, Tabellen usw.)
**
*/
@media all {
	body {
		font-size: 83.33%;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}
	h1,h2,h3,h4,h5,h6 {
		display: block;
		font-weight: bold;
		color: #000;
		clear: left;
	}
	h1 {
		font-size: 1.3em;
		background: inherit;
		margin: 0.4em 0 0.5em 0;
		border-bottom: 1px #000 solid;
	}
	h2 {
		font-size: 1.2em;
		margin: 0.2em 0 0.5em 0;
		border-bottom: 1px #555 solid;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		word-spacing: 0.3em;
	}
	h3 {
		font-size: 1.1em;
		margin: 0.5em 0 0.5em 0;
		border-bottom: 1px #888 solid;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		word-spacing: 0.3em;
	}
	h4 {
		font-size: 1.05em;
		margin: 0.4em 0 0.3em 0;
		border-bottom: 1px #888 dotted;
		letter-spacing: 0.05em;
		word-spacing: 0.2em;
	}
	h5,h6 {
		font-size: 1.0em;
		margin: 0.4em 0 0.3em 0;
	}
	h5 span,h6 span {
		border-bottom: #888 1px solid;
	}
	#header h1,#header p.subtitle,#nav_main h2,#nav_main h3, #quick_summary h2 {
		display: none;
	}
	#teaser h1 {
		font-size: 1.2em;
		border: 0;
	}
	#col1_content h1 {
		color: #000;
	}
	#col1_content h3 {
		color: #000;
		border-bottom: 1px #000 solid;
	}
	#col2_content h3 {
		color: #555;
		border-bottom: 1px #000 solid;
		margin: 0 0 0.3em 0;
		text-align: center;
	}
	p {
		line-height: 1.5em;
		margin: 0 0 1em 0;
		text-align: justify;
	}
	.menubox p {
		line-height: 1em;
		margin: 0 0 0.5em 0;
		text-align: center;
		font-size: 0.85em;
	}
	p.code {
		margin-bottom: 0.3em;
	}
	.tleft {
		text-align: left;
	}
	.tright {
		text-align: right;
	}
	.tcenter {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.noborder {
		border: none;
	}
	.invisible {
		display: none;
	}
	.block a {
		display: block;
	}
	address {
		font-style: normal;
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}
	strong,b {
		font-weight: bold;
	}
	em,i {
		font-style: italic;
	}
	small {
		line-height: 1.0em;
		font-size: 0.9em;
	}
	.chat, .code {
		background: #eee;
		border: 1px #BBB solid;
		color: #000000;
		padding: 1px 2px;
	}
	.chat {
		font-family: Helvetica, Arial, sans-serif;
	}
	.code {
		font-family: 'Courier New', Courier, monospace;
	}
	.errorText {
		border: 1px solid #000;
		background: red;
		color: #fff;
		font-weight: bold;
		text-align: center;
	}
	blockquote {
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		color: #666;
		background: transparent;
		border: 0;
	}
	hr {
		color: #fff;
		background: transparent;
		margin: 0 0 0.5em 0;
		border-bottom: 1px #eee solid;
	}
	acronym,abbr {
		letter-spacing: .07em;
		border-bottom: 1px dashed #c00;
		cursor: help;
	}
	.bluebox {
		color: #000;
		background: #f0f0f6;
		padding: 2px;
		border: 1px #ccd solid;
		text-align: center;
		padding: 4px 0 4px 0;
		margin-bottom: 1em;
	}
	.bluebox p {
		padding: 0px 8px 0 8px;
	}
	ul.linklist {
		list-style-type: none;
	}
	ul.linklist li {
		margin: 0;
	}
	.fototext {
		text-align: center;
		margin-top: 1em;
		border: 1px solid;
		margin-bottom: 10px;
	}
	.picforward img {
		margin-bottom: 0.5em;
	}
	#fotonav {
		text-align: center;
		display: block;
		margin: 5px auto 5px auto;
	}
	/* ?ber Uns Seite*/
	#geschichte {
		float: right;
		width: 45%;
		padding: 4px;
		background: #eee;
		border: 1px solid #888;
		margin-left: 1em;
		font-family: serif;
		font-size: 1em;
	}
	#geschichte h4 {
		font-size: 1.4em;
		border-bottom: 0;;
		margin: 0em 0 0.1em 0;
	}
	#geschichte h5 {
		font-size: 1.1em;
		border-bottom: 0;;
		margin: 0 0 0.5em 0;
	}
	#geschichte h5 span {
		border-bottom: 0;
	}
	#geschichte p {
		line-height: 1.2em;
		margin-bottom: 0.4em;
	}
	#geschichte .signatur {
		font-size: 0.9em;
		text-align: right;
		margin-bottom: 0;
	}
	.adresse {
		float: left;
		margin: 0 0.5em 1em 0.5em;
	}
	.adresse h4 {
		margin-bottom: 1em;
	}
	/* ######################################################################################################
** ### Bilder ###########################################################################################
** ######################################################################################################
*/
	img {
		border: 1px solid;
		padding: 1px;
	}
	table img {
		border: none;
		padding: 0px;
	}
	img.floatleft {
		float: left;
		margin-right: 0.5em;
		margin-bottom: 0.5em;
	}
	img.floatright {
		float: right;
		margin-left: 0.5em;
		margin-bottom: 0.5em;
	}
	img.tcenter {
		display: block;
		margin: 0 auto;
	}
	#webcam {
		display: block;
		border: 1px solid;
		padding: 1px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 2em;
		margin-bottom: 0.5em;
	}
	/* ######################################################################################################
** ### Auszeichnung lokaler und Externer Links ##########################################################
** ######################################################################################################
*/
	a,a:link {
		background: none;
		text-decoration: none;
	}
	a:visited {
		background: none;
	}
	a:hover,a:active {
		background: none;
		text-decoration: underline;
	}
	thead a,thead a:link {
		background: none;
		text-decoration: none;
	}
	thead a:hover,thead a:active {
		background: none;
		text-decoration: underline;
	}
	#topnav a {
		color: #000;
		background: transparent;
		text-decoration: none;
	}
	#topnav a:hover {
		color: #000;
		text-decoration: underline;
		background-color: transparent;
	}
	a.dl_link {
		display: block;
		padding: 0;
		margin: 0.5em auto 0 auto;
	}
	#main a[href ^="http:"], #main a [href ^="https:"] {
		padding-left: 12px;
		background-image: url('../img/ext_link.gif');
		background-repeat: no-repeat;
		background-position: left;
	}
	#main a[href ^="http://www.brettspielwelt.de"], #main a [href ^="https://www.brettspielwelt.de"], #main a[href ^="http://brettspielwelt.de"], #main a[href ^="https://brettspielwelt.de"]
		{
		padding-left: 0px;
		background-image: none;
	}
	#quick_summary a,#supportingText a {
		text-decoration: none;
		font-weight: bold;
	}
	#quick_summary li.download a {
		padding-left: 12px;
		background: url(../img/download.png) no-repeat left center;
	}
	/* Translate */
	a.translate,a.translate:link,a.translate:hover {
		vertical-align: super;
		font-size: 80%;
		text-transform: lowercase;
		letter-spacing: 0;
		color: #f00;
	}
	span.translate_off {
		text-decoration: line-through;
		color: #f00;
	}
	span.translate_on,span.translate_on a,span.translate_off a {
		color: #f00;
	}
	/* ######################################################################################################
** ### Listen ###########################################################################################
** ######################################################################################################
*/
	ul,ol,dl {
		line-height: 1.5em;
		margin: 0 0 1em 0.5em;
		text-align: justify;
	}
	ul ul,ol ol,ul ol,ol ul {
		margin-bottom: 0.2em;
	}
	#col2 ul {
		margin-left: 15px;
		margin-bottom: 0px;
		text-align: left;
	}
	#col2 ul li {
		margin-left: 0;
	}
	#col2 ul ul {
		margin: 0 0 0.2em 0;
	}
	li {
		margin-left: 1.5em;    
		line-height: 1.5em;
	}
	#col2 ul ul li {
		margin-left: 0.8em;
	}

	/* Umstellung von 1.8em auf 2.5em, um zweistellige Nummern in nummerierten Listen beim IE korrekt anzuzeigen - siehe DOG und Pandemie */

	.inside li {
		margin-left: 2.5em;   /* 1.8em */
	}
	/* Header-Liste */
	#topnav ul {
		line-height: 1em;
		position: absolute;
		right: 25px;
		top: 0px;
		filter: alpha(opacity = 60);
		opacity: 0.6;
		border: 1px solid #888;
		margin: 0;
		padding: 0px;
	}
	#topnav li {
		display: inline;
		margin: 0 0.3em;
		font-size: 0.8em;
		padding: 2px;
	}

	/* Sprachwahl-Flaggen */
	#header #langselect ul {
		list-style-type: none;
		position: absolute;
		right: 4px;
		top: 0px;
		margin: 0;
		padding: 0;
		background: none;
		border: none;
		width: 20px;
	}
	#langselect li {
		float: right;
		padding: 0;
		margin: 0;
	}
	#langselect a {
		display: block;
		width: 18px;
		height: 20px;
	}	
	#langselect a#flag_de {
		background: url(../img/flag_de.gif) no-repeat center;
	}
	#langselect a#flag_en {
		background: url(../img/flag_en.gif) no-repeat center;
	}
	#langselect a#flag_nl {
		background: url(../img/flag_nl.gif) no-repeat center;
	}
	#langselect a#flag_fr {
		background: url(../img/flag_fr.gif) no-repeat center;
	}
	#langselect a#flag_it {
		background: url(../img/flag_it.gif) no-repeat center;
	}
	#langselect a span {
	display:none
	}	
	

	/* Kommandos Definitionslisten */
	dl.command {
		margin: 0px 0px 10px;
	}
	.command dt {
		margin: 6px 0px 0px;
	}
	.command dd {
		margin: 0px 0px 0px 2em;
	}
	.command kbd {
		font: bold 1em 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}
	.command samp {
		font: 0.9em 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
	}
	/* Submen?s */
	ul.subnavtab {
		margin: 0;
		padding: 0px;
		list-style-type: none;
		text-align: left;
		clear: left;
	}
	ul.subnavtab li {
		margin: 0px 5px 0.8em;
		padding: 0px;
		width: 13.5em;
		float: left;
		height: 8.5em;
	}
	ul.subnavtab li a {
		line-height: 1.5em;
		display: block;
		padding: 0px 2px;
	}
	ul.subnavtab li span {
		display: block;
		margin: 0px 5px 0px 5px;
		font-size: 0.90em;
		line-height: 1.5em;
	}
	/* Grusskarten */
	#grusskarten ul {
		margin: 0;
		padding: 0px;
		list-style-type: none;
		text-align: left;
		clear: left;
	}
	#grusskarten ul li {
		margin: 0px 2px 0.8em;
		padding: 0px;
		float: left;
	}

	/* Minimenu */
	ul.minimenu {
		margin: 0.5em auto;
		padding: 0.2em;
		list-style-type: none;
		text-align: center;
		-moz-border-radius: 6px;
	}
	ul.minimenu li {
		display: inline;
		margin: 0 0.8em;
		padding: 1px 0;
	}
	ul.minimenu li a {
		line-height: 1.5em;
	}
	/* ######################################################################################################
** ### Formulare ########################################################################################
** ######################################################################################################
*/
	form {
		margin: 0px;
		padding: 0px;
	}
	input,textarea,select {
		width: auto;
		font-family: 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
		border: 1px #ccc solid;
		background: #fafafa;
		color: #000;
	}
	input [type=radio],input [type=checkbox] {
		border: none;
		background: none;
	}
	input,textarea {
		padding: 1px 2px;
	}
	input:hover,textarea:hover,select:hover,input [type=text]:focus,input [type=number]:focus,input
		[type=password]:focus,textarea:focus,select:focus {
		background: #f0f0f0;
		color: #000;
	}
	/* Login */
	#col2 form {
		border: none;
	}
	#col2 input.button {
		padding: 0px 1px;
	}
	#col2 input#BSWname {
		width: 157px;
	}
	/* Tabellenkopf */
	form.tabheader {
		float: right;
		margin: 0 0 1px 0;
		border: none;
		background: transparent;
		color: #fff;
	}
	/* Auswahl unter Tabellen */
	form.choose {
		border: 1px solid;
		padding: 2px;
		margin-bottom: 5px;
	}
	form.choose label {
		font-size: 0.9em;
	}
	.formelement {
		float: left;
		margin-right: 0.5em;
	}
	.showbutton {
		float: right;
		margin-bottom: 1.4em;
	}
	/* Eigenes Profil */
	form#profil fieldset, form#grusskarten fieldset#kartentext {
		border: 1px solid;
		padding: 5px;
	}
	form#profil, form#grusskarten {
		border: 0;
		background: transparent;
		padding: 2px;
	}
	form#profil fieldset#anschrift input {
		width: 220px;
		padding: 1px 2px;
	}
	form#profil fieldset#daten input {
		width: 180px;
		padding: 1px 2px;
	}
	form#profil fieldset#daten input.geb2,form#profil fieldset#daten input.geb4
		{
		width: auto;
	}
	form#profil fieldset#anschrift input#plz {
		width: 50px;
		margin-right: 3px;
	}
	form#profil fieldset#anschrift input#ort {
		width: 161px;
	}
	form#profil input,form#profil textarea,form#profil select {
		margin: 2px 0;
	}
	form#profil .radiosel, form#grusskarten fieldset#kartentext textarea, form#grusskarten fieldset#kartentext input#email {
		display: block;
		width: 500px;
	}
	form#profil textarea {
		width: 400px;
		padding: 2px;
		font-family: Arial, Helvetica, sans-serif;
	}
	form#profil label {
		display: block;
		float: left;
		width: 8em;
		margin: 2px 0;
	}
	form#profil fieldset#rules, form#profil fieldset#kartentext {
		margin-top: 5px;
	}
	form#profil fieldset#rules label{
		width: auto;
		float: none;
	}
	form#profil fieldset#rules input {
		float: left;
		margin: 0.2em 0.3em 0 0;
	}
	form#profil fieldset#rules input.showbutton {
		float: right;
		margin: 0 0 0 0.3em;
	}
	div.pformular {
		text-align: center;
	}
	#profil .pformular input.button {
		margin: 3px 10px;
	}
	/* Suche */
	col2 input#suchtext {
		width: 157px;
		margin-top: 0.2em;
		margin-bottom: 0.2em;
	}
	#col3 span.fund {
		background-color: #ffff30;
		margin: 0px;
	}
	#col3 p.suchergebnis {
		padding-left: 1em;
		font-size: 80%;
	}
	#col3 div.suchseiten {
		text-align: center;
	}
	#col3 form#suche {
		text-align: center;
		padding: 0.5em;
		margin: 0.5em;
	}
	#col3 form#suche input {
		margin-bottom: 0.5em;
		width: 15em;
	}
	#col3 form#suche input#suchtext {
		margin-bottom: 0.5em;
		width: 70%;
	}
	#col3 form#suche input.button {
		margin-bottom: 0.5em;
		width: auto;
	}
	/* ######################################################################################################
** ### Tabellen #########################################################################################
** ######################################################################################################
*/
	table {
		margin: 0px 0px 5px 0px;
		border-collapse: collapse;
		border: 1px solid #000;
	}
	th {
		padding: 2px;
		vertical-align: top;
		font-weight: normal;
	}
	td {
		padding: 1px 2px;
		vertical-align: top;
		border: 1px solid #000;
	}
	table.vcenter td {
		text-align: center;
		vertical-align: middle;
	}
	table.vcenter th {
		text-align: center;
	}
	table.vcenter .verth {
		width: auto;
	}
	/* ### DB-Tabellen ### */
	.dbtable,.vertdbtable {
		width: 100%;
		margin: 5px 0;
	}
	.dbtable th,.vertdbtable th {
		text-align: left;
	}
	.dbtable th.tcenter,.vertdbtable  th.tcenter {
		text-align: center;
	}
	.dbtable th.tright,.vertdbtable  th.tright {
		text-align: right;
	}
	.tabtitle {
		margin-right: 1em;
		font-weight: bold;
	}
	.dbtable td,.vertdbtable td {
		border: none;
	}
	.vertdbtable td {
		padding-left: 5px;
	}
	.vertdbtable .vertth td {
		padding-left: 2px;
	}
	.tevenfound {
		background: #ffff66;
		color: #000;
		border: 1px solid #000;
	}
	.toddfound {
		background: #ffff99;
		color: #000;
		border: 1px solid #000;
	}
	/* VertDBTable */
	.vertdbtable .vertth,.verttable .vertth {
		padding-right: 5px;
		width: 5%;
		font-weight: normal;
		border-left: none;
	}
	.verttable {
		width: 10%;
	}
	tr.spacer td {
		height: 5px;
		line-height: 5px;
		font-size: 40%;
	}
	.vertdbtable tr.spacer td,.vertdbtable tr.spacer {
		border-style: solid;
		border-left-style: hidden;
		border-right-style: hidden;
		border-width: 1px 0px;
	}
	/* BarChart */
	.bar {
		color: #000;
		position: relative;
		float: left;
		height: 1.3em;
		padding-left: 1px; /* gegen verschobenen text bei width:0% */
		white-space: nowrap;
	}
	.barvalue {
		font-size: 0.9em;
		color: #000;
		position: absolute;
		top: 0px;
		left: 4px;
	}
	/* ### Spielbeschreibungen ### */
	table.spielbeschreibung {
		width: 16em;
		margin: 5px 0 5px 10px;
		float: right;
	}
	table.spielbeschreibung td {
		border: 0;
	}
	/* ### Suche ### */
	table.suche {
		margin: auto;
		border: none;
		width: 70%;
	}
	table.suche td {
		border: none;
		padding: 0.1em;	
	}
	table.suche td.left {
		text-align: left;
		width: 50%;
	}
	table.suche td.right {
		text-align: right;
		width: 50%;
	}
	table.suche td.center {
		text-align: center;
	}
}