

/**
 * common
 */

body {
	font-family: Verdana;
}

/**
 * text elements
 */

.clear {
	clear: both;
}

h1 {
	font-family: Arial;
	font-size: 23px;
	line-height: 23px;
	font-variant: small-caps;
	color: #575757;
	margin-bottom: 20px;
}

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

#mcontent li {
	margin-left: 20px;
	margin-bottom: 12px;
}

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

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

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

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #000;
}


/**
 * gallery menu
 */

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

#mcontent .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 {
	background-color: #191919;
}


/**
 * header
 */

#hd {
	height: 155px;
    /*
	 *background-image: url(../images/header/top_bar.gif);
     */

	background-image: url(../images/header/neue_anschrift.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e9ecf1;
	margin: 7px 0 3px 0;
}

/*
 *#logo {
 *    padding: 52px 22px 0 0;
 *}
 */

#logo {
	text-align: right;
	padding: 33px 85px 0 0;
}

#logo a {
	display: block;
}

#hd-left a {
	display: block;
	margin: 52px 0 0 30px;
	width: 227px;
}

/**
 * footer
 */

#ft {
	height: 136px;
	background-image: url(../images/header/top_bar.gif);
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #5f6068;
	margin: 2px 0 5px 0;
	text-align: right;
}

/**
 * body
 */

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


/**
 * projects and content middle commons
 */

#projects,
#mcontent {
	min-height: 200px;
	padding: 33px 30px 23px 44px;
	font-size: 10px;
}

.separator {
	height: 3px;
	background-color: #fff;
}


/**
 * projects
 */
#projects {
	background-color: #d6dae0;
}

#projects-content {
}

/**
 * content middle
 */

#mcontent {
	padding-left: 44px;
	background-color: #e7ecf0;
}

/**
 * footer
 */


#ft {
	padding: 0 20px 0 20px;
}

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

#ft-left {
	text-align: left;
}


#ft-left span {
	line-height: 22px;
}

#ft-left img {
	
}

#ft-left,
#ft-right {
	margin-top: 50px;
}

#ft-right {
	font-style: italic;
}

/**
 * footer line margin
 */

#ft-left li {
	margin-bottom: 5px;
}

#copy {
	margin-top: 19px;
}

/**
 * footer navigation
 */

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

#ft-right ul {
	padding: 0;
	margin: 0;
	float: right;
}

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

#ft-right li a {
	display: block;
	float: left;
	margin-right: 7px;
	padding-right: 7px;
	text-decoration: none;
	border-right: 1px solid #ccc;
}


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

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

/**
 * footer icons
 */

.icon-email,
.icon-phone {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
}

.icon-phone {
	background-image: url(../images/elements/icon_phone.gif);
}

.icon-email {
	background-image: url(../images/elements/icon_letter.gif);
}




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


