/*
Theme Name: Isenschmid AG
Description: Aushub und Rückbauunternehmung
Author: Bernhard Luginbühl
Author URI: http://www.xgfx.net
*/

/* Fonts, Links */
h1 { 
	color : #594c3a;
	font-weight : normal;
	font-size: 1.5em; 
	margin: 10px 0 10px 0;
}
	
h2 { 
	color : #000;
	font-weight : normal;
	font-size: 1.4em; 
	margin: 10px 0 10px 0;
}

h3 { 
	color : #000;
	font-weight : normal;
	font-size: 1.3em; 
	margin: 10px 0 10px 0;
}

h4 { 
	color : #000;
	font-weight : normal;
	font-size: 1.2em; 
	margin: 10px 0 10px 0;
}
	
h5, h6 { 
	margin: 1.1em 0 0; 
}

ul,ol,li,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
fieldset{
	border:0;
}
a,a:link,a:visited,a:hover{
	color:#164d0f;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}

/* Body */

body {
	position : relative;
	background : #1d1c1a;
	font-family : Verdana;
	color: #2d2820;
	font-size: 13px;
}

/* Elemente */

#header {
	display : inline;
	width : 980px;
	float: left;
	background: url(images/header.jpg) no-repeat;
}

#logo {
	display : inline-block;
	width : 980px;
	height : 355px;
	float : left;
}

#wrapper{
	width: 980px;
	margin:0 auto;
}

#ie6 {
	width : 980px;
	margin : 0 auto;
	font-weight : bold;
        text-align : center;
	background : #fff;
}

#container{
margin-top: 30px;
	width: 980px;
	float: left;
	background: url(images/content.png) repeat-y;
}

#content{
	display: inline;
	width: 660px;
	float: left;
	margin: -90px 0px 0px 45px;
	padding-bottom:15px;
}

#content_text{
	width: 660px;
	float: left;
}

#left_column{
	width: 660px;
	padding: 16px 10px 0px 0px;
	float: left;
}

#right_column{
        float: right;
	width: 180px;
	margin: -40px 60px 0px 0px;
	font-size : 0.8em;
}

/* Post Entry */

.post {
	width : 660px;
}

.post_heading {
	width : 645px;
	height : 45px;
	float : left;
	margin : 0 0 10px 20px;
	background : url(images/post.png) no-repeat;
}

.post_heading h1 {
	color : #594c3a;
	font-weight : normal;
	font-size : 21px;
	padding : 0 0 0 40px;
	float : left;
}

.post_heading small {
	color : #594c3a;
	font-weight : normal;
	padding : 21px 10px 0 0;
	float : right;
}

.post_title {
	width : 645px;
	height : 45px;
	float : left;
	margin : 0 0 10px -15px;
	background : url(images/post.png) no-repeat;
}

.post_title h1 {
	color : #594c3a;
	font-weight : normal;
	font-size : 21px;
	padding : 0 0 0 40px;
	float : left;
}

.post_heading h1 a {
	color : #594c3a;
}

.entry{
	width: 605px;
	padding: 0px 0px 22px 35px;
	float: left;
}

.entry p{
	color: #454546;
	font-size: 14px;
	margin: 0px 0px 25px 0px;
}

.entry ul{
	list-style:square;
	padding: 0px 0px 0px 30px;
}

/* Bilder */

.imagest{
	border:1px solid #232D35;
	padding:0px;
	float:none;
	margin:0px 5px 5px 0px;
	line-height:30px;
}

.imagefl{
	border:1px solid #232D35;
	float:left;
	padding:0px;
	margin:0px 5px 5px 0px;
	line-height:30px;
}

.imagefr{
	border:1px solid #232D35;
	float:right;
	padding:0px;
	margin:0px 5px 5px 0px;
	line-height:30px;
}

.leadimagel {
	display: block;
	float: left;
	margin: 0px 10px 0 0;
}

.leadimager {
	display: block;
	float: right;
	margin:0px 0px 0px 15px;
}

.leadimagest {
	display: block;
	margin:0px;
}

.imagebg {
	color: #404040;
	background-color: #DDDDDD;
	padding: 3px 7px 3px 7px;
}

.imagebx{
	border:1px solid #232D35;
	padding:0px;
	margin:0px 0px 2px 0px;
	line-height:30px;
}

/* Tabellen */

table.none{
	border: 0;
	border-collapse: collapse;

}

table.none td {
	vertical-align:top;
        padding: 5px 0 5px 0;
}

table.line {
	border-collapse: collapse;
        border: 1px;
	border-bottom-style: solid; 
	border-bottom-color:#000000;
}

table.line th {
	font-weight : normal;
	color : #000;
	text-align: left;
	vertical-align:top;
        padding: 2px 0 2px 3px;
        background-color: #ADADAD;
        border: 1px;
	border-bottom-style: solid; 
	border-bottom-color:#000000;
}

