/*  
Theme Name: INFOCOM
Theme URI: 
Description: InfoCom Hartmann
Version: 1.00
Author: Pascal Hartmann
Author URI: http://www.infocomnet.ch/
*/
 
html {height:100.2%;}

body { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	background:#fcfcfc url(images/background.png) repeat-x; 
	background-position: top center;
	color: #000; 
	margin: 0px;
	height: 100%;
}

#Hauptcontainer { 
	padding:0px; 
	width:900px; 
	margin:0 auto !important; 
	position: relative;
	min-height: 100%;
	height:auto !important;
	height:100%;
}

#Bandcontainer {
	width: 900px;
	margin: 20px auto;
	padding: 10px;
	min-height: 600px;
	border: 1px #000 solid;
	font-size: 13px;
	text-align: left;
}

#Bandcontainer img{
	clear: both;
	border: none;
	margin-bottom: 0px;

}

#Bandcontainer a{
	border: none;
	font-size: 12px;
	text-decoration: none;
	color: #5a66bc;
}

#Bandcontainer a:hover{
	text-decoration: underline;
	color: #5a66bc;
}

#Bandcontainer h1{
	clear: both;
	color: #5a66bc;
	font-size: 15px;
	margin-top: 0;
}

#Bandcontainer h2{
	font-size:  13px;
	margin-top: 7px;
	color: #5a66bc;
	font-weight: bold;
}

#Bandcontainer h3{
	font-size:  13px;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
}

#Bandcontainer p{
	margin-top: 6px;
	font-size:13px;
	margin-bottom: 20px;
}


#Logo{
	background-color: transparent;
	width: 171px;
	height: 77px;
	margin-left: -5px;
	float: left;
}

#Logo img{
	border: none;
	text-decoration: none;
	padding:0;
}

#Links{
	background-color: transparent;
	width: auto;
	height: 72px;
	margin-top:0;
	margin-right: 6px;
	padding-top: 5px;
	font-size: 12px;
	color: #5a66bc;
	float: right;
	text-align: right;
}

#Links p{
	margin-bottom: 0px;
}

#Links a{
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#Links a:hover{
	font-size: 11px;
	color: #5a66bc;
}

#header { 
	padding-top: 20px; 
	height: 80px; 
	clear:both; 
}

#sucheFormular{
	padding-top: 16px;
}

#Button {
	width: 52px;
	height: 22px;
	font-size: 11px;
	padding-top: 3px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid  #888888;
}

#Eingabe{
	font-size: 11px;
	width: 101px;
	height: 14px;
	padding:3px;
	background: #f9f9f9; 
	border: 1px solid #888888; 
	vertical-align:top;
}

/* ###############################  START HAUPTNAVIGATION ###############################  */

#Hauptnavigation{
	clear: left;
	background-color: transparent;
	width: 900px;
	height: 45px;

}

#HauptnavigationShadowLeft{
	width: 11px;
	height: 45px;
	float: left;
	background-image: url(images/hauptnavigationShadowLeft.png);
}

#HauptnavigationInhalt{
	width: 878px;
	height: 45px;
	float: left;
	background-image: url(images/hauptnavigationShadow.png);
	background-repeat: repeat-x;
}

#HauptnavigationShadowRight{
	width: 11px;
	height: 45px;
	float: left;
	background-image: url(images/hauptnavigationShadowRight.png);

}

#HauptnavigationInhalt ul{
	margin: 0;
	padding: 0;
	padding-left: 7px;
	list-style-type: none;
}

#HauptnavigationInhalt li{
	float: left;
}

#HauptnavigationInhalt a{
	color: #000;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 5px;
	padding-top: 11px;
	padding-left:9px;
	padding-right: 9px;
	padding-bottom: 11px;
}
#HauptnavigationInhalt a:hover{
	color: #5a66bc;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #c2c2c2;
}

#HauptnavigationInhalt li.current_page_item a{
	color: #5a66bc;
	background-color: #c2c2c2;
}

#HauptnavigationInhalt li.current_page_parent a{
	color: #5a66bc;
	background-color: #c2c2c2;
}

#HauptnavigationInhalt li.current_page_ancestor a{
	color: #5a66bc;
	background-color: #c2c2c2;
}
/* ################################  ENDE HAUPTNAVIGATION ###############################  */



/* ###############################  START DETAILNAVIGATION ###############################  */

#sidebar { 
	width: 218px;
	min-height: 2px;
	background-color: transparent;
	padding-left: 2px; 
	float: left;
}

.Detailnavigation-Navi-Shadow{
	width: 220px;
	height: auto;
	background-image: url(images/shadowNavi.png);
	background-repeat: repeat-y;
}

