/* RESET ALL CSS FIRST */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWAL
K SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEWALK SITEW
-------------------------------------------------------------------------------------------------
*/

body {
	font-family: Corbel, Trebuchet MS, Helvetica;
	font-size: 14px;
	background: #fff url(media/bkg_images/bkg_header_shadow.gif) repeat-x left 0px;
}

table * {
	font-size: 14px;
}

h1 {
	font-size: 18px;
	color: #ff7f00;
	line-height: 30px;
	border-bottom: 1px dotted #ccc;
	background: #fff url(media/bkg_images/bkg_h1.gif) repeat-x left bottom;
}

.left_div h1 {
	font-size: 14px;
	line-height: 30px;
	color: #ff7f00;
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 0px 20px;
}

h2 {
	font-size: 14px;
	color: #cd6600;
}

.text_content h2 {
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
 
.left_div .module_content {
	margin-top: 1px;
	padding: 10px 20px;
	background: #fff url(media/bkg_images/bkg_left_shadow.gif) repeat-x left 0px;
}

a:link, a:visited, a:hover, a:active {
	color: #2A8FBD;
	text-decoration: none;
}

a.arrow_link:link, a.arrow_link:visited, a.arrow_link:hover, a.arrow_link:active {
	color: #2A8FBD;
	text-decoration: none;
	background: url(media/bkg_images/arrow_link.gif) no-repeat left 4px;
	padding-left: 10px;
}

.content_div .text_content ul {
	list-style-position: outside;
}

.content_div .text_content ul li {
	list-style-type: none;
	background: url(media/bkg_images/bkg_list_tick.gif) no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
}

.text_content {
	margin-top: 10px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------------------------------
*/

.center_container {
	position: absolute;
	left: 50%;
	width: 960px;
	margin-top: 40px;
	margin-left: -475px;
}

.sitewalk_container {
	width: 960px;
	float: left;
}

.header_container {
	float: left;
	width: 100%;
}

.logo_div {
	float: right;
	margin-right: 20px;
}

.stuff_container {
	float: left;
}

.left_div {
	float: left;
	width: 300px;
	margin: 20px 40px 20px 0px;
}

.right_div {
	float: left;
	width: 600px;
	margin: 30px 0px;
}

.menu_div {
	float: left;
	width: 300px;
	margin-bottom: 35px;
}

.extra_div {
	float: left;
	width: 100%;
	margin: 0px;
}

.contact_div {
	float: left;
	margin-top: 20px;
	width: 100%;
}

.content_container {
	float: left;
	width: 600px;
}

.references_container {
	float: left;
	width: 600px;
}


.footer_div {
	float: left;
	width: 100%;
	margin: 10px 0px 40px;
	border-top: 1px solid #ccc;
}

.footer {
	float: right;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
LATEST 3 & LATEST 20
-------------------------------------------------------------------------------------------------
*/

.latest_3, .latest_20 {
	float: left;
	width: 100%;
	padding: 10px 0px 0px;
}

.post {
	float: left;
	width: 180px;
	margin: 0px 20px 0px 0px;
}

.latest_3 .first_post, .latest_20 .first_post, .latest_20 .nomargin_post {
	margin: 0px 20px 10px 0px;
}

.latest_20 .first_post {
	float: left;
	width: 100%;
}

.latest_20 .first_post .image {
	float: left;
}

.post .image {
	width: 174px;
	padding: 2px;
	border: 1px solid #eee;
	background: url(media/bkg_images/bkg_post_image.gif) no-repeat left top;
}

.post .image img {
	width: 174px;
	height: 94px;
}

.post.first_post .summary {
	padding: 5px;
}

.post .summary {
	height: 120px;
	overflow: hidden;
	padding: 5px;
	padding-left:0px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
NEWSDETAIL
-------------------------------------------------------------------------------------------------
*/

.newsdetail .title {
	margin-bottom: 10px;
}

.newsdetail .image {
	float: left;
	margin-right: 10px;
}

.newsdetail .image img {
}

.newsdetail .info {
	margin-left: 194px;
}

.newsdetail .summary {
	margin-bottom: 20px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
NEWSLIST
-------------------------------------------------------------------------------------------------
*/

.newslist {
	float: left;
	margin-bottom: 20px;
}

.newslist .title {
	margin-bottom: 10px;
}

.newslist .image {
	float: left;
	margin-right: 10px;
}

.newslist .summary {
	margin-bottom: 10px;
}

.newslist .more {
	margin-left: 70px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
NEWSMENU AT ADMIN
-------------------------------------------------------------------------------------------------
*/


.news_admin {
	float: left;
	margin-bottom: 20px;
}

.news_admin > div {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

.news_admin > div > div {
	text-align: center;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #eee;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
REFERENCES HOME
-------------------------------------------------------------------------------------------------
*/

.references_home {
	float: left;
	width: 100%;
	margin-top: 10px;
}

.references_home .featured {
	float: left;
	position: relative;
}

.references_home .featured .image {
	float: left;
	padding: 2px;
	overflow: hidden;
	border: 1px solid #ccc;
}

.references_home .featured .info {
	position: absolute;
	top: auto;
	bottom: 0px;
	left: 400px;
	right: auto;
	width:190px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
REFERENCES HOME LIST ALL
-------------------------------------------------------------------------------------------------
*/

.references_home .list_all {
	width: 100%;
	margin-top: 30px;
}

.references_home .list_all .links {
	margin-top: 10px;
}

.references_home .list_all .reference {
	float: left;
	width: 195px;
	margin: 0px 5px 10px;
	margin-left:0px;
	
}

/*                                                                                               
-------------------------------------------------------------------------------------------------
REFERENCES FEATURED
-------------------------------------------------------------------------------------------------
*/

.references_featured, .references_list {
	float: left;
	margin-top: 10px;
}

.references_featured .reference .image {
	width: 274px;
	padding: 2px;
	border: 1px solid #ccc;
}

.references_featured .reference {
	float: left;
	margin-bottom: 20px;
}

.references_featured .reference.new_row {
	margin-right: 40px;
}

.references_featured .reference .info {
	padding: 5px;
}

/*                                                                                               
-------------------------------------------------------------------------------------------------
REFERENCES LIST
-------------------------------------------------------------------------------------------------
*/

.references_list {
	margin-top: 20px;
}

.references_list .reference {
	float: left;
	width: 180px;
	margin: 10px 0px 0px 20px;
}

.references_list .reference.new_row {
	margin-left: 0px;
}

.references_list .reference .image {
	width: 174px;
	padding: 2px;
	border: 1px solid #ccc;
}

.references_list .reference .info {
	padding: 0px 5px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
CLIENTS SAY...
-------------------------------------------------------------------------------------------------
*/

.clients_opinion {
	margin-bottom: 10px;
}

.clients_person {
	font-style: italic;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
CONTENT STYLING FOR DIFFERENT STUFF
-------------------------------------------------------------------------------------------------
*/

#specTableInner {
	margin-bottom: 20px;
}

#specTableInner th {
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

#specTableInner tbody tr > td {
	padding-top: 10px;
	padding-right: 20px;
}

#specTableInner tbody tr td p strong {
	color: #ff7f00;
}

#specTableInner tbody tr td.pricetag {
	font-size: 20px;
	padding-right: 40px;
	font-weight: bold;
	color: #ff7f00;
}

#specTableInner tbody tr td.pricetag abbr {
	font-size: 11px;
}

#sitewalk_web_solutions {
	margin-top: 20px;
}

#sitewalk_web_solutions tbody tr td {
	padding-top: 10px;
	padding-right: 20px;
}

#sitewalk_web_solutions tbody tr td.pricetag {
	font-size: 20px;
	padding-right: 40px;
	font-weight: bold;
	color: #ff7f00;
	text-align: right;
}

#sitewalk_web_solutions tbody tr td.pricetag abbr {
	font-size: 11px;
	line-height: 30px;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
CONTACT FORM
-------------------------------------------------------------------------------------------------
*/

#dnn_ctr1057_FormMaster_tdFormMasterHeaderCell {
	display: none;
}

.contact_table td {
	text-align: left;
}

.contact_form_table {
	text-align: left;
}

.contact_form_table td {
	padding: 10px 10px;
}

.contact_form_table td label {
	font-weight: bold;
}

.contact_form_table tbody td {
	border-bottom: 1px dotted #ccc;
	background-color: #fafafa;
}

.contact_form_table tbody td.odd_row {
	border-bottom: 1px dotted #ccc;
	background-color: #fafafa;
}

.contact_form_table tbody td.even_row {
	border-bottom: 1px dotted #ccc;
	background-color: #fafafa;
}

.contact_form_table input, .contact_form_table textarea {
	padding: 2px;
	font-size: 14px;
	width: 300px;
	border: 0px;
	background: url(media/bkg_images/bkg_input.gif) no-repeat left top;
}

.contact_form_table a.submit_button {
	margin-left: 100px;
}

.contact_form_table td span {
	padding-left: 100px;
}

.contact_form_table a.submit_button:link, .contact_form_table a.submit_button:visited {
	padding: 5px;
	text-transform: uppercase;
	color: #fff;
	background: #333;
}


/*                                                                                               
-------------------------------------------------------------------------------------------------
GALLERY
-------------------------------------------------------------------------------------------------
*/

.GalleryCellLeftNavigationSpace, .GalleryCellRightNavigationSpace,
.GalleryCellLeftContainerSpace, .GalleryCellRightContainerSpace,
.GalleryCellLeftBottomSpace, .GalleryCellMiddleBottomSpace, .GalleryCellRightBottomSpace,
.GalleryCellElementPictureName, .GalleryCellElementPictureSize {
	display: none;
}

.GalleryTabNavigation {
	margin: 10px 0px;
}

.GalleryCellElementAlbum, .GalleryCellElementFile {
	padding-right: 20px;
	padding-bottom: 20px;
}

.GalleryCellElementAlbumPicture, .GalleryCellElementPicturePicture {
	padding: 2px;
	border: 1px solid #ccc;
}

.GalleryTabElementAlbumDesc td, .GalleryTabElementPictureDesc td {
	padding: 0px 5px;
}

/*anpassung lihga 2010*/

.formmaster_table, .formmaster{
width:100%;
}

.formmaster td{
padding-bottom:10px;
}

.lihga_submit{
visibility:hidden;
}
