html, body{ 
 margin:0; 
 padding:0; 
 } 
 
#pagewidth{ 
 width:945px;
 background-image:url(../imagetank/background2.jpg);
 background-repeat:repeat-y;
 height:100%;
} 

/*************************************************************************************
LEFT COLUMN 
*************************************************************************************/

#leftcol{
width:340px;
/*position:relative;*/ 
float:left;
/* display:inline;*/
background-image:url(../imagetank/background-leftcol.jpg);
background-repeat:repeat-y;
/*height:100%;*/
  }

#leftcol-bottom{
width:340px;
 background-image:url(../imagetank/background-leftcol.jpg);
 background-repeat:repeat-y;
/*  position:relative;*/
/* display:inline;*/ 
 }

/*************************************************************************************
TITEL
*************************************************************************************/

#title{
width:340px;
height:75px;
background-image:url(../imagetank/titel-de.jpg);
 position:relative;
/* display:inline;*/
 }

#location{
width:340px;
height:25px;
background-image:url(../imagetank/location.jpg);
position:relative;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
color:#FFFFFF;
}

/*************************************************************************************
WECHSELBILDER NAVI
*************************************************************************************/

#bild-about{
width:340px;
height:160px;
background-image:url(../imagetank/bild-about.jpg);
 position:relative; 
/* display:inline;*/
}

#bild-home{
width:340px;
height:160px;
background-image:url(../imagetank/bild-home.jpg);
position:relative; 
/* display:inline;*/
}

#bild-mydogs{
width:340px;
height:160px;
background-image:url(../imagetank/bild-mydogs.jpg);
/* display:inline;*/
}

#bild-seminar{
width:340px;
height:160px;
background-image:url(../imagetank/bild-seminar.jpg);
/* display:inline;*/
}

#bild-zwinger{
width:340px;
height:160px;
background-image:url(../imagetank/bild-zwinger.jpg);
/* display:inline;*/
}

#bild-hundeschule{
width:340px;
height:160px;
background-image:url(../imagetank/bild-hundeschule.jpg);
/* display:inline;*/
}

#bild-info{
width:340px;
height:161px;
background-image:url(../imagetank/bild-info.jpg);
/* display:inline;*/
}

/*************************************************************************************
NAVIGATION ELEMENT
*************************************************************************************/

#nav-header{
width:340px;
height:25px;
background-image:url(../imagetank/nav-top.jpg);
 position:relative; 
/* display:inline;*/
}

#nav-footer{
width:340px;
height:25px;
background-image:url(../imagetank/nav-bottom.jpg);
 position:relative; 
/* display:inline;*/
}

#nav-container{
background-image:url(../imagetank/background-nav.jpg);
background-repeat:repeat-y;
width:340px;
 position:relative; 
/* display:inline;*/
}

/*************************************************************************************
MAIN COLUMN
*************************************************************************************/

#maincol{
 float: right; 
 display:inline; 
 width:605px;
  position:relative;
  display:inline; 
 }
 
#maincol-header{
float: right; 
background-repeat:no-repeat;
background-image:url(../imagetank/main-header.jpg);
width:605px;
height:118px;
 position:relative; 
 display:inline;
}

#maincol-header-content{
width:400px;
vertical-align:bottom;
padding-top:25px;
padding-left:150px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#maincol-content{
float: right;
width:605px;
background-image:url(../imagetank/background-main.jpg);
background-repeat:repeat-y;
text-indent:5px;
 position:relative; 
 display:inline;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:14px;
 color:#000000;
}

#maincol-text{
float:right;
width:580px;
padding-left:5px;
padding-right:5px;
 position:relative; 
 display:inline;
}

#maincol-footer{
background-color:#FFFFFF;
float: right;
background-repeat:no-repeat;
position:bottom;
background-image:url(../imagetank/main-bottom.jpg);
width:605px;
height:80px;
 position:relative; 
 display:inline;
}



 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #CC3300;
	text-decoration:none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #CC3300;
	text-decoration: underline overline;
}
