/**********************************************
 * CONECTO Business Communication GmbH        *
 * Type: screen                               *
 **********************************************/

html, body {
	height: 100%;
}

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #707070;
	background: #e7e7e7 url(../img/layout/body_bg.gif) repeat-x center;
	height: 100%;
	overflow: hidden;
}


#containerSite {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 770px;
	height: 540px;
	margin: -270px 0 0 -385px;
	/*background: #fff;*/
}

#logo {
	border-bottom: 1px solid #d9d9d9;
	vertical-align: bottom;
}
#logo img {
	border: none;
}
#flashCell {
	vertical-align: top;
}

#mainNav,
#content {
	background: #fff;
	vertical-align: top;
}

#topNav {
	text-align: right;
	padding-bottom: 10px;
}
#topNav a.topLink {
	color: #707070;
	text-decoration: none;
}
#topNav a.topLink:hover {
	text-decoration: underline;
}

#mainNav {
	border-right: 1px solid #d9d9d9;
}

#mainNav a.mainLink,
#mainNav a.mainLinkActive {
	display: block;
	line-height: 20px;
	border-bottom: 1px solid #e2e2e2;
	border-left: 1px solid #fff;
	color: #707070;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 36px;
	font-size: 13px;
}
#mainNav a.mainLink:hover,
#mainNav a.mainLinkActive,
#mainNav a.mainLinkActive:hover {
	color: #fff;
	background: #ee5f00;
	font-weight: bold;
}
#mainNav a.subLink,
#mainNav a.subLinkActive {
	padding-left: 36px;
	display: block;
	line-height: 18px;
	font-size: 11px;
	color: #707070;
	text-decoration: none;
	background: #f0f0f0;
}
#mainNav a.subLink:hover,
#mainNav a.subLinkActive,
#mainNav a.subLinkActive:hover {}

#contentInner {
	padding: 25px 30px 30px 40px;
	height: 208px;
	overflow: auto;
}

#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
	font-size: 18px;
}



#footer {
	border-top: 18px solid #ee5f00;
	padding: 10px 30px 0 30px;
	font-size: 10px;
}
#footer a {
	color: #707070;
}


.contentTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 30px;
}
.contentTable .rowHead td {
	background: #eaeaea;
	padding: 2px 4px;
	font-weight: bold;
}
.contentTable .row1 td {
	padding: 4px;
	border: 1px solid #eaeaea;
}
.contentTable .row2 td {
	padding: 4px;
	border: 1px solid #eaeaea;
	background: #F6F6F6;
}


.tx-guestbook-pagination {
	font-size: 10px !important;
}
.tx-srfreecap-pi2-image {
	margin: 0;
}

.tx-veguestbook-pi1, .tx-veguestbook-pi1 * {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

input, textarea {
	border: 1px solid #666;
	padding: 2px;
}

input {
	width: 200px;
}

.tx-guestbook-submit {
	margin-left: 100px;
	width: 80px;
}

#containerFooter {
	clear: both;
	float: none;
	background: #000;
	padding: 10px;
	color: #999;
	text-align: center;
	height: 15px;
}

div.imgLeft {
	float: left;
	width: 227px;
	height: 162px;
	margin: 0 30px 10px 0;
}
div.imgRight {
	float: right;
	width: 227px;
	height: 162px;
	margin: 0 0 10px 30px;
}

hr.clearHr {
	clear:both;
	visibility: hidden;
}

.capCornForm {
    width: 40%;
    float: right;
    margin: 0 0 20px 20px;
}
.capCornForm .labelHead {
    font-weight: bold;
    margin-top: 4px;
    display: block;
}
.capCornForm form select,
.capCornForm form input,
.capCornForm form option {
    font-size: 10px;
}