/**
 * Brunner AG - Druck und Medien, Kriens
 * @copyright      Copyright 2009, Brunner Web
 * @link           http://www.bag.ch/web
 */
 
#content .organigramm td {
	text-align: center;
}

#content .organigramm div {
	text-align: center;
	padding: 15px 0px;
	width: 196px;
	background-color: #1D4499;
	color: white;
	margin: auto;
	line-height: 15px;
	font-size: 11px;
}

#content .organigramm a {
	color: white;
	text-decoration: none;
}

#content .organigramm div p,
#content .organigramm div ul {
	margin: 0 10px;
}

#content #shop .artikel {
	float: left;
	margin-right: 16px;
	padding: 10px;
	background-color: #1D4499;
	color: white;
	width: 540px;
	margin-bottom: 16px;
}

#content #shop h3 {
	color: white;
}

#content #shop img {
	float: left;
	margin-right: 10px;
	margin-top: 4px;
}

#content #shop .foot {
	text-align: right;
	clear: both;
	font-weight: bold;
}
#content #shop .foot a {
	color: white;
	padding-left: 20px;
}

#content #bestellformular .amount {
	padding-right: 16px;
	background-color: red;
}

.bestellungmail {
	padding: 20px;
}

.forms {
	border: 1px solid #787878;
	background-color: white;
}

#content table.archiv td {
	padding-bottom: 20px;
	padding-right: 20px;
	vertical-align: top;
}

#content .stelleninserat {
	margin-bottom: 16px;
}

#content .stelleninserat .logo {
	background-color: white;
	height: 190px;
	width: 196px;
	float: left;
	margin-right: 16px;
	background-repeat: no-repeat;
	background-position: center;
}

#content .stelleninserat .logo img {
	width: 196px;
	height: 190px;
}

#content .stelleninserat .text {
	background-color: #1d4499;
	height: 190px;
	width: 388px;
	float: left;
	color: white;
	position: relative;
}

#content .stelleninserat .text p {
	padding-left: 10px;
	padding-right: 10px;
}

#content .stelleninserat .text h2 {
	margin-left: 10px;
}

#content .stelleninserat .text p.date {
	margin-top: 10px;
}

#content .stelleninserat .text .pdf {
	position: absolute;
	bottom: 16px;
	right: 0px;
}

#content .stelleninserat .text .pdf a {
	color: white;
}

#content .stelleninserat .text h2 {
	color: white;
}

#content .stelleninserat .linebreak {
	clear: left;
	font-size: 1px;
	line-height: 1px;
}

td.tableleft {
	text-align: left !important;
}

td.tablecenter {
	text-align: center !important;
}

#content div.organigramm {
	padding-top: 30px;
}


