

/**
 * common
 */

body {
	font-family: Arial;
	font-size: 13px ! important;
}

/**
 * text elements
 */

.clear {
	clear: both;
}

#content {
	font-size: 12px;
	padding-left: 15px;
}

h1, h2, h3, h4 {
	font-family: Arial;
	line-height: 23px;
	font-weight: bold;
	color: #000;
	margin-bottom: 18px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 15px;
}

h3 {

	font-size: 14px;
}

h4 {

	font-size: 13px;
}

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

#content {
	padding-bottom: 150px;
}

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

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

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

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #000;
}


/**
 * gallery menu
 */

.csc-menu-gallery {
	float: right;
}

#content .csc-menu-gallery ul li {
}

.csc-menu-gallery a {
	text-decoration: none;
}

.csc-menu-gallery li.gallery-active a {
	text-decoration: underline;
}

/**
 * main structure
 */

#left {
}


/**
 * header
 */

#hd {
	height: 148px;
	background-image: url(../images/header/header_links.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
	margin-top: 4px;
}

#logo {
}


/**
 * footer
 */

#ft {
	height: 31px;
}

/**
 * body
 */

#bd {
	background-image: url(../images/elements/bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-top: 36px;
	min-height: 500px;
}


/**
 * content middle
 */

#content {
}



/**
 * 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;
}

/**
 * column-nav custom margin
 */

.yui-t3 #yui-main .yui-b {
	margin-left: 303px;
}

/**
 * sitemap
 */

.csc-sitemap ul li {
	list-style-type: none;
	margin-bottom: 2px;
	line-height: 8px;
}

.csc-sitemap ul ul {
	margin-top: 2px;
}

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

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

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

