/* Stylesheet for Bichonvalpen */

p {font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 12px; }
h {font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; }
body {font-family: "Trebuchet MS", Helvetica, Arial, sans-serif; font-size: 12px; padding: 0px; margin: 0px; background-color:#c5d2e7; }

h1 {font-size: 24px; font-weight: bold; color: #2671BC; }
h2 {font-size: 20px; font-weight: bold; color: #2671BC; font-style: italic;}

img {border: 2px; border-color: black; border-style: solid;}

img.without {border: none;}

/* Page design */
#page{ position: relative;
 margin-left: 50px;
 margin-top: 30px;
 text-align:left; 
 width:800px;
 height:830px;
 text-align:left; 
} 

/* Design top */
#top{
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	overflow: hidden;
	width: 800px;
	background-color:#a2b1ca;
	height: 120px;
}

/* Design leftcol */
#leftcol{
	position: absolute;
	left: 0px;
	top: 120px;
	height: 640px;
	overflow: auto;
	width:150px;
	float:left;
	background-color:#a2b1ca;
}

/* Design maincol */
#maincol{
	position: absolute;
	left: 150px;
	top: 120px;
	float: left;
	overflow: auto;
	width: 650px;
	background-color:white;
	height: 640px;
 }

/* Design bottom */
#bottom{
	position: absolute;
	left: 0px;
	top: 760px;
	width: 800px;
	background-color:#a2b1ca;
	height: 40px;
	float: left;
	overflow: hidden;
 }

/* Design absbottom */
#absbottom{
	position: 	absolute;
	left: 0px;
	top: 800px;
	width: 800px;
	background-color:#c5d2e7;
	height: 30px;
	float: left;
	overflow: hidden;
 }

/* Design leftmenu */
#MenuPos{
	position: 	absolute;	
	left: 20px;
	top: 110px;
	height: 150px;
	width:110px;
	float:left;
}

/* Design image in leftcol */
#leftlogga{
	position: 	absolute;	
	left: 10px;
	top: 350px;
	height: 195px;
	width:130px;
	float:left;
}

/* Design list for links */
#linklist{
	position: 	relative;
	height: 300px;
	width:400px;
	float:left;
	left: 100px;
} 

/* Design copyright */
#copyright{
	position: 	relative;
	vertical-align: bottom;
	height: 15px;
	width:400px;
	float:left;
	font-style: italic;
	color:#A2B1CA;
} 

/* Design print from page */
#printing{
	position: 	absolute;
	top: 0px;
	left: 400px;
	height: 15px;
	width:90px;
	float:left;
} 

/* Placement of rounded corner in maincol */
img.top {position: absolute;
 left: 0px;
 top: 0px;
 z-index: 2;
 }

/* Link desig */
a:link {text-decoration: none; font-weight: bold; color:#2671BC; }
a:visited {text-decoration: none; font-weight: bold; color:#2671BC; }
a:hover {text-decoration: none; font-weight: bold; color:#A2B1CA;}
a:active {text-decoration: none; font-weight: bold; color:#A2B1CA; font-style: italic;}
