/**
 * slideshowpro
 */

#flashcontent {
	position: absolute;
	visibility: hidden;
	width: 562px;
}



.clear {
	clear: both;
}

body {
	font-family: Verdana;
	font-size: 11px;
}

/**
 * content
 */

#content {
	min-height: 520px;
}

#main-content {
	width: 380px;
	position: relative;
}

#content ul.csc-menu-1 li {
	list-style-type: none;
	display: inline;
	margin-left: 0;
	margin-right: 5px;
}

/**
 * background images
 */
 
 .anotherone-bg {
 	background-image: url(../images/bg/a1.jpg);
 	background-position: 82px top;
 	background-repeat: no-repeat;
 	min-height: 800px;
 }
 

/**
 * header
 */
 
#hd {
	height: 272px;
}

#logo {
	width: 46px;
	height: 209px;
	position: absolute;
	padding: 75px 0 0 65px;
}


/**
 * navigation
 */

#navigation ul {
	margin: 0;
	padding: 15px 0 0 120px;
}

#navigation li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 8px 0;
}

#navigation li a {
	line-height: 16px;
	font-size: 11px;
	font-family: Verdana;
	font-style: italic;
	font-weight: bold;
	color: #717171;
	display: block;
	text-decoration: none;
}


#navigation li.nav-selected a {
	color: #79BF00;
	text-decoration: underline;
}

#navigation li.nav-news {
	padding: 0 0 8px 0;
}

#navigation li.nav-news a,
#navigation li.nav-newsletter a {
	color: #000;
	font-variant: small-caps;
	font-family: Sans-serif;
	font-size: 13px;
	font-weight: bold;
}

#navigation li.nav-newsletter a {
	color: #79BF00;
}


/**
 * subnav
 */

#navigation ul ul {
	padding: 0;
}

#navigation li li {
	padding: 0 0 0 12px;
	background-image: url(../images/elements/hook.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
}

#navigation li li a {
	font-weight: normal;
}

#navigation li.nav-selected li a {
	color: #717171;
	text-decoration: none;
}

#navigation li.nav-selected li.nav-selected a {
	color: #79BF00;
	font-weight: bold;
}


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


/**
 * common margin
 */


/**
 * footer navigation
 */

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

#ft ul {
	padding: 0;
	margin: 20px 37px 20px 0;
	float: right;
}

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

#ft li a {
	display: block;
	float: left;
	margin-right: 10px;
	text-decoration: none;
	font-size: 9px;
	color: #999;
}

#ft li.copy a {
	border-right: none;
	margin: 0;
	padding: 0;
}

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


/**
 * text elements
 */

.csc-firstHeader, h1, h2, h3, h4, h5, h6, h7, h8 {
	font-size: 18px;
	margin: 15px 0 15px 0;
}

.csc-firstHeader {
	font-size: 18px;
}

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

#content li {
	margin-left: 13px;
	margin-bottom: 1px;
}


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


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

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

#content a {
	color: #717171;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}



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

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

/**
 * sitemap
 */

.csc-sitemap ul li {
	list-style-type: none;
	margin-bottom: 4px;
}

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

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