table.line td {
	vertical-align:top;
        padding: 2px 0 2px 3px;
        border: 1px;
	border-bottom-style: solid;
	border-bottom-color:#000000;
}

table.standard {
	vertical-align:top;
	border: solid 1px;
	border-style: solid;
	border-color: #3C3C3C;
	border-collapse: collapse;
}

table.standard th {
	vertical-align:top;
	border: solid 1px;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #3C3C3C;
}

table.standard td {
	vertical-align:top;
	border: solid 1px;
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #3C3C3C;
}

/* Footer */

#footer{
	display: inline;
	width: 980px;
	height: 70px;
	float: left;
	padding: 0px;
	margin: 0px;
	background: url(images/footer.jpg) repeat-x;
}

#valid{
	float: right;
	width: 200px;
	margin: -30px 0px 0px 0px;
}

#footer p{
	color: #9c8f7c;
	font-size: 12px;
        text-align: center;
        margin: 30px 0px 0px 0px;
}

#footer p a{
	color: #9c8f7c;
	text-decoration: underline;
}

/* Navigation */

#sidemenu {
	display : block;
	border : 0;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	z-index : 5;
	position : absolute;
	top : 0;
}

#sidemenu ul {
	width : 980px;
	min-height : 30px;
	list-style-type : none;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
	z-index : 500;
	font-weight : bold;
	font-size : 1em;
}

#sidemenu li {
	display : inline;
	float : left;
	min-height : 20px;
	position : relative;
	text-align : left;
	padding : 5px 16px 5px;
	margin : 0 0 0 0;
}

#sidemenu h2 {
	padding : 0;
	margin : 0;
	font-size : 1em;
}

#sidemenu li ul {
	width : 158px;
	height : auto;
	top : 100%;
	left : 0;
	font-weight : normal;
	font-size : 1em;
}

#sidemenu li.LargeMenu ul {
	width : 201px;
	height : auto;
	top : 100%;
	left : 0;
}

#sidemenu li ul li {
	text-align : left;
	width : 126px;
	height : auto;
	display : block;
}

#sidemenu li.LargeMenu ul li {
	text-align : left;
	width : 201px;
	height : auto;
	display : block;
}

#sidemenu a {
	text-decoration : none;
}

#sidemenu li li ul {
	top : 0;
	left : 0;
}

#sidemenu li li:hover ul {
	left : 158px;
}

#sidemenu ul ul, 
#sidemenu ul li:hover ul ul, 
#sidemenu ul ul li:hover ul ul, 
#sidemenu ul ul ul li:hover ul ul, 
#sidemenu ul ul ul ul li:hover ul ul {
	position : absolute;
	display : none;
}

#sidemenu li:hover ul, 
#sidemenu ul li:hover ul, 
#sidemenu ul ul li:hover ul, 
#sidemenu ul ul ul li:hover ul, 
#sidemenu ul ul ul ul li:hover ul, 
#sidemenu ul ul ul ul ul li:hover ul {
	display : block;
}

#sidemenu 
#PhpWebcontent {
	display : none;
}

#sidemenu {
	color : #191919;
}

#sidemenu ul {
	background : #e7e3da;
}

#sidemenu ul ul {
	background : #000;
}

#sidemenu ul li {
	background : #e7e3da;
}

#feeds li {
	background : url(images/feed.png) no-repeat top left;
	padding-left : 18px;
}

#sidemenu h2 {
	color : #fff;
}

#sidemenu a {
	color : #191919;
}

#sidemenu ul li:hover {
	background : #ccc6b8;
}

#sidemenu ul li ul li {
	background : #ccc6b8;
}

#sidemenu ul li ul li:hover {
	background : #aba28e;
}

#sidemenu ul li ul ul li {
	background : #ccc6b8;
}

#sidemenu ul li ul ul li:hover {
	background : #aba28e;
}

/* For Link Indication plugin */
a.liexternal { padding-right: 15px; background: url(images/link-icon_external.png) no-repeat right; }
a.liwikipedia { padding-right: 15px; background: url(images/link-icon_wikipedia.gif) no-repeat right; }
a.liwp { padding-right: 16px; background: url(images/link-icon_wordpress.png) no-repeat right; }
a.liftp { padding-right: 13px; background: url(images/link-icon_ftp.png) no-repeat right; }
a.limailto { padding-right: 18px; background: url(images/link-icon_mail.png) no-repeat right; }
a.lipdf { padding-right: 15px; background: url(images/link-icon_pdf.png) no-repeat right;  }
a.lizip { padding-right: 15px; background: url(images/link-icon_zip.png) no-repeat right;  }
a.liword { padding-right: 15px; background: url(images/link-icon_word.png) no-repeat right;  }
a.liexcel { padding-right: 15px; background: url(images/link-icon_excel.png) no-repeat right;  }