.Detailnavigation-Inhalt{
	margin-left: 4px;
	width: 211px;
	height: auto;
	background-image: url(images/background-navi.png);
	background-repeat: repeat-x;
	background-color: #939393;
}

.Shadow-Top-Navi{
	width: 220px;
	height: 6px;
	background-image: url(images/shadowTopNavi.png);
	background-repeat: no-repeat;
}


.Shadow-Bottom-Navi{
	width: 220px;
	height: 4px;
	background-image: url(images/shadowBottomNavi.png);
	background-repeat: no-repeat;
}

.Detailnavigation-Inhalt ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.Detailnavigation-Inhalt a{
	font-size: 12px;
	text-decoration: none;
	display: block;
	color: #000;
	width: 211px;
	height: 22px;
	text-align: center;
	padding-top: 8px;
	margin: 0;
}

.Detailnavigation-Inhalt a:hover{
	background-color: #c2c2c2;
	color: #5a66bc;
}

.Detailnavigation-Inhalt li.current_page_item a{
	color: #5a66bc;
	background-color: #c2c2c2;
}


.newsNavi li.current_page_parent a{
	color: #5a66bc;
	background-color: #c2c2c2;
}

.newsNavi li.current_page_ancestor a{
	color: #5a66bc;
	background-color: #c2c2c2;
}


#UnterUnterNavigation li.current_page_parent a{
	color: #5a66bc;
	background-color: #c2c2c2;
}

#UnterUnterNavigation li.current_page_ancestor a{
	color: #5a66bc;
	background-color: #c2c2c2;
}


/* ###########################  ENDE DETAILNAVIGATION #########################  */








/* ###############################  START INHALT ###############################  */

#inhalt { 
	width: 678px;
	height: auto;
	background-color: transparent;
	float: left;
	padding-left: 2px;
}

#inhalt h2 { 
	font-size: 15px; 
	padding: 7px 0px 0 0; 
	margin: 0 0 3px 0; 
	color: #5f5f5f;
}

#inhalt ol{
	padding-left: 20px !important;
}

#inhalt ol li{
	list-style: decimal;
}

#inhalt a{
	color: #CC0000;
	text-decoration: none;
}

#inhalt a:hover{
	color: #cc0000;
	text-decoration: underline;
}

#Shadow-Top-Inhalt{
	background-image: url(images/shadowTopInhalt.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 6px;
}

#Inhalt-Shadow{
	background-image: url(images/shadowInhalt.png);
	background-repeat: repeat-y;
}

#Inhalt-Inhalt{
	font-size: 13px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 7px;
	width: 604px;
	min-height: 400px;
	background-image: url(images/background-inhalt.png);
	background-repeat: repeat-x;
	background-color: #fff;
}

#InfoComSoftwareBilder{
	width: 604px;
	height: 320px;
}

#Inhalt-Inhalt-Dienstleistungen{
	font-size: 13px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-left: 7px;
	width: 604px;
	min-height: 540px;
	background-image: url(images/background-inhalt.png);
	background-repeat: repeat-x;
	background-color: #fff;
}

.TablePreise{
	padding-bottom: 10px;
}

#Shadow-Bottom-Inhalt{
	background-image: url(images/shadowBottomInhalt.png);
	background-repeat: no-repeat;
	width: 678px;
	height: 7px; 
}

#Inhalt-Inhalt img, #Inhalt-Inhalt-Dienstleistungen img{
	clear: both;
	border: none;
	margin-bottom: 0px;

}

#Inhalt-Inhalt a, #Inhalt-Inhalt-Dienstleistungen a{
	border: none;
	font-size: 12px;
	text-decoration: none;
	color: #5a66bc;
}

#Inhalt-Inhalt a:hover, #Inhalt-Inhalt-Dienstleistungen a:hover{
	text-decoration: underline;
	color: #5a66bc;
}

#Inhalt-Inhalt h1, #Inhalt-Inhalt-Dienstleistungen h1{
	clear: both;
	color: #5a66bc;
	font-size: 15px;
	margin-top: 0;
}

#Inhalt-Inhalt h2, #Inhalt-Inhalt-Dienstleistungen h2{
	font-size:  13px;
	margin-top: 7px;
	color: #5a66bc;
	font-weight: bold;
}

#Inhalt-Inhalt h3, #Inhalt-Inhalt-Dienstleistungen h3{
	font-size:  13px;
	margin-top: 5px;
	color: #000;
	font-weight: bold;
}

