/* CONTENT */

#content {
	position: relative;
	margin: 0 40px;
	padding: 50px 0 15px 15px;
	background-color: #FFFFFF;
	border-top: 2px solid #A7A8AA;
	background-repeat: no-repeat;
}

/* LOGO */
#content #logo {
	position: absolute;
	right: 15px;
	bottom: 15px;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	font-size: 9px;
	color: black;
}
#content #logo img {
	margin-right: -4px;
}
#content #logo #spacer {
	width: 55px;
	height: 15px;
	border-bottom: solid 2px #AF1023;
	float: right;
	margin-bottom: 5px;
}

/* SQUARES (Bildleiste unten links) */
#content #squares {
	position: absolute;
	left: 15px;
	bottom: 15px;
	height: 68px;
	width: 800px;
}
#content .squareImg {
	position: relative;
	float: left;
	width: 68px;
	height: 68px;
	margin-right: 9px;
}
#content #squaresVert {
	position: absolute;
	left: 15px;
	bottom: 15px;
	height: auto;
	width: auto;
}
#content .squareImgVert {
	position: relative;
	float: none;
	width: 68px;
	height: 68px;
	margin-top: 9px;
}
/* SPALTEN */
#content .small, #content .medium, #content .big, #content .extra {
	float: left;
	padding-right: 15px;
	position: relative;
}
#content .small {
	width: 160px;
}
#content .small .block .text {
	color: black;
	font-size: 10px;
	position: relative;
	background-image: url(/bilder/system/small_block_text_top.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
}
#content .small .block .onlyBig, #content .medium .block .onlyBig, #content .extra .block .onlyBig {
	display:none;
}
#content .medium {
	width: 247px;
}
#content .medium .block .text, #content .big .block .text, #content .extra .block .text {
	border-top: 2px solid #888888;
	line-height: 18px;
	position: relative;
	font-size: 12px;
	padding-top:1px;
	color: #666666;
}
#content .big {
	width: 335px;
}
#content .extra {
	width: 422px;
}
#content .lastOne {
	margin-right: 0;
}
#content .columnLine {
	background-image: url(/bilder/system/vertical_line.gif);
	background-position: top right;
	background-repeat: repeat-y;
}

/* BLOCK */
#content .block {
	padding-bottom: 12px;
	position: relative;
	width: 100%
}
#content .lastBlock {
	padding-bottom: 0;
}
#content .blockImg {
	border-top: 2px solid #AF1023;
}
#content .block .image .legend {
	background-color: #E6E6E6;
	border-bottom: 2px solid #A7A8AA;
	color: black;
	font-size: 9px;
	font-weight: normal;
	padding: 0 3px;
}
#content .block .text, #content .block .link, #content .block .image, #content .block .image .legend {
	height: auto;
}
#content .block .link {
	background-color: #A7A8AA;
	border-top: 2px solid #AF1023;
	color: #E6E6E6;
	display: block;
	line-height: 18px;
	padding-left: 4px;
}
#content .block .link:hover {
	color: white;
}
#content .block .doubleImage {
	float: left;
	width: 160px;
	padding-right: 15px;
}