/* content.css */
#content {
	color: #717171;
	font-size: 10px;
}
/* headlines */
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#content h1 {
	font-size: 14px;
}
#content h1.graphical {
	font-size: 38px;
}
#content h2 {
	font-size: 13px;
}
#content h3 {
	font-size: 12px;
}
#content h4 {
	
}
#content h5 {
	
}
#content h6 {
	
}

/* paragraphs & lists */
#content p,
#content ul,
#content ol,
#content dl,
#content address,
#content blockquote
{
	line-height: 16px;
	margin: 16px 0 16px 0;
}

#content p {

}
#content ul {
	margin: 0 0 0 10px;
	list-style-type: disc;
	list-style-position: inside;
}
#content ol {
	
}
#content dl {
	
}
#content address {
	
}
#content blockquote {
	
}
#content li {
	
}
#content dt {
	
}
#content dd {
	
}

/* links */
#content a {
	color: #339900;
}
#content a:link {
	
}
#content a:visited {
	
}
#content a:hover {
	
}
#content a:active {
	
}

/* tables */
#content table {
	margin: 16px 0;
}
#content table td,
#content table th {
	padding: 5px;
}
#content table td p {
	padding: 0;
	margin: 0;
}

/* tables - prices */
#content table.prices thead {
	background: url('/fileadmin/web/images/line.gif') left bottom repeat-x;
}
#content table.prices thead th {
	text-align: right;
}

#content table.prices tr.odd td {
	background-color: #EEEEEE;
}


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

#content .csc-textpic {
	
}
#content .csc-textpic-text {
	
}
#content .csc-textpic-image {
	
}