/* content.css */

#content .element {
	margin: 0 0 2em 0;
}

/* headlines */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	margin: 0 0 20px;
}

#content h1 {
	font-size: 32px;
	text-transform: uppercase;
}

#content h2 {
	font-size: 14px;
	font-weight: bold;
}
#content h2.graphical {
	display: none;
}
#content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}
#content h4 {
	
}
#content h5 {
	
}
#content h6 {
	
}

/* basic elements */
#content p,
#content ul,
#content ol,
#content dl,
#content address,
#content blockquote,
#content pre,
#content table {
	margin: 10px 0;
	line-height: 18px;
}

#content p {
	
}

#content ul {
	list-style-type: circle;
	list-style-position: outside;
	
	margin-left: 30px;
}

#content ol {
	list-style-type: decimal;
	list-style-position: inside;
	
	margin: inherit 0 inherit 1em;
}
#content li {
	padding-left: 5px;
}

#content dl {
	
}
#content dt {
	
}
#content dd {
	
}

#content address {
	margin-left: 1em;
	margin-right: 1em;
}

#content blockquote {
	margin-left: 1em;
	margin-right: 1em;
	
	font-style: italic;
}


#content pre {
	width: 100%;
	overflow: auto;
	
	font-family: monospace;
	white-space: pre;
}

#content table {
	
}

#content thead {
	
}
#content thead tr {
	
}
#content thead th,
#content thead td {
		
}
#content thead th {
	background-color: #333333;
	color: #FFFFFF;
}
#content thead td {
	
}

#content tbody {
	
}
#content tbody tr {
	
}
#content tbody th,
#content tbody td {
	
}
#content tbody th {
	background-color: #EEEEEE;
}
#content tbody td {
	
}

#content tfoot {
	
}
#content tfoot tr {
	
}

#content tfoot th,
#content tfoot td {
	border-top: 1px solid #333333;
}
#content tfoot th {
	background-color: #EEEEEE;
}
#content tfoot td {
	
}

#content tr {
	
}

#content th,
#content td {
	padding: 0.125em 1em;
}

#content th {
	font-weight: bold;
}
#content td {
	
}

/* links */
#content a {
	text-decoration: none;
}
#content a:link {
	
}
#content a:visited {
	
}
#content a:hover {
	text-decoration: underline;
}
#content a:active {
	
}

/* typo3 custom elements */
#content .csc-textpic,
#content .csc-textpic-text,
#content .csc-textpic-image {
	
}

#content .csc-textpic {
	clear: both;
	margin: 0 0 15px;
}
#content .csc-textpic:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content .csc-textpic-text {
	
}
#content .csc-textpic-image {
	
}

#content .csc-textpic-imagecolumn,
#content .csc-textpic-image {
	width: auto !important;
}

#content .csc-textpic-imagewrap dl {
	margin: 0;
}

#content .csc-textpic-intext-left-nowrap img {
	
}

#content .csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
	margin-right: 35px !important;
}