

/**
 * common
 */



body {
	font-family: Arial;
}

/**
 * text elements
 */

.clear {
	clear: both;
}

h1,h2,h3,h4 {
	font-family: Arial;
	font-size: 18px;
	line-height: 20px;
	color: #000000;
	margin-top: 18px;
	margin-bottom: 18px;
	font-weight: bold;
}

h3 {
	font-size: 14px;
	line-height: 15px;
}

h4 {
	font-size: 13px;
	line-height: 13px;
	color: #000;
}

p.bodytext {
	margin-bottom: 9px;
}

#content li {
	margin-left: 20px;
}

#content ul,
#content ol {
	margin-bottom: 15px;
}

#content ul li {
	list-style-type: disc;
	margin-top: 5px;
	margin-left: 100px;
}

#content ol li {
	list-style-type: decimal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #000;
}

/**
 * nav
 */
#nav {
	margin: 18px 0 0 46px;
}

#nav li {
	margin: 0 0 1px 0;
	font-size: 0;
	line-height: 0;
}

#nav .nav-sublist {
	margin-top: 1px;
}


/**
 * sitemap
 */

#content .csc-sitemap ul li {
	list-style-type: disc;
}

#content .csc-sitemap ul ul {
	margin-top: 10px;
}

#content .csc-sitemap a {
	color: #000;
	text-decoration: none;
}

#content .csc-sitemap a:hover {
	text-decoration: underline;
}

/**
 * t3
 */
.typo3-adminPanel {
	text-align: left;
}

.tx-sremailsubscribe-pi1 {
	margin-top: 8px;
}


/**
 * main structure
 */

#left {
	min-height: 450px;
}

#content {
	background-image: url(../images/elements/bg_triangle.gif);
	background-position: center 150px;
	background-repeat: no-repeat;
	position: relative;
	min-height: 450px;
	font-size: 13px;
	float: left;
	margin-right: 34px;
}


/**
 * header
 */

#hd {
	height: 156px;
	border-top: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
}


#hd-logo {
	float: left;
}

#hd-links {
	float: right;
	margin: 89px 32px 0 0;
}

#hd-logo,
#hd-links {
}

#hd-links ul {
	padding: 0;
	margin: 0;
}

#hd-links li {
	list-style-type: none;
	display: inline;
}

#vhh {}

#ivd {
	margin-left: 13px;
}


/**
 * body
 */

#bd {
	background-image: url(../images/elements/bdbg.gif);
	background-position: top left;
	background-repeat: repeat-y;
	margin-top: 8px;
}


/**
 * footer
 */

#ft {
	margin-top: 8px;
	border-top: 1px solid #c0c0c0;
	text-align: right;
}

#ft,
#ft li,
#ft ul,
#ft a {
	color: #474747;
	text-decoration: none;
	font-size: 10px;
	text-decoration: none;
}

#copy {
}


/**
 * footer navigation
 */

#ft-nav, #copy {
	margin-right: 8px;
}

#ft-nav li,
#ft-nav li a {
	line-height: 22px;
}

#ft-nav ul {
	padding: 0;
	margin: 0;
}

#ft-nav li {
	list-style-type: none;
	display: inline;
}

#ft-nav li a {
	margin-right: 8px;
	padding-right: 9px;
	text-decoration: none;
	border-right: 1px solid #c0c0c0;
}


#ft-nav li.ftnavact a {
	text-decoration: underline;
}


/**
 * forms
 */

.csc-mailform-field label {
	width: 100px;
	display: block;
	float: left;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field input,
.csc-mailform-field textarea {
	margin: 4px 0;
}

.csc-mailform-field input,
.csc-mailform-field textarea {
	width: 300px;
}

.csc-mailform-field .csc-mailform-check,
.csc-mailform-field .csc-mailform-submit {
	width: auto;
}

.csc-mailform-field .csc-mailform-submit {
	margin-left: 340px;
}