#Inhalt-Inhalt p, #Inhalt-Inhalt-Dienstleistungen p{
	margin-top: 6px;
	font-size:13px;
	margin-bottom: 20px;
}

#Inhalt-Inhalt hr, #Inhalt-Inhalt-Dienstleistungen hr{
	color: white;
}

#Inhalt-Inhalt td, #Inhalt-Inhalt-Dienstleistungen td{
	padding-bottom: 4px;
	padding-top: 4px;
}

#Sitemap{
	background-color: transparent;
}

#Sitemap a{
	color: black;
}

#SoftwareLogo{
	float: left;
	padding-left: 0px;
	margin-left: 0px;
	margin-top: 5px;
}

.portrait{
	float: right;
	border: #acacac solid 2px;
}

.portrait img{
	border: #acacac solid 2px;
	margin-bottom: 0;
}

.Team{
	font-size: 12px;
	height: 210px;
	border-bottom: #acacac solid 1px;
}

.Team h3{
	font-size:  13px;
	margin-top: 7px;
	color: #000;
	font-weight: bold;
}

.Team p{
	font-size: 12px;
	font-weight: normal;
}

.Team a{
	font-size: 12px;
	text-decoration: none;
	color: #5a66bc;
}

.Team a:hover{
	text-decoration: underline;
	color: #5a66bc;
}

#headerBild{
	
	margin: -20px;
	margin-left: -30px;
	margin-top: -20px;
	margin-bottom: 7px;
}

#Bild{
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	float: right;
	border: none;
	margin-top: -50px;
}

#Shadow{
	padding-left: 0px;
	padding-bottom: 0px;
	margin-bottom: -80px;
	float: right;
}


/* ###############################  ENDE INHALT ###############################  */



/* ##########################  START HOMEPAGEBOXEN ############################  */


#Mittelcontainer{
	width: 900px;
	height: auto;
	margin: auto;
}

#Mittelcontainer a{
	text-decoration: none;
	color: #000;
}

#Mittelcontainer a:hover{
	text-decoration: none;
	color: #000;
}

#InfocomBox{
	float: left;
	background-color: transparent;
	width: 510px;
	height: 310px;
	background-image: url(images/InfocomSoftwareBox.jpg);
}

#InfocomBox p{
	clear: both;
	color: #000;
	text-align: left;
	font-size: 12px;
	padding-left: 72px;
	padding-right: 65px;
	text-decoration: none;
	font-weight: normal;
}

#HomeBoxFragen, #HomeBoxArtikel, #HomeBoxSupport, #HomeBoxDemo{
	float: left;
	width: 195px;
	height: 155px;
}

#HomeBoxFragen{
	background-image: url(images/fragenBoxKlein.png);
}

#HomeBoxArtikel{
	background-image: url(images/artikelBox.png);
}

#HomeBoxSupport{
	background-image: url(images/supportBox.png);
}

#HomeBoxDemo{
	background-image: url(images/downloadBox.png);
}

#NewsLeiste{
	clear: left;
	background-color: transparent;
	width: 900px;
	height: 35px;

}

#NewsLeisteShadowLeft{
	width: 10px;
	height: 35px;
	float: left;
	background-image: url(images/newsLeisteShadowLeft.png);
}

#NewsLeisteInhalt{
	width: 880px;
	height: 35px;
	float: left;
	background-image: url(images/newsLeisteShadow.png);
	background-repeat: repeat-x;


}

#NewsLeisteShadowRight{
	width: 10px;
	height: 35px;
	float: left;
	background-image: url(images/newsLeisteShadowRight.png);
}

#NewsLeiste ul{
	margin: 0;
	padding: 0;
	padding-left: 8px;
	list-style-type: none;
}

#NewsLeiste li{
	float: left;
}

#NewsLeiste a{
	color: #000;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	display: block;
	margin-top: 3px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
}
#NewsLeiste a:hover{
	color: #5a66bc;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	display: block;
	background-color: #c2c2c2;
}
.NewsBox{
	float: left;
	background-color: transparent;
	width: 225px;
	height: 142px;
	background-image: url(images/newsBox.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}

#SoftwareLogoBild{
	padding-top:30px;
	padding-left: 33px;
	border: none;
}

#HomeBoxFragen p, #HomeBoxArtikel p, #HomeBoxSupport p, #HomeBoxDemo p{
	margin: 0;
	color: #000;
	font-size:12px;
	text-align: left;
	padding-top: 5px;
	padding-left: 28px;
	padding-right: 15px;
	text-decoration: none;
	position: relative;

}

#HomeBoxFragen h2, #HomeBoxArtikel h2, #HomeBoxSupport h2, #HomeBoxDemo h2{
	margin: 0;
	padding-top: 25px;
	padding-left: 17px;
	padding-bottom: 0;
	font-weight: normal;
	color: #000;
	font-size: 19px;
	text-decoration: none;
	position: relative;
}

#HomeBoxFragen strong, #HomeBoxArtikel strong, #HomeBoxSupport strong, #HomeBoxDemo strong{
	font-weight: bold;
	color: #000;
	font-size: 20px;
	text-decoration: none;
}

.NewsBox img{
	border: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.NewsTitel{
	float: right;
	width: 225px;
	height: 50px;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	margin-bottom: 8px;

}	

.NewsBox h2{
	
	font-size: 13px;
	font-weight: bold;
	color: #000;
	margin-bottom:0px;
	margin-right: 20px;
	margin-top:12px;
	margin-left: 16px;
	padding: 0px;
	text-decoration: none;
}

.NewsBox p{
	color: #000;
	font-size: 12px;
	clear: both;
	margin-left:20px;
	margin-right: 20px;
	margin-top:20px;
	padding: 0px;
	text-align: left;
	text-decoration: none;
}

.NewsBox a{
	color: #5a66bc;
	font-size: 12px;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

.NewsBox a:hover{
	color: #5a66bc;
	font-size: 12px;
	text-decoration: underline;
}


/* ############################  ENDE HOMEPAGEBOXEN ############################  */



/* ###############################  START FOOTER ###############################  */


#footer { 
	background-color: transparent;
	clear: left;
	width: 900px;
	height: 30px;
}

#footerShadowLeft{
	width: 10px;
	height: 30px;
	background-image: url(images/fusszeileShadowLeft.png);
	float: left;
}

#footerInhalt{
	width: 872px;
	height: 30px;
	background-image: url(images/fusszeileShadow.png);
	background-repeat: repeat-x;
	float: left;
	padding-top: 9px;
	padding-right: 4px;
	padding-left: 4px;
}

#footerShadowRight{
	width: 10px;
	height: 30px;
	background-image: url(images/fusszeileShadowRight.png);
	float: left;
}

#Aktualisierung{
	font-size: 10px;
	float: left;
	color: #5E5E5E
}
#Copyright {
	font-size: 10px;
	float: right;
	color: #5E5E5E
}

#Copyright a{
	font-size: 10px;
	text-decoration: none;
	color: #000;
}

#Copyright a:hover{
	text-decoration: underline;
	color: #000;
}


/* ###############################  ENDE FOOTER ###############################  */



.alignright{
float: right;
margin: 0 0 20px 15px;
}
.alignleft{
float: left;
margin: 0 20px 15px 0;
}

.postmetadata { 
font-size:10px; 
padding:3px 0px 3px 0px; 
border-bottom:#cc0000 1px solid; 
border-top:#cc0000 1px solid; 
margin-bottom: 35px;
}

.postmetadata a{ 
color: #cc0000 !important;
text-decoration: none;
}

.postmetadata a:hover{ 
color: #CC0000 !important;
text-decoration: underline;
}

blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd; }

blockquote cite { margin: 5px 0 0; display: block; }

.comments h3 { 
	font-size: 14px; 
	padding: 3px 0px; 
	margin: 30px 7px 3px 0; 
	border-bottom: dashed 1px #ccc;
}

.bobcomment { margin-bottom:3px;  padding:3px; background:#f8fbfc; border-left:#ccc 2px dotted;  }
.bobcomment img { border:0px; } 
ol.commentlist { list-style: none; padding: 0; margin: 0 0 1px; }
ol.commentlist li { list-style: none; margin: 0; padding: 13px 13px 1px; }
ol.commentlist li.commenthead { list-style: none; margin: 0; }
ol.commentlist li.commenthead h2 { margin: 0;}
input#submit{ background:#D3E8E3;border:1px solid #258a72; color:#000;font-size:13px; }
textarea { color: #666; width: 80%; border: 1px solid #cbcbcb; padding: 3px; margin-bottom: 0.6em; background: #fcfcfc; margin-top: 2px;}
input#url { color: #666; width: 50%; border: 1px solid #cbcbcb; padding: 3px; margin-bottom: 0.6em; background: #fcfcfc; margin-top: 2px;}
input#author { color: #666; width: 50%; border: 1px solid #cbcbcb; padding: 3px; margin-bottom: 0.6em; background: #fcfcfc; margin-top: 2px;}
input#email { color: #666; width: 50%; border: 1px solid #cbcbcb; padding: 3px; margin-bottom: 0.6em; background: #fcfcfc; margin-top: 2px;}

